From: Jo-Philipp Wich Date: Wed, 15 Dec 2010 01:10:57 +0000 (+0000) Subject: [packages] libvorbis: fix autoreconf X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=1165920581181dac53d4ca24b191d70d7ceeda53 [packages] libvorbis: fix autoreconf SVN-Revision: 24572 --- diff --git a/libs/libvorbis/patches/001-automake-compat.patch b/libs/libvorbis/patches/001-automake-compat.patch new file mode 100644 index 0000000000..29d85c163f --- /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 +