>>>>"MP" == Malcolm Purvis
<malcolmp(a)xemacs.org> writes:
MP> The following is the way that I think it
should be done. Since
MP> autoconf-2.59 support seems stable, configure.in will be replaced
MP> with the 3 lines listed below and etc/configure-2.13 will be
MP> removed.
The patch should also remove the autoconf-2.59 warning in configure.ac
(see below) and the file configure.usage.
--- configure.ac 28 May 2005 04:51:28 -0000 1.11
+++ configure.ac 17 Sep 2005 12:05:11 -0000
@@ -5531,13 +5531,7 @@
(
echo "
-XEmacs ${emacs_major_version}.${emacs_minor_version}${xemacs_betaname}
\"$xemacs_codename\" $xemacs_extra_name configured for \`$ac_cv_build'.
-"
-echo " WARNING:
--------------------------------------------------------------"
-echo " WARNING: This was produced from a new autoconf-2.5 based
configuration."
-echo " WARNING: If this configuration seems buggy then copy
etc/configure-2.13"
-echo " WARNING: to configure and try again. Also please report the bug."
-echo " WARNING:
--------------------------------------------------------------"
+XEmacs ${emacs_major_version}.${emacs_minor_version}${xemacs_betaname}
\"$xemacs_codename\" $xemacs_extra_name configured for
\`$ac_cv_build'."
echo "
Compilation Environment and Installation Defaults:"
MP> configure.in:
MP> ---------------------------------------------------------------------------
MP> # XEmacs now used autoconf 2.59. Please use configure.ac.
Shouldn't it read "XEmacs now uses autoconf 2.59"?
--
Marcus