>>>>"AM" == Alexey Mahotkin
<squadette(a)gmail.com> writes:
AM> WARNING:
--------------------------------------------------------------
AM> WARNING: This was produced from a new autoconf-2.5 based configuration.
AM> WARNING: If this configuration seems buggy then copy etc/configure-2.13
AM> WARNING: to configure and try again. Also please report the bug.
AM> WARNING: --------------------------------------------------------------
AM> I tried to do as it says, but it does not recognize "--mc-alloc"
AM> option that help mentions.
AM> alexm@derby:~/src/xemacs-21.5.21$ ./configure --help | grep mc
AM> --with-wmcommand=no Compile without realized leader window which will
AM> combination with `mc-alloc'.
AM> --mc-alloc Enable the new allocator. (EXPERIMENTAL)
The script etc/configure-2.13 differs largely form a freshly generated
configure script by autoconf-2.13. etc/configure-2.13 obviously has
not been updated whenever configure.in has been.
After copying etc/configure-2.13 to configure, `./configure --help'
shows configure.usage of the root directory that reflects the
up-to-date configure.in. Thus, the version of the help information
differs from the version of the script, and we run in to the above
problem.
Is it worth to update etc/autoconf-2.13, or do we remove the old
configure.in soon?
--
Marcus