[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Fix 'config.status --recheck' when config arguments are give
From: |
Malcolm Purvis |
Subject: |
Re: [PATCH] Fix 'config.status --recheck' when config arguments are given. |
Date: |
Thu, 28 Dec 2006 22:52:24 +1100 |
User-agent: |
Gnus/5.110006 (No Gnus v0.6) XEmacs/21.5-b27 (darwin) |
>>>>> "Paul" == Paul Eggert <address@hidden> writes:
Paul> I can't reproduce this problem in Autoconf 2.61. Perhaps the bug was
Paul> fixed in a different way?
After some more investigation it appears that the bug is triggered by code
specific to the XEmacs configure.ac.
Normally the variable ac_configure_args contains a leading space, but XEmacs,
for its own reasons, strips that space off resulting in the reported bug.
In that case, perhaps the ChangeLog should read:
* lib/autoconf/status.m4 (_AC_OUTPUT_CONFIG_STATUS): Prevent
'config.status --recheck' failure if ac_configure_args doesn't contain
a leading space.
Malcolm
--
Malcolm Purvis <address@hidden>