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

« back to all changes in this revision

Viewing changes to contrib/a2boot/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.
69
69
am_a2boot_OBJECTS = a2boot.$(OBJEXT)
70
70
a2boot_OBJECTS = $(am_a2boot_OBJECTS)
71
71
a2boot_DEPENDENCIES = $(top_builddir)/libatalk/libatalk.la
72
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
72
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
73
73
depcomp = $(SHELL) $(top_srcdir)/depcomp
74
74
am__depfiles_maybe = depfiles
75
75
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
124
124
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
125
125
DEFS = @DEFS@
126
126
DEPDIR = @DEPDIR@
 
127
DSYMUTIL = @DSYMUTIL@
127
128
ECHO = @ECHO@
128
129
ECHO_C = @ECHO_C@
129
130
ECHO_N = @ECHO_N@
158
159
MAKEINFO = @MAKEINFO@
159
160
MKDIR_P = @MKDIR_P@
160
161
NETATALK_VERSION = @NETATALK_VERSION@
 
162
NMEDIT = @NMEDIT@
161
163
OBJEXT = @OBJEXT@
162
164
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
163
165
PACKAGE = @PACKAGE@
175
177
PS = @PS@
176
178
QUOTA_LIBS = @QUOTA_LIBS@
177
179
RANLIB = @RANLIB@
 
180
SED = @SED@
178
181
SERVERTEXT = @SERVERTEXT@
179
182
SET_MAKE = @SET_MAKE@
180
183
SHELL = @SHELL@
259
262
              exit 1;; \
260
263
          esac; \
261
264
        done; \
262
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  contrib/a2boot/Makefile'; \
 
265
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  contrib/a2boot/Makefile'; \
263
266
        cd $(top_srcdir) && \
264
 
          $(AUTOMAKE) --foreign  contrib/a2boot/Makefile
 
267
          $(AUTOMAKE) --gnu  contrib/a2boot/Makefile
265
268
.PRECIOUS: Makefile
266
269
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
267
270
        @case '$?' in \
288
291
             || test -f $$p1 \
289
292
          ; then \
290
293
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
291
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
292
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
 
294
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(sbindir)/$$f'"; \
 
295
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(sbinPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(sbindir)/$$f" || exit 1; \
293
296
          else :; fi; \
294
297
        done
295
298
 
351
354
        unique=`for i in $$list; do \
352
355
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353
356
          done | \
354
 
          $(AWK) '    { files[$$0] = 1; } \
355
 
               END { for (i in files) print i; }'`; \
 
357
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
358
              END { if (nonempty) { for (i in files) print i; }; }'`; \
356
359
        mkid -fID $$unique
357
360
tags: TAGS
358
361
 
364
367
        unique=`for i in $$list; do \
365
368
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
366
369
          done | \
367
 
          $(AWK) '    { files[$$0] = 1; } \
368
 
               END { for (i in files) print i; }'`; \
 
370
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
371
              END { if (nonempty) { for (i in files) print i; }; }'`; \
369
372
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
370
373
          test -n "$$unique" || unique=$$empty_fix; \
371
374
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
375
378
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
376
379
                $(TAGS_FILES) $(LISP)
377
380
        tags=; \
378
 
        here=`pwd`; \
379
381
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
380
382
        unique=`for i in $$list; do \
381
383
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
384
          done | \
383
 
          $(AWK) '    { files[$$0] = 1; } \
384
 
               END { for (i in files) print i; }'`; \
 
385
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
386
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
387
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
386
388
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
387
389
             $$tags $$unique