]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Insert a
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Dec 2006 23:20:18 +0000 (23:20 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Dec 2006 23:20:18 +0000 (23:20 +0000)
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.

ChangeLog
lib/autoconf/status.m4

index 94cfae32ed2f5a8ca3e93e6e63e0c9d8a4bbbf83..d66ea034a822774b9569350811eb745eecdfe0bf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
index 75e8e9120f110715e2027aaf7aa0cbf6482dc43f..ab4060609fdc4f71944782bdf9109db1e458986c 100644 (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'