./autogen.sh runs auto* and then ./configure

It should be all you need to do to get working Makefiles on your
platform, whatever your platform is. :)

Let me know if it doesn't generate Makefiles for you. There will still
be some bugs to work out in detecting openssl correctly, in checking for
only the right header files, etc. But we're on our way.


svn:r15
This commit is contained in:
Roger Dingledine 2002-06-29 03:01:49 +00:00
parent 35f90b7820
commit dcc9fa8657
1 changed files with 5 additions and 0 deletions

5
autogen.sh Executable file
View File

@ -0,0 +1,5 @@
#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal && autoheader && autoconf && automake
./configure --enable-debug