From 82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Wed, 1 Sep 1999 08:04:30 +0000 Subject: * A bugfix on MAKEFLAGS options creation that broke jobserver. * Put the host info in the --version output. * Don't croak if the user forces -jN on submakes. --- configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 00958cd..366a81e 100644 --- a/configure.in +++ b/configure.in @@ -209,6 +209,9 @@ case "$make_cv_sys_gnu_glob" in esac +AC_DEFINE_UNQUOTED(MAKE_HOST,"$host",[Build host information.]) + + MAINT_MAKEFILE=/dev/null if test -r "$srcdir/maintMakefile"; then MAINT_MAKEFILE="$srcdir/maintMakefile" -- cgit v1.2.3