Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 27430 invoked by uid 500); 3 Mar 2000 14:41:01 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk X-No-Archive: yes Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 27419 invoked by uid 500); 3 Mar 2000 14:41:00 -0000 Delivered-To: apmail-apache-2.0-cvs@apache.org Date: 3 Mar 2000 14:41:00 -0000 Message-ID: <20000303144100.27415.qmail@locus.apache.org> From: bjh@locus.apache.org To: apache-2.0-cvs@apache.org Subject: cvs commit: apache-2.0/src/build build.mk bjh 00/03/03 06:41:00 Modified: src/build build.mk Log: "libtool" gets generated to the current directory and gets picked up by PrintPath on subsequent buildconf's so look for libtoolize instead to find the libtool source directory. Revision Changes Path 1.5 +2 -2 apache-2.0/src/build/build.mk Index: build.mk =================================================================== RCS file: /home/cvs/apache-2.0/src/build/build.mk,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.mk 2000/02/07 17:16:57 1.4 +++ build.mk 2000/03/03 14:41:00 1.5 @@ -21,7 +21,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # ############################################################################## -# $Id: build.mk,v 1.4 2000/02/07 17:16:57 dreid Exp $ +# $Id: build.mk,v 1.5 2000/03/03 14:41:00 bjh Exp $ # # Makefile to generate build tools # @@ -33,7 +33,7 @@ generated_lists: @echo config_m4_files = `find . -name config.m4` > $@ - @n=`helpers/PrintPath libtool`; echo libtool_prefix = `dirname $$n`/.. >> $@ + @n=`helpers/PrintPath libtoolize`; echo libtool_prefix = `dirname $$n`/.. >> $@ $(STAMP): build/buildcheck.sh @build/buildcheck.sh && touch $(STAMP)