File: cbrtl-ieee.m4

package info (click to toggle)
gnulib 20120404%2Bstable-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 61,868 kB
  • sloc: ansic: 236,709; sh: 21,911; cpp: 1,533; yacc: 1,251; perl: 776; makefile: 296; lisp: 271; java: 5
file content (15 lines) | stat: -rw-r--r-- 585 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# cbrtl-ieee.m4 serial 1
dnl Copyright (C) 2012 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 This macro is in a separate file (not in cbrtl.m4 and not inlined in the
dnl module description), so that gl_FUNC_CBRTL can test whether 'aclocal' has
dnl found uses of this macro.

AC_DEFUN([gl_FUNC_CBRTL_IEEE],
[
  m4_divert_text([INIT_PREPARE], [gl_cbrtl_required=ieee])
  AC_REQUIRE([gl_FUNC_CBRTL])
])