version 1.1, 2012/02/21 22:57:49
|
version 1.1.1.2, 2012/05/29 09:29:44
|
Line 1
|
Line 1
|
# intdiv0.m4 serial 3 (gettext-0.18) | # intdiv0.m4 serial 5 (gettext-0.18.2) |
dnl Copyright (C) 2002, 2007-2008 Free Software Foundation, Inc. | dnl Copyright (C) 2002, 2007-2008, 2010-2011 Free Software Foundation, Inc. |
dnl This file is free software; the Free Software Foundation |
dnl This file is free software; the Free Software Foundation |
dnl gives unlimited permission to copy and/or distribute it, |
dnl gives unlimited permission to copy and/or distribute it, |
dnl with or without modifications, as long as this notice is preserved. |
dnl with or without modifications, as long as this notice is preserved. |
Line 29 changequote(,)dnl
|
Line 29 changequote(,)dnl
|
esac |
esac |
changequote([,])dnl |
changequote([,])dnl |
if test -z "$gt_cv_int_divbyzero_sigfpe"; then |
if test -z "$gt_cv_int_divbyzero_sigfpe"; then |
AC_TRY_RUN([ | AC_RUN_IFELSE( |
| [AC_LANG_SOURCE([[ |
#include <stdlib.h> |
#include <stdlib.h> |
#include <signal.h> |
#include <signal.h> |
|
|
Line 59 int main ()
|
Line 60 int main ()
|
|
|
z = x / y; |
z = x / y; |
nan = y / y; |
nan = y / y; |
exit (1); | exit (2); |
} |
} |
], [gt_cv_int_divbyzero_sigfpe=yes], [gt_cv_int_divbyzero_sigfpe=no], | ]])], |
| [gt_cv_int_divbyzero_sigfpe=yes], |
| [gt_cv_int_divbyzero_sigfpe=no], |
[ |
[ |
# Guess based on the CPU. |
# Guess based on the CPU. |
changequote(,)dnl |
changequote(,)dnl |