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

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