# HG changeset patch # User Christian Hammond # Date 1073765039 0 # Node ID afd6b3185274a88d3f593586761f9777a52d6c15 # Parent 9b6bc1010054e562fd040665d7e2c8130c38616b [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 diff -r 9b6bc1010054 -r afd6b3185274 setup-gettext --- 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