summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2007-11-14 02:55:12 +0000
committerNick Mathewson <nickm@torproject.org>2007-11-14 02:55:12 +0000
commit75922ff41f5518e44ac8752a37922de855488915 (patch)
tree8a9eb7a3202a2368557cc4444edddc9fd4bfa535 /configure.in
parent6739ef40277b012f44e8209bb3c9e352cccc5cb1 (diff)
downloadtor-75922ff41f5518e44ac8752a37922de855488915.tar.gz
tor-75922ff41f5518e44ac8752a37922de855488915.zip
r16663@catbus: nickm | 2007-11-13 21:51:28 -0500
Back out parts of r12376: replace file locations in scripts. svn:r12490
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index f8ad33516e..9d20e47a3b 100644
--- a/configure.in
+++ b/configure.in
@@ -620,6 +620,11 @@ AC_SUBST(CONFDIR)
AH_TEMPLATE([CONFDIR],[tor's configuration directory])
AC_DEFINE_UNQUOTED(CONFDIR,"$CONFDIR")
+BINDIR=`eval echo $bindir`
+AC_SUBST(BINDIR)
+LOCALSTATEDIR=`eval echo $localstatedir`
+AC_SUBST(LOCALSTATEDIR)
+
# Set CFLAGS _after_ all the above checks, since our warnings are stricter
# than autoconf's macros like.
if test $ac_cv_c_compiler_gnu = yes; then