summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 0bb5ca8125f971ac7362372b4c3ef3effcde78a1 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e
mkdir -p m4
autoreconf -i

if test ! "x$NOCONFIGURE" = "x1" ; then
    exec ./configure "$@"
fi