mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0430b4c5a0
svn:r2163
8 lines
151 B
Bash
Executable File
8 lines
151 B
Bash
Executable File
#!/bin/sh
|
|
# Run this to generate all the initial makefiles, etc.
|
|
aclocal &&
|
|
autoheader &&
|
|
autoconf &&
|
|
automake --add-missing --copy &&
|
|
./configure
|