summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: d83f1c47ba238fcdfeb8d36ca21322aa491c5596 (plain)
1
2
3
4
5
6
#! /bin/sh
gtkdocize || exit 1
autoreconf -v --install || exit 1
if test -z "$NOCONFIGURE"; then
    ./configure "$@" || exit 1
fi