wmnotify 1.1.0
[dockapps/wmnotify.git] / configure.ac
index 1261c02..c62a19b 100644 (file)
@@ -1,7 +1,7 @@
 # configure.ac -- Process this file with autoconf to produce configure.
 
 dnl Initialization stuff.
-AC_INIT(wmnotify, 1.0.0)
+AC_INIT(wmnotify, 1.1.0)
 AC_CONFIG_AUX_DIR(build-aux)
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(src/wmnotify.c)
@@ -14,9 +14,6 @@ dnl Testing the C compiler.
 AC_PROG_CC
 AC_LANG_C
 
-dnl For per-target flags
-AM_PROG_CC_C_O
-
 dnl Checking for typedefs, structures, and compiler characteristics.
 AC_C_CONST
 AC_TYPE_PID_T