summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2004-06-06 21:19:19 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2004-06-06 21:19:19 +0000
commit0a074a5b0f093094a1620dff2c9e5fe973e6871f (patch)
tree2efca9a31b9dc1ee205c04d5ab647b078aa5d3ab /buildconf
parent3d9b13a85d451913cad4e7b9bf9c67f8efe67669 (diff)
downloadapr-0a074a5b0f093094a1620dff2c9e5fe973e6871f.tar.gz
Add libtool* as installed by FreeBSD ports. No 'libtool' is installed, all
are suffixed by version number. Prefer 1.5 over 1.4, if available. git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@65170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index f64d5451e..e3ecfff65 100755
--- a/buildconf
+++ b/buildconf
@@ -22,7 +22,7 @@
#
build/buildcheck.sh || exit 1
-libtoolize=`build/PrintPath glibtoolize libtoolize`
+libtoolize=`build/PrintPath glibtoolize libtoolize libtoolize15 libtoolize14`
if [ "x$libtoolize" = "x" ]; then
echo "libtoolize not found in path"
exit 1