From 959bc2f9e0cb0fff8ab9dc3ede83d7f76cb05041 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Thu, 22 Jul 1999 06:29:02 +0000 Subject: * Make some portability fixes. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 82bb5028..322455f2 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 -- cgit v1.2.1