File: 01-noisy-libtool.diff

package info (click to toggle)
libjaylink 0.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 552 kB
  • sloc: ansic: 4,940; makefile: 49; sh: 11
file content (23 lines) | stat: -rw-r--r-- 691 bytes parent folder | download | duplicates (3)
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])