[Galago-commits] r2829 - trunk/libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Jun 10 18:34:40 PDT 2006


Author: chipx86
Date: 2006-06-10 18:34:37 -0700 (Sat, 10 Jun 2006)
New Revision: 2829

Modified:
   trunk/libgalago/setup-gettext
Log:
Fix?


Modified: trunk/libgalago/setup-gettext
===================================================================
--- trunk/libgalago/setup-gettext	2006-06-09 02:54:53 UTC (rev 2828)
+++ trunk/libgalago/setup-gettext	2006-06-11 01:34:37 UTC (rev 2829)
@@ -179,7 +179,7 @@
 	echo n | autopoint --force || abort
 	restore_m4
 
-	if test $GETTEXT_MINOR_VERSION -ge 12 -a $GETTEXT_MINOR_VERSION -lt 14; then
+	if test $GETTEXT_MINOR_VERSION -ge 12 -a $GETTEXT_MINOR_VERSION -le 14; 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



More information about the galago-commits mailing list