summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 047bcc57d91a573c7b3b3981f6ed7bb433e7af8f (plain)
1
2
3
4
5
6
7
8
#! /bin/sh
gtkdocize || exit 1

# back in the stupidity of autoreconf
autoreconf -v --install || exit 1

./configure "$@"