提交 b456d42b 编写于 作者: B Behdad Esfahbod

Allow bootstrapping without gtk-doc

Seems like configure.ac is already able to handle it.
上级 1eacde00
......@@ -20,11 +20,11 @@ which pkg-config || {
}
echo -n "checking for gtkdocize... "
which gtkdocize || {
echo "*** No gtkdocize found, please install it ***"
exit 1
}
gtkdocize --copy || exit 1
if which gtkdocize ; then
gtkdocize --copy || exit 1
else
echo "*** No gtkdocize found, skipping documentation ***"
fi
echo -n "checking for autoreconf... "
which autoreconf || {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册