diff options
Diffstat (limited to 'm4/longlong.m4')
-rw-r--r-- | m4/longlong.m4 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/m4/longlong.m4 b/m4/longlong.m4 index 7b399e01..d7d7350b 100644 --- a/m4/longlong.m4 +++ b/m4/longlong.m4 | |||
@@ -1,14 +1,16 @@ | |||
1 | # longlong.m4 serial 5 | 1 | # longlong.m4 serial 4 |
2 | dnl Copyright (C) 1999-2004 Free Software Foundation, Inc. | 2 | dnl Copyright (C) 1999-2003 Free Software Foundation, Inc. |
3 | dnl This file is free software; the Free Software Foundation | 3 | dnl This file is free software, distributed under the terms of the GNU |
4 | dnl gives unlimited permission to copy and/or distribute it, | 4 | dnl General Public License. As a special exception to the GNU General |
5 | dnl with or without modifications, as long as this notice is preserved. | 5 | dnl Public License, this file may be distributed as part of a program |
6 | dnl that contains a configuration script generated by Autoconf, under | ||
7 | dnl the same distribution terms as the rest of that program. | ||
6 | 8 | ||
7 | dnl From Paul Eggert. | 9 | dnl From Paul Eggert. |
8 | 10 | ||
9 | # Define HAVE_LONG_LONG if 'long long' works. | 11 | # Define HAVE_LONG_LONG if 'long long' works. |
10 | 12 | ||
11 | AC_DEFUN([gl_AC_TYPE_LONG_LONG], | 13 | AC_DEFUN([jm_AC_TYPE_LONG_LONG], |
12 | [ | 14 | [ |
13 | AC_CACHE_CHECK([for long long], ac_cv_type_long_long, | 15 | AC_CACHE_CHECK([for long long], ac_cv_type_long_long, |
14 | [AC_TRY_LINK([long long ll = 1LL; int i = 63;], | 16 | [AC_TRY_LINK([long long ll = 1LL; int i = 63;], |