From: Bruno Haible Date: Wed, 31 Oct 2007 12:16:20 +0000 (+0000) Subject: Remove obsolete macros gl_AC_TYPE_LONG_LONG and gl_AC_TYPE_UNSIGNED_LONG_LONG. X-Git-Tag: v0.17~30 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0c8f070623888cba258e9d8d6699ec11392bccd;p=thirdparty%2Fgettext.git Remove obsolete macros gl_AC_TYPE_LONG_LONG and gl_AC_TYPE_UNSIGNED_LONG_LONG. --- diff --git a/gettext-runtime/m4/ChangeLog b/gettext-runtime/m4/ChangeLog index 5857ae1f4..de36009c2 100644 --- a/gettext-runtime/m4/ChangeLog +++ b/gettext-runtime/m4/ChangeLog @@ -1,3 +1,10 @@ +2007-10-31 Bruno Haible + + * 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 * longlong.m4 (_AC_TYPE_LONG_LONG_SNIPPET): New macro, extracted from diff --git a/gettext-runtime/m4/uintmax_t.m4 b/gettext-runtime/m4/uintmax_t.m4 index bf83ed746..641c4898d 100644 --- a/gettext-runtime/m4/uintmax_t.m4 +++ b/gettext-runtime/m4/uintmax_t.m4 @@ -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,