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

« back to all changes in this revision

Viewing changes to libatalk/unicode/charsets/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.
71
71
        mac_japanese.lo mac_chinese_trad.lo mac_chinese_simp.lo \
72
72
        mac_korean.lo generic_cjk.lo generic_mb.lo
73
73
libcharsets_la_OBJECTS = $(am_libcharsets_la_OBJECTS)
74
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
 
74
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
75
75
depcomp = $(SHELL) $(top_srcdir)/depcomp
76
76
am__depfiles_maybe = depfiles
77
77
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
122
122
DEFAULT_CNID_SCHEME = @DEFAULT_CNID_SCHEME@
123
123
DEFS = @DEFS@
124
124
DEPDIR = @DEPDIR@
 
125
DSYMUTIL = @DSYMUTIL@
125
126
ECHO = @ECHO@
126
127
ECHO_C = @ECHO_C@
127
128
ECHO_N = @ECHO_N@
156
157
MAKEINFO = @MAKEINFO@
157
158
MKDIR_P = @MKDIR_P@
158
159
NETATALK_VERSION = @NETATALK_VERSION@
 
160
NMEDIT = @NMEDIT@
159
161
OBJEXT = @OBJEXT@
160
162
OVERWRITE_CONFIG = @OVERWRITE_CONFIG@
161
163
PACKAGE = @PACKAGE@
173
175
PS = @PS@
174
176
QUOTA_LIBS = @QUOTA_LIBS@
175
177
RANLIB = @RANLIB@
 
178
SED = @SED@
176
179
SERVERTEXT = @SERVERTEXT@
177
180
SET_MAKE = @SET_MAKE@
178
181
SHELL = @SHELL@
284
287
              exit 1;; \
285
288
          esac; \
286
289
        done; \
287
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  libatalk/unicode/charsets/Makefile'; \
 
290
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  libatalk/unicode/charsets/Makefile'; \
288
291
        cd $(top_srcdir) && \
289
 
          $(AUTOMAKE) --foreign  libatalk/unicode/charsets/Makefile
 
292
          $(AUTOMAKE) --gnu  libatalk/unicode/charsets/Makefile
290
293
.PRECIOUS: Makefile
291
294
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
292
295
        @case '$?' in \
367
370
        unique=`for i in $$list; do \
368
371
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
369
372
          done | \
370
 
          $(AWK) '    { files[$$0] = 1; } \
371
 
               END { for (i in files) print i; }'`; \
 
373
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
374
              END { if (nonempty) { for (i in files) print i; }; }'`; \
372
375
        mkid -fID $$unique
373
376
tags: TAGS
374
377
 
380
383
        unique=`for i in $$list; do \
381
384
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
382
385
          done | \
383
 
          $(AWK) '    { files[$$0] = 1; } \
384
 
               END { for (i in files) print i; }'`; \
 
386
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
387
              END { if (nonempty) { for (i in files) print i; }; }'`; \
385
388
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
386
389
          test -n "$$unique" || unique=$$empty_fix; \
387
390
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
391
394
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
392
395
                $(TAGS_FILES) $(LISP)
393
396
        tags=; \
394
 
        here=`pwd`; \
395
397
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
396
398
        unique=`for i in $$list; do \
397
399
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
398
400
          done | \
399
 
          $(AWK) '    { files[$$0] = 1; } \
400
 
               END { for (i in files) print i; }'`; \
 
401
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
402
              END { if (nonempty) { for (i in files) print i; }; }'`; \
401
403
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
402
404
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
403
405
             $$tags $$unique