X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=m4%2Fuintmax_t.m4;h=ec3a8b92245f231f9ad07db108b54d343e7b54cd;hb=d5d5ea4d068d9272c665358ed84a6297d5dec226;hp=b5f28d4404a28ff1464347bc055a4de5c0c877b7;hpb=4dcad103f4a7fd6f46f5e357b8f805a3c7dab069;p=pspp-builds.git diff --git a/m4/uintmax_t.m4 b/m4/uintmax_t.m4 index b5f28d44..ec3a8b92 100644 --- a/m4/uintmax_t.m4 +++ b/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 6 (gettext-0.11) +dnl Copyright (C) 1997-2002 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 @@ -10,8 +10,8 @@ dnl From Paul Eggert. AC_PREREQ(2.13) -# Define uintmax_t to 'unsigned long' or 'unsigned long long' -# if it is not already defined in or . +# Define uintmax_t to `unsigned long' or `unsigned long long' +# if does not exist. AC_DEFUN([jm_AC_TYPE_UINTMAX_T], [ @@ -23,10 +23,7 @@ AC_DEFUN([jm_AC_TYPE_UINTMAX_T], && ac_type='unsigned long long' \ || ac_type='unsigned long' AC_DEFINE_UNQUOTED(uintmax_t, $ac_type, - [Define to unsigned long or unsigned long long - if and don't define.]) - else - AC_DEFINE(HAVE_UINTMAX_T, 1, - [Define if you have the 'uintmax_t' type in or .]) + [Define to unsigned long or unsigned long long + if and don't define.]) fi ])