summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-10-17 14:24:04 +0000
committerLennart Poettering <lennart@poettering.net>2005-10-17 14:24:04 +0000
commit0206f0a484f8e877151a6504e2f60cc76ff1e141 (patch)
tree87c413b6016c63e7717fbb2d22cf98ca85a5a457
parent02e17aa9b23125a4ced6e6f3443ddee95e79ae5f (diff)
add glib-gettextize to bootstrap.sh
git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@65 3be567f1-68ff-0310-b24a-ad7cc433fd2f
-rwxr-xr-xbootstrap.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 272d5ed..77a5f23 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -39,7 +39,8 @@ else
run_versioned aclocal "$VERSION" -I common
run_versioned automake "$VERSION" -a -c --foreign
autoconf -Wall
- intltoolize --automake -c
+ glib-gettextize -c -f
+ intltoolize --automake -c -f
./configure "$@"
fi