From 0206f0a484f8e877151a6504e2f60cc76ff1e141 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 14:24:04 +0000 Subject: add glib-gettextize to bootstrap.sh git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@65 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- bootstrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit