From: jow Date: Wed, 15 Dec 2010 05:35:48 +0000 (+0000) Subject: [packages] glib2: fix autoreconf X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=30c05e711fd275c0ab2c4c881c585c8c27b7d220;p=packages.git [packages] glib2: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24587 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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],