summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-03-19 16:47:09 +0100
committerGravatar Martin Szulecki2011-03-19 16:47:09 +0100
commit4cf15c8cf0ccf0b5f7f556b3191ee26ab8641250 (patch)
tree10bdfeb7f519bc5bd075102beb1f5a3aaba57ad7 /autogen.sh
parentba6d098b6fe12ecdb0cde2c283ff77d2a8a22a06 (diff)
downloadideviceinstaller-4cf15c8cf0ccf0b5f7f556b3191ee26ab8641250.tar.gz
ideviceinstaller-4cf15c8cf0ccf0b5f7f556b3191ee26ab8641250.tar.bz2
Add support for glibtoolize of Mac OS X
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh7
1 files changed, 6 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index cb3887a..3292973 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,6 +1,11 @@
1#!/bin/sh 1#!/bin/sh
2gprefix=`which glibtoolize 2>&1 >/dev/null`
3if [ $? -eq 0 ]; then
4 glibtoolize --force
5else
6 libtoolize --force
7fi
2aclocal -I m4 8aclocal -I m4
3libtoolize
4autoheader 9autoheader
5automake --add-missing 10automake --add-missing
6autoconf 11autoconf