If msgfmt isn't found, unset gt_cv_have_gettext. (#102552, Tim Mooney)
authorOwen Taylor <otaylor@redhat.com>
Tue, 28 Jan 2003 21:13:43 +0000 (21:13 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Tue, 28 Jan 2003 21:13:43 +0000 (21:13 +0000)
Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>

        * m4macros/glib-gettext.m4: If msgfmt isn't found,
        unset gt_cv_have_gettext. (#102552, Tim Mooney)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
m4macros/glib-gettext.m4

index d526f3e..53fa5de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index d526f3e..53fa5de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index d526f3e..53fa5de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index d526f3e..53fa5de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index d526f3e..53fa5de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index d526f3e..53fa5de 100644 (file)
@@ -1,3 +1,8 @@
+Tue Jan 28 16:08:56 2003  Owen Taylor  <otaylor@redhat.com>
+
+       * m4macros/glib-gettext.m4: If msgfmt isn't found,
+       unset gt_cv_have_gettext. (#102552, Tim Mooney)
+
 Tue Jan 28 15:18:24 2003  Owen Taylor  <otaylor@redhat.com>
 
        * autogen.sh (have_automake): Fix version in complaint
index 85651d9..09b2ff5 100644 (file)
@@ -184,6 +184,8 @@ glib_DEFUN([GLIB_WITH_NLS],
            [CATOBJEXT=.mo
              DATADIRNAME=lib])
          INSTOBJEXT=.mo
+       else
+         gt_cv_have_gettext=no
        fi
       fi
     ])