mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
6 lines
139 B
Bash
6 lines
139 B
Bash
|
#!/bin/sh
|
||
|
# Run this to generate all the initial makefiles, etc.
|
||
|
aclocal && autoheader && autoconf && automake
|
||
|
./configure --enable-debug
|
||
|
|