]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Remove obsolete macros gl_AC_TYPE_LONG_LONG and gl_AC_TYPE_UNSIGNED_LONG_LONG.
authorBruno Haible <bruno@clisp.org>
Wed, 31 Oct 2007 12:16:20 +0000 (12:16 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:15:27 +0000 (12:15 +0200)
gettext-runtime/m4/ChangeLog
gettext-runtime/m4/uintmax_t.m4

index 5857ae1f4ae38424df3bcf66c07813eec443d798..de36009c237768d5af4572b5030f173607317bc5 100644 (file)
@@ -1,3 +1,10 @@
+2007-10-31  Bruno Haible  <bruno@clisp.org>
+
+       * uintmax_t.m4 (gl_AC_TYPE_UINTMAX_T): Use
+       AC_TYPE_UNSIGNED_LONG_LONG_INT instead of gl_AC_TYPE_UNSIGNED_LONG_LONG.
+       * longlong.m4 (gl_AC_TYPE_LONG_LONG): Remove macro.
+       * ulonglong.m4 (gl_AC_TYPE_UNSIGNED_LONG_LONG): Remove macro.
+
 2007-10-31  Bruno Haible  <bruno@clisp.org>
 
        * longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted from
index bf83ed7464ff34359400f2a52f3abb8b780b0551..641c4898d3d84e1959435c9f48e5f2aabc891629 100644 (file)
@@ -1,5 +1,5 @@
-# uintmax_t.m4 serial 9
-dnl Copyright (C) 1997-2004 Free Software Foundation, Inc.
+# uintmax_t.m4 serial 10
+dnl Copyright (C) 1997-2004, 2007 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.
@@ -16,8 +16,8 @@ AC_DEFUN([gl_AC_TYPE_UINTMAX_T],
   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_REQUIRE([AC_TYPE_UNSIGNED_LONG_LONG_INT])
+    test $ac_cv_type_unsigned_long_long_int = yes \
       && ac_type='unsigned long long' \
       || ac_type='unsigned long'
     AC_DEFINE_UNQUOTED(uintmax_t, $ac_type,