From d1e76829c9ee535b1142c51f06c64d17dfedde93 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 27 Oct 2000 21:54:28 +0000 Subject: [PATCH] Create modules.c in the build tree. This file depends on your configuration and thus cannot be shared by multiple build trees. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86756 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index d991689631..bc559a1559 100644 --- a/configure.in +++ b/configure.in @@ -212,8 +212,8 @@ RUN_SUBDIR_CONFIG_NOW(lib/pcre) APACHE_GEN_CONFIG_VARS dnl ## Build modules.c -rm -f $srcdir/modules.c -echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > $srcdir/modules.c +rm -f modules.c +echo $MODLIST | $AWK -f $srcdir/helpers/build-modules-c.awk > modules.c AC_OUTPUT_COMMANDS([ echo '/* Generated by configure */' > ${path_h}.new -- 2.50.1