--- Begin Message ---
Subject: |
A better patch for the AC_CONFIG_xxx problem |
Date: |
Tue, 19 Jun 2001 11:59:41 +0200 (CEST) |
This patch (from 2.50) fixes both the problem that my test case
has shown when I pass file arguments to config.status.
The INIT-CMDS are now expanded after command-line options are
handled, but before other arguments are checked for (right after
config.status is created). This satisfies the constraint that
they should not be executed if one passes --help or something
like that to config.status.
No regressions from 2.50; my test case should however be integrated
into torture.at, IMO, because it is not torturing config.status that
hard!
Here is the ChangeLog entry:
2001-06-19 Paolo Bonzini <address@hidden>
* acgeneral.m4: deferred parsing of config.status targets
to after the evaluation of the INIT-CMDS.
* acgeneral.m4: config.status targets are double quoted
(used to be single quoted)
--
|_ _ _ ___
|_)(_)| ) ,'
--------- '-._.
autoconf.patch
Description: Text document
--- End Message ---