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

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