src/jsdoc/Packer.vala
[roojspacker] / autogen.sh
index f7996a9..d231fbe 100755 (executable)
@@ -33,7 +33,7 @@ DIE=0
  
 
 (grep "^LT_INIT" $srcdir/configure.ac >/dev/null) && {
-  (libtool --version) < /dev/null > /dev/null 2>&1 || {
+  (libtoolize --version) < /dev/null > /dev/null 2>&1 || {
     echo
     echo "**Error**: You must have \`libtool' installed."
     echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"