From: Greg Stein Date: Fri, 1 Feb 2002 23:22:29 +0000 (+0000) Subject: Fix the AC_OUTPUT() macro for the BSD users. X-Git-Tag: 2.0.32~143 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7561e8e8611f08dcdd084ecf76278d1e05da423b;p=apache Fix the AC_OUTPUT() macro for the BSD users. Submitted by: Zack Weinberg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93172 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 285d6464f2..ba60cb4332 100644 --- a/configure.in +++ b/configure.in @@ -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 ])