浏览代码

make sure libtool is installed

Samuel Thibault 14 年之前
父节点
当前提交
b3cae45f6c
共有 1 个文件被更改,包括 5 次插入0 次删除
  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