~ubuntu-branches/ubuntu/trusty/syslog-ng/trusty-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2010-08-04 17:17:51 UTC
  • mfrom: (1.3.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100804171751-5bvfxhlc5xrmi3n8
Tags: 3.1.2-1
* New upstream release. 
* Update to Standards-Version 3.9.1 .
* Build depend on libcap-dev to add capability support on Linux archs.
* Disable statistics logging (closes: #586749) and restore logging to
  /var/log/syslog .

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
13
13
 
14
14
m4_ifndef([AC_AUTOCONF_VERSION],
15
15
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
16
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.64],,
17
 
[m4_warning([this file was generated for autoconf 2.64.
 
16
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.65],,
 
17
[m4_warning([this file was generated for autoconf 2.65.
18
18
You have another version of autoconf.  It may work, but is not guaranteed to.
19
19
If you have problems, you may need to regenerate the build system entirely.
20
20
To do so, use the procedure documented by the package, typically `autoreconf'.])])
114
114
{
115
115
  int major, minor, micro;
116
116
  char *tmp_version;
117
 
  int ignored;
118
117
 
119
 
  ignored = system ("touch conf.glibtest");
 
118
  fclose (fopen ("conf.glibtest", "w"));
120
119
 
121
120
  /* HP/UX 9 (%@#!) writes to sscanf strings */
122
121
  tmp_version = g_strdup("$min_glib_version");
405
404
[am__api_version='1.11'
406
405
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
407
406
dnl require some minimum version.  Point them to the right macro.
408
 
m4_if([$1], [1.11], [],
 
407
m4_if([$1], [1.11.1], [],
409
408
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
410
409
])
411
410
 
421
420
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
422
421
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
423
422
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
424
 
[AM_AUTOMAKE_VERSION([1.11])dnl
 
423
[AM_AUTOMAKE_VERSION([1.11.1])dnl
425
424
m4_ifndef([AC_AUTOCONF_VERSION],
426
425
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
427
426
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])