Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 33784 invoked by uid 500); 27 Oct 2000 21:54:30 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 33769 invoked by uid 500); 27 Oct 2000 21:54:29 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 27 Oct 2000 21:54:29 -0000 Message-ID: <20001027215429.33765.qmail@locus.apache.org> From: sascha@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src configure.in sascha 00/10/27 14:54:29 Modified: src configure.in Log: Create modules.c in the build tree. This file depends on your configuration and thus cannot be shared by multiple build trees. Revision Changes Path 1.82 +2 -2 apache-2.0/src/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apache-2.0/src/configure.in,v retrieving revision 1.81 retrieving revision 1.82 diff -u -u -r1.81 -r1.82 --- configure.in 2000/10/07 19:54:22 1.81 +++ configure.in 2000/10/27 21:54:28 1.82 @@ -212,8 +212,8 @@ 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