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

autoreconf -v --install

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