wmnotify 1.0.0
[dockapps/wmnotify.git] / configure.ac
index e735d81..140a624 100644 (file)
@@ -1,15 +1,15 @@
 # configure.ac -- Process this file with autoconf to produce configure.
 
 dnl Initialization stuff.
-AC_INIT(wmnotify, 0.3.2)
+AC_INIT(wmnotify, 1.0.0)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR(src/wmnotify.c)
 AM_CONFIG_HEADER(config.h:config-h.in)
 dnl Checking if the NEWS file has been updated to reflect the current version.
 AM_INIT_AUTOMAKE(check-news)
+AM_SILENT_RULES([yes])
 
 dnl Testing the C compiler.
-dnl AC_PROG_CC
 AM_PROG_CC_C_O
 AC_LANG_C