0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00
tor/autogen.sh
2004-11-01 06:40:49 +00:00

8 lines
159 B
Bash
Executable File

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