~ubuntu-branches/debian/squeeze/ffcall/squeeze

« back to all changes in this revision

Viewing changes to ffcall/m4/stdc-headers.m4

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger
  • Date: 2010-06-26 15:29:30 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20100626152930-c09y01gk3szcnykn
Tags: 1.10+cvs20100619-2
Ship to unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl Copyright (C) 1993-2002 Free Software Foundation, Inc.
2
 
dnl This file is free software, distributed under the terms of the GNU
3
 
dnl General Public License.  As a special exception to the GNU General
4
 
dnl Public License, this file may be distributed as part of a program
5
 
dnl that contains a configuration script generated by Autoconf, under
6
 
dnl the same distribution terms as the rest of that program.
7
 
 
8
 
dnl From Bruno Haible, Marcus Daniels.
9
 
 
10
 
AC_PREREQ(2.13)
11
 
 
12
 
AC_DEFUN([CL_STDC_HEADERS],
13
 
dnl This is AC_STDC_HEADERS from Autoconf 1.2. The AC_STDC_HEADERS from
14
 
dnl Autoconf 1.3 fails on 386BSD because it checks for correct ANSI ctype
15
 
dnl macros and 386BSD (as well as SGI's /bin/cc from Irix-4.0.5) doesn't
16
 
dnl have them. But we don't need them!
17
 
dnl The same holds for the mem* functions in <string.h> and SunOS.
18
 
[CL_CPP_CHECK([ANSI C header files], cl_cv_header_stdc,
19
 
[#include <stdlib.h>
20
 
#include <stdarg.h>
21
 
#include <string.h>
22
 
#include <float.h>
23
 
#include <limits.h>], AC_DEFINE(STDC_HEADERS))
24
 
])