Localisation support
[sbrightapplet] / autogen.sh
index 9ad04eb..2d74b1e 100755 (executable)
@@ -1,5 +1,12 @@
 #!/bin/sh
 
-set -ex
-touch ChangeLog NEWS README
-autoreconf --install --force 
+set -x
+
+glib-gettextize --copy --force
+intltoolize --copy --force --automake
+libtoolize --copy --force --automake
+
+aclocal-1.10
+autoconf
+autoheader
+automake-1.10 --copy --add-missing --foreign