mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-11 05:33:47 +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
|
||
|
|