From 86e73d7005d6217d5a2eb4e656e81c54182b019d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 3 May 2005 00:37:25 +0000 Subject: [PATCH] Define LOCALSTATEDIR in orconfig.h svn:r4171 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 543b334630..97893c364d 100644 --- a/configure.in +++ b/configure.in @@ -329,6 +329,8 @@ AC_SUBST(BINDIR) LOCALSTATEDIR=`eval echo $localstatedir` AC_SUBST(LOCALSTATEDIR) +AC_DEFINE_UNQUOTED(LOCALSTATEDIR,"$LOCALSTATEDIR") +AC_DEFINE([LOCALSTATEDIR], [], [Default location to store state files.]) # Set CFLAGS _after_ all the above checks, since our warnings are stricter # than autoconf's macros like.