diff options
author | Roger Dingledine <arma@torproject.org> | 2002-06-29 00:54:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-06-29 00:54:00 +0000 |
commit | bd627daa403d9606036f6b67939947d970baf262 (patch) | |
tree | 1ed33f2e9245488df078010ee219ce1cbde58c6e /.cvsignore | |
parent | 3840dbcaaf870d1ecd4789d037a555740ed61244 (diff) | |
download | tor-bd627daa403d9606036f6b67939947d970baf262.tar.gz tor-bd627daa403d9606036f6b67939947d970baf262.zip |
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
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000000..f75dd1c010 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,7 @@ +Makefile +Makefile.in +aclocal.m4 +configure +orconfig.h +config.cache +conftest* |