diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-11-14 02:55:12 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-11-14 02:55:12 +0000 |
commit | 75922ff41f5518e44ac8752a37922de855488915 (patch) | |
tree | 8a9eb7a3202a2368557cc4444edddc9fd4bfa535 /configure.in | |
parent | 6739ef40277b012f44e8209bb3c9e352cccc5cb1 (diff) | |
download | tor-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.in | 5 |
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 |