summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2002-06-29First cut at cleaning out a lot of the extra stuff.Roger Dingledine
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
2002-06-28moved configure.ac to configure.in, should work with older autoconfs and ↵Felipe Bergo
automakes svn:r11
2002-06-28added automake/autoconf support. When in doubt, "aclocal && autoconf && ↵Felipe Bergo
autoheader && automake" from the top dir. svn:r10
2002-06-28Added -lpopt to MakefilesBruce Montrose
svn:r9
2002-06-28Added poptReadOptions() and poptReadDefaultOptions()Bruce Montrose
svn:r8
2002-06-26Initial revisionRoger Dingledine
svn:r2