From 99dfa4827d45799b48763d0ebd8cf38dd8a22920 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Tue, 17 Feb 2004 00:58:07 +0000 Subject: [PATCH] look for tor.sh in the right place svn:r1069 --- trunk/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trunk/configure.in b/trunk/configure.in index 3156cb35ac..6d65f27f84 100644 --- a/trunk/configure.in +++ b/trunk/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)