]> granicus.if.org Git - apache/commitdiff
"libtool" gets generated to the current directory and gets picked up by
authorBrian Havard <bjh@apache.org>
Fri, 3 Mar 2000 14:41:00 +0000 (14:41 +0000)
committerBrian Havard <bjh@apache.org>
Fri, 3 Mar 2000 14:41:00 +0000 (14:41 +0000)
PrintPath on subsequent buildconf's so look for libtoolize instead to find the
libtool source directory.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84707 13f79535-47bb-0310-9956-ffa450edef68

build/build.mk

index b4e8ee363b82103e191a456406a6961b2ea33c9b..eada9cbabbd8642f4e33fe4c5edb7ecb69bec9df 100644 (file)
@@ -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 @@ all: $(STAMP) generated_lists
 
 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)