~ubuntu-branches/ubuntu/gutsy/m4/gutsy

« back to all changes in this revision

Viewing changes to m4/fpurge.m4

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-08-01 14:00:55 UTC
  • mfrom: (1.5.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070801140055-ob48jo517shsyvgk
Tags: 1.4.10-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# fpurge.m4 serial 2
 
2
dnl Copyright (C) 2007 Free Software Foundation, Inc.
 
3
dnl This file is free software; the Free Software Foundation
 
4
dnl gives unlimited permission to copy and/or distribute it,
 
5
dnl with or without modifications, as long as this notice is preserved.
 
6
 
 
7
AC_DEFUN([gl_FUNC_FPURGE],
 
8
[
 
9
  AC_CHECK_FUNCS_ONCE([fpurge])
 
10
  AC_CHECK_FUNCS_ONCE([__fpurge])
 
11
  AC_CHECK_DECLS([fpurge], , , [#include <stdio.h>])
 
12
])