]>
Commit | Line | Data |
---|---|---|
f80b723c | 1 | #!/bin/sh |
97d285ab | 2 | set -e |
19b9adda JT |
3 | srcdir="$(dirname $0)" |
4 | cd "$srcdir" | |
b150b09e | 5 | if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then |
b77b4eda LD |
6 | LIBTOOLIZE="${GLIBTOOLIZE}" |
7 | export LIBTOOLIZE | |
b150b09e | 8 | fi |
e5438111 | 9 | autoreconf --install --force --warnings=all |