File: 01-fix-non-verbose-libtool

package info (click to toggle)
userinfo 2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,712 kB
  • sloc: sh: 11,347; ansic: 2,320; makefile: 52
file content (17 lines) | stat: -rw-r--r-- 515 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: deleting --silent from LIBTOOL to remove warning of blhc
Author: Paulo Roberto Alves de Oliveira (aka kretcheu) <kretcheu@gmail.com>
Last-update: 2016-03-02

Index: userinfo-2.5/configure.ac
===================================================================
--- userinfo-2.5.orig/configure.ac
+++ userinfo-2.5/configure.ac
@@ -11,8 +11,6 @@ AC_PROG_LIBTOOL
 AM_CONFIG_HEADER([config.h])
 AC_CONFIG_SRCDIR([src/ui.c])
 
-LIBTOOL="$LIBTOOL --silent"
-
 dnl Checks for programs.
 AC_PROG_CC
 AC_PROG_CPP