diff options
author | Bruno Haible <bruno@clisp.org> | 2006-06-09 20:36:21 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:13:23 +0200 |
commit | 05474b85eb1118ca83237deb3af62eb9a5b25197 (patch) | |
tree | c5d781d48408ca5b74f6e7eb55531edc40f4034a /gettext-runtime/m4 | |
parent | 0dab90d1da6eae2fa3cf8ad178a0c2b0c5ae1d39 (diff) | |
download | external_gettext-05474b85eb1118ca83237deb3af62eb9a5b25197.zip external_gettext-05474b85eb1118ca83237deb3af62eb9a5b25197.tar.gz external_gettext-05474b85eb1118ca83237deb3af62eb9a5b25197.tar.bz2 |
Renamed inttypes.m4 to inttypes-h.m4.
Diffstat (limited to 'gettext-runtime/m4')
-rw-r--r-- | gettext-runtime/m4/ChangeLog | 8 | ||||
-rw-r--r-- | gettext-runtime/m4/Makefile.am | 2 | ||||
-rw-r--r-- | gettext-runtime/m4/gettext.m4 | 4 | ||||
-rw-r--r-- | gettext-runtime/m4/inttypes-pri.m4 | 8 |
4 files changed, 15 insertions, 7 deletions
diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index e8ea234..8c6e11f 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,11 @@ +2006-06-04 Bruno Haible <bruno@clisp.org> + + * inttypes-h.m4: Renamed from inttypes.m4. + (gl_HEADER_INTTYPES_H): Renamed from gt_HEADER_INTTYPES_H. + * inttypes-pri.m4 (gt_INTTYPES_PRI): Update. + * gettext.m4 (gt_INTL_SUBDIR_CORE): Update. + * Makefile.am (EXTRA_DIST): Update. + 2006-05-15 Bruno Haible <bruno@clisp.org> * gettext.m4 (AM_INTL_SUBDIR): Set variable WOE32DLL instead of diff --git a/gettext-runtime/m4/Makefile.am b/gettext-runtime/m4/Makefile.am index 3b45d07..2625350 100644 --- a/gettext-runtime/m4/Makefile.am +++ b/gettext-runtime/m4/Makefile.am @@ -11,8 +11,8 @@ glibc21.m4 \ iconv.m4 \ intdiv0.m4 \ intmax.m4 \ +inttypes-h.m4 \ inttypes-pri.m4 \ -inttypes.m4 \ inttypes_h.m4 \ isc-posix.m4 \ lcmessage.m4 \ diff --git a/gettext-runtime/m4/gettext.m4 b/gettext-runtime/m4/gettext.m4 index 67e1b3a..0048586 100644 --- a/gettext-runtime/m4/gettext.m4 +++ b/gettext-runtime/m4/gettext.m4 @@ -1,4 +1,4 @@ -# gettext.m4 serial 49 (gettext-0.15) +# gettext.m4 serial 50 (gettext-0.15) dnl Copyright (C) 1995-2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, @@ -506,7 +506,7 @@ AC_DEFUN([gt_INTL_SUBDIR_CORE], AC_REQUIRE([AC_FUNC_MMAP])dnl AC_REQUIRE([gt_INTDIV0])dnl AC_REQUIRE([gl_AC_TYPE_UINTMAX_T])dnl - AC_REQUIRE([gt_HEADER_INTTYPES_H])dnl + AC_REQUIRE([gl_HEADER_INTTYPES_H])dnl AC_REQUIRE([gt_INTTYPES_PRI])dnl AC_REQUIRE([gl_LOCK])dnl diff --git a/gettext-runtime/m4/inttypes-pri.m4 b/gettext-runtime/m4/inttypes-pri.m4 index 4d56a9a..ef00da7 100644 --- a/gettext-runtime/m4/inttypes-pri.m4 +++ b/gettext-runtime/m4/inttypes-pri.m4 @@ -1,5 +1,5 @@ -# inttypes-pri.m4 serial 1 (gettext-0.11.4) -dnl Copyright (C) 1997-2002 Free Software Foundation, Inc. +# inttypes-pri.m4 serial 2 (gettext-0.15) +dnl Copyright (C) 1997-2002, 2006 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -11,8 +11,8 @@ dnl From Bruno Haible. AC_DEFUN([gt_INTTYPES_PRI], [ - AC_REQUIRE([gt_HEADER_INTTYPES_H]) - if test $gt_cv_header_inttypes_h = yes; then + AC_REQUIRE([gl_HEADER_INTTYPES_H]) + if test $gl_cv_header_inttypes_h = yes; then AC_CACHE_CHECK([whether the inttypes.h PRIxNN macros are broken], gt_cv_inttypes_pri_broken, [ |