Localisation support
[sbrightapplet] / autogen.sh
1 #!/bin/sh
2
3 set -x
4
5 glib-gettextize --copy --force
6 intltoolize --copy --force --automake
7 libtoolize --copy --force --automake
8
9 aclocal-1.10
10 autoconf
11 autoheader
12 automake-1.10 --copy --add-missing --foreign