]> granicus.if.org Git - curl/commitdiff
run libtoolize too
authorDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2003 08:13:02 +0000 (08:13 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 9 May 2003 08:13:02 +0000 (08:13 +0000)
buildconf

index 7c1963500fd88a8b93390b5dc5a4ea3fadb3202e..17f184b59ef8d51501709e9d81d09aebfea526ad 100755 (executable)
--- 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