summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-23 22:12:16 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-23 22:12:16 +0000
commit86dc32df289663c2e2ba5926f49fdee9c98108fe (patch)
tree787f0d7769f3239421d7128a73084833a02c8852 /bootstrap.sh
parent10d5884e5da51b2ab5ceece242e64f5a3f5dd3d4 (diff)
Add i18n support
git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@15 54a58c19-9419-0410-9bbb-d8fa3e5d54ff
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index 0d3db06..73a72e7 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -48,7 +48,9 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal "$VERSION"
+ echo "no" | gettextize --copy --force
+ intltoolize --copy --force --automake
+ run_versioned aclocal "$VERSION" -I m4
run_versioned autoconf 2.59 -Wall
run_versioned autoheader 2.59
run_versioned automake "$VERSION" -a -c --foreign