Skip to content
Snippets Groups Projects
Forked from The Tor Project / Core / Tor
26008 commits behind the upstream repository.
autogen.sh 150 B
#!/bin/sh

set -e

# Run this to generate all the initial makefiles, etc.
aclocal && \
	autoheader && \
	autoconf && \
	automake --add-missing --copy