summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>1999-09-01 08:04:30 +0000
committerPaul Smith <psmith@gnu.org>1999-09-01 08:04:30 +0000
commit82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241 (patch)
tree073feec66d6452570d4e4802b194ad803a5b1976 /configure.in
parentbf7cc546ddd268583b2dfcfb96631b20836e9b7e (diff)
downloadgunmake-82f0c5495afcf82b7cf82cbd69fa2f8f63c6b241.tar.gz
* 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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 3 insertions, 0 deletions
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"