Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/tools



Module Name:    src
Committed By:   apb
Date:           Wed Aug  7 17:50:55 UTC 2013

Modified Files:
        src/tools: Makefile.gnuhost
        src/tools/autoconf: Makefile

Log Message:
Revert previous change to tools/Makefile.gnuhost.  When getenv("M4")
contains multiple words, flex fails.

Adjust tools/autoconf/Makefile to pass the necessary extra arguments via
M4=... in CONFIGURE_ENV.  This is similar to what used to be in
revision 1.4 of tools/autoconf/Makefile, but it's now after instead of
before the inclusion of Makefile.gnuhost, because it has to override the
value of M4=...  that Makefile.gnuhost stores in CONFIGURE_ENV.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 src/tools/Makefile.gnuhost
cvs rdiff -u -r1.5 -r1.6 src/tools/autoconf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index