* lib/autoconf/general.m4 (AC_ARG_VAR): Do not use m4_divert_once

inside m4_expand_once; it is redundant.
This commit is contained in:
Stepan Kasal 2006-04-06 12:16:38 +00:00
parent aa4ad131b5
commit 19de93e293
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,8 @@
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.'

View File

@ -1417,7 +1417,7 @@ Some influential environment variables:]])dnl
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