diff options
author | Paul Smith <psmith@gnu.org> | 2004-02-24 13:50:19 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2004-02-24 13:50:19 +0000 |
commit | f29b86c314e6e2b44a1eb83f1b44a3849d82655e (patch) | |
tree | 0e83f1ad4a44542b088878e8b9d6de48f16e949d /configure.in | |
parent | be8c3dbc974c35fac33c8392b89482c10e4f8650 (diff) | |
download | gunmake-f29b86c314e6e2b44a1eb83f1b44a3849d82655e.tar.gz |
Many compiler warning cleanups.
Small fixes for W32 (from Jonathan Grant <jg-make@jguk.org>)
Maintainer enhancements to clean up the tree.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index d815137..ebf65dc 100644 --- a/configure.in +++ b/configure.in @@ -335,6 +335,9 @@ AC_SUBST_FILE(MAINT_MAKEFILE) # Allow building with dmalloc AM_WITH_DMALLOC +# Forcibly disable SET_MAKE. If it's set it breaks things like the test +# scripts, etc. +SET_MAKE= # Sanity check and inform the user of what we found |