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