[Galago-commits] r2655 - trunk/libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Apr 2 16:25:26 PDT 2006


Author: chipx86
Date: 2006-04-02 16:25:14 -0700 (Sun, 02 Apr 2006)
New Revision: 2655

Modified:
   trunk/libgalago/setup-gettext
Log:
The last change actually broke things. Revert it.


Modified: trunk/libgalago/setup-gettext
===================================================================
--- trunk/libgalago/setup-gettext	2006-04-02 23:00:50 UTC (rev 2654)
+++ trunk/libgalago/setup-gettext	2006-04-02 23:25:14 UTC (rev 2655)
@@ -179,7 +179,7 @@
 	echo n | autopoint --force || abort
 	restore_m4
 
-	if test $GETTEXT_MAJOR_VERSION -gt 11 -o $GETTEXT_MINOR_VERSION -ge 12; then
+	if -o $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



More information about the galago-commits mailing list