From 9c0f928784765e4f7cb3b6cf65376ae24dd5c7d3 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 15 Dec 2010 20:20:54 +0000 Subject: [PATCH] [packages] libsndfile: fix autoreconf git-svn-id: svn://svn.openwrt.org/openwrt/packages@24614 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libsndfile/patches/001-automake-compat.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 libs/libsndfile/patches/001-automake-compat.patch diff --git a/libs/libsndfile/patches/001-automake-compat.patch b/libs/libsndfile/patches/001-automake-compat.patch new file mode 100644 index 000000000..2df32ae49 --- /dev/null +++ b/libs/libsndfile/patches/001-automake-compat.patch @@ -0,0 +1,10 @@ +--- a/Makefile.am ++++ b/Makefile.am +@@ -1,5 +1,7 @@ + ## Process this file with automake to produce Makefile.in + ++ACLOCAL_AMFLAGS = -I M4 ++ + DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror + + if BUILD_OCTAVE_MOD