Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 35185 invoked by uid 500); 8 Jan 2003 09:56:11 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 35174 invoked by uid 500); 8 Jan 2003 09:56:11 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: Wed, 08 Jan 2003 01:56:23 -0800 From: Justin Erenkrantz Reply-To: Justin Erenkrantz To: httpd-2.0-cvs@apache.org Subject: Re: cvs commit: httpd-2.0 buildconf Message-ID: <2147483647.1041990983@[10.0.1.26]> In-Reply-To: <20030108095009.30557.qmail@icarus.apache.org> References: <20030108095009.30557.qmail@icarus.apache.org> X-Mailer: Mulberry/3.0.0 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Spam-Status: No, hits=-4.5 required=5.0 tests=IN_REP_TO,QUOTED_EMAIL_TEXT,RCS_FORMAT_PATCH,REFERENCES, REPLY_WITH_QUOTES version=2.50-cvs X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N --On Wednesday, January 8, 2003 9:50 AM +0000 jerenkrantz@apache.org wrote: > jerenkrantz 2003/01/08 01:50:09 > > Modified: . buildconf > Log: > > > Revision Changes Path > 1.29 +8 -0 httpd-2.0/buildconf > > Index: buildconf > > =================================================================== > RCS file: /home/cvs/httpd-2.0/buildconf,v > retrieving revision 1.28 > retrieving revision 1.29 > diff -u -u -r1.28 -r1.29 > --- buildconf 28 Nov 2002 23:31:37 -0000 1.28 > +++ buildconf 8 Jan 2003 09:50:09 -0000 1.29 > @@ -122,6 +122,14 @@ > cp srclib/apr/build/config.sub build > cp srclib/apr/build/PrintPath build > > +# Optionally copy libtool-1.3.x files > +if [ -f srclib/apr/build/ltconfig ]; then > + cp srclib/apr/build/ltconfig build > +fi > +if [ -f srclib/apr/build/ltmain.sh ]; then > + cp srclib/apr/build/ltmain.sh build > +fi > + > echo rebuilding $pcre_configure > (cd srclib/pcre && ${AUTOCONF:-autoconf}) Oh, bummer. The commit log should have read: "Allow libtool 1.3.x to use DSOs by copying the required files from APR in buildconf." Sorry. -- justin