]> git.ipfire.org Git - thirdparty/gcc.git/commit - fixincludes/configure.ac
re PR other/17991 (Two-process fixincludes broken: pz_mn_name_pat undefined)
authorPaolo Bonzini <bonzini@gnu.org>
Fri, 15 Oct 2004 07:58:38 +0000 (07:58 +0000)
committerPaolo Bonzini <bonzini@gcc.gnu.org>
Fri, 15 Oct 2004 07:58:38 +0000 (07:58 +0000)
commitad643a75f71cefbfe50788933c5c847211a09fe4
tree0988a96569fcf89616a90abf081927a8c8328cf8
parente26ce7eddf63a239c48619d4ed8f2e635dc6d8d9
re PR other/17991 (Two-process fixincludes broken: pz_mn_name_pat undefined)

2004-08-14  Paolo Bonzini  <bonzini@gnu.org>

        PR other/17991

* Makefile.in (ALLOBJ, TESTOBJ, FIXOBJ): Add fixopts.o.
Update copyright year.
* fixfixes.c (main): Call initialize_opts from fixopts.c.
* fixincl.c (initialize): Call initialize_opts from fixopts.c,
do not include code for parsing options (environment vars).
(fix_with_system): Use a search path for applyfix, so that you
can run the test suite with two-process fixincludes.
* fixopts.c: New file.
* configure.ac: Add --enable-twoprocess.  Export ac_exeext
to config.h.  Default to --enable-twoprocess for MinGW32.
* config.h.in: Regenerate.
* configure: Regenerate.

From-SVN: r89087
fixincludes/ChangeLog
fixincludes/Makefile.in
fixincludes/config.h.in
fixincludes/configure
fixincludes/configure.ac
fixincludes/fixfixes.c
fixincludes/fixincl.c
fixincludes/fixlib.c
fixincludes/fixlib.h
fixincludes/fixopts.c [new file with mode: 0644]