summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-05 20:20:09 +0200
committerLennart Poettering <lennart@poettering.net>2008-08-05 20:20:09 +0200
commit21bb91f1b96c6e276ffeefb7425b409b22e7615a (patch)
treeb1673ad87556991cda24e6a1a730dce9471032fc /bootstrap.sh
parent59135fd54eba67a2c7148b74e964980878ae32fc (diff)
add i18n
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh
index f03ceff..7de732d 100755
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -48,7 +48,14 @@ else
rm -rf autom4te.cache
rm -f config.cache
- run_versioned aclocal "$VERSION"
+ rm -f Makefile.am~ configure.ac~
+ # Evil, evil, evil, evil hack
+ sed 's/read dummy/\#/' `which gettextize` | sh -s -- --copy --force
+ test -f Makefile.am~ && mv Makefile.am~ Makefile.am
+ test -f configure.ac~ && mv configure.ac~ configure.ac
+
+ 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