Add option to invert single and double-click actions
[dockapps/wmnotify.git] / configure.ac
index faff915..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)
@@ -11,7 +11,7 @@ AM_INIT_AUTOMAKE(check-news)
 AM_SILENT_RULES([yes])
 
 dnl Testing the C compiler.
-AM_PROG_CC_C_O
+AC_PROG_CC
 AC_LANG_C
 
 dnl Checking for typedefs, structures, and compiler characteristics.