inside m4_expand_once; it is redundant.
2006-04-06 Stepan Kasal <kasal@ucw.cz>
+ * lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once
+ inside m4_expand_once; it is redundant.
+
* lib/autoconf/general.m4 (_AC_INIT_HELP): Remove the broken support
for --help from Cygnus `configure.'
m4_divert_once([HELP_VAR_END], [[
Use these variables to override the choices made by `configure' or to help
it to find libraries and programs with nonstandard names/locations.]])dnl
-m4_expand_once([m4_divert_once([HELP_VAR],
+m4_expand_once([m4_divert_text([HELP_VAR],
[AS_HELP_STRING([$1], [$2], [ ])])],
[$0($1)])dnl
AC_SUBST([$1])dnl