summaryrefslogtreecommitdiffstats
path: root/bootstrap.sh
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-23 22:22:04 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-23 22:22:04 +0000
commit8f7e02b065d247273dcfff11c3750496323b378b (patch)
tree724810871c80e8a5c077be5998b87fb956916e93 /bootstrap.sh
parent3ce097f07c0032fefc3f8ef8abfbe41ede794cc9 (diff)
workaround gettextiz braindamage
git-svn-id: file:///home/lennart/svn/public/paprefs/trunk@18 54a58c19-9419-0410-9bbb-d8fa3e5d54ff
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-xbootstrap.sh4
1 files changed, 4 insertions, 0 deletions
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