diff options
author | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-04-05 20:54:17 +0000 |
---|---|---|
committer | Ralf Wildenhues <Ralf.Wildenhues@gmx.de> | 2006-04-05 20:54:17 +0000 |
commit | 6cd003bf890660e17cb9fb00474874809c0a709f (patch) | |
tree | a09474ac25eeb285aad6a13fe579b110202f4776 | |
parent | b7d9019376363aa565bcaa46b694f0ebe8bbe65f (diff) | |
download | autoconf-6cd003bf890660e17cb9fb00474874809c0a709f.tar.gz |
* NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'.
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | bin/autoreconf.in | 2 |
4 files changed, 5 insertions, 3 deletions
@@ -1,5 +1,7 @@ 2006-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> + * NEWS, TODO, bin/autoreconf.in: `filesystem' -> `file system'. + * doc/autoconf.texi (Shell Substitutions): Document `^' vs. `|'. 2006-04-05 Eric Blake <ebb9@byu.net> @@ -678,7 +678,7 @@ config.guess, config.sub. - When recursing into subdirectories, try for configure.gnu before configure to adapt for packages not using autoconf on case-insensitive - filesystems. + file systems. - Diagnostics More errors are now caught (circular AC_REQUIRE dependencies, @@ -527,7 +527,7 @@ Timezone calculations checks. ------------------------------------------------------------------------------ -Support different default filesystem layouts, e.g. SVR4, Linux. +Support different default file system layouts, e.g. SVR4, Linux. Of course, this can be done locally with config.site. ------------------------------------------------------------------------------ diff --git a/bin/autoreconf.in b/bin/autoreconf.in index 4243cb7c..792cd23e 100644 --- a/bin/autoreconf.in +++ b/bin/autoreconf.in @@ -413,7 +413,7 @@ sub autoreconf_current_directory () } else { - # Some filesystems have sub-second time stamps, and if so we may + # Some file systems have sub-second time stamps, and if so we may # run into trouble later, after we rerun autoconf and set the # time stamps of input files to be no greater than aclocal.m4, # because the time-stamp-setting operation (utime) has a |