From: Vasilis Tsiligiannis Date: Wed, 2 Feb 2011 01:16:27 +0000 (+0000) Subject: flac: fix autoreconf X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0e5056db006083146ca6bfdf4ed09e5facb221f2;p=openwrt%2Fsvn-archive%2Fpackages.git flac: fix autoreconf SVN-Revision: 25300 --- diff --git a/libs/flac/patches/010-automake-compat.patch b/libs/flac/patches/010-automake-compat.patch new file mode 100644 index 000000000..f077d2f4b --- /dev/null +++ b/libs/flac/patches/010-automake-compat.patch @@ -0,0 +1,12 @@ +diff -Naur flac-1.2.1/Makefile.am flac-1.2.1-patched/Makefile.am +--- flac-1.2.1/Makefile.am 2011-02-02 00:07:47.000000000 +0200 ++++ flac-1.2.1-patched/Makefile.am 2011-02-02 00:19:28.000000000 +0200 +@@ -34,6 +34,8 @@ + + DISTCLEANFILES = libtool-disable-static + ++ACLOCAL_AMFLAGS = -I m4 ++ + EXTRA_DIST = \ + COPYING.FDL \ + COPYING.GPL \