shithub: sox

Download patch

ref: abec85c63ad421d738ff8010d8d2f4bcecf2027e
parent: 34d888657de9e564bf08f4d04e677653e28277fd
author: Mans Rullgard <mans@mansr.com>
date: Sun Aug 16 14:03:02 EDT 2020

build: drop libtool target

Contrary to the comment, it is not automatically invoked, and the
only dependency is on ltmain.sh which nobody should be editing.

--- a/Makefile.am
+++ b/Makefile.am
@@ -121,7 +121,3 @@
 	$(RM) $(DESTDIR)$(mandir)/man1/play.1
 	$(RM) $(DESTDIR)$(mandir)/man1/rec.1
 	$(RM) $(DESTDIR)$(mandir)/man7/soxeffect.7
-
-# Automatically update libtool script if it gets out-of-date
-libtool: $(LIBTOOL_DEPS)
-	$(SHELL) ./config.status --recheck
--- a/configure.ac
+++ b/configure.ac
@@ -49,7 +49,6 @@
 fi
 
 LT_INIT([win32-dll])
-AC_SUBST(LIBTOOL_DEPS)
 
 AC_ARG_WITH(dyn-default,AS_HELP_STRING([--with-dyn-default],[Default to loading optional formats dynamically]),opt_default=dyn,opt_default=yes)