mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-22 22:25:51 +01:00
8 lines
148 B
Bash
Executable file
8 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
|
|
|