From: Akim Demaille Date: Mon, 11 Sep 2000 07:16:34 +0000 (+0000) Subject: * autoconf.sh: Proprerly report names of unexpanded macros that X-Git-Tag: autoconf-2.50~640 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63ff24b580674de8341cc3b256d355c8b7545c3c;p=thirdparty%2Fautoconf.git * autoconf.sh: Proprerly report names of unexpanded macros that begin with an underscore --- diff --git a/ChangeLog b/ChangeLog index 1c598788c..448d3b2d3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-11 Pavel Roskin + + * autoconf.sh: Proprerly report names of unexpanded macros that + begin with an underscore + 2000-09-11 Pavel Roskin * doc/autoconf.texi (Preset Output Variables): Correctly specify diff --git a/autoconf.in b/autoconf.in index 3e7aa8f4a..ae79c6a2c 100644 --- a/autoconf.in +++ b/autoconf.in @@ -301,7 +301,7 @@ case $task in # You can add your own prefixes to pattern if you want to check for # them too. - pattern="A[CHM]_|m4_" + pattern="_?A[CHM]_|m4_" if test "x$outfile" != x-; then chmod +x $outfile diff --git a/autoconf.sh b/autoconf.sh index 3e7aa8f4a..ae79c6a2c 100644 --- a/autoconf.sh +++ b/autoconf.sh @@ -301,7 +301,7 @@ case $task in # You can add your own prefixes to pattern if you want to check for # them too. - pattern="A[CHM]_|m4_" + pattern="_?A[CHM]_|m4_" if test "x$outfile" != x-; then chmod +x $outfile diff --git a/bin/autoconf.in b/bin/autoconf.in index 3e7aa8f4a..ae79c6a2c 100644 --- a/bin/autoconf.in +++ b/bin/autoconf.in @@ -301,7 +301,7 @@ case $task in # You can add your own prefixes to pattern if you want to check for # them too. - pattern="A[CHM]_|m4_" + pattern="_?A[CHM]_|m4_" if test "x$outfile" != x-; then chmod +x $outfile