* modules/openat (Files): Add lib/openat-die.c.
[gnulib.git] / m4 / stdint.m4
index 4471d71..4875752 100644 (file)
@@ -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 <stdint.h> 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)