Changeset - 9f7b19e75f9b
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2010-01-20 19:08:31
ohnobinki@ohnopublishing.net
readded AC_DEFINE_DIR so that config files have stuff substituted properly
1 file changed with 5 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)