tor/autogen.sh
2003-12-03 09:53:46 +00:00

6 lines
124 B
Bash
Executable File

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