ref: c6e78c58c8ce634b69f979327113e45a805fdaae
parent: ad5ad532f9d5f8e0374109f56de2501069a9b601
author: Mans Rullgard <mans@mansr.com>
date: Sat Aug 15 19:48:33 EDT 2020
build: drop --enable-silent-libtool option The silent automake setting already suppresses the libtool blather. This option has no effect, so drop it.
--- a/configure.ac
+++ b/configure.ac
@@ -107,16 +107,6 @@
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
-dnl Allow libtool to be silenced
-AC_MSG_CHECKING([whether libtool should be silenced])
-AC_ARG_ENABLE(silent-libtool,
- AS_HELP_STRING([--disable-silent-libtool], [Verbose libtool]),,enable_silent_libtool=yes)
-AC_MSG_RESULT($enable_silent_libtool)
-if test "$enable_silent_libtool" = "yes"; then
- LIBTOOLFLAGS=--silent
-fi
-AC_SUBST(LIBTOOLFLAGS)
-
dnl Check if ltdl should be enabled.
if test "$using_libltdl" != "no"; then
AC_CHECK_HEADERS(ltdl.h,
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -15,9 +15,6 @@
AM_CPPFLAGS += -DPKGLIBDIR="\"$(pkglibdir)\""
endif
-# Pass flags from --enable-silent-libtool
-LIBTOOL = @LIBTOOL@ @LIBTOOLFLAGS@
-
#########################