]> git.ipfire.org Git - people/ms/strongswan.git/blame - autogen.sh
fixed distribution list
[people/ms/strongswan.git] / autogen.sh
CommitLineData
f0cdc48e 1#!/bin/sh
af05cc56
TB
2
3LIBTOOLIZE=`which glibtoolize 2>/dev/null`
4case "$LIBTOOLIZE" in
5 /* ) ;;
6 * ) LIBTOOLIZE=`which libtoolize 2>/dev/null`
7 case "$LIBTOOLIZE" in
8 /* ) ;;
9 * ) LIBTOOLIZE=libtoolize
10 ;;
11 esac
12 ;;
13esac
14
15$LIBTOOLIZE --force &&
dd3b7b71
MW
16aclocal &&
17automake -a &&
f0cdc48e
MW
18autoconf
19