From 91f10245c9694f122d46380a2d67e57ca0535983 Mon Sep 17 00:00:00 2001 From: "Roy T. Fielding" Date: Sun, 18 Feb 2001 15:52:12 +0000 Subject: Enable use of the new build directory. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@61254 13f79535-47bb-0310-9956-ffa450edef68 --- buildconf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'buildconf') diff --git a/buildconf b/buildconf index 5442a7f52..0b173b325 100755 --- a/buildconf +++ b/buildconf @@ -3,7 +3,7 @@ # # Build aclocal.m4 from libtool's libtool.m4 and our own M4 files. # -libtoolize=`helpers/PrintPath glibtoolize libtoolize` +libtoolize=`build/PrintPath glibtoolize libtoolize` ltpath=`dirname $libtoolize` ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4 echo "Incorporating $ltfile into aclocal.m4 ..." @@ -27,7 +27,7 @@ cat $ltfile >> aclocal.m4 # rely on libtool's versions # echo "Copying libtool helper files ..." -$libtoolize --copy +$libtoolize --copy --automake # # Generate the autoconf header and ./configure -- cgit v1.2.1