mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-18 10:45:15 +08:00
* NEWS, TODO, bin/autoreconf.in: filesystem' ->
file system'.
This commit is contained in:
parent
b7d9019376
commit
6cd003bf89
@ -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>
|
||||
|
2
NEWS
2
NEWS
@ -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,
|
||||
|
2
TODO
2
TODO
@ -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.
|
||||
|
||||
------------------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user