~ubuntu-branches/ubuntu/vivid/lighttpd/vivid

« back to all changes in this revision

Viewing changes to Makefile.in

  • 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
 
# Makefile.in generated by automake 1.14 from Makefile.am.
 
1
# Makefile.in generated by automake 1.14.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
650
650
          && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
651
651
          && am__cwd=`pwd` \
652
652
          && $(am__cd) $(distdir)/_build \
653
 
          && ../configure --srcdir=.. --prefix="$$dc_install_base" \
 
653
          && ../configure \
654
654
            $(AM_DISTCHECK_CONFIGURE_FLAGS) \
655
655
            $(DISTCHECK_CONFIGURE_FLAGS) \
 
656
            --srcdir=.. --prefix="$$dc_install_base" \
656
657
          && $(MAKE) $(AM_MAKEFLAGS) \
657
658
          && $(MAKE) $(AM_MAKEFLAGS) dvi \
658
659
          && $(MAKE) $(AM_MAKEFLAGS) check \