From 355807fff65e4decadc870c5c5f657e73903c5bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 21 Dec 2003 21:57:32 +0000 Subject: [PATCH] Quote macro names to support reading the file multiple times. (#125537) Sun Dec 21 22:57:58 2003 Matthias Clasen * m4macros/glib-gettext.m4: Quote macro names to support reading the file multiple times. (#125537) --- ChangeLog | 5 +++++ ChangeLog.pre-2-10 | 5 +++++ ChangeLog.pre-2-12 | 5 +++++ ChangeLog.pre-2-4 | 5 +++++ ChangeLog.pre-2-6 | 5 +++++ ChangeLog.pre-2-8 | 5 +++++ m4macros/glib-gettext.m4 | 4 ++-- 7 files changed, 32 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 58e278a..4f18991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 58e278a..4f18991 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 58e278a..4f18991 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index 58e278a..4f18991 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 58e278a..4f18991 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 58e278a..4f18991 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,8 @@ +Sun Dec 21 22:57:58 2003 Matthias Clasen + + * m4macros/glib-gettext.m4: Quote macro names to support + reading the file multiple times. (#125537) + Sun Dec 21 22:42:42 2003 Matthias Clasen * glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the diff --git a/m4macros/glib-gettext.m4 b/m4macros/glib-gettext.m4 index 862db40..1857360 100644 --- a/m4macros/glib-gettext.m4 +++ b/m4macros/glib-gettext.m4 @@ -277,7 +277,7 @@ glib_DEFUN([GLIB_WITH_NLS], # on various variables needed by the Makefile.in.in installed by # glib-gettextize. dnl -glib_DEFUN(GLIB_GNU_GETTEXT, +glib_DEFUN([GLIB_GNU_GETTEXT], [AC_REQUIRE([AC_PROG_CC])dnl AC_REQUIRE([AC_HEADER_STDC])dnl @@ -354,7 +354,7 @@ glib_DEFUN(GLIB_GNU_GETTEXT, # ------------------------------- # Define VARIABLE to the location where catalog files will # be installed by po/Makefile. -glib_DEFUN(GLIB_DEFINE_LOCALEDIR, +glib_DEFUN([GLIB_DEFINE_LOCALEDIR], [glib_REQUIRE([GLIB_GNU_GETTEXT])dnl glib_save_prefix="$prefix" glib_save_exec_prefix="$exec_prefix" -- 2.7.4