summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2010-01-11 16:01:20 +0000
committerDaniel P. Berrange <berrange@redhat.com>2010-01-11 16:01:20 +0000
commit50f48b4d912c61d086212dd8d39f4020fa105916 (patch)
tree0825043576b1db3df1ea5707caac7d2b69f1583f /autogen.sh
parentacf61455a347571a66ec6db18c9f0aa1e6f7441d (diff)
downloadvirt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.tar.gz
virt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.tar.xz
virt-viewer-50f48b4d912c61d086212dd8d39f4020fa105916.zip
Add support for i18n of the UI
Add all the boilerplate code required for doing i18n of the UI. No translations available yet though
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index e4a7c10..cedc773 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -37,9 +37,10 @@ if test -z "$*"; then
fi
libtoolize --copy --force
-aclocal
+intltoolize --force
+aclocal -I m4
autoheader
-automake --add-missing
+automake --add-missing --copy
autoconf
cd $THEDIR