From 3f3071715e3e160b1973401220394a7bb1041e5a Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 15 Dec 2010 01:10:57 +0000 Subject: [PATCH] [packages] libvorbis: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24572 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libvorbis/patches/001-automake-compat.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/libvorbis/patches/001-automake-compat.patch diff --git a/libs/libvorbis/patches/001-automake-compat.patch b/libs/libvorbis/patches/001-automake-compat.patch new file mode 100644 index 000000000..29d85c163 --- /dev/null +++ b/libs/libvorbis/patches/001-automake-compat.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,6 +1,7 @@ + ## Process this file with automake to produce Makefile.in + + AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2 ++ACLOCAL_AMFLAGS = -I m4 + + SUBDIRS = m4 include vq lib examples test doc +