~ubuntu-branches/ubuntu/vivid/gzip/vivid

« back to all changes in this revision

Viewing changes to m4/getdtablesize.m4

  • Committer: Steve Langasek
  • Date: 2012-06-29 02:07:40 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: steve.langasek@canonical.com-20120629020740-qqikrblzana08v2y
Merge version 1.5-1.1 from Debian

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# getdtablesize.m4 serial 2
2
 
dnl Copyright (C) 2008-2011 Free Software Foundation, Inc.
 
1
# getdtablesize.m4 serial 3
 
2
dnl Copyright (C) 2008-2012 Free Software Foundation, Inc.
3
3
dnl This file is free software; the Free Software Foundation
4
4
dnl gives unlimited permission to copy and/or distribute it,
5
5
dnl with or without modifications, as long as this notice is preserved.
12
12
    HAVE_GETDTABLESIZE=0
13
13
  fi
14
14
])
 
15
 
 
16
# Prerequisites of lib/getdtablesize.c.
 
17
AC_DEFUN([gl_PREREQ_GETDTABLESIZE], [
 
18
  AC_REQUIRE([AC_C_INLINE])
 
19
])