summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/autogen.sh b/autogen.sh
index 53df7525..65fcab2f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,13 +6,6 @@ test -z "$srcdir" && srcdir=.
ORIGDIR=`pwd`
cd $srcdir
-if ! type gtkdocize > /dev/null 2>&1; then
- echo "EXTRA_DIST =" > gtk-doc.make
- echo "CLEANFILES =" >> gtk-doc.make
-else
- gtkdocize || exit $?
-fi
-
autoreconf -v --install || exit 1
cd $ORIGDIR || exit $?