~ubuntu-branches/ubuntu/jaunty/clamav/jaunty-backports

« back to all changes in this revision

Viewing changes to clamav-milter/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-05-20 22:09:21 UTC
  • mfrom: (1.44.1 upstream) (10.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: james.westby@ubuntu.com-20100520220921-flsp1pbntitvwc59
Tags: 0.96.1+dfsg-0ubuntu1
* New upstream release
  - Remove non-free libclamunrar directory and repack +dfsg tarball
  - Remove win32/ for size reasons since the tarball is repacked already and
    adjust Makefile.in/am
  - Add support for new TestDatabases option in debian/clamav-
    freshclam.postinst.in (match upstream default of yes)
  - Add VirusAction option to debian/clamav-milter.postinst.in
  - Drop powerpc clamd fix, incorporated upstream
  - Drop diff in docs/man/clamd.conf.5.in, incorporated upstream
  - Drop addition of COPYING.llvm, incorporated upstream
* Remaining differences from Debian:
  - Drop initial signature definitions from clamav-base
  - Drop build-dep on electric-fence (in Universe)
  - Add apparmor profiles for clamd and freshclam along with maintainer
    script changes
  - Detect incorrect value for clamav-freshclam/NotifyClamd and set it to true

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
60
60
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61
61
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
62
 
        $(top_srcdir)/m4/argz.m4 $(top_srcdir)/m4/fdpassing.m4 \
63
 
        $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
64
 
        $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
65
 
        $(top_srcdir)/m4/llvm.m4 $(top_srcdir)/m4/ltdl.m4 \
66
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
67
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
 
62
        $(top_srcdir)/m4/argz.m4 \
 
63
        $(top_srcdir)/m4/ax_check_uname_syscall.m4 \
 
64
        $(top_srcdir)/m4/fdpassing.m4 $(top_srcdir)/m4/lib-ld.m4 \
 
65
        $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \
 
66
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/llvm.m4 \
 
67
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
68
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
69
        $(top_srcdir)/m4/lt~obsolete.m4 \
68
70
        $(top_srcdir)/m4/mmap_private.m4 $(top_srcdir)/m4/resolv.m4 \
69
71
        $(top_srcdir)/configure.in
70
72
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
161
163
AUTOHEADER = @AUTOHEADER@
162
164
AUTOMAKE = @AUTOMAKE@
163
165
AWK = @AWK@
 
166
BUILD_CONFIGURE_FLAGS = @BUILD_CONFIGURE_FLAGS@
164
167
CC = @CC@
165
168
CCDEPMODE = @CCDEPMODE@
166
169
CFGDIR = @CFGDIR@