summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-24 04:35:55 +0100
committerMarc-André Lureau <marcandre.lureau@redhat.com>2010-11-24 04:37:16 +0100
commit1fc30e01d5171cd7928716d86cc5666890695dfb (patch)
treeda261db5fa9aa0ac6453c86c983fc2d8020c58d1 /autogen.sh
parentbfeff569ca666b879803522f5bb0d68f6d82d363 (diff)
downloadspice-gtk-1fc30e01d5171cd7928716d86cc5666890695dfb.tar.gz
spice-gtk-1fc30e01d5171cd7928716d86cc5666890695dfb.tar.xz
spice-gtk-1fc30e01d5171cd7928716d86cc5666890695dfb.zip
i18: add basic support - mark translatable spicy strings
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 0eb914e..68472ce 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -6,6 +6,7 @@ srcdir=`dirname $0`
test -z "$srcdir" && srcdir=.
autoreconf -v --force --install || exit 1
+intltoolize -f
if [ -z "$NOCONFIGURE" ]; then
"$srcdir"/configure --enable-maintainer-mode ${1+"$@"} || exit 1