mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
Fix autogen.sh on osx (and maybe elsewhere too).
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
LIBTOOLIZE=libtoolize
|
||||
if [ "$(uname)" == "Darwin" ] ; then
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user