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

« back to all changes in this revision

Viewing changes to libatalk/cnid/tdb/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.
68
68
        cnid_tdb_delete.lo cnid_tdb_get.lo cnid_tdb_lookup.lo \
69
69
        cnid_tdb_open.lo cnid_tdb_resolve.lo cnid_tdb_update.lo
70
70
libcnid_tdb_la_OBJECTS = $(am_libcnid_tdb_la_OBJECTS)
71
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
71
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72
72
depcomp = $(SHELL) $(top_srcdir)/depcomp
73
73
am__depfiles_maybe = depfiles
74
74
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
118
118
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
119
119
DEFS = @DEFS@
120
120
DEPDIR = @DEPDIR@
 
121
DSYMUTIL = @DSYMUTIL@
121
122
ECHO = @ECHO@
122
123
ECHO_C = @ECHO_C@
123
124
ECHO_N = @ECHO_N@
152
153
MAKEINFO = @MAKEINFO@
153
154
MKDIR_P = @MKDIR_P@
154
155
NETATALK_VERSION = @NETATALK_VERSION@
 
156
NMEDIT = @NMEDIT@
155
157
OBJEXT = @OBJEXT@
156
158
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
157
159
PACKAGE = @PACKAGE@
169
171
PS = @PS@
170
172
QUOTA_LIBS = @QUOTA_LIBS@
171
173
RANLIB = @RANLIB@
 
174
SED = @SED@
172
175
SERVERTEXT = @SERVERTEXT@
173
176
SET_MAKE = @SET_MAKE@
174
177
SHELL = @SHELL@
262
265
              exit 1;; \
263
266
          esac; \
264
267
        done; \
265
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libatalk/cnid/tdb/Makefile'; \
 
268
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libatalk/cnid/tdb/Makefile'; \
266
269
        cd $(top_srcdir) && \
267
 
          $(AUTOMAKE) --foreign  libatalk/cnid/tdb/Makefile
 
270
          $(AUTOMAKE) --gnu  libatalk/cnid/tdb/Makefile
268
271
.PRECIOUS: Makefile
269
272
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
270
273
        @case '$?' in \
341
344
        unique=`for i in $$list; do \
342
345
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
343
346
          done | \
344
 
          $(AWK) '    { files[$$0] = 1; } \
345
 
               END { for (i in files) print i; }'`; \
 
347
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
348
              END { if (nonempty) { for (i in files) print i; }; }'`; \
346
349
        mkid -fID $$unique
347
350
tags: TAGS
348
351
 
354
357
        unique=`for i in $$list; do \
355
358
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
356
359
          done | \
357
 
          $(AWK) '    { files[$$0] = 1; } \
358
 
               END { for (i in files) print i; }'`; \
 
360
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
361
              END { if (nonempty) { for (i in files) print i; }; }'`; \
359
362
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
360
363
          test -n "$$unique" || unique=$$empty_fix; \
361
364
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
365
368
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
366
369
                $(TAGS_FILES) $(LISP)
367
370
        tags=; \
368
 
        here=`pwd`; \
369
371
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
370
372
        unique=`for i in $$list; do \
371
373
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
372
374
          done | \
373
 
          $(AWK) '    { files[$$0] = 1; } \
374
 
               END { for (i in files) print i; }'`; \
 
375
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
376
              END { if (nonempty) { for (i in files) print i; }; }'`; \
375
377
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
376
378
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
377
379
             $$tags $$unique