strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
android: Pass the type of VPN to the native parts
[strongswan.git]
/
autogen.sh
diff --git
a/autogen.sh
b/autogen.sh
index
0839f05
..
5aae436
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,6
+1,20
@@
#!/bin/sh
#!/bin/sh
-libtoolize --force &&
+
+LIBTOOLIZE=`which glibtoolize 2>/dev/null`
+case "$LIBTOOLIZE" in
+ /* ) ;;
+ * ) LIBTOOLIZE=`which libtoolize 2>/dev/null`
+ case "$LIBTOOLIZE" in
+ /* ) ;;
+ * ) LIBTOOLIZE=libtoolize
+ ;;
+ esac
+ ;;
+esac
+
+$LIBTOOLIZE --force &&
aclocal &&
aclocal &&
+autoheader &&
automake -a &&
autoconf
automake -a &&
autoconf