Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 69681 invoked by uid 500); 12 Dec 2000 10:24:17 -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 69669 invoked by uid 500); 12 Dec 2000 10:24:17 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 12 Dec 2000 10:24:16 -0000 Message-ID: <20001212102416.69650.qmail@locus.apache.org> From: gstein@locus.apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 configure.in gstein 00/12/12 02:24:16 Modified: . configure.in Log: pick up exported build variables from APRUTIL Revision Changes Path 1.103 +4 -0 httpd-2.0/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/httpd-2.0/configure.in,v retrieving revision 1.102 retrieving revision 1.103 diff -u -u -r1.102 -r1.103 --- configure.in 2000/12/06 08:06:32 1.102 +++ configure.in 2000/12/12 10:24:14 1.103 @@ -224,6 +224,10 @@ RUN_SUBDIR_CONFIG_NOW(srclib/pcre) . ./srclib/apr/APRVARS +dnl get the exported vars from APRUTIL +. ./srclib/apr-util/export_vars.sh +EXTRA_LIBS="$EXTRA_LIBS $APRUTIL_EXPORT_LIBS" + APACHE_GEN_CONFIG_VARS dnl ## Build modules.c