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

« back to all changes in this revision

Viewing changes to m4/vacopy.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: vacopy.m4 15788 2009-03-17 18:20:58Z moritz $
2
 
 
3
 
dnl Check for means to copy variable argument lists. After this check,
4
 
dnl va_copy will at least be defined to something working.
5
 
dnl This requires stdarg.h, which is assumed to exist.
6
 
 
7
 
dnl Copyright (c) 2008 Moritz Grimm <mgrimm@mrsserver.net>
8
 
dnl
9
 
dnl Permission to use, copy, modify, and distribute this software for any
10
 
dnl purpose with or without fee is hereby granted, provided that the above
11
 
dnl copyright notice and this permission notice appear in all copies.
12
 
dnl
13
 
dnl THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
14
 
dnl WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
15
 
dnl MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
16
 
dnl ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
17
 
dnl WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
18
 
dnl ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
19
 
dnl OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
20
 
 
21
 
dnl AX_FUNC_VA_COPY
 
1
dnl # $Id: vacopy.m4 1093 2009-06-21 13:54:56Z mgrimm $
 
2
 
 
3
dnl # Check for means to copy variable argument lists. After this check,
 
4
dnl # va_copy will at least be defined to something working.
 
5
dnl # This requires stdarg.h, which is assumed to exist.
 
6
 
 
7
 
 
8
dnl # Copyright (c) 2008 Moritz Grimm <mgrimm@mrsserver.net>
 
9
dnl #
 
10
dnl # Permission to use, copy, modify, and distribute this software for any
 
11
dnl # purpose with or without fee is hereby granted, provided that the above
 
12
dnl # copyright notice and this permission notice appear in all copies.
 
13
dnl #
 
14
dnl # THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
 
15
dnl # WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
 
16
dnl # MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
 
17
dnl # ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
 
18
dnl # WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
 
19
dnl # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 
20
dnl # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
21
 
 
22
 
 
23
dnl # AX_FUNC_VA_COPY
 
24
 
22
25
 
23
26
AC_DEFUN([AX_FUNC_VA_COPY],
24
27
[