]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use Sed rather than
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2001 19:32:35 +0000 (19:32 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 31 Oct 2001 19:32:35 +0000 (19:32 +0000)
Awk.  Fix the sed prepass to work even if there are multiple
instances of $LINENO on the same line.  Do not substitute for
other variables like $LINENOT.  Do not check file dates; such a
check is unreliable on sufficiently fast machines, and removing
the check makes the code simpler and more reliable.  Check for
output and chmod failures.

* doc/autoconf.texi (Special Shell Variables): Document the above.

ChangeLog

index 9fbfa7076015e1ef646254ef833b787b31558c59..530e5f6850fed39c31a40c77707423bb8407d4cb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2001-10-31  Paul Eggert  <eggert@twinsun.com>
+
+       * lib/m4sugar/m4sh.m4 (_AS_LINENO_PREPARE): Use Sed rather than
+       Awk.  Fix the sed prepass to work even if there are multiple
+       instances of $LINENO on the same line.  Do not substitute for
+       other variables like $LINENOT.  Do not check file dates; such a
+       check is unreliable on sufficiently fast machines, and removing
+       the check makes the code simpler and more reliable.  Check for
+       output and chmod failures.
+
+       * doc/autoconf.texi (Special Shell Variables): Document
+       the above.
+
 2001-10-31  Akim Demaille  <akim@epita.fr>
 
        * tests/Makefile.am (atconfig): Remove this target, Automake