Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3764:995ea1223b4d | 3765:e1dc2edc2719 |
---|---|
5813 if test "$with_site_modules" = "no"; then | 5813 if test "$with_site_modules" = "no"; then |
5814 AC_DEFINE(INHIBIT_SITE_MODULES) | 5814 AC_DEFINE(INHIBIT_SITE_MODULES) |
5815 fi | 5815 fi |
5816 | 5816 |
5817 XE_SPACE(ac_configure_args, $ac_configure_args) | 5817 XE_SPACE(ac_configure_args, $ac_configure_args) |
5818 dnl Put back the leading space to work around problems with | |
5819 dnl 'config.status --recheck' under autoconf 2.60 and 2.61. | |
5820 ac_configure_args=" $ac_configure_args" | |
5818 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "$ac_cv_build") | 5821 AC_DEFINE_UNQUOTED(EMACS_CONFIGURATION, "$ac_cv_build") |
5819 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "$ac_configure_args") | 5822 AC_DEFINE_UNQUOTED(EMACS_CONFIG_OPTIONS, "$ac_configure_args") |
5820 | 5823 |
5821 dnl Following are deprecated | 5824 dnl Following are deprecated |
5822 | 5825 |