History log of /src/tools/autoconf |
Revision | Date | Author | Comments |
1.6 | 07-Aug-2013 |
apb | 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.
|
1.5 | 06-Aug-2013 |
apb | Add the "-g -D__gnu__" flags when invoking M4 via CONFIGURE_ARGS in tools/Makefile.gnuhost. This makes the tools version of m4 behave like GNU m4.
Remove similar code from tools/autoconf/Makefile, where it didn't work because Makefile.gnuhost would previously have overridden it.
This fixes a problem in which the tools version of autoconf complained "M4sugar requires GNU M4. Install it before installing M4sugar or set the M4 environment variable to its path name."
|
1.4 | 08-Dec-2002 |
thorpej | branches: 1.4.54; 1.4.60; Centralize the definition of the tool name prefix (i.e. "nb") into bsd.own.mk, as the _TOOL_PREFIX variable.
|
1.3 | 14-Nov-2001 |
tv | Use ${TOOLDIR}/bin/nbm4.
|
1.2 | 14-Nov-2001 |
tv | Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'. Prefix all non-target-specific things with `nb'.
|
1.1 | 14-Nov-2001 |
tv | Add autoconf as a host tool, not built by default.
|
1.4.60.1 | 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.4.54.1 | 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|