Skip to content

Commit

Permalink
build: drop libtool target
Browse files Browse the repository at this point in the history
Contrary to the comment, it is not automatically invoked, and the
only dependency is on ltmain.sh which nobody should be editing.
  • Loading branch information
mansr committed Sep 5, 2020
1 parent 34d8886 commit abec85c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,3 @@ uninstall-hook:
$(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
1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ else
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)

Expand Down

0 comments on commit abec85c

Please sign in to comment.