~ubuntu-dev/ubuntu/lucid/mutt/lucid-201002110857

« back to all changes in this revision

Viewing changes to m4/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Antonio Radici
  • Date: 2009-06-14 20:53:18 UTC
  • mfrom: (1.3.1 upstream)
  • mto: (2.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20090614205318-wf0sqy1o3km636li
Tags: 1.5.20-1
* New upstream release, includes the following features:
  + Bounced messages contains From: headers (Closes: 93268)
  + Attachments displayed based on Content-Disposition (Closes: 199709)
  + fcc to a mailbox does not raise the 'new' flag (Closes: 209390)
  + '!' supported as suffix in gpg keys (Closes: 277945)
  + failed attachment saving shows an error message (Closes: 292350)
  + inline signed messages sent honouring $send_charset (Closes: 307819)
  + support for <clear-flag> and <set-flag> in the pager (Closes: 436007)
  + fcc_attach is a quad option (Closes: 478861)
  + Content-Description header not included in reply (Closes: 500766)
  + imap_sync_mailbox fix for a segfault (Closes: 516364)
  + better threading support with particular Message-ID's (Closes: 520735)
  + no crash on IMAP folder refresh (Closes: 528465)
  + undisclosed-recipients not passed in the envelope (Closes: 529090)
* debian/patches/series:
  + commented all references to upstream/*, they should be included in 1.5.20
  + removed debian-specific/529838-gnutls-autoconf.patch, ditto
  + removed misc/manpage-typos.patch, ditto 
  + modified misc/hyphen-as-minus.patch, a big part was integrated upstream
  + features/trash-folder: do not reupload messages to $trash if IMAP is used
    (Closes: #448241)
  + added misc/hg.pmdef.debugtime, see upstream #3263
* debian/control: added DM-Upload-Allowed: yes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.9.6 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11 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  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
 
6
# Inc.
6
7
# This Makefile.in is free software; the Free Software Foundation
7
8
# gives unlimited permission to copy and/or distribute it,
8
9
# with or without modifications, as long as this notice is preserved.
13
14
# PARTICULAR PURPOSE.
14
15
 
15
16
@SET_MAKE@
16
 
srcdir = @srcdir@
17
 
top_srcdir = @top_srcdir@
18
17
VPATH = @srcdir@
19
18
pkgdatadir = $(datadir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
20
20
pkglibdir = $(libdir)/@PACKAGE@
21
 
pkgincludedir = $(includedir)/@PACKAGE@
22
 
top_builddir = ..
 
21
pkglibexecdir = $(libexecdir)/@PACKAGE@
23
22
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24
 
INSTALL = @INSTALL@
25
23
install_sh_DATA = $(install_sh) -c -m 644
26
24
install_sh_PROGRAM = $(install_sh) -c
27
25
install_sh_SCRIPT = $(install_sh) -c
43
41
        $(top_srcdir)/m4/funcs.m4 $(top_srcdir)/m4/gettext.m4 \
44
42
        $(top_srcdir)/m4/glibc21.m4 $(top_srcdir)/m4/gpgme.m4 \
45
43
        $(top_srcdir)/m4/gssapi.m4 $(top_srcdir)/m4/iconv.m4 \
46
 
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/libgnutls.m4 \
47
 
        $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/types.m4 \
48
 
        $(top_srcdir)/configure.ac
 
44
        $(top_srcdir)/m4/lcmessage.m4 $(top_srcdir)/m4/progtest.m4 \
 
45
        $(top_srcdir)/m4/types.m4 $(top_srcdir)/configure.ac
49
46
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
47
        $(ACLOCAL_M4)
51
48
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
52
49
CONFIG_HEADER = $(top_builddir)/config.h
53
50
CONFIG_CLEAN_FILES =
 
51
CONFIG_CLEAN_VPATH_FILES =
54
52
SOURCES =
55
53
DIST_SOURCES =
56
54
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
57
55
ACLOCAL = @ACLOCAL@
58
56
ALLOCA = @ALLOCA@
59
 
AMDEP_FALSE = @AMDEP_FALSE@
60
 
AMDEP_TRUE = @AMDEP_TRUE@
61
57
AMTAR = @AMTAR@
62
58
AR = @AR@
63
59
AUTOCONF = @AUTOCONF@
64
60
AUTOHEADER = @AUTOHEADER@
65
61
AUTOMAKE = @AUTOMAKE@
66
62
AWK = @AWK@
67
 
BUILD_IMAP_FALSE = @BUILD_IMAP_FALSE@
68
 
BUILD_IMAP_TRUE = @BUILD_IMAP_TRUE@
69
63
BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70
64
CATALOGS = @CATALOGS@
71
65
CATOBJEXT = @CATOBJEXT@
99
93
GPGME_CONFIG = @GPGME_CONFIG@
100
94
GPGME_LIBS = @GPGME_LIBS@
101
95
GREP = @GREP@
 
96
INSTALL = @INSTALL@
102
97
INSTALL_DATA = @INSTALL_DATA@
103
98
INSTALL_PROGRAM = @INSTALL_PROGRAM@
104
99
INSTALL_SCRIPT = @INSTALL_SCRIPT@
111
106
ISPELL = @ISPELL@
112
107
KRB5CFGPATH = @KRB5CFGPATH@
113
108
LDFLAGS = @LDFLAGS@
114
 
LIBGNUTLS_CFLAGS = @LIBGNUTLS_CFLAGS@
115
 
LIBGNUTLS_CONFIG = @LIBGNUTLS_CONFIG@
116
 
LIBGNUTLS_LIBS = @LIBGNUTLS_LIBS@
117
109
LIBICONV = @LIBICONV@
118
110
LIBIMAP = @LIBIMAP@
119
111
LIBIMAPDEPS = @LIBIMAPDEPS@
121
113
LIBS = @LIBS@
122
114
LTLIBOBJS = @LTLIBOBJS@
123
115
MAKEINFO = @MAKEINFO@
124
 
MD5 = @MD5@
 
116
MKDIR_P = @MKDIR_P@
125
117
MKINSTALLDIRS = @MKINSTALLDIRS@
126
118
MSGFMT = @MSGFMT@
127
119
MUTTLIBS = @MUTTLIBS@
128
120
MUTT_LIB_OBJECTS = @MUTT_LIB_OBJECTS@
 
121
MUTT_MD5 = @MUTT_MD5@
129
122
OBJEXT = @OBJEXT@
130
123
OPS = @OPS@
131
124
OSPCAT = @OSPCAT@
147
140
SMIMEAUX_TARGET = @SMIMEAUX_TARGET@
148
141
STRIP = @STRIP@
149
142
U = @U@
150
 
USE_GSS_FALSE = @USE_GSS_FALSE@
151
 
USE_GSS_TRUE = @USE_GSS_TRUE@
152
143
USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
153
144
USE_NLS = @USE_NLS@
154
 
USE_SASL_FALSE = @USE_SASL_FALSE@
155
 
USE_SASL_TRUE = @USE_SASL_TRUE@
156
 
USE_SSL_FALSE = @USE_SSL_FALSE@
157
 
USE_SSL_TRUE = @USE_SSL_TRUE@
158
145
VERSION = @VERSION@
159
146
XGETTEXT = @XGETTEXT@
 
147
abs_builddir = @abs_builddir@
 
148
abs_srcdir = @abs_srcdir@
 
149
abs_top_builddir = @abs_top_builddir@
 
150
abs_top_srcdir = @abs_top_srcdir@
160
151
ac_ct_CC = @ac_ct_CC@
161
 
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162
 
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163
152
am__include = @am__include@
164
153
am__leading_dot = @am__leading_dot@
165
154
am__quote = @am__quote@
171
160
build_cpu = @build_cpu@
172
161
build_os = @build_os@
173
162
build_vendor = @build_vendor@
 
163
builddir = @builddir@
174
164
datadir = @datadir@
175
165
datarootdir = @datarootdir@
176
166
docdir = @docdir@
198
188
psdir = @psdir@
199
189
sbindir = @sbindir@
200
190
sharedstatedir = @sharedstatedir@
 
191
srcdir = @srcdir@
201
192
sysconfdir = @sysconfdir@
202
193
target_alias = @target_alias@
 
194
top_build_prefix = @top_build_prefix@
 
195
top_builddir = @top_builddir@
 
196
top_srcdir = @top_srcdir@
203
197
EXTRA_DIST = README
204
198
all: all-am
205
199
 
208
202
        @for dep in $?; do \
209
203
          case '$(am__configure_deps)' in \
210
204
            *$$dep*) \
211
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
212
 
                && exit 0; \
 
205
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
 
206
                && { if test -f $@; then exit 0; else break; fi; }; \
213
207
              exit 1;; \
214
208
          esac; \
215
209
        done; \
216
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  m4/Makefile'; \
217
 
        cd $(top_srcdir) && \
218
 
          $(AUTOMAKE) --gnu  m4/Makefile
 
210
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu m4/Makefile'; \
 
211
        $(am__cd) $(top_srcdir) && \
 
212
          $(AUTOMAKE) --gnu m4/Makefile
219
213
.PRECIOUS: Makefile
220
214
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
221
215
        @case '$?' in \
233
227
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
234
228
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
235
229
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
 
uninstall-info-am:
 
230
$(am__aclocal_m4_deps):
237
231
tags: TAGS
238
232
TAGS:
239
233
 
242
236
 
243
237
 
244
238
distdir: $(DISTFILES)
245
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
246
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
247
 
        list='$(DISTFILES)'; for file in $$list; do \
248
 
          case $$file in \
249
 
            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
250
 
            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
251
 
          esac; \
 
239
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
240
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
241
        list='$(DISTFILES)'; \
 
242
          dist_files=`for file in $$list; do echo $$file; done | \
 
243
          sed -e "s|^$$srcdirstrip/||;t" \
 
244
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
245
        case $$dist_files in \
 
246
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
247
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
248
                           sort -u` ;; \
 
249
        esac; \
 
250
        for file in $$dist_files; do \
252
251
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
253
 
          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
254
 
          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
255
 
            dir="/$$dir"; \
256
 
            $(mkdir_p) "$(distdir)$$dir"; \
257
 
          else \
258
 
            dir=''; \
259
 
          fi; \
260
252
          if test -d $$d/$$file; then \
 
253
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
254
            if test -d "$(distdir)/$$file"; then \
 
255
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
 
256
            fi; \
261
257
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
262
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
258
              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
 
259
              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
263
260
            fi; \
264
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
261
            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
265
262
          else \
266
 
            test -f $(distdir)/$$file \
267
 
            || cp -p $$d/$$file $(distdir)/$$file \
 
263
            test -f "$(distdir)/$$file" \
 
264
            || cp -p $$d/$$file "$(distdir)/$$file" \
268
265
            || exit 1; \
269
266
          fi; \
270
267
        done
295
292
 
296
293
distclean-generic:
297
294
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
295
        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
298
296
 
299
297
maintainer-clean-generic:
300
298
        @echo "This command is intended for maintainers to use"
313
311
 
314
312
html: html-am
315
313
 
 
314
html-am:
 
315
 
316
316
info: info-am
317
317
 
318
318
info-am:
319
319
 
320
320
install-data-am:
321
321
 
 
322
install-dvi: install-dvi-am
 
323
 
 
324
install-dvi-am:
 
325
 
322
326
install-exec-am:
323
327
 
 
328
install-html: install-html-am
 
329
 
 
330
install-html-am:
 
331
 
324
332
install-info: install-info-am
325
333
 
 
334
install-info-am:
 
335
 
326
336
install-man:
327
337
 
 
338
install-pdf: install-pdf-am
 
339
 
 
340
install-pdf-am:
 
341
 
 
342
install-ps: install-ps-am
 
343
 
 
344
install-ps-am:
 
345
 
328
346
installcheck-am:
329
347
 
330
348
maintainer-clean: maintainer-clean-am
343
361
 
344
362
ps-am:
345
363
 
346
 
uninstall-am: uninstall-info-am
 
364
uninstall-am:
 
365
 
 
366
.MAKE: install-am install-strip
347
367
 
348
368
.PHONY: all all-am check check-am clean clean-generic dist-hook \
349
369
        distclean distclean-generic distdir dvi dvi-am html html-am \
350
370
        info info-am install install-am install-data install-data-am \
351
 
        install-exec install-exec-am install-info install-info-am \
352
 
        install-man install-strip installcheck installcheck-am \
 
371
        install-dvi install-dvi-am install-exec install-exec-am \
 
372
        install-html install-html-am install-info install-info-am \
 
373
        install-man install-pdf install-pdf-am install-ps \
 
374
        install-ps-am install-strip installcheck installcheck-am \
353
375
        installdirs maintainer-clean maintainer-clean-generic \
354
376
        mostlyclean mostlyclean-generic pdf pdf-am ps ps-am uninstall \
355
 
        uninstall-am uninstall-info-am
 
377
        uninstall-am
356
378
 
357
379
 
358
380
dist-hook:
359
381
        for i in $(srcdir)/*.m4 ; do \
360
382
                cp -f -p $$i $(distdir) ; \
361
383
        done
 
384
 
362
385
# Tell versions [3.59,3.63) of GNU make to not export all variables.
363
386
# Otherwise a system limit (for SysV at least) may be exceeded.
364
387
.NOEXPORT: