]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* NEWS, README, configure.ac, lib/Autom4te/General.pm,
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:54:34 +0000 (19:54 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 26 Oct 2001 19:54:34 +0000 (19:54 +0000)
  lib/Autom4te/Struct.pm:
Require Perl 5.005_03 instead of just 5.005, as some tests fail
with 5.005_02.

* doc/autoconf.texi (Special Shell Variables): Document some
more LINENO gotchas, particularly with respect to the Awk+Sed hack.

* lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
(_AS_LINENO_PREPARE): Use it instead of shell eval, since
eval $LINENO is not portable in practice.

ChangeLog

index 45a2f7f8ede29b62778aa2cfe90446c4fd07e2ca..df40dd4c913c2f1cd99accabd2ff459efbd006a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2001-10-26  Paul Eggert  <eggert@twinsun.com>
+
+       * NEWS, README, configure.ac, lib/Autom4te/General.pm,
+         lib/Autom4te/Struct.pm:
+       Require Perl 5.005_03 instead of just 5.005, as some tests fail
+       with 5.005_02.
+
+       * doc/autoconf.texi (Special Shell Variables): Document some
+       more LINENO gotchas, particularly with respect to the Awk+Sed hack.
+
+       * lib/m4sugar/m4sh.m4 (_AS_LINENO_WORKS): New macro.
+       (_AS_LINENO_PREPARE): Use it instead of shell eval, since
+       eval $LINENO is not portable in practice.
+
 2001-10-24  Akim Demaille  <akim@epita.fr>
 
        * lib/Autom4te/General.pm (backname): New.