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

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