blob: facb3d85a7ca0a6774d95760d1ed874453ce14b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
Description: Don't hide the real compiler flags to allow automatic checks for
missing (hardening) flags via blhc. It avoids buildd log scanner
tag W-compiler-flags-hidden.
Author: Mònica Ramírez Arceda <monica@debian.org>
Last-Update: 2013-07-14
--- configure.ac
+++ configure.ac
@@ -6,7 +6,6 @@
AC_REVISION(AC_PACKAGE_VERSION)
AM_INIT_AUTOMAKE([1.11 foreign -Wall subdir-objects no-define std-options parallel-tests color-tests])
-AM_SILENT_RULES([yes])
AM_MAINTAINER_MODE
[LIBXML_REQUIRED_VERSION=2.6.27]
|