From: Manoj Kasichainula Date: Tue, 30 Nov 1999 02:40:56 +0000 (+0000) Subject: Fix a thinko. Apache's configure.in shouldn't attempt to create APR's X-Git-Tag: 1.3.10~144 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed08c67f3af33e1db68954db0644c7a40eb1232f;p=apache Fix a thinko. Apache's configure.in shouldn't attempt to create APR's Makefile. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84190 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 952328afe7..77460e0b6d 100644 --- a/configure.in +++ b/configure.in @@ -88,5 +88,5 @@ AC_SUBST(MPM_LIB) AC_SUBST(OS) AC_SUBST(OS_DIR) -AC_OUTPUT([Makefile ap/Makefile main/Makefile lib/apr/Makefile os/Makefile +AC_OUTPUT([Makefile ap/Makefile main/Makefile os/Makefile $APACHE_OUTPUT_FILES])