APPROVE COMMIT
It turns out that there is a simple work around for the problems with
'config.status --recheck' under autoconf 2.60 and 2.61. By default the
autoconf variable ac_configure_args contains a leading space, but we strip
this off via a call to XE_SPACE. The solution is to restore the space.
ChangeLog addition:
2006-12-28 Malcolm Purvis <malcolmp(a)xemacs.org>
* configure.ac: Ensure ac_configure_args contains a leading space
to work around problems with 'config.status --recheck' under
autoconf 2.60 and 2.61.
xemacs-autoconf-2.60 source patch:
Diff command: cvs -q diff -u
Files affected: configure.ac
Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.53
diff -u -r1.53 configure.ac
--- configure.ac 2006/12/28 12:23:57 1.53
+++ configure.ac 2006/12/28 12:42:22
@@ -5815,6 +5815,9 @@
fi
XE_SPACE(ac_configure_args, $ac_configure_args)
+dnl Put back the leading space to work around problems with
+dnl 'config.status --recheck' under autoconf 2.60 and 2.61.
+ac_configure_args=" $ac_configure_args"
AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "$ac_cv_build")
AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "$ac_configure_args")
--
Malcolm Purvis <malcolmp(a)xemacs.org>
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://calypso.tux.org/cgi-bin/mailman/listinfo/xemacs-patches