summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 8473fb75842c4df7cae2727747c1e754cd3fc321 (plain)
1
2
3
4
5
6
7
8
9
10
11
#! /bin/sh

test -d m4 || mkdir -p m4

gtkdocize || exit 1

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

./configure "$@"