Changeset - ce76e9e6b477
[Not reviewed]
default
0 1 0
Nathan Brink (binki) - 16 years ago 2009-09-27 19:59:00
ohnobinki@ohnopublishing.net
added LOCALSTATEDIR
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
configure.ac
Show inline comments
 
@@ -46,12 +46,13 @@ AC_TYPE_SIZE_T
 
PKG_PROG_PKG_CONFIG(0.17.2)
 

	
 
PKG_CHECK_MODULES(DISTLIBS, libconfuse >= 2.5 libcurl libxml-2.0)
 
PKG_CHECK_MODULES([CHECK], [check >= 0.9.3])
 

	
 
AC_DEFINE_DIR([SYSCONFDIR], [sysconfdir], [Directory to find configuration files in])
 
AC_DEFINE_DIR([LOCALSTATEDIR], [localstatedir], [Directory in which the server or client may store its state files and data])
 

	
 
AC_CONFIG_FILES([Makefile
 
src/Makefile
 
src/common/Makefile
 
src/server/Makefile
 
src/client/Makefile
0 comments (0 inline, 0 general)