~ubuntu-branches/ubuntu/wily/lighttpd/wily

« back to all changes in this revision

Viewing changes to aclocal.m4

  • Committer: Package Import Robot
  • Author(s): Artur Rona
  • Date: 2015-01-26 02:36:43 UTC
  • mfrom: (6.1.29 sid)
  • Revision ID: package-import@ubuntu.com-20150126023643-jlpq8pvr3475kbf2
Tags: 1.4.35-4ubuntu1
* Merge from Debian unstable.  Remaining changes:
  - debian/patches/add-lighttpd.pc-configure.patch:
    + Add lighttpd.pc to ac_config_files to fix FTBFS: make[3]:
      *** No rule to make target `lighttpd.pc', needed by `all-am'.
  - debian/patches/build-dev-package.patch,
    debian/control, debian/lighttpd-dev.install:
    + Add lighttpd-dev package.
  - debian/index.html:
    + Corrected BTS Ubuntu link and branding on the default page.
  - debian/lighttpd.conf:
    + Comment 'use-ipv6.pl' by default, which causes failure
      to bind port in ipv4.
  - debian/control:
    + Build-Depends on libgamin-dev rather than libfam-dev
      to fix startup warning.
  - debian/rules:
    + Add override_dh_installinit to set "defaults 91 09" to not
      start before apache2 but in the same runlevel with
      the same priority.
  - debian/lighttpd.dirs, debian/control, debian/rules,
    debian/lighttpd.ufw.profile:
    + Add the UFW profile.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# generated automatically by aclocal 1.14 -*- Autoconf -*-
 
1
# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
2
 
3
3
# Copyright (C) 1996-2013 Free Software Foundation, Inc.
4
4
 
195
195
[am__api_version='1.14'
196
196
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
197
197
dnl require some minimum version.  Point them to the right macro.
198
 
m4_if([$1], [1.14], [],
 
198
m4_if([$1], [1.14.1], [],
199
199
      [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
200
200
])
201
201
 
211
211
# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
212
212
# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
213
213
AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
214
 
[AM_AUTOMAKE_VERSION([1.14])dnl
 
214
[AM_AUTOMAKE_VERSION([1.14.1])dnl
215
215
m4_ifndef([AC_AUTOCONF_VERSION],
216
216
  [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
217
217
_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
793
793
END
794
794
    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
795
795
  fi
796
 
fi])
 
796
fi
 
797
])
797
798
 
798
799
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
799
800
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further