summaryrefslogtreecommitdiff
path: root/autogen.sh
blob: e3407457b075b4dbf6a52f414f41ad6a53e70451 (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 && \
autoheader && \
autoconf && \
libtoolize --copy && \
automake --add-missing --copy