~ubuntu-branches/ubuntu/lucid/coreutils/lucid-updates

« back to all changes in this revision

Viewing changes to m4/closein.m4

  • Committer: Bazaar Package Importer
  • Author(s): Michael Stone
  • Date: 2009-04-07 19:21:42 UTC
  • mfrom: (1.2.1 upstream) (5.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090407192142-eez7bafqc4oqxox5
* new upstream version (Closes: #517558)
* [78] fix kfreebsd build problem (Closes: #520368)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# closein.m4 serial 1
 
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_CLOSEIN],
 
8
[
 
9
  AC_LIBOBJ([closein])
 
10
 
 
11
  dnl Prerequisites of lib/closein.c.
 
12
  :
 
13
])