]> granicus.if.org Git - apache/commitdiff
Fix the AC_OUTPUT() macro for the BSD users.
authorGreg Stein <gstein@apache.org>
Fri, 1 Feb 2002 23:22:29 +0000 (23:22 +0000)
committerGreg Stein <gstein@apache.org>
Fri, 1 Feb 2002 23:22:29 +0000 (23:22 +0000)
Submitted by: Zack Weinberg <zack@codesourcery.com>

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

configure.in

index 285d6464f2ae05d83ef07fef5cf9d9d52c8c087d..ba60cb4332d1bac752b053212ed31a90054705ce 100644 (file)
@@ -464,7 +464,7 @@ case $host in
     ;;
 esac
 
-AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk,,[
+AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage support/envvars-std support/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile build/rules.mk,[true],[
   APACHE_GEN_MAKEFILES
 ])