From f1658b00ea5e9cab7b6e9c4e5a769e018f3a3f1f Mon Sep 17 00:00:00 2001 From: Jussi Saavalainen Date: Mon, 18 Mar 2013 13:42:31 +0200 Subject: [PATCH] Disable gtkdocize check in configure script Change-Id: Ica13bb3ac9a3d721b5b57a836ea0f7d37ba74ea7 --- autogen.sh | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/autogen.sh b/autogen.sh index a150de3..00cb8a2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -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 -- 2.7.4