summaryrefslogtreecommitdiffstats
path: root/autogen.sh
blob: 35888cf2b8c0bd3a0957ab05aeacfc256561e4a4 (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
aclocal
libtoolize
autoheader
automake --add-missing
autoconf

if [ -z "$NOCONFIGURE" ]; then
    ./configure "$@"
fi