Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorSayamindu Dasgupta <sayamindu@gmail.com>2008-06-24 17:53:59 (GMT)
committer Sayamindu Dasgupta <sayamindu@gmail.com>2008-06-24 17:53:59 (GMT)
commitcd2f415ad63021dea9f7dc87e7613fc53a6aa15d (patch)
tree45bacc236acc5dbf8046ff70c49b3b9ff3435131 /autogen.sh
parent8ab156872b97e310c77ff8dd12578615f35efaaa (diff)
Fix the i18n support
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 1cd5db4..3d12f8f 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,5 +1,6 @@
#!/bin/sh
export ACLOCAL="aclocal -I m4"
+intltoolize
autoreconf -i
./configure "$@"