Mercurial > hg > xemacs-beta
diff configure @ 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 | 6d4dc9ec7240 |
children | 5f25b1501bcd |
line wrap: on
line diff
--- a/configure Thu Dec 28 12:23:57 2006 +0000 +++ b/configure Thu Dec 28 12:56:04 2006 +0000 @@ -39561,6 +39561,7 @@ for W in $ac_configure_args; do if test -z "$T"; then T="$W"; else T="$T $W"; fi; done ac_configure_args="$T" +ac_configure_args=" $ac_configure_args" cat >>confdefs.h <<_ACEOF #define EMACS_CONFIGURATION "$ac_cv_build" _ACEOF