diff options
author | fielding <fielding@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-18 15:52:12 +0000 |
---|---|---|
committer | fielding <fielding@13f79535-47bb-0310-9956-ffa450edef68> | 2001-02-18 15:52:12 +0000 |
commit | 0f13ac6f19a1f08a5dc2e4f38635455d3dcdc78f (patch) | |
tree | ac836602bb2e29b64a7a0cd9c534c41ac4c12a2d /buildconf | |
parent | 75b99e8a8ad9c1d17895bc41b9e7d5279315f25a (diff) | |
download | libapr-0f13ac6f19a1f08a5dc2e4f38635455d3dcdc78f.tar.gz |
Enable use of the new build directory.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |