shithub: libsamplerate

Download patch

ref: 140ffd91fd14ba4843ba14169dd1d34ff89f53a2
parent: 6f903c8725414c95f6618471a81cba82a6471fd0
author: David Seifert <soap@gentoo.org>
date: Sat Jun 10 11:48:00 EDT 2017

Do not add Makefile.am in M4/ dir

--- a/M4/Makefile.am
+++ /dev/null
@@ -1,4 +1,0 @@
-## Process this file with automake to produce Makefile.in
-
-EXTRA_DIST = add_cflags.m4 endian.m4
-
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,7 +2,7 @@
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-gcc-werror
 
-SUBDIRS = M4 src doc examples tests
+SUBDIRS = src doc examples tests
 DIST_SUBDIRS = Win32 $(SUBDIRS)
 
 EXTRA_DIST = autogen.sh libsamplerate.spec.in samplerate.pc.in Make.bat
--- a/configure.ac
+++ b/configure.ac
@@ -297,7 +297,7 @@
 
 AC_SUBST(ALSA_LIBS)
 
-AC_CONFIG_FILES([Makefile M4/Makefile src/Version_script \
+AC_CONFIG_FILES([Makefile src/Version_script \
 			Win32/Makefile Win32/Makefile.mingw \
 			src/Makefile examples/Makefile tests/Makefile doc/Makefile \
 			libsamplerate.spec samplerate.pc])