From: Paul Eggert Date: Fri, 26 Oct 2001 19:54:34 +0000 (+0000) Subject: * NEWS, README, configure.ac, lib/Autom4te/General.pm, X-Git-Tag: AUTOCONF-2.52f~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d4e0ab90dda970a426a31eb5f4ca1c0a71fefce;p=thirdparty%2Fautoconf.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 45a2f7f8e..df40dd4c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-10-26 Paul Eggert + + * 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 * lib/Autom4te/General.pm (backname): New.