tor/autogen.sh
2004-03-29 22:09:11 +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