Change the bootstrap script so it works with the new gettextize.

Spotted by:	marck@
This commit is contained in:
Vasil Dimov 2008-06-11 12:17:14 +00:00
parent 3a2fb900f1
commit ec223ef2f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=214647

View file

@ -1,5 +1,14 @@
--- bootstrap.orig 2008-01-07 22:06:02.000000000 +0200
+++ bootstrap 2008-01-07 22:05:35.000000000 +0200
--- bootstrap.orig 2006-12-17 23:13:03.000000000 +0200
+++ bootstrap 2008-06-11 12:14:34.000000000 +0300
@@ -42,7 +42,7 @@
gettextize_version=`$GETTEXTIZE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
# echo gettextize version: $gettextize_version
case $gettextize_version in
- 0.11*|0.12*|0.13*|0.14*|0.15*|0.16*)
+ 0.1[1-9]*|0.[2-9]*|[1-9].*)
have_gettextize=true
;;
esac
@@ -79,7 +79,7 @@
automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
# echo automake version: $automake_version