From: Akim Demaille Date: Tue, 14 Mar 2000 08:47:48 +0000 (+0000) Subject: * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here, X-Git-Tag: autoconf-2.50~1041 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92cd322dc1f043856e068261fa8837b73afa1132;p=thirdparty%2Fautoconf.git * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here, no need to over quote $1 in the comments. --- diff --git a/ChangeLog b/ChangeLog index 34d86b0af..d4403ec39 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-03-14 Akim Demaille + + * acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here, + no need to over quote $1 in the comments. + 2000-03-14 Akim Demaille * acgeneral.m4: Replace some ifelse with ifval or m4_default, or diff --git a/acgeneral.m4 b/acgeneral.m4 index 8b89f7f0c..e8db6dfd3 100644 --- a/acgeneral.m4 +++ b/acgeneral.m4 @@ -1335,7 +1335,7 @@ Optional Features: ])[]dnl $2 AC_DIVERT_POP()dnl -@%:@ Check whether --enable-[$1] or --disable-[$1] was given. +# Check whether --enable-$1 or --disable-$1 was given. if test "[${enable_]patsubst([$1], -, _)+set}" = set; then enableval="[$enable_]patsubst([$1], -, _)" $3 @@ -1367,7 +1367,7 @@ Optional Packages: ])[]dnl $2 AC_DIVERT_POP()dnl -@%:@ Check whether --with-[$1] or --without-[$1] was given. +# Check whether --with-$1 or --without-$1 was given. if test "[${with_]patsubst([$1], -, _)+set}" = set; then withval="[$with_]patsubst([$1], -, _)" $3 diff --git a/lib/autoconf/general.m4 b/lib/autoconf/general.m4 index 8b89f7f0c..e8db6dfd3 100644 --- a/lib/autoconf/general.m4 +++ b/lib/autoconf/general.m4 @@ -1335,7 +1335,7 @@ Optional Features: ])[]dnl $2 AC_DIVERT_POP()dnl -@%:@ Check whether --enable-[$1] or --disable-[$1] was given. +# Check whether --enable-$1 or --disable-$1 was given. if test "[${enable_]patsubst([$1], -, _)+set}" = set; then enableval="[$enable_]patsubst([$1], -, _)" $3 @@ -1367,7 +1367,7 @@ Optional Packages: ])[]dnl $2 AC_DIVERT_POP()dnl -@%:@ Check whether --with-[$1] or --without-[$1] was given. +# Check whether --with-$1 or --without-$1 was given. if test "[${with_]patsubst([$1], -, _)+set}" = set; then withval="[$with_]patsubst([$1], -, _)" $3