~ubuntu-branches/ubuntu/hardy/renameutils/hardy

« back to all changes in this revision

Viewing changes to m4/dup2.m4

  • Committer: Bazaar Package Importer
  • Author(s): Francois Marier
  • Date: 2006-07-21 16:39:15 UTC
  • mfrom: (1.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060721163915-k3kqs080hol8uw1n
Tags: 0.8.1-4
* Enable large file support on 32-bit platforms (closes: #377845)
* Bump Standards-Version up to 3.7.2 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# dup2.m4 serial 1
2
 
dnl Copyright (C) 2002 Free Software Foundation, Inc.
3
 
dnl This file is free software, distributed under the terms of the GNU
4
 
dnl General Public License.  As a special exception to the GNU General
5
 
dnl Public License, this file may be distributed as part of a program
6
 
dnl that contains a configuration script generated by Autoconf, under
7
 
dnl the same distribution terms as the rest of that program.
 
1
#serial 3
 
2
dnl Copyright (C) 2002, 2005 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.
8
6
 
9
7
AC_DEFUN([gl_FUNC_DUP2],
10
8
[
16
14
 
17
15
# Prerequisites of lib/dup2.c.
18
16
AC_DEFUN([gl_PREREQ_DUP2], [
19
 
  AC_CHECK_HEADERS_ONCE(fcntl.h unistd.h)
 
17
  AC_CHECK_HEADERS_ONCE(unistd.h)
20
18
])
21