]> saetta.ns0.it Git - libgtkmaskedentry/commitdiff
Added silent compilation.
authorAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 29 Jan 2014 07:54:22 +0000 (08:54 +0100)
committerAndrea Zagli <a.zagli@comune.scandicci.fi.it>
Wed, 29 Jan 2014 07:54:22 +0000 (08:54 +0100)
config.h.in
configure.ac

index 8ee95d78503f38a0807c386ecb04f77d905455b2..a0ed1e57a4d24e97972d41bcf4b3b205caac27d0 100644 (file)
@@ -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
index 311fac7085581ecd9b82da5fa47b19d634a0c3a6..d7b089e04a2a9ad5a6f074bea2ea2b13cbf8e1d9 100644 (file)
@@ -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