mirror of
git://git.sv.gnu.org/autoconf
synced 2025-01-06 10:25:53 +08:00
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
space before "$ac_configure_args" to prevent a 'config.status --recheck' failure if ac_configure_args doesn't contain a leading space. This works around a problem with the XEmacs configure.ac, which uses the (undocumented) ac_configure_args variable inconsistently with Autoconf.
This commit is contained in:
parent
7bd79987b0
commit
38a668a9aa
@ -1,3 +1,12 @@
|
||||
2006-12-28 Malcolm Purvis <malcolmp@xemacs.org> (trivial change)
|
||||
|
||||
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
|
||||
space before "$ac_configure_args" to prevent a 'config.status
|
||||
--recheck' failure if ac_configure_args doesn't contain a leading
|
||||
space. This works around a problem with the XEmacs configure.ac,
|
||||
which uses the (undocumented) ac_configure_args variable
|
||||
inconsistently with Autoconf.
|
||||
|
||||
2006-12-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* lib/autoconf/functions.m4 (AC_FUNC_MKTIME):
|
||||
|
@ -1407,7 +1407,7 @@ cat >>$CONFIG_STATUS <<_ACEOF
|
||||
dnl Check this before opening the log, to avoid a bug on MinGW,
|
||||
dnl which prohibits the recursive instance from truncating an open log.
|
||||
if \$ac_cs_recheck; then
|
||||
set X '$SHELL' '$[0]'$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
||||
set X '$SHELL' '$[0]' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
|
||||
shift
|
||||
\AS_ECHO(["running CONFIG_SHELL=$SHELL \$[*]"]) >&AS_MESSAGE_FD
|
||||
CONFIG_SHELL='$SHELL'
|
||||
|
Loading…
Reference in New Issue
Block a user