]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* acgeneral.m4 (AC_ARG_ENABLE, AC_ARG_WITH): No use for @%:@ here,
authorAkim Demaille <akim@epita.fr>
Tue, 14 Mar 2000 08:47:48 +0000 (08:47 +0000)
committerAkim Demaille <akim@epita.fr>
Tue, 14 Mar 2000 08:47:48 +0000 (08:47 +0000)
no need to over quote $1 in the comments.

ChangeLog
acgeneral.m4
lib/autoconf/general.m4

index 34d86b0afef75993d5a7c9a21651a8d00b126aca..d4403ec3985680cf1f1a8359f397652aeb02377b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-14  Akim Demaille  <akim@epita.fr>
+
+       * 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  <akim@epita.fr>
 
        * acgeneral.m4: Replace some ifelse with ifval or m4_default, or
index 8b89f7f0c1edbb8692a947345a52d6e02ab84e15..e8db6dfd3d5c049f01e6c59294909918e3066931 100644 (file)
@@ -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
index 8b89f7f0c1edbb8692a947345a52d6e02ab84e15..e8db6dfd3d5c049f01e6c59294909918e3066931 100644 (file)
@@ -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