Adding autogen.sh
authorEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:42:04 +0000 (10:42 +0100)
committerEmmanuel Bretelle <chantra@debuntu.org>
Sun, 7 Feb 2010 09:42:04 +0000 (10:42 +0100)
autogen.sh [new file with mode: 0755]

diff --git a/autogen.sh b/autogen.sh
new file mode 100755 (executable)
index 0000000..3af226d
--- /dev/null
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+set -x
+glib-gettextize --copy --force
+libtoolize --automake --copy --force
+intltoolize --automake --copy --force
+aclocal-1.7
+autoconf --force
+autoheader --force
+automake-1.7 --add-missing --copy --force-missing --foreign