diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-06 23:20:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-06 23:20:28 +0000 |
commit | 37c45424d610e4ef077ff375a24240bb209f9eb8 (patch) | |
tree | b70a5da48b663cb8139e8639fecfe5ca57d2dfad /configure.in | |
parent | efbeadd61085c758deee94acf8d5f0484e4cd315 (diff) | |
download | tor-37c45424d610e4ef077ff375a24240bb209f9eb8.tar.gz tor-37c45424d610e4ef077ff375a24240bb209f9eb8.zip |
Checkpoint work towards making tor.spec work with current tor and conform (more or less) to fedora.us packaging guidelines
svn:r1953
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ca0fb24efb..d9ce960ee2 100644 --- a/configure.in +++ b/configure.in @@ -218,5 +218,5 @@ AC_SUBST(LOCALSTATEDIR) echo "confdir: $CONFDIR" -AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile contrib/tor.spec src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) +AC_OUTPUT(Makefile contrib/tor.sh contrib/torify contrib/Makefile src/config/torrc.sample doc/tor.1 src/Makefile doc/Makefile src/config/Makefile src/common/Makefile src/or/Makefile) |