~ubuntu-branches/debian/sid/ircd-hybrid/sid

« back to all changes in this revision

Viewing changes to help/Makefile.in

  • Committer: Package Import Robot
  • Author(s): Dominic Hargreaves
  • Date: 2015-04-19 15:53:09 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20150419155309-06y59x2at2ax5ou3
Tags: 1:8.2.7+dfsg.1-1
* Remove Suggests: hybserv since it doesn't really work with
  ircd-hybrid 8 and above
* New upstream release
  - update debian/copyright with minor changes
  - update config files from new reference.conf
  - fixes DoS from localhost clients (Closes: #782859)
  - supports SSL certficate chaining (Closes: #769741)
* Debconf configuration script no longer ignores the result of
  upgrade questions (Closes: #779082)
* Don't display upgrade warnings on new installs (Closes: #782883)
* Add NEWS item about updated configuration

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.14.1 from Makefile.am.
 
1
# Makefile.in generated by automake 1.15 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
 
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
 
4
# Copyright (C) 1994-2014 Free Software Foundation, Inc.
5
5
 
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
15
15
@SET_MAKE@
16
16
 
17
17
VPATH = @srcdir@
18
 
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
 
18
am__is_gnu_make = { \
 
19
  if test -z '$(MAKELEVEL)'; then \
 
20
    false; \
 
21
  elif test -n '$(MAKE_HOST)'; then \
 
22
    true; \
 
23
  elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
 
24
    true; \
 
25
  else \
 
26
    false; \
 
27
  fi; \
 
28
}
19
29
am__make_running_with_option = \
20
30
  case $${target_option-} in \
21
31
      ?) ;; \
79
89
build_triplet = @build@
80
90
host_triplet = @host@
81
91
subdir = help
82
 
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83
 
        $(dist_helpf_DATA)
84
92
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
85
93
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_define_dir.m4 \
86
 
        $(top_srcdir)/m4/argz.m4 \
87
94
        $(top_srcdir)/m4/ax_append_compile_flags.m4 \
88
95
        $(top_srcdir)/m4/ax_append_flag.m4 \
 
96
        $(top_srcdir)/m4/ax_arg_enable_assert.m4 \
89
97
        $(top_srcdir)/m4/ax_arg_enable_debugging.m4 \
90
98
        $(top_srcdir)/m4/ax_arg_enable_warnings.m4 \
91
99
        $(top_srcdir)/m4/ax_arg_ioloop_mechanism.m4 \
 
100
        $(top_srcdir)/m4/ax_arg_libgeoip.m4 \
92
101
        $(top_srcdir)/m4/ax_arg_openssl.m4 \
93
102
        $(top_srcdir)/m4/ax_check_compile_flag.m4 \
94
103
        $(top_srcdir)/m4/ax_library_net.m4 \
95
104
        $(top_srcdir)/m4/ax_require_defined.m4 \
96
105
        $(top_srcdir)/m4/gcc_stack_protect.m4 \
97
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltdl.m4 \
98
 
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
99
 
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
100
 
        $(top_srcdir)/configure.ac
 
106
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltargz.m4 \
 
107
        $(top_srcdir)/m4/ltdl.m4 $(top_srcdir)/m4/ltoptions.m4 \
 
108
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
 
109
        $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
101
110
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
102
111
        $(ACLOCAL_M4)
 
112
DIST_COMMON = $(srcdir)/Makefile.am $(dist_helpf_DATA) \
 
113
        $(am__DIST_COMMON)
103
114
mkinstalldirs = $(install_sh) -d
104
115
CONFIG_HEADER = $(top_builddir)/config.h
105
116
CONFIG_CLEAN_FILES =
153
164
am__installdirs = "$(DESTDIR)$(helpfdir)"
154
165
DATA = $(dist_helpf_DATA)
155
166
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
 
167
am__DIST_COMMON = $(srcdir)/Makefile.in
156
168
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
157
169
ACLOCAL = @ACLOCAL@
158
170
AMTAR = @AMTAR@
159
171
AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
160
172
AR = @AR@
161
 
ARGZ_H = @ARGZ_H@
162
173
AUTOCONF = @AUTOCONF@
163
174
AUTOHEADER = @AUTOHEADER@
164
175
AUTOMAKE = @AUTOMAKE@
209
220
LTDLINCL = @LTDLINCL@
210
221
LTDLOPEN = @LTDLOPEN@
211
222
LTLIBOBJS = @LTLIBOBJS@
 
223
LT_ARGZ_H = @LT_ARGZ_H@
212
224
LT_CONFIG_H = @LT_CONFIG_H@
213
225
LT_DLLOADERS = @LT_DLLOADERS@
214
226
LT_DLPREOPEN = @LT_DLPREOPEN@
 
227
LT_SYS_LIBRARY_PATH = @LT_SYS_LIBRARY_PATH@
215
228
MAINT = @MAINT@
216
229
MAKEINFO = @MAKEINFO@
217
230
MANIFEST_TOOL = @MANIFEST_TOOL@
300
313
dist_helpf_DATA = accept    \
301
314
                  admin     \
302
315
                  away      \
303
 
                  capab     \
304
316
                  challenge \
305
317
                  close     \
306
318
                  cmode     \
307
319
                  connect   \
308
320
                  die       \
309
321
                  dline     \
310
 
                  eob       \
311
322
                  error     \
312
323
                  etrace    \
313
324
                  gline     \
344
355
                  rehash    \
345
356
                  restart   \
346
357
                  resv      \
347
 
                  server    \
348
358
                  set       \
349
 
                  sjoin     \
350
359
                  squit     \
351
360
                  stats     \
352
 
                  svinfo    \
353
361
                  time      \
354
362
                  topic     \
355
363
                  trace     \
382
390
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \
383
391
        $(am__cd) $(top_srcdir) && \
384
392
          $(AUTOMAKE) --foreign help/Makefile
385
 
.PRECIOUS: Makefile
386
393
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
387
394
        @case '$?' in \
388
395
          *config.status*) \
582
589
        mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
583
590
        uninstall-am uninstall-dist_helpfDATA
584
591
 
 
592
.PRECIOUS: Makefile
 
593
 
585
594
 
586
595
helpf: $(dist_helpf_DATA)
587
596