head	1.2;
access;
symbols
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2005.10.30.20.39.05;	author clement;	state dead;
branches;
next	1.1;

1.1
date	2004.12.11.18.06.04;	author clement;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.1.8
  Not all new cool stuff is supported but it will be when  2.2.0
  comes out.
@
text
@--- srclib/apr/buildconf.orig	Thu Jul  1 23:21:59 2004
+++ srclib/apr/buildconf	Sat Dec 11 17:11:22 2004
@@@@ -22,7 +22,7 @@@@
 #
 build/buildcheck.sh || exit 1
 
-libtoolize=`build/PrintPath glibtoolize libtoolize libtoolize15 libtoolize14`
+libtoolize=${LIBTOOLIZE}
 if [ "x$libtoolize" = "x" ]; then
     echo "libtoolize not found in path"
     exit 1
@@@@ -46,7 +46,7 @@@@
    ltfile=`pwd`/libtool.m4
 else
    ltpath=`dirname $libtoolize`
-   ltfile=${LIBTOOL_M4-`cd $ltpath/../share/aclocal ; pwd`/libtool.m4}
+   ltfile=${LIBTOOL_M4-`cd $ltpath/../../share/aclocal ; pwd`/${LIBTOOL_VERSION}.m4}
 fi
   
 if [ ! -f $ltfile ]; then
@@@@ -54,7 +54,7 @@@@
     exit 1
 fi
 
-echo "buildconf: Using libtool.m4 at ${ltfile}."
+echo "buildconf: Using libtool${LIBTOOL_VERSION}.m4 at ${ltfile}."
 
 cat $ltfile | sed -e 's/LIBTOOL=\(.*\)top_build/LIBTOOL=\1apr_build/' > build/libtool.m4
 
@


1.1
log
@- Add apache 2.1.2
  This is a development version, awaiting for 2.2
@
text
@@

