]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
./autogen.sh runs auto* and then ./configure
authorRoger Dingledine <arma@torproject.org>
Sat, 29 Jun 2002 03:01:49 +0000 (03:01 +0000)
committerRoger Dingledine <arma@torproject.org>
Sat, 29 Jun 2002 03:01:49 +0000 (03:01 +0000)
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

autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..0b1eec9
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+# Run this to generate all the initial makefiles, etc.
+aclocal && autoheader && autoconf && automake
+./configure --enable-debug
+