diff configure.ac @ 3765:e1dc2edc2719

[xemacs-hg @ 2006-12-28 12:56:00 by malcolmp] Workaround problems with autoconf 2.60's 'config.status --recheck'.
author malcolmp
date Thu, 28 Dec 2006 12:56:04 +0000
parents 995ea1223b4d
children e58f4b9ab1ad
line wrap: on
line diff
--- a/configure.ac	Thu Dec 28 12:23:57 2006 +0000
+++ b/configure.ac	Thu Dec 28 12:56:04 2006 +0000
@@ -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")