mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 05:08:32 +00:00
11 lines
187 B
Bash
Executable File
11 lines
187 B
Bash
Executable File
#!/bin/sh
|
|
|
|
LIBTOOLIZE=libtoolize
|
|
if [ "$(uname)" == "Darwin" ] ; then
|
|
LIBTOOLIZE=glibtoolize
|
|
fi
|
|
|
|
autoreconf -fiv -I config -I m4
|
|
cd third-party/libevent
|
|
autoreconf -fiv -I config -I m4
|