# HG changeset patch # User Binki # Date 2010-01-20 19:08:31 # Node ID 9f7b19e75f9b64c42ca2f9a20fd4449d4cf240ea # Parent 2c0ae3006fa077699e19a37725a193f91bb8764e readded AC_DEFINE_DIR so that config files have stuff substituted properly diff --git a/configure.ac b/configure.ac --- a/configure.ac +++ b/configure.ac @@ -62,6 +62,11 @@ PKGCONFIG_OHNOWRAP([DISTLIBS], [libconfu PKGCONFIG_OHNOWRAP([CHECK], [check >= 0.9.3]) +# define paths for configuration files: + +AC_DEFINE_DIR([LOCALSTATEDIR], [localstatedir], [Default directory for storing state information]) +AC_DEFINE_DIR([RUNSTATEDIR], [runstatedir], [Default directory for registering runtime information like pid-files]) + AC_CONFIG_FILES([Makefile src/Makefile src/tests/Makefile