summaryrefslogtreecommitdiffstats
path: root/gettext-runtime/m4/uintmax_t.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2004-04-19 12:51:17 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:11:51 +0200
commit89b427367925207471829c4cdd28ddeacfa427af (patch)
tree1f249f9aab8944b746d3992f48a56e624d4251e9 /gettext-runtime/m4/uintmax_t.m4
parent085be4ce8b2e5d6e2481a3805612c91fa95dbd5f (diff)
downloadexternal_gettext-89b427367925207471829c4cdd28ddeacfa427af.zip
external_gettext-89b427367925207471829c4cdd28ddeacfa427af.tar.gz
external_gettext-89b427367925207471829c4cdd28ddeacfa427af.tar.bz2
jm_ -> gl_
Diffstat (limited to 'gettext-runtime/m4/uintmax_t.m4')
-rw-r--r--gettext-runtime/m4/uintmax_t.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/gettext-runtime/m4/uintmax_t.m4 b/gettext-runtime/m4/uintmax_t.m4
index b5f28d4..a2bc218 100644
--- a/gettext-runtime/m4/uintmax_t.m4
+++ b/gettext-runtime/m4/uintmax_t.m4
@@ -1,5 +1,5 @@
-# uintmax_t.m4 serial 7 (gettext-0.12)
-dnl Copyright (C) 1997-2003 Free Software Foundation, Inc.
+# uintmax_t.m4 serial 9
+dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
dnl This file is free software, distributed under the terms of the GNU
dnl General Public License. As a special exception to the GNU General
dnl Public License, this file may be distributed as part of a program
@@ -13,12 +13,12 @@ AC_PREREQ(2.13)
# Define uintmax_t to 'unsigned long' or 'unsigned long long'
# if it is not already defined in <stdint.h> or <inttypes.h>.
-AC_DEFUN([jm_AC_TYPE_UINTMAX_T],
+AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
[
- AC_REQUIRE([jm_AC_HEADER_INTTYPES_H])
- AC_REQUIRE([jm_AC_HEADER_STDINT_H])
- if test $jm_ac_cv_header_inttypes_h = no && test $jm_ac_cv_header_stdint_h = no; then
- AC_REQUIRE([jm_AC_TYPE_UNSIGNED_LONG_LONG])
+ AC_REQUIRE([gl_AC_HEADER_INTTYPES_H])
+ AC_REQUIRE([gl_AC_HEADER_STDINT_H])
+ if test $gl_cv_header_inttypes_h = no && test $gl_cv_header_stdint_h = no; then
+ AC_REQUIRE([gl_AC_TYPE_UNSIGNED_LONG_LONG])
test $ac_cv_type_unsigned_long_long = yes \
&& ac_type='unsigned long long' \
|| ac_type='unsigned long'