* 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:
Paul Eggert 2006-12-28 23:20:18 +00:00
parent 7bd79987b0
commit 38a668a9aa
2 changed files with 10 additions and 1 deletions

View File

@ -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):

View File

@ -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'