]> granicus.if.org Git - apache/commitdiff
We don't have rules.mk.in, so autoconf/m4/sed will overwrite the good
authorJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Aug 2001 07:52:35 +0000 (07:52 +0000)
committerJustin Erenkrantz <jerenkrantz@apache.org>
Wed, 22 Aug 2001 07:52:35 +0000 (07:52 +0000)
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

configure.in

index 77e71b6461450c6d39b2912d92a0870c92d925ff..e1b34822d285f799697f06747117c7b15d3316cb 100644 (file)
@@ -401,7 +401,7 @@ case $host in
     ;;
 esac
 
     ;;
 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
 ])
 
   APACHE_GEN_MAKEFILES
 ])