X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=configure.ac;h=faff915874a40e697d785a1e6107d8fc8690206f;hb=9fb4fcc669e1b1cfe51f1be1b0b1d8476ac0ab87;hp=8e1789d6a74aaf016142d6a0c47e568e54d9b328;hpb=91a5a46fba329b993ce787ae2033dd323d0c7c14;p=dockapps%2Fwmnotify.git diff --git a/configure.ac b/configure.ac index 8e1789d..faff915 100644 --- a/configure.ac +++ b/configure.ac @@ -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.