aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: ddfc09607e16c2646398a183c653384138d2f414 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
srcdir="$(dirname $0)"
cd "$srcdir"
if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
  export LIBTOOLIZE="${GLIBTOOLIZE}"
fi
autoreconf --install --force --warnings=all