~ubuntu-branches/ubuntu/trusty/gnutls26/trusty

« back to all changes in this revision

Viewing changes to lib/gl/m4/read-file.m4

  • Committer: Package Import Robot
  • Author(s): Andreas Metzler
  • Date: 2011-10-01 15:28:13 UTC
  • mfrom: (12.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20111001152813-yygm1c4cxonfxhzy
* New upstream version.
  + Allow CA importing of 0 certificates to succeed. Closes: #640639
* Add libp11-kit-dev to libgnutls-dev dependencies. (see #643811)
* [20_guiledocstring.diff] guile: Fix docstring extraction with CPP 4.5+.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# read-file.m4 serial 2
2
 
dnl Copyright (C) 2002, 2003, 2004, 2005, 2006, 2009, 2010 Free Software
3
 
dnl Foundation, Inc.
 
1
# read-file.m4 serial 3
 
2
dnl Copyright (C) 2002-2006, 2009-2011 Free Software Foundation, Inc.
4
3
dnl This file is free software; the Free Software Foundation
5
4
dnl gives unlimited permission to copy and/or distribute it,
6
5
dnl with or without modifications, as long as this notice is preserved.
7
6
 
8
 
AC_DEFUN([gl_FUNC_READ_FILE],
9
 
[
10
 
  AC_LIBOBJ([read-file])
11
 
  gl_PREREQ_READ_FILE
12
 
])
13
 
 
14
7
# Prerequisites of lib/read-file.c.
15
8
AC_DEFUN([gl_PREREQ_READ_FILE], [:])