ref: 29b91fbc8eb7f5f69c436d032fde05c0b133b3be
parent: 2e27f217c13e3a0ee3cf82ab37b85d4b470b0e8d
author: cbagwell <cbagwell>
date: Sat Feb 12 22:55:43 EST 2011
osx cleanups.
--- a/Makefile.am
+++ b/Makefile.am
@@ -26,9 +26,9 @@
README: README.sh FEATURES.in
./README.sh
-# Rule for making text man pages
+# Rule for making text man pages. Uses GNU nroff's -c so not portable.
.1.txt .3.txt .7.txt:
- tbl $(srcdir)/$< | nroff -man | sed "s/.//g" > $@
+ tbl $(srcdir)/$< | nroff -man -c | sed "s/.//g" > $@
DOCTXT = sox.txt soxi.txt soxformat.txt libsox.txt README
txt: $(DOCTXT)
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(SoX, 14.3.2cvs, sox-devel@lists.sourceforge.net)
+AC_INIT(SoX, 14.3.2-rc1, sox-devel@lists.sourceforge.net)
m4_ifdef([AC_CONFIG_MACRO_DIR], [AC_CONFIG_MACRO_DIR([m4])])
--- a/osxbuild
+++ b/osxbuild
@@ -42,7 +42,7 @@
#./configure CFLAGS="-m32 -arch i386" LDFLAGS="-arch i386" --enable-shared --disable-static;make;sudo make install
#
# cd ../libid3tag-0.15.1b
-#./configure CXXFLAGS="-m32 -arch i386" CFLAGS="-m32 -arch i386" LDFLAGS="-arch i386" --enable-shared --disable-static;make;sudo make install
+#./configure CXXFLAGS="-m32 -arch i386" CFLAGS="-m32 -arch i386" LDFLAGS="-arch i386" --enable-static --disable-shared;make;sudo make install
#
# cd ../libmad-0.15.1b
#./configure CFLAGS="-m32 -arch i386" LDFLAGS="-arch i386" --enable-shared --disable-static;make;sudo make install
@@ -90,6 +90,8 @@
soxi.txt \
libsox.txt \
$dir
+
+(cd $dir; ln -s sox soxi; ln -s sox play; ln -s sox rec)
#if test -r "../wget-1.11.4/wget.exe"; then
# cp ../wget-1.11.4/wget.ini $dir