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 <marco@localhost.localdomain>2007-05-21 15:36:08 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-05-21 15:36:08 (GMT)
commit0ddbf7e9ab54157244fa3ee6abe892413680b87d (patch)
treeabc46ea17eb2ba153e380fefea9f7328a626bdd3 /autogen.sh
parentd560489d0ff075ab2b59a22e0252fc7d99e6735c (diff)
Add the AddressEntry object to sugar
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..eaf5ff8 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -2,4 +2,5 @@
export ACLOCAL="aclocal -I m4"
autoreconf -i
+intltoolize
./configure "$@"