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

« back to all changes in this revision

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