summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-06-06 21:19:19 +0000
committerjerenkrantz <jerenkrantz@13f79535-47bb-0310-9956-ffa450edef68>2004-06-06 21:19:19 +0000
commite519c61cf1cd50ccf8f4c2561a4295299a2d89a8 (patch)
tree2efca9a31b9dc1ee205c04d5ab647b078aa5d3ab /buildconf
parent9e8946ed1ca58d665a51eebf22b436b5055fd5e7 (diff)
downloadlibapr-e519c61cf1cd50ccf8f4c2561a4295299a2d89a8.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: http://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