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

set -e

if type -p gtkdocize > /dev/null; then
    gtkdocize --docdir docs
    gtkdocargs=--enable-gtk-doc
fi

aclocal -I m4 && \
autoheader && \
autoconf && \
libtoolize --copy && \
automake --add-missing --copy