From 8de954a40c34195e862e02f1ea8942f0bdaf65ef Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Wed, 29 Jan 2014 08:54:22 +0100 Subject: [PATCH] Added silent compilation. --- config.h.in | 6 ------ configure.ac | 4 +++- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/config.h.in b/config.h.in index 8ee95d7..a0ed1e5 100644 --- a/config.h.in +++ b/config.h.in @@ -34,9 +34,6 @@ */ #undef LT_OBJDIR -/* Name of package */ -#undef PACKAGE - /* Define to the address where bug reports for this package should be sent. */ #undef PACKAGE_BUGREPORT @@ -58,8 +55,5 @@ /* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS -/* Version number of package */ -#undef VERSION - /* Define to empty if `const' does not conform to ANSI C. */ #undef const diff --git a/configure.ac b/configure.ac index 311fac7..d7b089e 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,9 @@ AC_INIT([GtkMaskedEntry], [0.0.3], [azagli@libero.it]) AC_CONFIG_SRCDIR([src/gtkmaskedentry.c]) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION) +AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION, -Wall) + +m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])]) AM_MAINTAINER_MODE -- 2.49.0