[Galago-commits] r2702 - trunk/libgalago

galago-commits at freedesktop.org galago-commits at freedesktop.org
Tue Apr 11 01:38:08 PDT 2006


Author: chipx86
Date: 2006-04-11 01:38:05 -0700 (Tue, 11 Apr 2006)
New Revision: 2702

Modified:
   trunk/libgalago/ChangeLog
   trunk/libgalago/setup-gettext
Log:
Don't apply the mkinstalldirs hack for gettext 0.14.x.


Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog	2006-04-11 08:35:10 UTC (rev 2701)
+++ trunk/libgalago/ChangeLog	2006-04-11 08:38:05 UTC (rev 2702)
@@ -1,3 +1,8 @@
+Tue Apr 11 01:37:52 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* setup-gettext:
+	  - Don't apply the mkinstalldirs hack for gettext 0.14.x.
+
 Tue Apr 11 01:31:51 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libgalago/galago-account.c:

Modified: trunk/libgalago/setup-gettext
===================================================================
--- trunk/libgalago/setup-gettext	2006-04-11 08:35:10 UTC (rev 2701)
+++ trunk/libgalago/setup-gettext	2006-04-11 08:38:05 UTC (rev 2702)
@@ -179,7 +179,7 @@
 	echo n | autopoint --force || abort
 	restore_m4
 
-	if test $GETTEXT_MINOR_VERSION -ge 12; then
+	if test $GETTEXT_MINOR_VERSION -ge 12 -a $GETTEXT_MINOR_VERSION -lt 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