[Galago-commits] r2650 - trunk/libgalago
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Sun Apr 2 13:54:39 PDT 2006
Author: chipx86
Date: 2006-04-02 13:54:34 -0700 (Sun, 02 Apr 2006)
New Revision: 2650
Modified:
trunk/libgalago/ChangeLog
trunk/libgalago/setup-gettext
Log:
Make the MKINSTALLDIRS change on gettext versions > 0.11 as well.
Modified: trunk/libgalago/ChangeLog
===================================================================
--- trunk/libgalago/ChangeLog 2006-04-02 10:21:18 UTC (rev 2649)
+++ trunk/libgalago/ChangeLog 2006-04-02 20:54:34 UTC (rev 2650)
@@ -1,3 +1,8 @@
+Sun Apr 02 13:53:26 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * setup-gettext:
+ - Make the MKINSTALLDIRS change on gettext versions > 0.11 as well.
+
Sun Apr 02 03:21:01 PDT 2006 Christian Hammond <chipx86 at chipx86.com>
* libgalago/galago-context.c:
Modified: trunk/libgalago/setup-gettext
===================================================================
--- trunk/libgalago/setup-gettext 2006-04-02 10:21:18 UTC (rev 2649)
+++ trunk/libgalago/setup-gettext 2006-04-02 20:54:34 UTC (rev 2650)
@@ -179,7 +179,7 @@
echo n | autopoint --force || abort
restore_m4
- if test $GETTEXT_MINOR_VERSION -ge 12; then
+ if test $GETTEXT_MAJOR_VERSION -gt 11 -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