X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fstdint.m4;h=4875752de8a260c8c3018f3257ae60229f40d1c7;hb=357e1c26576e584fbc24b72798d2f7cf70bd9867;hp=4471d71ecf14cb398a76b871b262d7532f4f4c53;hpb=0077ab74049786cf3011f98a5961acc72f16f634;p=gnulib.git diff --git a/m4/stdint.m4 b/m4/stdint.m4 index 4471d71ec..4875752de 100644 --- a/m4/stdint.m4 +++ b/m4/stdint.m4 @@ -1,10 +1,8 @@ -# stdint.m4 serial 2 -dnl Copyright (C) 2001-2002, 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 -dnl that contains a configuration script generated by Autoconf, under -dnl the same distribution terms as the rest of that program. +# stdint.m4 serial 4 +dnl Copyright (C) 2001-2002, 2004-2005 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. dnl From Bruno Haible. dnl Test whether is supported or must be substituted. @@ -49,11 +47,11 @@ typedef int array [2 * (POW63 != 0 && POW64 == 0) - 1]; typedef int array [2 * (POW63 != 0 && POW64 == 0) - 1]; ], , gl_cv_longlong_bitsize_64=yes, gl_cv_longlong_bitsize_64=no)]) if test $gl_cv_longlong_bitsize_64 = yes; then - HAVE_LONGLONG_64BIT=1 + HAVE_LONG_LONG_64BIT=1 else - HAVE_LONGLONG_64BIT=0 + HAVE_LONG_LONG_64BIT=0 fi - AC_SUBST(HAVE_LONGLONG_64BIT) + AC_SUBST(HAVE_LONG_LONG_64BIT) fi AC_SUBST(STDINT_H)