Update changelog and bump version to 0.0.17-2.
[tweakr] / autogen.sh
1 set -x
2 glib-gettextize --copy --force
3 libtoolize --automake --copy --force
4 aclocal
5 intltoolize --automake --copy --force
6 autoconf --force
7 autoheader --force
8 automake --add-missing --copy --force-missing --foreign
9