~ubuntu-branches/ubuntu/precise/netatalk/precise

« back to all changes in this revision

Viewing changes to config/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2010-01-23 05:08:37 UTC
  • mfrom: (8.2.8 sid)
  • Revision ID: james.westby@ubuntu.com-20100123050837-rh5465ophfkjpsn2
Tags: 2.0.5-3
* Fix replace/drop bogus and/or obsolete configure options:
  + Use --without-ssl-dir/--with-ssl-dir (not --with-openssl-dir/
    --without-openssl-dir). Closes: bug#565969, thanks to Fabian
    Greffrath.
  + Use --enable-tcp-wrappers (not --with-tcp-wrappers).
  + Use --disable-srvloc (not --disable-slp).
  + Drop --disable-logger (obsolete since 2.0.1).
  + Drop --with-mangling (apparently obsolete since 2.0 alpha 1).
  + Drop --with-nls-dir and --without-xfs (apparently obsolete).
* Autoreconfigure during build (since upstream does not enable
  maintainer-mode). Disable autotools-related patches. Build-depend on
  libtool, automake1.11 and autoconf. Closes: bug#559060, thanks to
  Cyril Brulebois and others.
* Add safety-check to fail build if accidentally linked against
  libssl. Thanks to Fabian Greffrath (see bug#565969).
* Disable atalkd by default, to not require supported network active
  at daemon start time. Closes: bug#565568, thanks to Kurt Roeckx.
  Add NEWS entry about the change.
* Build-depend on and enable hardening-includes.
* Fix adjust "See also" of manpages referring to afile or achfile.
* Set urgency=medium as earlier lack of explicit disabling openssl
  caused the package to violate licensing for some architectures, also
  affecting testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
95
95
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
96
96
DEFS = @DEFS@
97
97
DEPDIR = @DEPDIR@
 
98
DSYMUTIL = @DSYMUTIL@
98
99
ECHO = @ECHO@
99
100
ECHO_C = @ECHO_C@
100
101
ECHO_N = @ECHO_N@
129
130
MAKEINFO = @MAKEINFO@
130
131
MKDIR_P = @MKDIR_P@
131
132
NETATALK_VERSION = @NETATALK_VERSION@
 
133
NMEDIT = @NMEDIT@
132
134
OBJEXT = @OBJEXT@
133
135
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
134
136
PACKAGE = @PACKAGE@
146
148
PS = @PS@
147
149
QUOTA_LIBS = @QUOTA_LIBS@
148
150
RANLIB = @RANLIB@
 
151
SED = @SED@
149
152
SERVERTEXT = @SERVERTEXT@
150
153
SET_MAKE = @SET_MAKE@
151
154
SHELL = @SHELL@
445
448
@USE_PAM_FALSE@install-data-local: install-config-files
446
449
 
447
450
@USE_PAM_FALSE@uninstall-local:
448
 
@USE_PAM_FALSE@    for f in $(CONFFILES) $(GENFILES); do \
449
 
@USE_PAM_FALSE@        echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
450
 
@USE_PAM_FALSE@        rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
451
 
@USE_PAM_FALSE@    done
 
451
@USE_PAM_FALSE@ for f in $(CONFFILES) $(GENFILES); do \
 
452
@USE_PAM_FALSE@         echo rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
 
453
@USE_PAM_FALSE@         rm -f $(DESTDIR)$(pkgconfdir)/$$f; \
 
454
@USE_PAM_FALSE@ done
452
455
# Tell versions [3.59,3.63) of GNU make to not export all variables.
453
456
# Otherwise a system limit (for SysV at least) may be exceeded.
454
457
.NOEXPORT: