diff options
author | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 1999-07-22 06:29:02 +0000 |
commit | b05cb1d99e1f4595696d62dda6ed4b55b568c6c4 (patch) | |
tree | b6fecb1f99d3e53db073449d52d889a63beaa2c7 /configure.in | |
parent | c8a60e7431e9c6a2d09823a5aea8a9ad33f6744a (diff) | |
download | gunmake-b05cb1d99e1f4595696d62dda6ed4b55b568c6c4.tar.gz |
* Make some portability fixes.3.77.90
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 82bb502..322455f 100644 --- a/configure.in +++ b/configure.in @@ -210,7 +210,7 @@ dnl build.sh is also an AC_OUTPUT, but we can't specify it here because dnl it's built from build.template and autoconf will crap out. So, we dnl build it in the makefiles themselves. -AC_OUTPUT(Makefile glob/Makefile) +AC_OUTPUT(build.sh Makefile glob/Makefile) case "$make_badcust" in yes) echo |