~ubuntu-branches/debian/sid/nagios-plugins/sid

« back to all changes in this revision

Viewing changes to gl/m4/safe-write.m4

  • Committer: Package Import Robot
  • Author(s): Jan Wagner
  • Date: 2013-09-03 15:13:11 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20130903151311-ewlbj1ko4lmsraf5
Tags: 1.4.16+git20130902-1
* New upstream git snapshot (5789548373)
  - Adjust debian/copyright
* Droped the following upstream integrated patches
  - 05_fix_gets_undefined_in_iso_c11.dpatch
  - 10_check_apt_perfdata.dpatch
  - 11_check_nt_npe.dpatch
  - 12_check_smtp_double_threshold.dpatch
* Fix removing empty /usr/include
* Add new check_dbi into nagios-plugins-standard
* Remove whois from Recommands, as check_bgpstate is removed
* Cleanup debian/rules from unused stuff
* Provide information about repackaging
  - Extend debian/README.source
  - Add debian/bin/repack.sh
* Updating standards version to 3.9.4 (no changes needed)
* Add libfreeradius-client-dev to build-deps and remove libradiusclient-ng-dev
  (Closes: #721621)
* Remove traces of contrib/ from debian/copyright
* Remove command.cfg from examples in nagios-plugins-common, it was removed
  upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# safe-write.m4 serial 3
2
 
dnl Copyright (C) 2002, 2005-2006, 2009-2010 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_SAFE_WRITE],
8
 
[
9
 
  AC_LIBOBJ([safe-write])
10
 
 
11
 
  gl_PREREQ_SAFE_WRITE
12
 
])
13
 
 
14
 
# Prerequisites of lib/safe-write.c.
15
 
AC_DEFUN([gl_PREREQ_SAFE_WRITE],
16
 
[
17
 
  gl_PREREQ_SAFE_READ
18
 
])