aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 50b85bcba0638d7628f33fc03360f1c3f53dfe0e (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