From: Andrea Zagli Date: Wed, 29 Jan 2014 07:54:22 +0000 (+0100) Subject: Added silent compilation. X-Git-Tag: v0.0.3~1 X-Git-Url: https://saetta.ns0.it/gitweb?a=commitdiff_plain;h=8de954a40c34195e862e02f1ea8942f0bdaf65ef;p=libgtkmaskedentry Added silent compilation. --- 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