shithub: sox

Download patch

ref: fd572dc854241438de8d4e58f37f8044fc01d453
parent: 93a1dcdeb18791f48a4bd0fe48f10e49c380460d
author: cbagwell <cbagwell>
date: Wed Aug 29 21:05:17 EDT 2007

Get "make dist" working.

--- a/INSTALL
+++ b/INSTALL
@@ -69,6 +69,18 @@
 
 ./configure CC="gcc -mno-cygwin" --disable-shared
 
+If you get compile failures during linking on your platform, you may need to
+pass "-no-undefined" to libtool.  Trying compiling with this:
+
+./configure LDFLAGS="-no-undefined"
+
+Newer versions of SoX include support for loading libraries for
+file formats at runtime.  If you experience problems with this
+then you may wish to revert back to the older compile-time support.
+To stick with old behavior use:
+
+./configure --without-libltdl
+
 Testing
 -------
 
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -280,7 +280,7 @@
 #end !HAVE_LIBLTDL
 endif
 
-EXTRA_DIST = tests.sh testall.sh tests.bat testall.bat monkey.au monkey.wav libgsm
+EXTRA_DIST = tests.sh testall.sh tests.bat testall.bat monkey.au monkey.wav libgsm sox_sample_test.c
 
 all: sox$(EXEEXT) play rec