summaryrefslogtreecommitdiff
path: root/buildconf
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-05-09 08:17:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-05-09 08:17:41 +0000
commite6c267fb4c9e1fbb07f6b125fc2a373fa3f60a2f (patch)
tree2dfbb08fb8c300556935babfb9f14cf826f54cf2 /buildconf
parent93538fccd60dabcbdaa8a85f003dca7ed36783c1 (diff)
downloadcurl-e6c267fb4c9e1fbb07f6b125fc2a373fa3f60a2f.tar.gz
oops, run libtoolize as the first tool
Diffstat (limited to 'buildconf')
-rwxr-xr-xbuildconf5
1 files changed, 2 insertions, 3 deletions
diff --git a/buildconf b/buildconf
index 17f184b59..490a1f450 100755
--- a/buildconf
+++ b/buildconf
@@ -114,6 +114,8 @@ echo "buildconf: libtool version $lt_version (ok)"
# run the correct scripts now
+echo "buildconf: running libtoolize"
+${LIBTOOLIZE:-libtoolize} --copy --automake || die "The command '${LIBTOOLIZE:-libtoolize} --copy --automake' failed"
echo "buildconf: running aclocal"
${ACLOCAL:-aclocal} || die "The command '${AUTOHEADER:-aclocal}' failed"
echo "buildconf: running autoheader"
@@ -122,7 +124,4 @@ 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