From cf0024addeda14e6a17129792b11c027f61c8a0e Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Mon, 17 Oct 2005 14:27:54 +0000 Subject: * move glib-gettextize and intltoolize upper git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@66 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap.sh') 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 -- cgit