From 8f7e02b065d247273dcfff11c3750496323b378b Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 23 May 2007 22:22:04 +0000 Subject: workaround gettextiz braindamage git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@18 54a58c19-9419-0410-9bbb-d8fa3e5d54ff --- bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bootstrap.sh b/bootstrap.sh index 73a72e7..7692e5f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -48,7 +48,11 @@ else rm -rf autom4te.cache rm -f config.cache + rm -f Makefile.am~ configure.ac~ echo "no" | gettextize --copy --force + test -f Makefile~ && 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 -- cgit