summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2005-05-10 01:38:18 +0000
committerPaul Smith <psmith@gnu.org>2005-05-10 01:38:18 +0000
commit26d8d00cb77f0d71f72d4f61e7f38009dbef9715 (patch)
tree90030c239cea27ff9dc8049eea04b67244d7e898 /configure.in
parente4c14a675ca6df1f31aac5d4571be695d76a7fd0 (diff)
downloadgunmake-26d8d00cb77f0d71f72d4f61e7f38009dbef9715.tar.gz
Fixes to allow "make dist" etc. to work again.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/configure.in b/configure.in
index 4d09f85..783d180 100644
--- a/configure.in
+++ b/configure.in
@@ -356,7 +356,7 @@ MAKE_HOST="$host"
AC_SUBST(MAKE_HOST)
w32_target_env=no
-AM_CONDITIONAL(WINDOWSENV, false)
+AM_CONDITIONAL([WINDOWSENV], false)
case "$host" in
*-*-mingw32)
@@ -425,12 +425,7 @@ esac
# Specify what files are to be created.
-AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile)
-
-# Only process if target is MS-Windows
-if test "$w32_target_env" == yes; then
- AC_CONFIG_FILES(w32/Makefile)
-fi
+AC_CONFIG_FILES(Makefile glob/Makefile po/Makefile.in config/Makefile doc/Makefile w32/Makefile)
# OK, do it!