Replace custom autogen.sh script with simple autoreconf command
[dockapps/wmnotify.git] / configure.ac
index 8e1789d..faff915 100644 (file)
@@ -2,7 +2,8 @@
 
 dnl Initialization stuff.
 AC_INIT(wmnotify, 1.0.0)
-AC_CONFIG_AUX_DIR(config)
+AC_CONFIG_AUX_DIR(build-aux)
+AC_CONFIG_MACRO_DIR([m4])
 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.