summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRyan Bloom <rbb@apache.org>2001-08-22 13:37:26 +0000
committerRyan Bloom <rbb@apache.org>2001-08-22 13:37:26 +0000
commita712ab47714c23674ed0bbc9baf97dcc7cff12e8 (patch)
tree6cd5b792123998c5ccf641e9480ef632e05ad3a4 /configure.in
parentcb8be73f64897c656b626f25d09f9382b7c790eb (diff)
downloadhttpd-a712ab47714c23674ed0bbc9baf97dcc7cff12e8.tar.gz
Add rules.mk back to the substitute list. I forgot to add the rules.mk.in
files last night, but they are there now. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90488 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index e1b34822d2..77e71b6461 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,,[
+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,,[
APACHE_GEN_MAKEFILES
])