summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-04-17 17:03:38 +0200
committerKay Sievers <kay@vrfy.org>2012-04-17 17:11:02 +0200
commit80a5cbace45a6adbf2f9119edc5a4b10db493064 (patch)
treeab0384a6f771f8caae15d6f9ce29b37d134eec7a /autogen.sh
parent92ec4495f76a7a2a6c31f5bb2a5240f78dcfe1d2 (diff)
build-sys: silence gtk-doc check, remove gtk-doc options from configure and distcheck
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh14
1 files changed, 6 insertions, 8 deletions
diff --git a/autogen.sh b/autogen.sh
index 869632abb..d27b5c676 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,17 +21,15 @@ if [ -f .git/hooks/pre-commit.sample -a ! -f .git/hooks/pre-commit ] ; then
echo "Activated pre-commit hook."
fi
-GTKDOCIZE=`which gtkdocize`
+GTKDOCIZE=$(which gtkdocize 2>/dev/null)
if test -z $GTKDOCIZE; then
- echo "You don't have gtk-doc installed, and thus"
- echo "won't be able to generate the documentation."
- NOGTKDOC=1
+ echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."
echo 'EXTRA_DIST =' > gtk-doc.make
+else
+ gtkdocize
+ gtkdocargs=--enable-gtk-doc
fi
-if test -z "$NOGTKDOC"; then
- gtkdocize || exit $?
-fi
intltoolize --force --automake
autoreconf --force --install --symlink
@@ -44,7 +42,7 @@ args="\
--localstatedir=/var \
--libdir=$(libdir /usr/lib) \
--libexecdir=/usr/lib \
---enable-gtk-doc"
+$gtkdocargs"
if [ ! -L /bin ]; then
args="$args \