提交 6763e21a 编写于 作者: B Behdad Esfahbod

Accept glibtoolize as libtoolize

Of course, we don't really run it, autoreconf does.  We just
err if neither is available.  glibtoolize is the name it is
shipped under on OS X.  Reported by Adam.
上级 02a04e6a
......@@ -20,7 +20,7 @@ which pkg-config || {
}
echo -n "checking for libtoolize... "
which libtoolize || {
which glibtoolize libtoolize || {
echo "*** No libtoolize (libtool) found, please install it ***"
exit 1
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册