diff options
-rwxr-xr-x | autogen.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/autogen.sh b/autogen.sh index 4bbc00d98..bc0ab0b90 100755 --- a/autogen.sh +++ b/autogen.sh @@ -7,18 +7,6 @@ test -n "$srcdir" || srcdir=. olddir=`pwd` cd "$srcdir" -GTKDOCIZE=$(which gtkdocize 2>/dev/null) -if test -z $GTKDOCIZE; then - echo "You don't have gtk-doc installed, and thus won't be able to generate the documentation." - rm -f gtk-doc.make - cat > gtk-doc.make <<EOF -EXTRA_DIST = -CLEANFILES = -EOF -else - gtkdocize || exit $? -fi - AUTORECONF=`which autoreconf` if test -z $AUTORECONF; then echo "*** No autoreconf found, please install it ***" |