]> granicus.if.org Git - apache/commitdiff
Fix the configure scripts, so that we don't try to substitute into
authorRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 18:09:26 +0000 (18:09 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 10 Feb 2001 18:09:26 +0000 (18:09 +0000)
test/Makefile unless we actually have a test directory.  The problem
is that we don't distribute test directories with our tarballs, so our
configure script outputs error messages.  This fixes that problem.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88067 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 6c1e4941bcad9d8c5f9ee7cdfc2dbfa10d0f4efb..f9b0287936e91d12b4c9c6057bb76317a6f8c9af 100644 (file)
@@ -228,11 +228,15 @@ fi
 APACHE_FAST_OUTPUT(Makefile modules/Makefile srclib/Makefile) 
 APACHE_FAST_OUTPUT(os/beos/Makefile os/os2/Makefile os/Makefile)
 APACHE_FAST_OUTPUT(os/unix/Makefile server/Makefile)
-APACHE_FAST_OUTPUT(support/Makefile test/Makefile srclib/pcre/Makefile)
+APACHE_FAST_OUTPUT(support/Makefile srclib/pcre/Makefile)
 for i in $AP_LIB_DIRS; do
   APACHE_FAST_OUTPUT(srclib/$i/Makefile)
 done
 
+if test -d ./test; then
+    APACHE_FAST_OUTPUT(test/Makefile)
+fi
+
 dnl ## Run configure for packages Apache uses
 dnl ## This has been placed at this location for a reason.  This allows
 dnl ## Apache to set some variable that APR needs (like whether to enable