arguments in comment.
Report by Vincent Torri <vtorri at univ minus evry dot fr>.
+2007-08-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ * lib/autoconf/general.m4 (_AC_ENABLE_IF): Expand macro
+ arguments in comment.
+ Report by Vincent Torri <vtorri at univ minus evry dot fr>.
+
2007-08-20 Benoit Sigoure <tsuna@lrde.epita.fr>
* doc/autoconf.texi (File System Conventions): Index the proper
# OPTION is either "enable" or "with".
#
m4_define([_AC_ENABLE_IF],
-[# Check whether --$1-$2 was given.
+[@%:@ Check whether --$1-$2 was given.
_AC_ENABLE_IF_ACTION([$1], m4_translit([$2], [-.], [__]), [$3], [$4])[]dnl
])