diff --git a/buildconf b/buildconf
index 7c1963500fd88a8b93390b5dc5a4ea3fadb3202e..17f184b59ef8d51501709e9d81d09aebfea526ad 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