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