summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: a9bf688f6b6ad00a3487d31e31342053e37f1cc1 (plain)
1
2
3
4
5
6
7
#!/bin/sh

cd $(dirname $0)
autoreconf --install --symlink -Wno-portability
if test -z "$NOCONFIGURE"; then
   exec ./configure $@
fi