shithub: sox

Download patch

ref: 651d554adb536abcb9223487d1c0ece8cfa95726
parent: 7743179418edd2c9ab1d87aeabd4b54a126f4501
author: cbagwell <cbagwell>
date: Tue Sep 4 14:10:44 EDT 2007

Older versions of automake don't like "/" in SUBDIRS.

--- a/Makefile.am
+++ b/Makefile.am
@@ -2,11 +2,11 @@
 
 ACLOCAL_AMFLAGS = -I m4
 
-SUBDIRS = lpc10 @LIBGSM_SUBDIR@ src/libgsm src
+SUBDIRS = lpc10 @LIBGSM_SUBDIR@ src
 if HAVE_LIBLTDL
 SUBDIRS += libltdl
 endif
-DIST_SUBDIRS = libltdl lpc10 src/libgsm src
+DIST_SUBDIRS = libltdl lpc10 src
 
 RM = rm -f
 
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,8 @@
 ## Process this file with automake to produce Makefile.in
 
+SUBDIRS = libgsm
+DIST_SUBDIRS = libgsm
+
 RM = rm -f 
 
 AM_CPPFLAGS = -DLADSPA_PATH="\"@LADSPA_PATH@\"" -DPKGLIBDIR="\"$(pkglibdir)\""