strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19cb07b
)
autoconf: replace autogen.sh custom script with a call to autoreconf -i
author
Martin Willi
<martin@revosec.ch>
Thu, 18 Jul 2013 10:01:18 +0000
(12:01 +0200)
committer
Martin Willi
<martin@revosec.ch>
Thu, 18 Jul 2013 12:59:19 +0000
(14:59 +0200)
autogen.sh
patch
|
blob
|
history
diff --git
a/autogen.sh
b/autogen.sh
index
5aae436
..
7c590a3
100755
(executable)
--- a/
autogen.sh
+++ b/
autogen.sh
@@
-1,20
+1,3
@@
#!/bin/sh
-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 &&
-autoheader &&
-automake -a &&
-autoconf
-
+autoreconf -i