~ubuntu-branches/ubuntu/trusty/ezstream/trusty

« back to all changes in this revision

Viewing changes to m4/tree.m4

  • Committer: Bazaar Package Importer
  • Author(s): Romain Beauxis
  • Date: 2009-08-09 11:56:15 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090809115615-dhflpi95t8an4g89
Tags: 0.5.5~dfsg-1
* New upstream release.
* Updated standards version to 3.8.2 
* Fix examples location in manual page.
Closes: #521159
* Added build-dep on autotools-dev to enable 
  update of config.{guess,sub}
* Fixed watch file to mangle local version, removing
  ~dfsg string.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
dnl $Id: tree.m4 15788 2009-03-17 18:20:58Z moritz $
2
 
 
3
 
dnl Check for sys/tree.h and if it is recent enough by looking at a certain
4
 
dnl macro. Defines HAVE_SYS_TREE_H if all conditions are met.
5
 
 
6
 
dnl Copyright (c) 2008 Moritz Grimm <mgrimm@mrsserver.net>
7
 
dnl
8
 
dnl Permission to use, copy, modify, and distribute this software for any
9
 
dnl purpose with or without fee is hereby granted, provided that the above
10
 
dnl copyright notice and this permission notice appear in all copies.
11
 
dnl
12
 
dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
13
 
dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
14
 
dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
15
 
dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
16
 
dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
17
 
dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
18
 
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
19
 
 
20
 
dnl AX_HEADER_TREE([REQUIRED-MACRO], [ACTION-IF-FOUND],
21
 
dnl     [ACTION-IF-NOT-FOUND])
 
1
dnl # $Id: tree.m4 1093 2009-06-21 13:54:56Z mgrimm $
 
2
 
 
3
dnl # Check for sys/tree.h and if it is recent enough by looking at a certain
 
4
dnl # macro. Defines HAVE_SYS_TREE_H if all conditions are met.
 
5
 
 
6
dnl # Copyright (c) 2008 Moritz Grimm <mgrimm@mrsserver.net>
 
7
dnl #
 
8
dnl # Permission to use, copy, modify, and distribute this software for any
 
9
dnl # purpose with or without fee is hereby granted, provided that the above
 
10
dnl # copyright notice and this permission notice appear in all copies.
 
11
dnl #
 
12
dnl # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 
13
dnl # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 
14
dnl # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 
15
dnl # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 
16
dnl # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 
17
dnl # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 
18
dnl # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
19
 
 
20
 
 
21
dnl # AX_HEADER_TREE([REQUIRED-MACRO], [ACTION-IF-FOUND],
 
22
dnl #     [ACTION-IF-NOT-FOUND])
 
23
 
22
24
 
23
25
AC_DEFUN([AX_HEADER_TREE],
24
26
[