mirror of
git://git.sv.gnu.org/autoconf
synced 2024-12-09 02:10:22 +08:00
* 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:
parent
aa4ad131b5
commit
19de93e293
@ -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.'
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user