From: Bruno Haible Date: Mon, 19 Apr 2004 12:53:29 +0000 (+0000) Subject: jm_ -> gl_. X-Git-Tag: v0.14.2~266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5938c9bb8eee441fd42cc5bd9975ef41dc58ae78;p=thirdparty%2Fgettext.git jm_ -> gl_. --- diff --git a/gettext-runtime/ChangeLog b/gettext-runtime/ChangeLog index 3cd921fd6..5b6cfb7fc 100644 --- a/gettext-runtime/ChangeLog +++ b/gettext-runtime/ChangeLog @@ -1,3 +1,7 @@ +2004-04-19 Bruno Haible + + * gettext.m4: Change jm_ to gl_ in all uses of AC_DEFINE'd names. + 2004-03-11 Bruno Haible * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX. diff --git a/gettext-runtime/configure.ac b/gettext-runtime/configure.ac index cd9bcc75f..5120d69b5 100644 --- a/gettext-runtime/configure.ac +++ b/gettext-runtime/configure.ac @@ -1,5 +1,5 @@ dnl Configuration for the gettext-runtime directory of GNU gettext -dnl Copyright (C) 1995-1999, 2000-2003 Free Software Foundation, Inc. +dnl Copyright (C) 1995-1999, 2000-2004 Free Software Foundation, Inc. dnl dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -88,7 +88,7 @@ AC_CHECK_FUNCS([setlocale strerror strtoul]) AC_REPLACE_FUNCS([atexit memmove]) gt_FUNC_SETENV gl_FUNC_STRERROR -jm_FUNC_GLIBC_UNLOCKED_IO +gl_FUNC_GLIBC_UNLOCKED_IO gt_FUNC_ERROR_AT_LINE gl_PATHMAX gl_FUNC_READLINK diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index c6c6752f8..c46ed6c95 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2004-04-19 Bruno Haible + + * gettext.m4: Change jm_ to gl_ in all uses of AC_DEFINE'd names. + 2004-03-11 Bruno Haible * Makefile.am (config.h.msvc): Fix the value of SIZE_MAX. diff --git a/gettext-tools/configure.ac b/gettext-tools/configure.ac index cc57e1906..a139512a5 100644 --- a/gettext-tools/configure.ac +++ b/gettext-tools/configure.ac @@ -107,10 +107,10 @@ AM_STDBOOL_H dnl Checks for typedefs, structures, and compiler characteristics. AC_C_INLINE bh_C_SIGNED -jm_AC_TYPE_UNSIGNED_LONG_LONG +gl_AC_TYPE_UNSIGNED_LONG_LONG AC_TYPE_SIZE_T AC_CHECK_TYPES(ptrdiff_t) -jm_AC_TYPE_UINTMAX_T +gl_AC_TYPE_UINTMAX_T gt_TYPE_SSIZE_T AC_TYPE_PID_T AC_TYPE_MODE_T @@ -139,7 +139,7 @@ gt_SIGNALBLOCKING gt_SIGINFO gt_FUNC_SETENV gl_FUNC_STRERROR -jm_FUNC_GLIBC_UNLOCKED_IO +gl_FUNC_GLIBC_UNLOCKED_IO gt_FUNC_ERROR_AT_LINE gl_QUOTEARG gl_PATHMAX