mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
08a640c54b
svn:r11158
10 lines
132 B
Bash
Executable File
10 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
# Run this to generate all the initial makefiles, etc.
|
|
aclocal
|
|
autoheader
|
|
autoconf
|
|
automake --add-missing --copy
|