diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-05-09 08:13:02 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-05-09 08:13:02 +0000 |
commit | 93538fccd60dabcbdaa8a85f003dca7ed36783c1 (patch) | |
tree | c8cb9e245ceaa1ae4bde9bc4d722c5fac6b1632d /buildconf | |
parent | 83a7fad30858365e43961a30ab60ad0c9b18c100 (diff) |
run libtoolize too
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |