From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 05:35:48 +0000 (+0000) Subject: [packages] glib2: fix autoreconf X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=763d3232b5dddea863a62300b419b6a13f766961 [packages] 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 0000000000..1d886d1323 --- /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],