]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Sep 2002 10:41:31 +0000 (10:41 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 1 Sep 2002 10:41:31 +0000 (10:41 +0000)
stdout, as traditional "ls" does.
* lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
_AC_COMPILER_EXEEXT_O): Likewise.
* doc/autoconf.texi (Limitations of Usual Tools): Add "ls".

* bin/autoconf.as: Add --prepend-include option.  This patch was
applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
but bin/autoconf.in is generated automatically from bin/autoconf.as.

* bin/autoconf.in, configure: Regenerate.

ChangeLog

index aa3492bcd1502d0508150f0326c53892cdc2f94b..40b008cf969c1cf79f3f526296926621ed6c5431 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
 2002-09-01  Paul Eggert  <eggert@twinsun.com>
 
+       * bin/autoconf.as: Work even if "ls" outputs "FOO not found" to
+       stdout, as traditional "ls" does.
+       * lib/autoconf/lang.m4 (_AC_COMPILER_EXEEXT_DEFAULT,
+       _AC_COMPILER_EXEEXT_O): Likewise.
+       * doc/autoconf.texi (Limitations of Usual Tools): Add "ls".
+
+       * bin/autoconf.as: Add --prepend-include option.  This patch was
+       applied to bin/autoconf.in in the 2002-07-17 patch by Mark D. Roth,
+       but bin/autoconf.in is generated automatically from bin/autoconf.as.
+
+       * bin/autoconf.in, configure: Regenerate.
+
        * doc/autoconf.texi (Special Shell Variables): Mention
        ENV, MAIL, MAILPATH, PS1, PS2, PS4.  Index PWD.