setup-gettext

changeset 8065
1aab8c47cbb3
parent 6749
cd56e10fbcdd
child 10446
ee5d83ab827b
--- a/setup-gettext	Sat Jan 10 18:38:47 2004 +0000
+++ b/setup-gettext	Sat Jan 10 20:03:59 2004 +0000
@@ -21,7 +21,7 @@
 # MA  02111-1307  USA
 #
 
-VERSION=0.1.5
+VERSION=0.1.6
 
 VERBOSE=0
 
@@ -179,7 +179,7 @@
 	echo n | autopoint --force || abort
 	restore_m4
 
-	if test $GETTEXT_MINOR_VERSION -eq 12; then
+	if test $GETTEXT_MINOR_VERSION -ge 12; then
 		cp po/Makefile.in.in po/.tmp-Makefile.in.in
 		sed -e 's#echo "\$(top_builddir)/\$(MKINSTALLDIRS)" ;; esac#echo "\$(MKINSTALLDIRS)" ;; esac#1' < po/.tmp-Makefile.in.in > po/Makefile.in.in
 		rm po/.tmp-Makefile.in.in

mercurial