changeset 8065:afd6b3185274

[gaim-migrate @ 8761] setup-gettext 0.1.6. gettext 0.13.x should work now. I wish they'd fix their bugs. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sat, 10 Jan 2004 20:03:59 +0000
parents 9b6bc1010054
children 2bc75d98af8b
files setup-gettext
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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