shithub: sox

Download patch

ref: 4a597817bf60c2464a8c5b726cfa0839fc0d13e3
parent: 9c6d5fa3ddfbbcd0ef9e7e1b207fd9b3c90df9bf
author: cbagwell <cbagwell>
date: Sat Feb 8 09:39:19 EST 2003

Removed broken tar package support

--- a/configure
+++ b/configure
@@ -4923,7 +4923,6 @@
 
 
 
-
 ac_config_headers="$ac_config_headers stconfig.h"
 
 # ------ AC CREATE STDINT H -------------------------------------
--- a/configure.in
+++ b/configure.in
@@ -269,7 +269,6 @@
 AC_SUBST(NEED_ALSA)
 AC_SUBST(GSM_SUPPORT)
 AC_SUBST(PLAY_SUPPORT)
-AC_SUBST(PACKAGE_TARNAME)
 
 dnl Generate output files...
 
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -13,7 +13,6 @@
 libdir = @libdir@
 mandir = @mandir@
 includedir = @includedir@
-package_tarname = @PACKAGE_TARNAME@
 
 # Shell commands.
 
@@ -21,7 +20,6 @@
 RANLIB	= @RANLIB@
 INSTALL	= @INSTALL@
 AR	= ar r
-TAR	= tar
 RM	= rm -f
 LN_S    = @LN_S@
 
@@ -170,10 +168,6 @@
 	$(RM) config.cache config.log config.status config.h Makefile
 	$(RM) -r autom4te*.cache
 	$(RM) stconfig.h ststdint.h
-
-tar:
-	cd $(srcdir)/..; $(RM) $(package_tarname).tar
-	cd $(srcdir)/.. ; $(TAR) $(package_tarname).tar $(srcdir)
 
 # Rules to automatically rerun configure tools as needed.
 $(srcdir)/configure: configure.in aclocal.m4