From f1451acffb191408d00de58f82ee9063d756fd98 Mon Sep 17 00:00:00 2001 From: Manoj Kasichainula Date: Mon, 20 Dec 1999 04:15:08 +0000 Subject: [PATCH] Make building a little easier by not requiring a separate make of APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84330 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index c392e2a0e7..d4ad7a6710 100644 --- a/configure.in +++ b/configure.in @@ -127,5 +127,5 @@ AC_SUBST(OS_DIR) dnl ## Build modules.c rm -f $srcdir/modules.c echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c -AC_OUTPUT([Makefile ap/Makefile main/Makefile modules/Makefile +AC_OUTPUT([Makefile ap/Makefile lib/Makefile main/Makefile modules/Makefile modules/standard/Makefile os/Makefile $APACHE_OUTPUT_FILES]) -- 2.50.1