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

test -n "$srcdir" || srcdir=`dirname "$0"`
test -n "$srcdir" || srcdir=.
 
autoreconf --force --install --verbose "$srcdir"
test -n "$NOCONFIGURE" || "$srcdir/configure" "$@"