]> Pileus Git - ~andy/gtk/commitdiff
Unset CATOBJEXT so that the macros and Makefiles correctly handle
authorOwen Taylor <otaylor@redhat.com>
Thu, 14 Jan 1999 02:16:49 +0000 (02:16 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Thu, 14 Jan 1999 02:16:49 +0000 (02:16 +0000)
Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>

* acinclude.m4 (ac_result): Unset CATOBJEXT so
that the macros and Makefiles correctly handle
disabling NLS when no gettext is found.

ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
acinclude.m4

index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index a4deec82944694a51ff570aa9599a53a00d081de..7e403c19d7ecbfdc65f47e3d9b9b8898157ebb65 100644 (file)
@@ -1,3 +1,9 @@
+Wed Jan 13 21:18:41 1999  Owen Taylor  <otaylor@redhat.com>
+
+       * acinclude.m4 (ac_result): Unset CATOBJEXT so
+       that the macros and Makefiles correctly handle
+       disabling NLS when no gettext is found.
+
 Wed Jan 13 20:14:32 1999  Tim Janik  <timj@gtk.org>
 
        * gtk/gtkarg.c (gtk_arg_copy): in comparisions with GTK_TYPE_STRING, use
index 4ee50513d8430d70fee436f3918f263dd3256ae0..d04336e18d54a1fe1e71020acbc577c51ebcddeb 100644 (file)
@@ -676,7 +676,9 @@ AC_DEFUN(AM_GTK_WITH_NLS,
 
       if test "$nls_cv_use_gnu_gettext" != "yes"; then
         AC_DEFINE(ENABLE_NLS)
-#      else
+      else
+         # Unset this variable since we use the non-zero value as a flag.
+         CATOBJEXT=
 #        dnl Mark actions used to generate GNU NLS library.
 #        INTLOBJS="\$(GETTOBJS)"
 #        AM_PATH_PROG_WITH_TEST(MSGFMT, msgfmt,