1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
From: Debian Electronics Packaging Team
<pkg-electronics-devel@alioth-lists.debian.net>
Date: Sat, 6 Jun 2020 21:21:00 +0200
Subject: noisy-libtool
===================================================================
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 36e939b..9a4e98c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_C_BIGENDIAN
# Checks for library functions.
# Disable progress and informational output of libtool.
-AC_SUBST([AM_LIBTOOLFLAGS], '--silent')
+# AC_SUBST([AM_LIBTOOLFLAGS], '--silent')
JAYLINK_SET_PACKAGE_VERSION([JAYLINK_VERSION_PACKAGE], [AC_PACKAGE_VERSION])
|