~ubuntu-branches/ubuntu/saucy/lsyncd/saucy-proposed

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Jan Dittberner
  • Date: 2013-06-22 23:14:59 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20130622231459-ngiwwvd9u5xmt0iy
Tags: 2.1.5-1
* New upstream version (Closes: #707328).
* refresh debian/patches/dont_install_lua_as_docs.patch
* debian/control:
  - change Homepage to github page
  - switch to canonical Vcs-* URLs
  - bump Standards-Version to 3.9.4 (no changes)
* debian/rules:
  - add --add-missing to automake invocation to add missing test-driver and
    remove test-driver in clean target (Closes: #713793)
* debian/lsyncd.init:
  - don't source /lib/init/vars.sh and don't use $VERBOSE, don't use
    --make-pidfile
  - add --nicelevel to lsyncd invocation

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
4
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
14
14
 
15
15
m4_ifndef([AC_AUTOCONF_VERSION],
16
16
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17
 
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18
 
[m4_warning([this file was generated for autoconf 2.68.
 
17
m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
 
18
[m4_warning([this file was generated for autoconf 2.69.
19
19
You have another version of autoconf.  It may work, but is not guaranteed to.
20
20
If you have problems, you may need to regenerate the build system entirely.
21
21
To do so, use the procedure documented by the package, typically `autoreconf'.])])
198
198
[am__api_version='1.11'
199
199
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
200
200
dnl require some minimum version.  Point them to the right macro.
201
 
m4_if([$1], [1.11.3], [],
 
201
m4_if([$1], [1.11.6], [],
202
202
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
203
203
])
204
204
 
214
214
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
215
215
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
216
216
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
217
 
[AM_AUTOMAKE_VERSION([1.11.3])dnl
 
217
[AM_AUTOMAKE_VERSION([1.11.6])dnl
218
218
m4_ifndef([AC_AUTOCONF_VERSION],
219
219
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
220
220
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1129
1129
AC_SUBST([am__untar])
1130
1130
]) # _AM_PROG_TAR
1131
1131
 
 
1132
m4_include([m4/ax_subst_l.m4])