]> git.ipfire.org Git - thirdparty/autoconf.git/commit
1999-10-31 Akim Demaille <akim@epita.fr>
authorAkim Demaille <akim@epita.fr>
Mon, 20 Dec 1999 13:48:32 +0000 (13:48 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Dec 1999 13:48:32 +0000 (13:48 +0000)
commit85a66b1acb12b708cd490bbea033caf949ecb453
tree00b7a12c8bb658fc8540a7d9da7b855c9867e466
parent9259e5bc53db081edf3633caf2b9b2e08a478f63
1999-10-31  Akim Demaille  <akim@epita.fr>

config.status: Speed up the creation of config headers (about four
  times faster on Linux).

* acgeneral.m4 (AC_OUTPUT_HEADERS): Remove the ac_e
family.
Changed ac_uD and ac_dD to `...;t t', instead of `...g'.
Instead of creating `conftest.vals' with both ac_e, ac_d,
and ac_u family, preprocess to strip the trailing spaces, and
create `conftest.defines' with the ac_d family, and then
`conftest.undefs' for the ac_e family.
Break up both `conftest.defines' and `conftest.undefs'.  Insert a
  top label and a global test for `#defines' and `#undef' before.
Call `conftest.defines' if there are #define in the input.
Call `conftest.undefs'.
ChangeLog
acgeneral.m4
lib/autoconf/general.m4