mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
autoconf: replace autogen.sh custom script with a call to autoreconf -i
This commit is contained in:
parent
19cb07b890
commit
af2db7a651
19
autogen.sh
19
autogen.sh
@ -1,20 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
LIBTOOLIZE=`which glibtoolize 2>/dev/null`
|
autoreconf -i
|
||||||
case "$LIBTOOLIZE" in
|
|
||||||
/* ) ;;
|
|
||||||
* ) LIBTOOLIZE=`which libtoolize 2>/dev/null`
|
|
||||||
case "$LIBTOOLIZE" in
|
|
||||||
/* ) ;;
|
|
||||||
* ) LIBTOOLIZE=libtoolize
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
|
|
||||||
$LIBTOOLIZE --force &&
|
|
||||||
aclocal &&
|
|
||||||
autoheader &&
|
|
||||||
automake -a &&
|
|
||||||
autoconf
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user