summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-06-03 00:09:23 +0200
committerKay Sievers <kay@vrfy.org>2015-06-03 00:22:53 +0200
commit2375607039517c88df51ef16ddbb624ec1c10654 (patch)
tree70a06d375e3a7c82a12fabb5c9af8ad2548dfbf6 /autogen.sh
parent7e518afab9fb55b8052f68888210927259275560 (diff)
remove gudev and gtk-doc
The library moved to: https://git.gnome.org/browse/libgudev/
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh11
1 files changed, 1 insertions, 10 deletions
diff --git a/autogen.sh b/autogen.sh
index 7b62449be8..3027f83153 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -28,15 +28,6 @@ if [ -f .git/hooks/pre-commit.sample ] && [ ! -f .git/hooks/pre-commit ]; then
echo "Activated pre-commit hook." || :
fi
-if which gtkdocize >/dev/null 2>/dev/null; then
- gtkdocize --docdir docs/ --flavour no-tmpl
- gtkdocargs=--enable-gtk-doc
-else
- echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation."
- rm -f docs/gtk-doc.make
- echo 'EXTRA_DIST =' > docs/gtk-doc.make
-fi
-
intltoolize --force --automake
autoreconf --force --install --symlink
@@ -48,7 +39,7 @@ args="\
--sysconfdir=/etc \
--localstatedir=/var \
--libdir=$(libdir /usr/lib) \
-$gtkdocargs"
+"
if [ -f "$topdir/.config.args" ]; then
args="$args $(cat $topdir/.config.args)"