tor/autogen.sh

8 lines
196 B
Bash
Executable File

#!/bin/sh
# Run this to generate all the initial makefiles, etc.
aclocal && \
autoheader && \
autoconf && \
automake --add-missing --copy && \
if test x$NOCONF = x ; then ./configure "$@"; fi