summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-09 08:13:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-09 08:13:02 +0000
commit93538fccd60dabcbdaa8a85f003dca7ed36783c1 (patch)
treec8cb9e245ceaa1ae4bde9bc4d722c5fac6b1632d /buildconf
parent83a7fad30858365e43961a30ab60ad0c9b18c100 (diff)
downloadcurl-93538fccd60dabcbdaa8a85f003dca7ed36783c1.tar.gz
run libtoolize too
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildconf b/buildconf
index 7c1963500..17f184b59 100755
--- a/buildconf
+++ b/buildconf
@@ -122,5 +122,7 @@ echo "buildconf: running autoconf"
${AUTOCONF:-autoconf} || die "The command '${AUTOCONF:-autoconf}' failed"
echo "buildconf: running automake"
${AUTOMAKE:-automake} -a || die "The command '${AUTOMAKE:-automake} -a' failed"
+echo "buildconf: running libtoolize"
+${LIBTOOLIZE:-libtoolize} --copy --automake || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake' failed"
exit 0