1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-23 08:13:27 +00:00
transmission/autogen.sh
2007-08-16 15:48:07 +00:00

10 lines
194 B
Bash
Executable file

#!/bin/sh
LIBTOOLIZE=libtoolize
if ! libtoolize --help >/dev/null 2>&1 && glibtoolize --help >/dev/null 2>&1
then
LIBTOOLIZE=glibtoolize
fi
export LIBTOOLIZE
autoreconf -fiv -I config -I m4