aboutsummaryrefslogtreecommitdiff
path: root/autogen.sh
blob: 251c3131690bc40bc37c3f1c855c9a865bc0b211 (plain)
1
2
3
4
5
6
7
#!/bin/sh

aclocal -I m4
autoconf
autoheader
automake -ac
gtkdocize --copy || exit 1