From: Justin Erenkrantz Date: Wed, 22 Aug 2001 07:52:35 +0000 (+0000) Subject: We don't have rules.mk.in, so autoconf/m4/sed will overwrite the good X-Git-Tag: 2.0.25~199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7fc3262a7d8f6014fbae212c274fd9bfd8b88452;p=apache We don't have rules.mk.in, so autoconf/m4/sed will overwrite the good rules.mk with a blank file. This gets us building again. From what I see of rbb's libtool 1.4 commit, I didn't see any change to rules.mk that would require variable substitution. Ryan? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90485 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 77e71b6461..e1b34822d2 100644 --- a/configure.in +++ b/configure.in @@ -401,7 +401,7 @@ case $host in ;; esac -AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl support/dbmmanage 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/log_server_status support/logresolve.pl support/phf_abuse_log.cgi support/split-logfile,,[ APACHE_GEN_MAKEFILES ])