Disable gtkdocize check in configure script
authorJussi Saavalainen <jussi.saavalainen@ixonos.com>
Mon, 18 Mar 2013 11:42:31 +0000 (13:42 +0200)
committerJussi Saavalainen <jussi.saavalainen@ixonos.com>
Mon, 18 Mar 2013 11:49:52 +0000 (13:49 +0200)
Change-Id: Ica13bb3ac9a3d721b5b57a836ea0f7d37ba74ea7

autogen.sh

index a150de3..00cb8a2 100755 (executable)
@@ -33,14 +33,14 @@ version_check "libtoolize" "$LIBTOOLIZE libtoolize glibtoolize" \
 version_check "pkg-config" "" \
               "http://www.freedesktop.org/software/pkgconfig" 0 8 0 || DIE=1            
               
-have_gtkdoc_1_9=0
-version_check "gtkdocize" "" "" 1 9 && have_gtkdoc_1_9=1
-if test "x$have_gtkdoc_1_9" = "x0"; then
-version_check "gtkdocize" "" \
-              "ftp://ftp.gnome.org/pub/gnome/sources/gtk-doc/" 1 4
-fi
-
-die_check $DIE
+###have_gtkdoc_1_9=0
+###version_check "gtkdocize" "" "" 1 9 && have_gtkdoc_1_9=1
+###if test "x$have_gtkdoc_1_9" = "x0"; then
+###version_check "gtkdocize" "" \
+###              "ftp://ftp.gnome.org/pub/gnome/sources/gtk-doc/" 1 4
+###fi
+###
+###die_check $DIE
 
 autoconf_2_52d_check || DIE=1
 aclocal_check || DIE=1