no need to over quote $1 in the comments.
+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
])[]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
])[]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
])[]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
])[]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