Files
tor/branches/tor-0_0_6incompat/autogen.sh
T
(no author) 064b20851e This commit was manufactured by cvs2svn to create branch
'tor-0_0_6incompat'.

svn:r1645
2004-04-16 14:35:28 +00:00

9 lines
148 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal &&
autoheader &&
autoconf &&
automake --add-missing --copy
./configure