You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@locus.apache.org on 2000/03/03 15:41:00 UTC

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)