From: Brian Havard Date: Fri, 3 Mar 2000 14:41:00 +0000 (+0000) Subject: "libtool" gets generated to the current directory and gets picked up by X-Git-Tag: APACHE_2_0_ALPHA~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=760f5c2226d49e7493d45778173dc468beca3645;p=apache "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. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84707 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/build/build.mk b/build/build.mk index b4e8ee363b..eada9cbabb 100644 --- a/build/build.mk +++ b/build/build.mk @@ -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)