From: Sascha Schumann Date: Fri, 27 Oct 2000 21:54:28 +0000 (+0000) Subject: Create modules.c in the build tree. This file depends on your configuration X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1e76829c9ee535b1142c51f06c64d17dfedde93;p=apache 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 --- 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