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

« back to all changes in this revision

Viewing changes to contrib/macusers/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.
102
102
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
103
103
DEFS = @DEFS@
104
104
DEPDIR = @DEPDIR@
 
105
DSYMUTIL = @DSYMUTIL@
105
106
ECHO = @ECHO@
106
107
ECHO_C = @ECHO_C@
107
108
ECHO_N = @ECHO_N@
136
137
MAKEINFO = @MAKEINFO@
137
138
MKDIR_P = @MKDIR_P@
138
139
NETATALK_VERSION = @NETATALK_VERSION@
 
140
NMEDIT = @NMEDIT@
139
141
OBJEXT = @OBJEXT@
140
142
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
141
143
PACKAGE = @PACKAGE@
153
155
PS = @PS@
154
156
QUOTA_LIBS = @QUOTA_LIBS@
155
157
RANLIB = @RANLIB@
 
158
SED = @SED@
156
159
SERVERTEXT = @SERVERTEXT@
157
160
SET_MAKE = @SET_MAKE@
158
161
SHELL = @SHELL@
235
238
              exit 1;; \
236
239
          esac; \
237
240
        done; \
238
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/macusers/Makefile'; \
 
241
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  contrib/macusers/Makefile'; \
239
242
        cd $(top_srcdir) && \
240
 
          $(AUTOMAKE) --foreign  contrib/macusers/Makefile
 
243
          $(AUTOMAKE) --gnu  contrib/macusers/Makefile
241
244
.PRECIOUS: Makefile
242
245
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
243
246
        @case '$?' in \