]> git.ipfire.org Git - thirdparty/tor.git/commit
First cut at cleaning out a lot of the extra stuff.
authorRoger Dingledine <arma@torproject.org>
Sat, 29 Jun 2002 00:54:00 +0000 (00:54 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 29 Jun 2002 00:54:00 +0000 (00:54 +0000)
commitbd627daa403d9606036f6b67939947d970baf262
tree1ed33f2e9245488df078010ee219ce1cbde58c6e
parent3840dbcaaf870d1ecd4789d037a555740ed61244
First cut at cleaning out a lot of the extra stuff.

The summary here is that I'm requiring all developers to have
auto* (aclocal, autoconf, automake) installed on their machine.

Since different versions of auto* generate vastly different output,
I'm going to leave its output out of the repository. This means that
whenever you check out a repository, you need to run auto* to generate
a configure file, then run ./configure to get a Makefile, then build.

If you don't have auto* and can't get it, let me know (and I'll try to
convince you to develop on moria).

The benefit here is that while developers have a bit more work to keep
things straight, we can build snapshots that will install just about
anywhere (once we make configure.in work, that is ;)

svn:r12
23 files changed:
.cvsignore [new file with mode: 0644]
aclocal.m4 [deleted file]
configure [deleted file]
src/.cvsignore [new file with mode: 0644]
src/Makefile.in [deleted file]
src/common/.cvsignore [new file with mode: 0644]
src/common/Makefile [deleted file]
src/common/Makefile.in [deleted file]
src/httpap/.cvsignore [new file with mode: 0644]
src/httpap/Makefile [deleted file]
src/httpap/Makefile.in [deleted file]
src/op/.cvsignore [new file with mode: 0644]
src/op/Makefile [deleted file]
src/op/Makefile.in [deleted file]
src/or/.cvsignore [new file with mode: 0644]
src/or/Makefile [deleted file]
src/or/Makefile.in [deleted file]
src/orkeygen/.cvsignore [new file with mode: 0644]
src/orkeygen/Makefile [deleted file]
src/orkeygen/Makefile.in [deleted file]
src/smtpap/.cvsignore [new file with mode: 0644]
src/smtpap/Makefile [deleted file]
src/smtpap/Makefile.in [deleted file]