History log of /netbsd-src/tools/autoconf/Makefile (Results 1 – 6 of 6)
Revision Date Author Comments
# b042dd28 07-Aug-2013 apb <apb@NetBSD.org>

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

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.

show more ...


# 7788a078 06-Aug-2013 apb <apb@NetBSD.org>

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,

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."

show more ...


# c4a72b64 08-Dec-2002 thorpej <thorpej@NetBSD.org>

Centralize the definition of the tool name prefix (i.e. "nb") into
bsd.own.mk, as the _TOOL_PREFIX variable.


# bd55c68a 14-Nov-2001 tv <tv@NetBSD.org>

Use ${TOOLDIR}/bin/nbm4.


# d21f3d4a 14-Nov-2001 tv <tv@NetBSD.org>

Prefix all target-specific things with `${MACHINE_GNU_PLATFORM}-'.
Prefix all non-target-specific things with `nb'.


# 06be8101 14-Nov-2001 tv <tv@NetBSD.org>

Add autoconf as a host tool, not built by default.