summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorSebastien Estienne <sebastien.estienne@gmail.com>2005-10-17 14:27:54 +0000
committerSebastien Estienne <sebastien.estienne@gmail.com>2005-10-17 14:27:54 +0000
commitcf0024addeda14e6a17129792b11c027f61c8a0e (patch)
treee1682dbe98655e13320b01edd3f041138dbb8455 /bootstrap.sh
parent0206f0a484f8e877151a6504e2f60cc76ff1e141 (diff)
* move glib-gettextize and intltoolize upper
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@66 3be567f1-68ff-0310-b24a-ad7cc433fd2f
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 77a5f23..8cbda6e 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -36,11 +36,11 @@ else
rm -rf autom4te.cache
rm -f config.cache
+ glib-gettextize -c -f
+ intltoolize --automake -c -f
run_versioned aclocal "$VERSION" -I common
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
- glib-gettextize -c -f
- intltoolize --automake -c -f
./configure "$@"
fi