mirror of
https://github.com/transmission/transmission
synced 2025-02-03 13:03:50 +00:00
4 lines
95 B
Bash
Executable file
4 lines
95 B
Bash
Executable file
#!/bin/sh
|
|
autoreconf --force --install -I config -I m4
|
|
cd third-party/libevent
|
|
sh ./autogen.sh
|