diff options
author | Roger Dingledine <arma@torproject.org> | 2004-02-17 00:58:07 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-02-17 00:58:07 +0000 |
commit | f527e138ad8f8e578b27dc4cb98a2c2cc9fac512 (patch) | |
tree | 3c7b8311a337588114019e0d159aeccb80466869 | |
parent | ffa28ba83920d2d5467d952c66138176c2df37a8 (diff) | |
download | tor-f527e138ad8f8e578b27dc4cb98a2c2cc9fac512.tar.gz tor-f527e138ad8f8e578b27dc4cb98a2c2cc9fac512.zip |
look for tor.sh in the right place
svn:r1069
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 3156cb35ac..6d65f27f84 100644 --- a/configure.in +++ b/configure.in @@ -184,5 +184,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile tor.sh src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) +AC_OUTPUT(Makefile contrib/tor.sh src/config/torrc doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |