Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-06-07 20:12:48 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-06-07 20:12:48 (GMT)
commit882faa24e430168335eaeb66294ec19358e24351 (patch)
tree9ba2ce8686f9e895036d761747aa598cc9db4620 /autogen.sh
parent0658d108b9f1c4d4215f240895ec3742f512b757 (diff)
Initial olpc icon theme
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/autogen.sh b/autogen.sh
index 471d05b..476ccdd 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -61,6 +61,8 @@ $AUTOMAKE -a $am_opt
autoconf || echo "autoconf failed - version 2.5x is probably required"
+intltoolize --force --copy --automake
+
cd $ORIGDIR
$srcdir/configure --enable-maintainer-mode "$@"