From f527e138ad8f8e578b27dc4cb98a2c2cc9fac512 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 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)