Browse Source

make sure libtool is installed

Samuel Thibault 14 years ago
parent
commit
b3cae45f6c
1 changed files with 5 additions and 0 deletions
  1. 5 0
      autogen.sh

+ 5 - 0
autogen.sh

@@ -1,3 +1,8 @@
 :
+if ! libtool --version > /dev/null
+then
+	echo "Libtool is missing, please install it."
+	exit 1
+fi
 autoreconf -ivf -I m4