From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 05:35:48 +0000 (+0000) Subject: glib2: fix autoreconf X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8063a0ac0b5f37034c218af7d6557a089bae32ef;p=openwrt%2Fsvn-archive%2Fpackages.git glib2: fix autoreconf SVN-Revision: 24587 --- diff --git a/libs/glib2/patches/001-automake-compat.patch b/libs/glib2/patches/001-automake-compat.patch new file mode 100644 index 000000000..1d886d132 --- /dev/null +++ b/libs/glib2/patches/001-automake-compat.patch @@ -0,0 +1,12 @@ +--- a/configure.in ++++ b/configure.in +@@ -2682,7 +2682,8 @@ dnl ************************** + dnl *** Checks for gtk-doc *** + dnl ************************** + +-GTK_DOC_CHECK([1.11]) ++AM_CONDITIONAL([ENABLE_GTK_DOC], [false]) ++AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [false]) + + AC_ARG_ENABLE(man, + [AC_HELP_STRING([--enable-man],