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>2008-04-24 11:57:20 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-04-24 11:57:20 (GMT)
commit511181f2ac302c0715ef9d02baab1ade82bea12c (patch)
tree1d79088b5144c8d567a7741252f6d4cbc7f6b9a3 /autogen.sh
parentc1e804e4cd209849713da84c6ddf20d7c9888e39 (diff)
intltoolize before autoreconf
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5b0385d..a8a19f2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,4 +1,4 @@
#!/bin/sh
-autoreconf -i
intltoolize
+autoreconf -i
./configure "$@"