From 02e17aa9b23125a4ced6e6f3443ddee95e79ae5f Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 17 Oct 2005 14:05:01 +0000 Subject: add intltoolize to bootstrap.sh git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@64 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index d920bac..272d5ed 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -39,6 +39,7 @@ else run_versioned aclocal "$VERSION" -I common run_versioned automake "$VERSION" -a -c --foreign autoconf -Wall + intltoolize --automake -c ./configure "$@" fi -- cgit