summaryrefslogtreecommitdiff
path: root/gnulib-m4/snan.m4
blob: f99f43c0614e52f18741abae21cb6689eb84a479 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# snan.m4
# serial 3
dnl Copyright (C) 2023-2024 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.

# Prerequisites for lib/snan.h.
AC_DEFUN_ONCE([gl_SNAN],
[
  gl_FLOAT_EXPONENT_LOCATION
  gl_DOUBLE_EXPONENT_LOCATION
  gl_LONG_DOUBLE_EXPONENT_LOCATION
  AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])
])