mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Quote macro names to support reading the file multiple times. (#125537)
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de> * m4macros/glib-gettext.m4: Quote macro names to support reading the file multiple times. (#125537)
This commit is contained in:
parent
53e132ed39
commit
355807fff6
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Sun Dec 21 22:57:58 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* m4macros/glib-gettext.m4: Quote macro names to support
|
||||
reading the file multiple times. (#125537)
|
||||
|
||||
Sun Dec 21 22:42:42 2003 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* glib/gmem.c (g_mem_chunk_destroy): Fix the locking of the
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user