Codebase list squidview / ee8125b
Merge tag 'upstream/0.83' Upstream version 0.83 Willi Mann 7 years ago
7 changed file(s) with 1326 addition(s) and 524 deletion(s). Raw diff Collapse all Expand all
00 >> Squidview history:
1
2 0.82-0.83: May 2016
3 - add more squid result codes
4 thanks to Yuri Voinov for the suggestions, corrections
15
26 0.81: January 2015
37 - squid result code update
0 # Makefile.in generated by automake 1.11.6 from Makefile.am.
0 # Makefile.in generated by automake 1.14.1 from Makefile.am.
11 # @configure_input@
22
3 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
4 # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
5 # Foundation, Inc.
3 # Copyright (C) 1994-2013 Free Software Foundation, Inc.
4
65 # This Makefile.in is free software; the Free Software Foundation
76 # gives unlimited permission to copy and/or distribute it,
87 # with or without modifications, as long as this notice is preserved.
1615
1716
1817 VPATH = @srcdir@
19 am__make_dryrun = \
20 { \
21 am__dry=no; \
18 am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19 am__make_running_with_option = \
20 case $${target_option-} in \
21 ?) ;; \
22 *) echo "am__make_running_with_option: internal error: invalid" \
23 "target option '$${target_option-}' specified" >&2; \
24 exit 1;; \
25 esac; \
26 has_opt=no; \
27 sane_makeflags=$$MAKEFLAGS; \
28 if $(am__is_gnu_make); then \
29 sane_makeflags=$$MFLAGS; \
30 else \
2231 case $$MAKEFLAGS in \
2332 *\\[\ \ ]*) \
24 echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \
25 | grep '^AM OK$$' >/dev/null || am__dry=yes;; \
26 *) \
27 for am__flg in $$MAKEFLAGS; do \
28 case $$am__flg in \
29 *=*|--*) ;; \
30 *n*) am__dry=yes; break;; \
31 esac; \
32 done;; \
33 bs=\\; \
34 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
3336 esac; \
34 test $$am__dry = yes; \
35 }
37 fi; \
38 skip_next=no; \
39 strip_trailopt () \
40 { \
41 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42 }; \
43 for flg in $$sane_makeflags; do \
44 test $$skip_next = yes && { skip_next=no; continue; }; \
45 case $$flg in \
46 *=*|--*) continue;; \
47 -*I) strip_trailopt 'I'; skip_next=yes;; \
48 -*I?*) strip_trailopt 'I';; \
49 -*O) strip_trailopt 'O'; skip_next=yes;; \
50 -*O?*) strip_trailopt 'O';; \
51 -*l) strip_trailopt 'l'; skip_next=yes;; \
52 -*l?*) strip_trailopt 'l';; \
53 -[dEDm]) skip_next=yes;; \
54 -[JT]) skip_next=yes;; \
55 esac; \
56 case $$flg in \
57 *$$target_option*) has_opt=yes; break;; \
58 esac; \
59 done; \
60 test $$has_opt = yes
61 am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62 am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
3663 pkgdatadir = $(datadir)/@PACKAGE@
3764 pkgincludedir = $(includedir)/@PACKAGE@
3865 pkglibdir = $(libdir)/@PACKAGE@
5178 POST_UNINSTALL = :
5279 bin_PROGRAMS = squidview$(EXEEXT)
5380 subdir = .
54 DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
55 $(srcdir)/Makefile.in $(srcdir)/config.h.in \
56 $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
57 depcomp install-sh missing
81 DIST_COMMON = INSTALL NEWS README AUTHORS ChangeLog \
82 $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
83 $(top_srcdir)/configure $(am__configure_deps) \
84 $(srcdir)/config.h.in depcomp COPYING compile install-sh \
85 missing
5886 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
5987 am__aclocal_m4_deps = $(top_srcdir)/configure.in
6088 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
7199 am_squidview_OBJECTS = squidview.$(OBJEXT)
72100 squidview_OBJECTS = $(am_squidview_OBJECTS)
73101 squidview_LDADD = $(LDADD)
102 AM_V_P = $(am__v_P_@AM_V@)
103 am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
104 am__v_P_0 = false
105 am__v_P_1 = :
106 AM_V_GEN = $(am__v_GEN_@AM_V@)
107 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
108 am__v_GEN_0 = @echo " GEN " $@;
109 am__v_GEN_1 =
110 AM_V_at = $(am__v_at_@AM_V@)
111 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
112 am__v_at_0 = @
113 am__v_at_1 =
74114 DEFAULT_INCLUDES = -I.@am__isrc@
75115 depcomp = $(SHELL) $(top_srcdir)/depcomp
76116 am__depfiles_maybe = depfiles
77117 am__mv = mv -f
78118 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
79119 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
120 AM_V_CXX = $(am__v_CXX_@AM_V@)
121 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
122 am__v_CXX_0 = @echo " CXX " $@;
123 am__v_CXX_1 =
80124 CXXLD = $(CXX)
81125 CXXLINK = $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) \
82126 -o $@
127 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
128 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
129 am__v_CXXLD_0 = @echo " CXXLD " $@;
130 am__v_CXXLD_1 =
83131 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
84132 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 AM_V_CC = $(am__v_CC_@AM_V@)
134 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
135 am__v_CC_0 = @echo " CC " $@;
136 am__v_CC_1 =
85137 CCLD = $(CC)
86138 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
139 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
140 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
141 am__v_CCLD_0 = @echo " CCLD " $@;
142 am__v_CCLD_1 =
87143 SOURCES = $(squidview_SOURCES)
88144 DIST_SOURCES = $(squidview_SOURCES)
89145 am__can_run_installinfo = \
122178 NROFF = nroff
123179 MANS = $(man_MANS)
124180 DATA = $(pkgdata_DATA)
181 am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
182 $(LISP)config.h.in
183 # Read a list of newline-separated strings from the standard input,
184 # and print each of them once, without duplicates. Input order is
185 # *not* preserved.
186 am__uniquify_input = $(AWK) '\
187 BEGIN { nonempty = 0; } \
188 { items[$$0] = 1; nonempty = 1; } \
189 END { if (nonempty) { for (i in items) print i; }; } \
190 '
191 # Make sure the list of sources is unique. This is necessary because,
192 # e.g., the same source file might be shared among _SOURCES variables
193 # for different programs/libraries.
194 am__define_uniq_tagged_files = \
195 list='$(am__tagged_files)'; \
196 unique=`for i in $$list; do \
197 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
198 done | $(am__uniquify_input)`
125199 ETAGS = etags
126200 CTAGS = ctags
201 CSCOPE = cscope
202 AM_RECURSIVE_TARGETS = cscope
127203 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
128204 distdir = $(PACKAGE)-$(VERSION)
129205 top_distdir = $(distdir)
133209 && rm -rf "$(distdir)" \
134210 || { sleep 5 && rm -rf "$(distdir)"; }; \
135211 else :; fi
212 am__post_remove_distdir = $(am__remove_distdir)
136213 DIST_ARCHIVES = $(distdir).tar.gz
137214 GZIP_ENV = --best
215 DIST_TARGETS = dist-gzip
138216 distuninstallcheck_listfiles = find . -type f -print
139217 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
140218 | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
141219 distcleancheck_listfiles = find . -type f -print
142220 ACLOCAL = @ACLOCAL@
143221 AMTAR = @AMTAR@
222 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
144223 AUTOCONF = @AUTOCONF@
145224 AUTOHEADER = @AUTOHEADER@
146225 AUTOMAKE = @AUTOMAKE@
276355 $(am__aclocal_m4_deps):
277356
278357 config.h: stamp-h1
279 @if test ! -f $@; then rm -f stamp-h1; else :; fi
280 @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
358 @test -f $@ || rm -f stamp-h1
359 @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
281360
282361 stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status
283362 @rm -f stamp-h1
298377 fi; \
299378 for p in $$list; do echo "$$p $$p"; done | \
300379 sed 's/$(EXEEXT)$$//' | \
301 while read p p1; do if test -f $$p; \
302 then echo "$$p"; echo "$$p"; else :; fi; \
380 while read p p1; do if test -f $$p \
381 ; then echo "$$p"; echo "$$p"; else :; fi; \
303382 done | \
304 sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
383 sed -e 'p;s,.*/,,;n;h' \
384 -e 's|.*|.|' \
305385 -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
306386 sed 'N;N;N;s,\n, ,g' | \
307387 $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
322402 @list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
323403 files=`for p in $$list; do echo "$$p"; done | \
324404 sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
325 -e 's/$$/$(EXEEXT)/' `; \
405 -e 's/$$/$(EXEEXT)/' \
406 `; \
326407 test -n "$$list" || exit 0; \
327408 echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
328409 cd "$(DESTDIR)$(bindir)" && rm -f $$files
329410
330411 clean-binPROGRAMS:
331412 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
413
332414 squidview$(EXEEXT): $(squidview_OBJECTS) $(squidview_DEPENDENCIES) $(EXTRA_squidview_DEPENDENCIES)
333415 @rm -f squidview$(EXEEXT)
334 $(CXXLINK) $(squidview_OBJECTS) $(squidview_LDADD) $(LIBS)
416 $(AM_V_CXXLD)$(CXXLINK) $(squidview_OBJECTS) $(squidview_LDADD) $(LIBS)
335417
336418 mostlyclean-compile:
337419 -rm -f *.$(OBJEXT)
342424 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/squidview.Po@am__quote@
343425
344426 .cpp.o:
345 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
346 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
347 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
427 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
428 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
429 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
348430 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ $<
431 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ $<
350432
351433 .cpp.obj:
352 @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
353 @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
354 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
434 @am__fastdepCXX_TRUE@ $(AM_V_CXX)$(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
435 @am__fastdepCXX_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
436 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ $(AM_V_CXX)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
355437 @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@
356 @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
438 @am__fastdepCXX_FALSE@ $(AM_V_CXX@am__nodep@)$(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
357439 install-man1: $(man_MANS)
358440 @$(NORMAL_INSTALL)
359441 @list1=''; \
419501 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
420502 dir='$(DESTDIR)$(pkgdatadir)'; $(am__uninstall_files_from_dir)
421503
422 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424 unique=`for i in $$list; do \
425 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426 done | \
427 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428 END { if (nonempty) { for (i in files) print i; }; }'`; \
429 mkid -fID $$unique
430 tags: TAGS
431
432 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
433 $(TAGS_FILES) $(LISP)
504 ID: $(am__tagged_files)
505 $(am__define_uniq_tagged_files); mkid -fID $$unique
506 tags: tags-am
507 TAGS: tags
508
509 tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
434510 set x; \
435511 here=`pwd`; \
436 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
437 unique=`for i in $$list; do \
438 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439 done | \
440 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441 END { if (nonempty) { for (i in files) print i; }; }'`; \
512 $(am__define_uniq_tagged_files); \
442513 shift; \
443514 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444515 test -n "$$unique" || unique=$$empty_fix; \
450521 $$unique; \
451522 fi; \
452523 fi
453 ctags: CTAGS
454 CTAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
455 $(TAGS_FILES) $(LISP)
456 list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
457 unique=`for i in $$list; do \
458 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459 done | \
460 $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461 END { if (nonempty) { for (i in files) print i; }; }'`; \
524 ctags: ctags-am
525
526 CTAGS: ctags
527 ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
528 $(am__define_uniq_tagged_files); \
462529 test -z "$(CTAGS_ARGS)$$unique" \
463530 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464531 $$unique
467534 here=`$(am__cd) $(top_builddir) && pwd` \
468535 && $(am__cd) $(top_srcdir) \
469536 && gtags -i $(GTAGS_ARGS) "$$here"
537 cscope: cscope.files
538 test ! -s cscope.files \
539 || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
540 clean-cscope:
541 -rm -f cscope.files
542 cscope.files: clean-cscope cscopelist
543 cscopelist: cscopelist-am
544
545 cscopelist-am: $(am__tagged_files)
546 list='$(am__tagged_files)'; \
547 case "$(srcdir)" in \
548 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
549 *) sdir=$(subdir)/$(srcdir) ;; \
550 esac; \
551 for i in $$list; do \
552 if test -f "$$i"; then \
553 echo "$(subdir)/$$i"; \
554 else \
555 echo "$$sdir/$$i"; \
556 fi; \
557 done >> $(top_builddir)/cscope.files
470558
471559 distclean-tags:
472560 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
561 -rm -f cscope.out cscope.in.out cscope.po.out cscope.files
473562
474563 distdir: $(DISTFILES)
475 @list='$(MANS)'; if test -n "$$list"; then \
476 list=`for p in $$list; do \
477 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
478 if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
479 if test -n "$$list" && \
480 grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
481 echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
482 grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \
483 echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \
484 echo " typically \`make maintainer-clean' will remove them" >&2; \
485 exit 1; \
486 else :; fi; \
487 else :; fi
488564 $(am__remove_distdir)
489565 test -d "$(distdir)" || mkdir "$(distdir)"
490566 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
525601 || chmod -R a+r "$(distdir)"
526602 dist-gzip: distdir
527603 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
528 $(am__remove_distdir)
604 $(am__post_remove_distdir)
529605
530606 dist-bzip2: distdir
531607 tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
532 $(am__remove_distdir)
608 $(am__post_remove_distdir)
533609
534610 dist-lzip: distdir
535611 tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
536 $(am__remove_distdir)
537
538 dist-lzma: distdir
539 tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
540 $(am__remove_distdir)
612 $(am__post_remove_distdir)
541613
542614 dist-xz: distdir
543615 tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
544 $(am__remove_distdir)
616 $(am__post_remove_distdir)
545617
546618 dist-tarZ: distdir
619 @echo WARNING: "Support for shar distribution archives is" \
620 "deprecated." >&2
621 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
547622 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
548 $(am__remove_distdir)
623 $(am__post_remove_distdir)
549624
550625 dist-shar: distdir
626 @echo WARNING: "Support for distribution archives compressed with" \
627 "legacy program 'compress' is deprecated." >&2
628 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2
551629 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
552 $(am__remove_distdir)
630 $(am__post_remove_distdir)
553631
554632 dist-zip: distdir
555633 -rm -f $(distdir).zip
556634 zip -rq $(distdir).zip $(distdir)
557 $(am__remove_distdir)
558
559 dist dist-all: distdir
560 tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
561 $(am__remove_distdir)
635 $(am__post_remove_distdir)
636
637 dist dist-all:
638 $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
639 $(am__post_remove_distdir)
562640
563641 # This target untars the dist file and tries a VPATH configuration. Then
564642 # it guarantees that the distribution is self-contained by making another
569647 GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
570648 *.tar.bz2*) \
571649 bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
572 *.tar.lzma*) \
573 lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
574650 *.tar.lz*) \
575651 lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
576652 *.tar.xz*) \
582658 *.zip*) \
583659 unzip $(distdir).zip ;;\
584660 esac
585 chmod -R a-w $(distdir); chmod u+w $(distdir)
586 mkdir $(distdir)/_build
587 mkdir $(distdir)/_inst
661 chmod -R a-w $(distdir)
662 chmod u+w $(distdir)
663 mkdir $(distdir)/_build $(distdir)/_inst
588664 chmod a-w $(distdir)
589665 test -d $(distdir)/_build || exit 0; \
590666 dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
591667 && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
592668 && am__cwd=`pwd` \
593669 && $(am__cd) $(distdir)/_build \
594 && ../configure --srcdir=.. --prefix="$$dc_install_base" \
670 && ../configure \
595671 $(AM_DISTCHECK_CONFIGURE_FLAGS) \
596672 $(DISTCHECK_CONFIGURE_FLAGS) \
673 --srcdir=.. --prefix="$$dc_install_base" \
597674 && $(MAKE) $(AM_MAKEFLAGS) \
598675 && $(MAKE) $(AM_MAKEFLAGS) dvi \
599676 && $(MAKE) $(AM_MAKEFLAGS) check \
616693 && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
617694 && cd "$$am__cwd" \
618695 || exit 1
619 $(am__remove_distdir)
696 $(am__post_remove_distdir)
620697 @(echo "$(distdir) archives ready for distribution: "; \
621698 list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
622699 sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
760837
761838 .MAKE: all install-am install-strip
762839
763 .PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
764 clean-binPROGRAMS clean-generic ctags dist dist-all dist-bzip2 \
765 dist-gzip dist-lzip dist-lzma dist-shar dist-tarZ dist-xz \
766 dist-zip distcheck distclean distclean-compile \
767 distclean-generic distclean-hdr distclean-tags distcleancheck \
768 distdir distuninstallcheck dvi dvi-am html html-am info \
769 info-am install install-am install-binPROGRAMS install-data \
840 .PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
841 clean-binPROGRAMS clean-cscope clean-generic cscope \
842 cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
843 dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \
844 distcheck distclean distclean-compile distclean-generic \
845 distclean-hdr distclean-tags distcleancheck distdir \
846 distuninstallcheck dvi dvi-am html html-am info info-am \
847 install install-am install-binPROGRAMS install-data \
770848 install-data-am install-dvi install-dvi-am install-exec \
771849 install-exec-am install-html install-html-am install-info \
772850 install-info-am install-man install-man1 install-pdf \
774852 install-strip installcheck installcheck-am installdirs \
775853 maintainer-clean maintainer-clean-generic mostlyclean \
776854 mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \
777 tags uninstall uninstall-am uninstall-binPROGRAMS \
855 tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
778856 uninstall-man uninstall-man1 uninstall-pkgdataDATA
779857
780858
0 # generated automatically by aclocal 1.11.6 -*- Autoconf -*-
1
2 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
3 # 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
4 # Inc.
0 # generated automatically by aclocal 1.14.1 -*- Autoconf -*-
1
2 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
3
54 # This file is free software; the Free Software Foundation
65 # gives unlimited permission to copy and/or distribute it,
76 # with or without modifications, as long as this notice is preserved.
1110 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1211 # PARTICULAR PURPOSE.
1312
13 m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1414 m4_ifndef([AC_AUTOCONF_VERSION],
1515 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1616 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1717 [m4_warning([this file was generated for autoconf 2.69.
1818 You have another version of autoconf. It may work, but is not guaranteed to.
1919 If you have problems, you may need to regenerate the build system entirely.
20 To do so, use the procedure documented by the package, typically `autoreconf'.])])
21
22 # Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
23 # Foundation, Inc.
24 #
25 # This file is free software; the Free Software Foundation
26 # gives unlimited permission to copy and/or distribute it,
27 # with or without modifications, as long as this notice is preserved.
28
29 # serial 1
20 To do so, use the procedure documented by the package, typically 'autoreconf'.])])
21
22 # Copyright (C) 2002-2013 Free Software Foundation, Inc.
23 #
24 # This file is free software; the Free Software Foundation
25 # gives unlimited permission to copy and/or distribute it,
26 # with or without modifications, as long as this notice is preserved.
3027
3128 # AM_AUTOMAKE_VERSION(VERSION)
3229 # ----------------------------
3431 # generated from the m4 files accompanying Automake X.Y.
3532 # (This private macro should not be called outside this file.)
3633 AC_DEFUN([AM_AUTOMAKE_VERSION],
37 [am__api_version='1.11'
34 [am__api_version='1.14'
3835 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
3936 dnl require some minimum version. Point them to the right macro.
40 m4_if([$1], [1.11.6], [],
37 m4_if([$1], [1.14.1], [],
4138 [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
4239 ])
4340
5350 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
5451 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
5552 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
56 [AM_AUTOMAKE_VERSION([1.11.6])dnl
53 [AM_AUTOMAKE_VERSION([1.14.1])dnl
5754 m4_ifndef([AC_AUTOCONF_VERSION],
5855 [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
5956 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
6057
6158 # AM_AUX_DIR_EXPAND -*- Autoconf -*-
6259
63 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
64 #
65 # This file is free software; the Free Software Foundation
66 # gives unlimited permission to copy and/or distribute it,
67 # with or without modifications, as long as this notice is preserved.
68
69 # serial 1
60 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
61 #
62 # This file is free software; the Free Software Foundation
63 # gives unlimited permission to copy and/or distribute it,
64 # with or without modifications, as long as this notice is preserved.
7065
7166 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
72 # $ac_aux_dir to `$srcdir/foo'. In other projects, it is set to
73 # `$srcdir', `$srcdir/..', or `$srcdir/../..'.
67 # $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
68 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
7469 #
7570 # Of course, Automake must honor this variable whenever it calls a
7671 # tool from the auxiliary directory. The problem is that $srcdir (and
8984 #
9085 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
9186 # are both prefixed by $srcdir. In an in-source build this is usually
92 # harmless because $srcdir is `.', but things will broke when you
87 # harmless because $srcdir is '.', but things will broke when you
9388 # start a VPATH build or use an absolute $srcdir.
9489 #
9590 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
107102 # configured tree to be moved without reconfiguration.
108103
109104 AC_DEFUN([AM_AUX_DIR_EXPAND],
110 [dnl Rely on autoconf to set up CDPATH properly.
111 AC_PREREQ([2.50])dnl
112 # expand $ac_aux_dir to an absolute path
113 am_aux_dir=`cd $ac_aux_dir && pwd`
105 [AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
106 # Expand $ac_aux_dir to an absolute path.
107 am_aux_dir=`cd "$ac_aux_dir" && pwd`
114108 ])
115109
116110 # AM_CONDITIONAL -*- Autoconf -*-
117111
118 # Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
119 # Free Software Foundation, Inc.
120 #
121 # This file is free software; the Free Software Foundation
122 # gives unlimited permission to copy and/or distribute it,
123 # with or without modifications, as long as this notice is preserved.
124
125 # serial 9
112 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
113 #
114 # This file is free software; the Free Software Foundation
115 # gives unlimited permission to copy and/or distribute it,
116 # with or without modifications, as long as this notice is preserved.
126117
127118 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
128119 # -------------------------------------
129120 # Define a conditional.
130121 AC_DEFUN([AM_CONDITIONAL],
131 [AC_PREREQ(2.52)dnl
132 ifelse([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
133 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
122 [AC_PREREQ([2.52])dnl
123 m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])],
124 [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
134125 AC_SUBST([$1_TRUE])dnl
135126 AC_SUBST([$1_FALSE])dnl
136127 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
149140 Usually this means the macro was only invoked conditionally.]])
150141 fi])])
151142
152 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
153 # 2010, 2011 Free Software Foundation, Inc.
154 #
155 # This file is free software; the Free Software Foundation
156 # gives unlimited permission to copy and/or distribute it,
157 # with or without modifications, as long as this notice is preserved.
158
159 # serial 12
160
161 # There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
143 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
144 #
145 # This file is free software; the Free Software Foundation
146 # gives unlimited permission to copy and/or distribute it,
147 # with or without modifications, as long as this notice is preserved.
148
149
150 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
162151 # written in clear, in which case automake, when reading aclocal.m4,
163152 # will think it sees a *use*, and therefore will trigger all it's
164153 # C support machinery. Also note that it means that autoscan, seeing
168157 # _AM_DEPENDENCIES(NAME)
169158 # ----------------------
170159 # See how the compiler implements dependency checking.
171 # NAME is "CC", "CXX", "GCJ", or "OBJC".
160 # NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
172161 # We try a few techniques and use that to set a single cache variable.
173162 #
174163 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
181170 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
182171 AC_REQUIRE([AM_DEP_TRACK])dnl
183172
184 ifelse([$1], CC, [depcc="$CC" am_compiler_list=],
185 [$1], CXX, [depcc="$CXX" am_compiler_list=],
186 [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
187 [$1], UPC, [depcc="$UPC" am_compiler_list=],
188 [$1], GCJ, [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
189 [depcc="$$1" am_compiler_list=])
173 m4_if([$1], [CC], [depcc="$CC" am_compiler_list=],
174 [$1], [CXX], [depcc="$CXX" am_compiler_list=],
175 [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
176 [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
177 [$1], [UPC], [depcc="$UPC" am_compiler_list=],
178 [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'],
179 [depcc="$$1" am_compiler_list=])
190180
191181 AC_CACHE_CHECK([dependency style of $depcc],
192182 [am_cv_$1_dependencies_compiler_type],
194184 # We make a subdir and do the tests there. Otherwise we can end up
195185 # making bogus files that we don't know about and never remove. For
196186 # instance it was reported that on HP-UX the gcc test will end up
197 # making a dummy file named `D' -- because `-MD' means `put the output
198 # in D'.
187 # making a dummy file named 'D' -- because '-MD' means "put the output
188 # in D".
199189 rm -rf conftest.dir
200190 mkdir conftest.dir
201191 # Copy depcomp to subdir because otherwise we won't find it if we're
235225 : > sub/conftest.c
236226 for i in 1 2 3 4 5 6; do
237227 echo '#include "conftst'$i'.h"' >> sub/conftest.c
238 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
239 # Solaris 8's {/usr,}/bin/sh.
240 touch sub/conftst$i.h
228 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
229 # Solaris 10 /bin/sh.
230 echo '/* dummy */' > sub/conftst$i.h
241231 done
242232 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
243233
244 # We check with `-c' and `-o' for the sake of the "dashmstdout"
234 # We check with '-c' and '-o' for the sake of the "dashmstdout"
245235 # mode. It turns out that the SunPro C++ compiler does not properly
246 # handle `-M -o', and we need to detect this. Also, some Intel
247 # versions had trouble with output in subdirs
236 # handle '-M -o', and we need to detect this. Also, some Intel
237 # versions had trouble with output in subdirs.
248238 am__obj=sub/conftest.${OBJEXT-o}
249239 am__minus_obj="-o $am__obj"
250240 case $depmode in
253243 test "$am__universal" = false || continue
254244 ;;
255245 nosideeffect)
256 # after this tag, mechanisms are not by side-effect, so they'll
257 # only be used when explicitly requested
246 # After this tag, mechanisms are not by side-effect, so they'll
247 # only be used when explicitly requested.
258248 if test "x$enable_dependency_tracking" = xyes; then
259249 continue
260250 else
262252 fi
263253 ;;
264254 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
265 # This compiler won't grok `-c -o', but also, the minuso test has
255 # This compiler won't grok '-c -o', but also, the minuso test has
266256 # not run yet. These depmodes are late enough in the game, and
267257 # so weak that their functioning should not be impacted.
268258 am__obj=conftest.${OBJEXT-o}
310300 # AM_SET_DEPDIR
311301 # -------------
312302 # Choose a directory name for dependency files.
313 # This macro is AC_REQUIREd in _AM_DEPENDENCIES
303 # This macro is AC_REQUIREd in _AM_DEPENDENCIES.
314304 AC_DEFUN([AM_SET_DEPDIR],
315305 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
316306 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
320310 # AM_DEP_TRACK
321311 # ------------
322312 AC_DEFUN([AM_DEP_TRACK],
323 [AC_ARG_ENABLE(dependency-tracking,
324 [ --disable-dependency-tracking speeds up one-time build
325 --enable-dependency-tracking do not reject slow dependency extractors])
313 [AC_ARG_ENABLE([dependency-tracking], [dnl
314 AS_HELP_STRING(
315 [--enable-dependency-tracking],
316 [do not reject slow dependency extractors])
317 AS_HELP_STRING(
318 [--disable-dependency-tracking],
319 [speeds up one-time build])])
326320 if test "x$enable_dependency_tracking" != xno; then
327321 am_depcomp="$ac_aux_dir/depcomp"
328322 AMDEPBACKSLASH='\'
337331
338332 # Generate code to set up dependency tracking. -*- Autoconf -*-
339333
340 # Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
341 # Free Software Foundation, Inc.
342 #
343 # This file is free software; the Free Software Foundation
344 # gives unlimited permission to copy and/or distribute it,
345 # with or without modifications, as long as this notice is preserved.
346
347 #serial 5
334 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
335 #
336 # This file is free software; the Free Software Foundation
337 # gives unlimited permission to copy and/or distribute it,
338 # with or without modifications, as long as this notice is preserved.
339
348340
349341 # _AM_OUTPUT_DEPENDENCY_COMMANDS
350342 # ------------------------------
351343 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
352344 [{
353 # Autoconf 2.62 quotes --file arguments for eval, but not when files
345 # Older Autoconf quotes --file arguments for eval, but not when files
354346 # are listed without --file. Let's play safe and only enable the eval
355347 # if we detect the quoting.
356348 case $CONFIG_FILES in
363355 # Strip MF so we end up with the name of the file.
364356 mf=`echo "$mf" | sed -e 's/:.*$//'`
365357 # Check whether this is an Automake generated Makefile or not.
366 # We used to match only the files named `Makefile.in', but
358 # We used to match only the files named 'Makefile.in', but
367359 # some people rename them; so instead we look at the file content.
368360 # Grep'ing the first line is not enough: some people post-process
369361 # each Makefile.in and add a new line on top of each file to say so.
375367 continue
376368 fi
377369 # Extract the definition of DEPDIR, am__include, and am__quote
378 # from the Makefile without running `make'.
370 # from the Makefile without running 'make'.
379371 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
380372 test -z "$DEPDIR" && continue
381373 am__include=`sed -n 's/^am__include = //p' < "$mf"`
382 test -z "am__include" && continue
374 test -z "$am__include" && continue
383375 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
384 # When using ansi2knr, U may be empty or an underscore; expand it
385 U=`sed -n 's/^U = //p' < "$mf"`
386376 # Find all dependency output files, they are included files with
387377 # $(DEPDIR) in their names. We invoke sed twice because it is the
388378 # simplest approach to changing $(DEPDIR) to its actual value in the
389379 # expansion.
390380 for file in `sed -n "
391381 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
392 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
382 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
393383 # Make sure the directory exists.
394384 test -f "$dirpart/$file" && continue
395385 fdir=`AS_DIRNAME(["$file"])`
407397 # This macro should only be invoked once -- use via AC_REQUIRE.
408398 #
409399 # This code is only required when automatic dependency tracking
410 # is enabled. FIXME. This creates each `.P' file that we will
400 # is enabled. FIXME. This creates each '.P' file that we will
411401 # need in order to bootstrap the dependency handling code.
412402 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
413403 [AC_CONFIG_COMMANDS([depfiles],
415405 [AMDEP_TRUE="$AMDEP_TRUE" ac_aux_dir="$ac_aux_dir"])
416406 ])
417407
418 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005
419 # Free Software Foundation, Inc.
420 #
421 # This file is free software; the Free Software Foundation
422 # gives unlimited permission to copy and/or distribute it,
423 # with or without modifications, as long as this notice is preserved.
424
425 # serial 8
426
427 # AM_CONFIG_HEADER is obsolete. It has been replaced by AC_CONFIG_HEADERS.
428 AU_DEFUN([AM_CONFIG_HEADER], [AC_CONFIG_HEADERS($@)])
429
430408 # Do all the work for Automake. -*- Autoconf -*-
431409
432 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
433 # 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
434 #
435 # This file is free software; the Free Software Foundation
436 # gives unlimited permission to copy and/or distribute it,
437 # with or without modifications, as long as this notice is preserved.
438
439 # serial 16
410 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
411 #
412 # This file is free software; the Free Software Foundation
413 # gives unlimited permission to copy and/or distribute it,
414 # with or without modifications, as long as this notice is preserved.
440415
441416 # This macro actually does too much. Some checks are only needed if
442417 # your package does certain things. But this isn't really a big deal.
418
419 dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
420 m4_define([AC_PROG_CC],
421 m4_defn([AC_PROG_CC])
422 [_AM_PROG_CC_C_O
423 ])
443424
444425 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
445426 # AM_INIT_AUTOMAKE([OPTIONS])
453434 # arguments mandatory, and then we can depend on a new Autoconf
454435 # release and drop the old call support.
455436 AC_DEFUN([AM_INIT_AUTOMAKE],
456 [AC_PREREQ([2.62])dnl
437 [AC_PREREQ([2.65])dnl
457438 dnl Autoconf wants to disallow AM_ names. We explicitly allow
458439 dnl the ones we care about.
459440 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
482463 # Define the identity of the package.
483464 dnl Distinguish between old-style and new-style calls.
484465 m4_ifval([$2],
485 [m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
466 [AC_DIAGNOSE([obsolete],
467 [$0: two- and three-arguments forms are deprecated.])
468 m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
486469 AC_SUBST([PACKAGE], [$1])dnl
487470 AC_SUBST([VERSION], [$2])],
488471 [_AM_SET_OPTIONS([$1])dnl
489472 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
490 m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
473 m4_if(
474 m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
475 [ok:ok],,
491476 [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
492477 AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
493478 AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
494479
495480 _AM_IF_OPTION([no-define],,
496 [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
497 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
481 [AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
482 AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
498483
499484 # Some tools Automake needs.
500485 AC_REQUIRE([AM_SANITY_CHECK])dnl
501486 AC_REQUIRE([AC_ARG_PROGRAM])dnl
502 AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
503 AM_MISSING_PROG(AUTOCONF, autoconf)
504 AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
505 AM_MISSING_PROG(AUTOHEADER, autoheader)
506 AM_MISSING_PROG(MAKEINFO, makeinfo)
487 AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
488 AM_MISSING_PROG([AUTOCONF], [autoconf])
489 AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
490 AM_MISSING_PROG([AUTOHEADER], [autoheader])
491 AM_MISSING_PROG([MAKEINFO], [makeinfo])
507492 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
508493 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
509 AC_REQUIRE([AM_PROG_MKDIR_P])dnl
494 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
495 # For better backward compatibility. To be removed once Automake 1.9.x
496 # dies out for good. For more background, see:
497 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
498 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
499 AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
510500 # We need awk for the "check" target. The system "awk" is bad on
511501 # some platforms.
512502 AC_REQUIRE([AC_PROG_AWK])dnl
517507 [_AM_PROG_TAR([v7])])])
518508 _AM_IF_OPTION([no-dependencies],,
519509 [AC_PROVIDE_IFELSE([AC_PROG_CC],
520 [_AM_DEPENDENCIES(CC)],
521 [define([AC_PROG_CC],
522 defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
510 [_AM_DEPENDENCIES([CC])],
511 [m4_define([AC_PROG_CC],
512 m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
523513 AC_PROVIDE_IFELSE([AC_PROG_CXX],
524 [_AM_DEPENDENCIES(CXX)],
525 [define([AC_PROG_CXX],
526 defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
514 [_AM_DEPENDENCIES([CXX])],
515 [m4_define([AC_PROG_CXX],
516 m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
527517 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
528 [_AM_DEPENDENCIES(OBJC)],
529 [define([AC_PROG_OBJC],
530 defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
531 ])
532 _AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
533 dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
534 dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This macro
535 dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
518 [_AM_DEPENDENCIES([OBJC])],
519 [m4_define([AC_PROG_OBJC],
520 m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
521 AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
522 [_AM_DEPENDENCIES([OBJCXX])],
523 [m4_define([AC_PROG_OBJCXX],
524 m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
525 ])
526 AC_REQUIRE([AM_SILENT_RULES])dnl
527 dnl The testsuite driver may need to know about EXEEXT, so add the
528 dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
529 dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
536530 AC_CONFIG_COMMANDS_PRE(dnl
537531 [m4_provide_if([_AM_COMPILER_EXEEXT],
538532 [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
539 ])
540
541 dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
533
534 # POSIX will say in a future version that running "rm -f" with no argument
535 # is OK; and we want to be able to make that assumption in our Makefile
536 # recipes. So use an aggressive probe to check that the usage we want is
537 # actually supported "in the wild" to an acceptable degree.
538 # See automake bug#10828.
539 # To make any issue more visible, cause the running configure to be aborted
540 # by default if the 'rm' program in use doesn't match our expectations; the
541 # user can still override this though.
542 if rm -f && rm -fr && rm -rf; then : OK; else
543 cat >&2 <<'END'
544 Oops!
545
546 Your 'rm' program seems unable to run without file operands specified
547 on the command line, even when the '-f' option is present. This is contrary
548 to the behaviour of most rm programs out there, and not conforming with
549 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
550
551 Please tell bug-automake@gnu.org about your system, including the value
552 of your $PATH and any error possibly output before this message. This
553 can help us improve future automake versions.
554
555 END
556 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
557 echo 'Configuration will proceed anyway, since you have set the' >&2
558 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
559 echo >&2
560 else
561 cat >&2 <<'END'
562 Aborting the configuration process, to ensure you take notice of the issue.
563
564 You can download and install GNU coreutils to get an 'rm' implementation
565 that behaves properly: <http://www.gnu.org/software/coreutils/>.
566
567 If you want to complete the configuration process using your problematic
568 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
569 to "yes", and re-run configure.
570
571 END
572 AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
573 fi
574 fi
575 ])
576
577 dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
542578 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
543579 dnl mangled by Autoconf and run in a shell conditional statement.
544580 m4_define([_AC_COMPILER_EXEEXT],
545581 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
546
547582
548583 # When config.status generates a header, we must update the stamp-h file.
549584 # This file resides in the same directory as the config header
566601 done
567602 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
568603
569 # Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
570 # Inc.
571 #
572 # This file is free software; the Free Software Foundation
573 # gives unlimited permission to copy and/or distribute it,
574 # with or without modifications, as long as this notice is preserved.
575
576 # serial 1
604 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
605 #
606 # This file is free software; the Free Software Foundation
607 # gives unlimited permission to copy and/or distribute it,
608 # with or without modifications, as long as this notice is preserved.
577609
578610 # AM_PROG_INSTALL_SH
579611 # ------------------
588620 install_sh="\${SHELL} $am_aux_dir/install-sh"
589621 esac
590622 fi
591 AC_SUBST(install_sh)])
592
593 # Copyright (C) 2003, 2005 Free Software Foundation, Inc.
594 #
595 # This file is free software; the Free Software Foundation
596 # gives unlimited permission to copy and/or distribute it,
597 # with or without modifications, as long as this notice is preserved.
598
599 # serial 2
623 AC_SUBST([install_sh])])
624
625 # Copyright (C) 2003-2013 Free Software Foundation, Inc.
626 #
627 # This file is free software; the Free Software Foundation
628 # gives unlimited permission to copy and/or distribute it,
629 # with or without modifications, as long as this notice is preserved.
600630
601631 # Check whether the underlying file-system supports filenames
602632 # with a leading dot. For instance MS-DOS doesn't.
613643
614644 # Check to see how 'make' treats includes. -*- Autoconf -*-
615645
616 # Copyright (C) 2001, 2002, 2003, 2005, 2009 Free Software Foundation, Inc.
617 #
618 # This file is free software; the Free Software Foundation
619 # gives unlimited permission to copy and/or distribute it,
620 # with or without modifications, as long as this notice is preserved.
621
622 # serial 4
646 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
647 #
648 # This file is free software; the Free Software Foundation
649 # gives unlimited permission to copy and/or distribute it,
650 # with or without modifications, as long as this notice is preserved.
623651
624652 # AM_MAKE_INCLUDE()
625653 # -----------------
638666 _am_result=none
639667 # First try GNU make style include.
640668 echo "include confinc" > confmf
641 # Ignore all kinds of additional output from `make'.
669 # Ignore all kinds of additional output from 'make'.
642670 case `$am_make -s -f confmf 2> /dev/null` in #(
643671 *the\ am__doit\ target*)
644672 am__include=include
665693
666694 # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
667695
668 # Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
669 # Free Software Foundation, Inc.
670 #
671 # This file is free software; the Free Software Foundation
672 # gives unlimited permission to copy and/or distribute it,
673 # with or without modifications, as long as this notice is preserved.
674
675 # serial 6
696 # Copyright (C) 1997-2013 Free Software Foundation, Inc.
697 #
698 # This file is free software; the Free Software Foundation
699 # gives unlimited permission to copy and/or distribute it,
700 # with or without modifications, as long as this notice is preserved.
676701
677702 # AM_MISSING_PROG(NAME, PROGRAM)
678703 # ------------------------------
681706 $1=${$1-"${am_missing_run}$2"}
682707 AC_SUBST($1)])
683708
684
685709 # AM_MISSING_HAS_RUN
686710 # ------------------
687 # Define MISSING if not defined so far and test if it supports --run.
688 # If it does, set am_missing_run to use it, otherwise, to nothing.
711 # Define MISSING if not defined so far and test if it is modern enough.
712 # If it is, set am_missing_run to use it, otherwise, to nothing.
689713 AC_DEFUN([AM_MISSING_HAS_RUN],
690714 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
691715 AC_REQUIRE_AUX_FILE([missing])dnl
698722 esac
699723 fi
700724 # Use eval to expand $SHELL
701 if eval "$MISSING --run true"; then
702 am_missing_run="$MISSING --run "
725 if eval "$MISSING --is-lightweight"; then
726 am_missing_run="$MISSING "
703727 else
704728 am_missing_run=
705 AC_MSG_WARN([`missing' script is too old or missing])
706 fi
707 ])
708
709 # Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
710 # Inc.
711 #
712 # This file is free software; the Free Software Foundation
713 # gives unlimited permission to copy and/or distribute it,
714 # with or without modifications, as long as this notice is preserved.
715
716 # serial 1
717
718 # AM_PROG_MKDIR_P
719 # ---------------
720 # Check for `mkdir -p'.
721 AC_DEFUN([AM_PROG_MKDIR_P],
722 [AC_PREREQ([2.60])dnl
723 AC_REQUIRE([AC_PROG_MKDIR_P])dnl
724 dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P,
725 dnl while keeping a definition of mkdir_p for backward compatibility.
726 dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
727 dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
728 dnl Makefile.ins that do not define MKDIR_P, so we do our own
729 dnl adjustment using top_builddir (which is defined more often than
730 dnl MKDIR_P).
731 AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
732 case $mkdir_p in
733 [[\\/$]]* | ?:[[\\/]]*) ;;
734 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
735 esac
736 ])
729 AC_MSG_WARN(['missing' script is too old or missing])
730 fi
731 ])
732
733 # -*- Autoconf -*-
734 # Obsolete and "removed" macros, that must however still report explicit
735 # error messages when used, to smooth transition.
736 #
737 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
738 #
739 # This file is free software; the Free Software Foundation
740 # gives unlimited permission to copy and/or distribute it,
741 # with or without modifications, as long as this notice is preserved.
742
743 AC_DEFUN([AM_CONFIG_HEADER],
744 [AC_DIAGNOSE([obsolete],
745 ['$0': this macro is obsolete.
746 You should use the 'AC][_CONFIG_HEADERS' macro instead.])dnl
747 AC_CONFIG_HEADERS($@)])
748
749 AC_DEFUN([AM_PROG_CC_STDC],
750 [AC_PROG_CC
751 am_cv_prog_cc_stdc=$ac_cv_prog_cc_stdc
752 AC_DIAGNOSE([obsolete],
753 ['$0': this macro is obsolete.
754 You should simply use the 'AC][_PROG_CC' macro instead.
755 Also, your code should no longer depend upon 'am_cv_prog_cc_stdc',
756 but upon 'ac_cv_prog_cc_stdc'.])])
757
758 AC_DEFUN([AM_C_PROTOTYPES],
759 [AC_FATAL([automatic de-ANSI-fication support has been removed])])
760 AU_DEFUN([fp_C_PROTOTYPES], [AM_C_PROTOTYPES])
737761
738762 # Helper functions for option handling. -*- Autoconf -*-
739763
740 # Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
741 # Foundation, Inc.
742 #
743 # This file is free software; the Free Software Foundation
744 # gives unlimited permission to copy and/or distribute it,
745 # with or without modifications, as long as this notice is preserved.
746
747 # serial 5
764 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
765 #
766 # This file is free software; the Free Software Foundation
767 # gives unlimited permission to copy and/or distribute it,
768 # with or without modifications, as long as this notice is preserved.
748769
749770 # _AM_MANGLE_OPTION(NAME)
750771 # -----------------------
755776 # --------------------
756777 # Set option NAME. Presently that only means defining a flag for this option.
757778 AC_DEFUN([_AM_SET_OPTION],
758 [m4_define(_AM_MANGLE_OPTION([$1]), 1)])
779 [m4_define(_AM_MANGLE_OPTION([$1]), [1])])
759780
760781 # _AM_SET_OPTIONS(OPTIONS)
761782 # ------------------------
769790 AC_DEFUN([_AM_IF_OPTION],
770791 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
771792
793 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
794 #
795 # This file is free software; the Free Software Foundation
796 # gives unlimited permission to copy and/or distribute it,
797 # with or without modifications, as long as this notice is preserved.
798
799 # _AM_PROG_CC_C_O
800 # ---------------
801 # Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC
802 # to automatically call this.
803 AC_DEFUN([_AM_PROG_CC_C_O],
804 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
805 AC_REQUIRE_AUX_FILE([compile])dnl
806 AC_LANG_PUSH([C])dnl
807 AC_CACHE_CHECK(
808 [whether $CC understands -c and -o together],
809 [am_cv_prog_cc_c_o],
810 [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
811 # Make sure it works both with $CC and with simple cc.
812 # Following AC_PROG_CC_C_O, we do the test twice because some
813 # compilers refuse to overwrite an existing .o file with -o,
814 # though they will create one.
815 am_cv_prog_cc_c_o=yes
816 for am_i in 1 2; do
817 if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
818 && test -f conftest2.$ac_objext; then
819 : OK
820 else
821 am_cv_prog_cc_c_o=no
822 break
823 fi
824 done
825 rm -f core conftest*
826 unset am_i])
827 if test "$am_cv_prog_cc_c_o" != yes; then
828 # Losing compiler, so override with the script.
829 # FIXME: It is wrong to rewrite CC.
830 # But if we don't then we get into trouble of one sort or another.
831 # A longer-term fix would be to have automake use am__CC in this case,
832 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
833 CC="$am_aux_dir/compile $CC"
834 fi
835 AC_LANG_POP([C])])
836
837 # For backward compatibility.
838 AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
839
840 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
841 #
842 # This file is free software; the Free Software Foundation
843 # gives unlimited permission to copy and/or distribute it,
844 # with or without modifications, as long as this notice is preserved.
845
846 # AM_RUN_LOG(COMMAND)
847 # -------------------
848 # Run COMMAND, save the exit status in ac_status, and log it.
849 # (This has been adapted from Autoconf's _AC_RUN_LOG macro.)
850 AC_DEFUN([AM_RUN_LOG],
851 [{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD
852 ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD
853 ac_status=$?
854 echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD
855 (exit $ac_status); }])
856
772857 # Check to make sure that the build environment is sane. -*- Autoconf -*-
773858
774 # Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
775 # Free Software Foundation, Inc.
776 #
777 # This file is free software; the Free Software Foundation
778 # gives unlimited permission to copy and/or distribute it,
779 # with or without modifications, as long as this notice is preserved.
780
781 # serial 5
859 # Copyright (C) 1996-2013 Free Software Foundation, Inc.
860 #
861 # This file is free software; the Free Software Foundation
862 # gives unlimited permission to copy and/or distribute it,
863 # with or without modifications, as long as this notice is preserved.
782864
783865 # AM_SANITY_CHECK
784866 # ---------------
785867 AC_DEFUN([AM_SANITY_CHECK],
786868 [AC_MSG_CHECKING([whether build environment is sane])
787 # Just in case
788 sleep 1
789 echo timestamp > conftest.file
790869 # Reject unsafe characters in $srcdir or the absolute working directory
791870 # name. Accept space and tab only in the latter.
792871 am_lf='
797876 esac
798877 case $srcdir in
799878 *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
800 AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
879 AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
801880 esac
802881
803 # Do `set' in a subshell so we don't clobber the current shell's
882 # Do 'set' in a subshell so we don't clobber the current shell's
804883 # arguments. Must try -L first in case configure is actually a
805884 # symlink; some systems play weird games with the mod time of symlinks
806885 # (eg FreeBSD returns the mod time of the symlink's containing
807886 # directory).
808887 if (
809 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
810 if test "$[*]" = "X"; then
811 # -L didn't work.
812 set X `ls -t "$srcdir/configure" conftest.file`
813 fi
814 rm -f conftest.file
815 if test "$[*]" != "X $srcdir/configure conftest.file" \
816 && test "$[*]" != "X conftest.file $srcdir/configure"; then
817
818 # If neither matched, then we have a broken ls. This can happen
819 # if, for instance, CONFIG_SHELL is bash and it inherits a
820 # broken ls alias from the environment. This has actually
821 # happened. Such a system could not be considered "sane".
822 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
823 alias in your environment])
824 fi
825
888 am_has_slept=no
889 for am_try in 1 2; do
890 echo "timestamp, slept: $am_has_slept" > conftest.file
891 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
892 if test "$[*]" = "X"; then
893 # -L didn't work.
894 set X `ls -t "$srcdir/configure" conftest.file`
895 fi
896 if test "$[*]" != "X $srcdir/configure conftest.file" \
897 && test "$[*]" != "X conftest.file $srcdir/configure"; then
898
899 # If neither matched, then we have a broken ls. This can happen
900 # if, for instance, CONFIG_SHELL is bash and it inherits a
901 # broken ls alias from the environment. This has actually
902 # happened. Such a system could not be considered "sane".
903 AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
904 alias in your environment])
905 fi
906 if test "$[2]" = conftest.file || test $am_try -eq 2; then
907 break
908 fi
909 # Just in case.
910 sleep 1
911 am_has_slept=yes
912 done
826913 test "$[2]" = conftest.file
827914 )
828915 then
832919 AC_MSG_ERROR([newly created file is older than distributed files!
833920 Check your system clock])
834921 fi
835 AC_MSG_RESULT(yes)])
836
837 # Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
838 #
839 # This file is free software; the Free Software Foundation
840 # gives unlimited permission to copy and/or distribute it,
841 # with or without modifications, as long as this notice is preserved.
842
843 # serial 1
922 AC_MSG_RESULT([yes])
923 # If we didn't sleep, we still need to ensure time stamps of config.status and
924 # generated files are strictly newer.
925 am_sleep_pid=
926 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
927 ( sleep 1 ) &
928 am_sleep_pid=$!
929 fi
930 AC_CONFIG_COMMANDS_PRE(
931 [AC_MSG_CHECKING([that generated files are newer than configure])
932 if test -n "$am_sleep_pid"; then
933 # Hide warnings about reused PIDs.
934 wait $am_sleep_pid 2>/dev/null
935 fi
936 AC_MSG_RESULT([done])])
937 rm -f conftest.file
938 ])
939
940 # Copyright (C) 2009-2013 Free Software Foundation, Inc.
941 #
942 # This file is free software; the Free Software Foundation
943 # gives unlimited permission to copy and/or distribute it,
944 # with or without modifications, as long as this notice is preserved.
945
946 # AM_SILENT_RULES([DEFAULT])
947 # --------------------------
948 # Enable less verbose build rules; with the default set to DEFAULT
949 # ("yes" being less verbose, "no" or empty being verbose).
950 AC_DEFUN([AM_SILENT_RULES],
951 [AC_ARG_ENABLE([silent-rules], [dnl
952 AS_HELP_STRING(
953 [--enable-silent-rules],
954 [less verbose build output (undo: "make V=1")])
955 AS_HELP_STRING(
956 [--disable-silent-rules],
957 [verbose build output (undo: "make V=0")])dnl
958 ])
959 case $enable_silent_rules in @%:@ (((
960 yes) AM_DEFAULT_VERBOSITY=0;;
961 no) AM_DEFAULT_VERBOSITY=1;;
962 *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
963 esac
964 dnl
965 dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
966 dnl do not support nested variable expansions.
967 dnl See automake bug#9928 and bug#10237.
968 am_make=${MAKE-make}
969 AC_CACHE_CHECK([whether $am_make supports nested variables],
970 [am_cv_make_support_nested_variables],
971 [if AS_ECHO([['TRUE=$(BAR$(V))
972 BAR0=false
973 BAR1=true
974 V=1
975 am__doit:
976 @$(TRUE)
977 .PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
978 am_cv_make_support_nested_variables=yes
979 else
980 am_cv_make_support_nested_variables=no
981 fi])
982 if test $am_cv_make_support_nested_variables = yes; then
983 dnl Using '$V' instead of '$(V)' breaks IRIX make.
984 AM_V='$(V)'
985 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
986 else
987 AM_V=$AM_DEFAULT_VERBOSITY
988 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
989 fi
990 AC_SUBST([AM_V])dnl
991 AM_SUBST_NOTMAKE([AM_V])dnl
992 AC_SUBST([AM_DEFAULT_V])dnl
993 AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
994 AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
995 AM_BACKSLASH='\'
996 AC_SUBST([AM_BACKSLASH])dnl
997 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
998 ])
999
1000 # Copyright (C) 2001-2013 Free Software Foundation, Inc.
1001 #
1002 # This file is free software; the Free Software Foundation
1003 # gives unlimited permission to copy and/or distribute it,
1004 # with or without modifications, as long as this notice is preserved.
8441005
8451006 # AM_PROG_INSTALL_STRIP
8461007 # ---------------------
847 # One issue with vendor `install' (even GNU) is that you can't
1008 # One issue with vendor 'install' (even GNU) is that you can't
8481009 # specify the program used to strip binaries. This is especially
8491010 # annoying in cross-compiling environments, where the build's strip
8501011 # is unlikely to handle the host's binaries.
8511012 # Fortunately install-sh will honor a STRIPPROG variable, so we
852 # always use install-sh in `make install-strip', and initialize
1013 # always use install-sh in "make install-strip", and initialize
8531014 # STRIPPROG with the value of the STRIP variable (set by the user).
8541015 AC_DEFUN([AM_PROG_INSTALL_STRIP],
8551016 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
856 # Installed binaries are usually stripped using `strip' when the user
857 # run `make install-strip'. However `strip' might not be the right
1017 # Installed binaries are usually stripped using 'strip' when the user
1018 # run "make install-strip". However 'strip' might not be the right
8581019 # tool to use in cross-compilation environments, therefore Automake
859 # will honor the `STRIP' environment variable to overrule this program.
860 dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1020 # will honor the 'STRIP' environment variable to overrule this program.
1021 dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
8611022 if test "$cross_compiling" != no; then
8621023 AC_CHECK_TOOL([STRIP], [strip], :)
8631024 fi
8641025 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
8651026 AC_SUBST([INSTALL_STRIP_PROGRAM])])
8661027
867 # Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
868 #
869 # This file is free software; the Free Software Foundation
870 # gives unlimited permission to copy and/or distribute it,
871 # with or without modifications, as long as this notice is preserved.
872
873 # serial 3
1028 # Copyright (C) 2006-2013 Free Software Foundation, Inc.
1029 #
1030 # This file is free software; the Free Software Foundation
1031 # gives unlimited permission to copy and/or distribute it,
1032 # with or without modifications, as long as this notice is preserved.
8741033
8751034 # _AM_SUBST_NOTMAKE(VARIABLE)
8761035 # ---------------------------
8851044
8861045 # Check how to create a tarball. -*- Autoconf -*-
8871046
888 # Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
889 #
890 # This file is free software; the Free Software Foundation
891 # gives unlimited permission to copy and/or distribute it,
892 # with or without modifications, as long as this notice is preserved.
893
894 # serial 2
1047 # Copyright (C) 2004-2013 Free Software Foundation, Inc.
1048 #
1049 # This file is free software; the Free Software Foundation
1050 # gives unlimited permission to copy and/or distribute it,
1051 # with or without modifications, as long as this notice is preserved.
8951052
8961053 # _AM_PROG_TAR(FORMAT)
8971054 # --------------------
8981055 # Check how to create a tarball in format FORMAT.
899 # FORMAT should be one of `v7', `ustar', or `pax'.
1056 # FORMAT should be one of 'v7', 'ustar', or 'pax'.
9001057 #
9011058 # Substitute a variable $(am__tar) that is a command
9021059 # writing to stdout a FORMAT-tarball containing the directory
9061063 # Substitute a variable $(am__untar) that extract such
9071064 # a tarball read from stdin.
9081065 # $(am__untar) < result.tar
1066 #
9091067 AC_DEFUN([_AM_PROG_TAR],
9101068 [# Always define AMTAR for backward compatibility. Yes, it's still used
9111069 # in the wild :-( We should find a proper way to deprecate it ...
9121070 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1071
1072 # We'll loop over all known methods to create a tar archive until one works.
1073 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1074
9131075 m4_if([$1], [v7],
914 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
915 [m4_case([$1], [ustar],, [pax],,
916 [m4_fatal([Unknown tar format])])
917 AC_MSG_CHECKING([how to create a $1 tar archive])
918 # Loop over all known methods to create a tar archive until one works.
919 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
920 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
921 # Do not fold the above two line into one, because Tru64 sh and
922 # Solaris sh will not grok spaces in the rhs of `-'.
923 for _am_tool in $_am_tools
924 do
925 case $_am_tool in
926 gnutar)
927 for _am_tar in tar gnutar gtar;
928 do
929 AM_RUN_LOG([$_am_tar --version]) && break
930 done
931 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
932 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
933 am__untar="$_am_tar -xf -"
934 ;;
935 plaintar)
936 # Must skip GNU tar: if it does not support --format= it doesn't create
937 # ustar tarball either.
938 (tar --version) >/dev/null 2>&1 && continue
939 am__tar='tar chf - "$$tardir"'
940 am__tar_='tar chf - "$tardir"'
941 am__untar='tar xf -'
942 ;;
943 pax)
944 am__tar='pax -L -x $1 -w "$$tardir"'
945 am__tar_='pax -L -x $1 -w "$tardir"'
946 am__untar='pax -r'
947 ;;
948 cpio)
949 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
950 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
951 am__untar='cpio -i -H $1 -d'
952 ;;
953 none)
954 am__tar=false
955 am__tar_=false
956 am__untar=false
957 ;;
958 esac
959
960 # If the value was cached, stop now. We just wanted to have am__tar
961 # and am__untar set.
962 test -n "${am_cv_prog_tar_$1}" && break
963
964 # tar/untar a dummy directory, and stop if the command works
1076 [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1077
1078 [m4_case([$1],
1079 [ustar],
1080 [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1081 # There is notably a 21 bits limit for the UID and the GID. In fact,
1082 # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1083 # and bug#13588).
1084 am_max_uid=2097151 # 2^21 - 1
1085 am_max_gid=$am_max_uid
1086 # The $UID and $GID variables are not portable, so we need to resort
1087 # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1088 # below are definitely unexpected, so allow the users to see them
1089 # (that is, avoid stderr redirection).
1090 am_uid=`id -u || echo unknown`
1091 am_gid=`id -g || echo unknown`
1092 AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1093 if test $am_uid -le $am_max_uid; then
1094 AC_MSG_RESULT([yes])
1095 else
1096 AC_MSG_RESULT([no])
1097 _am_tools=none
1098 fi
1099 AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1100 if test $am_gid -le $am_max_gid; then
1101 AC_MSG_RESULT([yes])
1102 else
1103 AC_MSG_RESULT([no])
1104 _am_tools=none
1105 fi],
1106
1107 [pax],
1108 [],
1109
1110 [m4_fatal([Unknown tar format])])
1111
1112 AC_MSG_CHECKING([how to create a $1 tar archive])
1113
1114 # Go ahead even if we have the value already cached. We do so because we
1115 # need to set the values for the 'am__tar' and 'am__untar' variables.
1116 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1117
1118 for _am_tool in $_am_tools; do
1119 case $_am_tool in
1120 gnutar)
1121 for _am_tar in tar gnutar gtar; do
1122 AM_RUN_LOG([$_am_tar --version]) && break
1123 done
1124 am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1125 am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1126 am__untar="$_am_tar -xf -"
1127 ;;
1128 plaintar)
1129 # Must skip GNU tar: if it does not support --format= it doesn't create
1130 # ustar tarball either.
1131 (tar --version) >/dev/null 2>&1 && continue
1132 am__tar='tar chf - "$$tardir"'
1133 am__tar_='tar chf - "$tardir"'
1134 am__untar='tar xf -'
1135 ;;
1136 pax)
1137 am__tar='pax -L -x $1 -w "$$tardir"'
1138 am__tar_='pax -L -x $1 -w "$tardir"'
1139 am__untar='pax -r'
1140 ;;
1141 cpio)
1142 am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1143 am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1144 am__untar='cpio -i -H $1 -d'
1145 ;;
1146 none)
1147 am__tar=false
1148 am__tar_=false
1149 am__untar=false
1150 ;;
1151 esac
1152
1153 # If the value was cached, stop now. We just wanted to have am__tar
1154 # and am__untar set.
1155 test -n "${am_cv_prog_tar_$1}" && break
1156
1157 # tar/untar a dummy directory, and stop if the command works.
1158 rm -rf conftest.dir
1159 mkdir conftest.dir
1160 echo GrepMe > conftest.dir/file
1161 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1162 rm -rf conftest.dir
1163 if test -s conftest.tar; then
1164 AM_RUN_LOG([$am__untar <conftest.tar])
1165 AM_RUN_LOG([cat conftest.dir/file])
1166 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1167 fi
1168 done
9651169 rm -rf conftest.dir
966 mkdir conftest.dir
967 echo GrepMe > conftest.dir/file
968 AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
969 rm -rf conftest.dir
970 if test -s conftest.tar; then
971 AM_RUN_LOG([$am__untar <conftest.tar])
972 grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
973 fi
974 done
975 rm -rf conftest.dir
976
977 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
978 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1170
1171 AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1172 AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1173
9791174 AC_SUBST([am__tar])
9801175 AC_SUBST([am__untar])
9811176 ]) # _AM_PROG_TAR
0 #! /bin/sh
1 # Wrapper for compilers which do not understand '-c -o'.
2
3 scriptversion=2012-10-14.11; # UTC
4
5 # Copyright (C) 1999-2013 Free Software Foundation, Inc.
6 # Written by Tom Tromey <tromey@cygnus.com>.
7 #
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License as published by
10 # the Free Software Foundation; either version 2, or (at your option)
11 # any later version.
12 #
13 # This program is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
17 #
18 # You should have received a copy of the GNU General Public License
19 # along with this program. If not, see <http://www.gnu.org/licenses/>.
20
21 # As a special exception to the GNU General Public License, if you
22 # distribute this file as part of a program that contains a
23 # configuration script generated by Autoconf, you may include it under
24 # the same distribution terms that you use for the rest of that program.
25
26 # This file is maintained in Automake, please report
27 # bugs to <bug-automake@gnu.org> or send patches to
28 # <automake-patches@gnu.org>.
29
30 nl='
31 '
32
33 # We need space, tab and new line, in precisely that order. Quoting is
34 # there to prevent tools from complaining about whitespace usage.
35 IFS=" "" $nl"
36
37 file_conv=
38
39 # func_file_conv build_file lazy
40 # Convert a $build file to $host form and store it in $file
41 # Currently only supports Windows hosts. If the determined conversion
42 # type is listed in (the comma separated) LAZY, no conversion will
43 # take place.
44 func_file_conv ()
45 {
46 file=$1
47 case $file in
48 / | /[!/]*) # absolute file, and not a UNC file
49 if test -z "$file_conv"; then
50 # lazily determine how to convert abs files
51 case `uname -s` in
52 MINGW*)
53 file_conv=mingw
54 ;;
55 CYGWIN*)
56 file_conv=cygwin
57 ;;
58 *)
59 file_conv=wine
60 ;;
61 esac
62 fi
63 case $file_conv/,$2, in
64 *,$file_conv,*)
65 ;;
66 mingw/*)
67 file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
68 ;;
69 cygwin/*)
70 file=`cygpath -m "$file" || echo "$file"`
71 ;;
72 wine/*)
73 file=`winepath -w "$file" || echo "$file"`
74 ;;
75 esac
76 ;;
77 esac
78 }
79
80 # func_cl_dashL linkdir
81 # Make cl look for libraries in LINKDIR
82 func_cl_dashL ()
83 {
84 func_file_conv "$1"
85 if test -z "$lib_path"; then
86 lib_path=$file
87 else
88 lib_path="$lib_path;$file"
89 fi
90 linker_opts="$linker_opts -LIBPATH:$file"
91 }
92
93 # func_cl_dashl library
94 # Do a library search-path lookup for cl
95 func_cl_dashl ()
96 {
97 lib=$1
98 found=no
99 save_IFS=$IFS
100 IFS=';'
101 for dir in $lib_path $LIB
102 do
103 IFS=$save_IFS
104 if $shared && test -f "$dir/$lib.dll.lib"; then
105 found=yes
106 lib=$dir/$lib.dll.lib
107 break
108 fi
109 if test -f "$dir/$lib.lib"; then
110 found=yes
111 lib=$dir/$lib.lib
112 break
113 fi
114 if test -f "$dir/lib$lib.a"; then
115 found=yes
116 lib=$dir/lib$lib.a
117 break
118 fi
119 done
120 IFS=$save_IFS
121
122 if test "$found" != yes; then
123 lib=$lib.lib
124 fi
125 }
126
127 # func_cl_wrapper cl arg...
128 # Adjust compile command to suit cl
129 func_cl_wrapper ()
130 {
131 # Assume a capable shell
132 lib_path=
133 shared=:
134 linker_opts=
135 for arg
136 do
137 if test -n "$eat"; then
138 eat=
139 else
140 case $1 in
141 -o)
142 # configure might choose to run compile as 'compile cc -o foo foo.c'.
143 eat=1
144 case $2 in
145 *.o | *.[oO][bB][jJ])
146 func_file_conv "$2"
147 set x "$@" -Fo"$file"
148 shift
149 ;;
150 *)
151 func_file_conv "$2"
152 set x "$@" -Fe"$file"
153 shift
154 ;;
155 esac
156 ;;
157 -I)
158 eat=1
159 func_file_conv "$2" mingw
160 set x "$@" -I"$file"
161 shift
162 ;;
163 -I*)
164 func_file_conv "${1#-I}" mingw
165 set x "$@" -I"$file"
166 shift
167 ;;
168 -l)
169 eat=1
170 func_cl_dashl "$2"
171 set x "$@" "$lib"
172 shift
173 ;;
174 -l*)
175 func_cl_dashl "${1#-l}"
176 set x "$@" "$lib"
177 shift
178 ;;
179 -L)
180 eat=1
181 func_cl_dashL "$2"
182 ;;
183 -L*)
184 func_cl_dashL "${1#-L}"
185 ;;
186 -static)
187 shared=false
188 ;;
189 -Wl,*)
190 arg=${1#-Wl,}
191 save_ifs="$IFS"; IFS=','
192 for flag in $arg; do
193 IFS="$save_ifs"
194 linker_opts="$linker_opts $flag"
195 done
196 IFS="$save_ifs"
197 ;;
198 -Xlinker)
199 eat=1
200 linker_opts="$linker_opts $2"
201 ;;
202 -*)
203 set x "$@" "$1"
204 shift
205 ;;
206 *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
207 func_file_conv "$1"
208 set x "$@" -Tp"$file"
209 shift
210 ;;
211 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
212 func_file_conv "$1" mingw
213 set x "$@" "$file"
214 shift
215 ;;
216 *)
217 set x "$@" "$1"
218 shift
219 ;;
220 esac
221 fi
222 shift
223 done
224 if test -n "$linker_opts"; then
225 linker_opts="-link$linker_opts"
226 fi
227 exec "$@" $linker_opts
228 exit 1
229 }
230
231 eat=
232
233 case $1 in
234 '')
235 echo "$0: No command. Try '$0 --help' for more information." 1>&2
236 exit 1;
237 ;;
238 -h | --h*)
239 cat <<\EOF
240 Usage: compile [--help] [--version] PROGRAM [ARGS]
241
242 Wrapper for compilers which do not understand '-c -o'.
243 Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
244 arguments, and rename the output as expected.
245
246 If you are trying to build a whole package this is not the
247 right script to run: please start by reading the file 'INSTALL'.
248
249 Report bugs to <bug-automake@gnu.org>.
250 EOF
251 exit $?
252 ;;
253 -v | --v*)
254 echo "compile $scriptversion"
255 exit $?
256 ;;
257 cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
258 func_cl_wrapper "$@" # Doesn't return...
259 ;;
260 esac
261
262 ofile=
263 cfile=
264
265 for arg
266 do
267 if test -n "$eat"; then
268 eat=
269 else
270 case $1 in
271 -o)
272 # configure might choose to run compile as 'compile cc -o foo foo.c'.
273 # So we strip '-o arg' only if arg is an object.
274 eat=1
275 case $2 in
276 *.o | *.obj)
277 ofile=$2
278 ;;
279 *)
280 set x "$@" -o "$2"
281 shift
282 ;;
283 esac
284 ;;
285 *.c)
286 cfile=$1
287 set x "$@" "$1"
288 shift
289 ;;
290 *)
291 set x "$@" "$1"
292 shift
293 ;;
294 esac
295 fi
296 shift
297 done
298
299 if test -z "$ofile" || test -z "$cfile"; then
300 # If no '-o' option was seen then we might have been invoked from a
301 # pattern rule where we don't need one. That is ok -- this is a
302 # normal compilation that the losing compiler can handle. If no
303 # '.c' file was seen then we are probably linking. That is also
304 # ok.
305 exec "$@"
306 fi
307
308 # Name of file we expect compiler to create.
309 cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
310
311 # Create the lock directory.
312 # Note: use '[/\\:.-]' here to ensure that we don't use the same name
313 # that we are using for the .o file. Also, base the name on the expected
314 # object file name, since that is what matters with a parallel build.
315 lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
316 while true; do
317 if mkdir "$lockdir" >/dev/null 2>&1; then
318 break
319 fi
320 sleep 1
321 done
322 # FIXME: race condition here if user kills between mkdir and trap.
323 trap "rmdir '$lockdir'; exit 1" 1 2 15
324
325 # Run the compile.
326 "$@"
327 ret=$?
328
329 if test -f "$cofile"; then
330 test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
331 elif test -f "${cofile}bj"; then
332 test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
333 fi
334
335 rmdir "$lockdir"
336 exit $ret
337
338 # Local Variables:
339 # mode: shell-script
340 # sh-indentation: 2
341 # eval: (add-hook 'write-file-hooks 'time-stamp)
342 # time-stamp-start: "scriptversion="
343 # time-stamp-format: "%:y-%02m-%02d.%02H"
344 # time-stamp-time-zone: "UTC"
345 # time-stamp-end: "; # UTC"
346 # End:
648648 LDFLAGS
649649 CXXFLAGS
650650 CXX
651 AM_BACKSLASH
652 AM_DEFAULT_VERBOSITY
653 AM_DEFAULT_V
654 AM_V
651655 am__untar
652656 am__tar
653657 AMTAR
712716 ac_subst_files=''
713717 ac_user_opts='
714718 enable_option_checking
719 enable_silent_rules
715720 enable_dependency_tracking
716721 '
717722 ac_precious_vars='build_alias
13381343 --disable-option-checking ignore unrecognized --enable/--with options
13391344 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
13401345 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1341 --disable-dependency-tracking speeds up one-time build
1342 --enable-dependency-tracking do not reject slow dependency extractors
1346 --enable-silent-rules less verbose build output (undo: "make V=1")
1347 --disable-silent-rules verbose build output (undo: "make V=0")
1348 --enable-dependency-tracking
1349 do not reject slow dependency extractors
1350 --disable-dependency-tracking
1351 speeds up one-time build
13431352
13441353 Some influential environment variables:
13451354 CXX C++ compiler command
21362145
21372146 ac_config_headers="$ac_config_headers config.h"
21382147
2139 am__api_version='1.11'
2148 am__api_version='1.14'
21402149
21412150 ac_aux_dir=
21422151 for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
22622271
22632272 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
22642273 $as_echo_n "checking whether build environment is sane... " >&6; }
2265 # Just in case
2266 sleep 1
2267 echo timestamp > conftest.file
22682274 # Reject unsafe characters in $srcdir or the absolute working directory
22692275 # name. Accept space and tab only in the latter.
22702276 am_lf='
22752281 esac
22762282 case $srcdir in
22772283 *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
2278 as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2284 as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
22792285 esac
22802286
2281 # Do `set' in a subshell so we don't clobber the current shell's
2287 # Do 'set' in a subshell so we don't clobber the current shell's
22822288 # arguments. Must try -L first in case configure is actually a
22832289 # symlink; some systems play weird games with the mod time of symlinks
22842290 # (eg FreeBSD returns the mod time of the symlink's containing
22852291 # directory).
22862292 if (
2287 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2288 if test "$*" = "X"; then
2289 # -L didn't work.
2290 set X `ls -t "$srcdir/configure" conftest.file`
2291 fi
2292 rm -f conftest.file
2293 if test "$*" != "X $srcdir/configure conftest.file" \
2294 && test "$*" != "X conftest.file $srcdir/configure"; then
2295
2296 # If neither matched, then we have a broken ls. This can happen
2297 # if, for instance, CONFIG_SHELL is bash and it inherits a
2298 # broken ls alias from the environment. This has actually
2299 # happened. Such a system could not be considered "sane".
2300 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2301 alias in your environment" "$LINENO" 5
2302 fi
2303
2293 am_has_slept=no
2294 for am_try in 1 2; do
2295 echo "timestamp, slept: $am_has_slept" > conftest.file
2296 set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2297 if test "$*" = "X"; then
2298 # -L didn't work.
2299 set X `ls -t "$srcdir/configure" conftest.file`
2300 fi
2301 if test "$*" != "X $srcdir/configure conftest.file" \
2302 && test "$*" != "X conftest.file $srcdir/configure"; then
2303
2304 # If neither matched, then we have a broken ls. This can happen
2305 # if, for instance, CONFIG_SHELL is bash and it inherits a
2306 # broken ls alias from the environment. This has actually
2307 # happened. Such a system could not be considered "sane".
2308 as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
2309 alias in your environment" "$LINENO" 5
2310 fi
2311 if test "$2" = conftest.file || test $am_try -eq 2; then
2312 break
2313 fi
2314 # Just in case.
2315 sleep 1
2316 am_has_slept=yes
2317 done
23042318 test "$2" = conftest.file
23052319 )
23062320 then
23122326 fi
23132327 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
23142328 $as_echo "yes" >&6; }
2329 # If we didn't sleep, we still need to ensure time stamps of config.status and
2330 # generated files are strictly newer.
2331 am_sleep_pid=
2332 if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2333 ( sleep 1 ) &
2334 am_sleep_pid=$!
2335 fi
2336
2337 rm -f conftest.file
2338
23152339 test "$program_prefix" != NONE &&
23162340 program_transform_name="s&^&$program_prefix&;$program_transform_name"
23172341 # Use a double $ so make ignores it.
23222346 ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
23232347 program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
23242348
2325 # expand $ac_aux_dir to an absolute path
2326 am_aux_dir=`cd $ac_aux_dir && pwd`
2349 # Expand $ac_aux_dir to an absolute path.
2350 am_aux_dir=`cd "$ac_aux_dir" && pwd`
23272351
23282352 if test x"${MISSING+set}" != xset; then
23292353 case $am_aux_dir in
23342358 esac
23352359 fi
23362360 # Use eval to expand $SHELL
2337 if eval "$MISSING --run true"; then
2338 am_missing_run="$MISSING --run "
2361 if eval "$MISSING --is-lightweight"; then
2362 am_missing_run="$MISSING "
23392363 else
23402364 am_missing_run=
2341 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2342 $as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2365 { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2366 $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
23432367 fi
23442368
23452369 if test x"${install_sh}" != xset; then
23512375 esac
23522376 fi
23532377
2354 # Installed binaries are usually stripped using `strip' when the user
2355 # run `make install-strip'. However `strip' might not be the right
2378 # Installed binaries are usually stripped using 'strip' when the user
2379 # run "make install-strip". However 'strip' might not be the right
23562380 # tool to use in cross-compilation environments, therefore Automake
2357 # will honor the `STRIP' environment variable to overrule this program.
2381 # will honor the 'STRIP' environment variable to overrule this program.
23582382 if test "$cross_compiling" != no; then
23592383 if test -n "$ac_tool_prefix"; then
23602384 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
24932517 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
24942518 $as_echo "$MKDIR_P" >&6; }
24952519
2496 mkdir_p="$MKDIR_P"
2497 case $mkdir_p in
2498 [\\/$]* | ?:[\\/]*) ;;
2499 */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2500 esac
2501
25022520 for ac_prog in gawk mawk nawk awk
25032521 do
25042522 # Extract the first word of "$ac_prog", so it can be a program name with args.
25812599 fi
25822600 rmdir .tst 2>/dev/null
25832601
2602 # Check whether --enable-silent-rules was given.
2603 if test "${enable_silent_rules+set}" = set; then :
2604 enableval=$enable_silent_rules;
2605 fi
2606
2607 case $enable_silent_rules in # (((
2608 yes) AM_DEFAULT_VERBOSITY=0;;
2609 no) AM_DEFAULT_VERBOSITY=1;;
2610 *) AM_DEFAULT_VERBOSITY=1;;
2611 esac
2612 am_make=${MAKE-make}
2613 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2614 $as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2615 if ${am_cv_make_support_nested_variables+:} false; then :
2616 $as_echo_n "(cached) " >&6
2617 else
2618 if $as_echo 'TRUE=$(BAR$(V))
2619 BAR0=false
2620 BAR1=true
2621 V=1
2622 am__doit:
2623 @$(TRUE)
2624 .PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2625 am_cv_make_support_nested_variables=yes
2626 else
2627 am_cv_make_support_nested_variables=no
2628 fi
2629 fi
2630 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2631 $as_echo "$am_cv_make_support_nested_variables" >&6; }
2632 if test $am_cv_make_support_nested_variables = yes; then
2633 AM_V='$(V)'
2634 AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2635 else
2636 AM_V=$AM_DEFAULT_VERBOSITY
2637 AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2638 fi
2639 AM_BACKSLASH='\'
2640
25842641 if test "`cd $srcdir && pwd`" != "`pwd`"; then
25852642 # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
25862643 # is not polluted with repeated "-I."
26022659
26032660
26042661 # Define the identity of the package.
2662
26052663 PACKAGE=squidview
2606 VERSION=0.81
2664 VERSION=0.83
26072665
26082666
26092667 cat >>confdefs.h <<_ACEOF
26302688
26312689
26322690 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2691
2692 # For better backward compatibility. To be removed once Automake 1.9.x
2693 # dies out for good. For more background, see:
2694 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2695 # <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2696 mkdir_p='$(MKDIR_P)'
26332697
26342698 # We need awk for the "check" target. The system "awk" is bad on
26352699 # some platforms.
26372701 # in the wild :-( We should find a proper way to deprecate it ...
26382702 AMTAR='$${TAR-tar}'
26392703
2704
2705 # We'll loop over all known methods to create a tar archive until one works.
2706 _am_tools='gnutar pax cpio none'
2707
26402708 am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
26412709
26422710
26432711
26442712
2713
2714
2715 # POSIX will say in a future version that running "rm -f" with no argument
2716 # is OK; and we want to be able to make that assumption in our Makefile
2717 # recipes. So use an aggressive probe to check that the usage we want is
2718 # actually supported "in the wild" to an acceptable degree.
2719 # See automake bug#10828.
2720 # To make any issue more visible, cause the running configure to be aborted
2721 # by default if the 'rm' program in use doesn't match our expectations; the
2722 # user can still override this though.
2723 if rm -f && rm -fr && rm -rf; then : OK; else
2724 cat >&2 <<'END'
2725 Oops!
2726
2727 Your 'rm' program seems unable to run without file operands specified
2728 on the command line, even when the '-f' option is present. This is contrary
2729 to the behaviour of most rm programs out there, and not conforming with
2730 the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
2731
2732 Please tell bug-automake@gnu.org about your system, including the value
2733 of your $PATH and any error possibly output before this message. This
2734 can help us improve future automake versions.
2735
2736 END
2737 if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
2738 echo 'Configuration will proceed anyway, since you have set the' >&2
2739 echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
2740 echo >&2
2741 else
2742 cat >&2 <<'END'
2743 Aborting the configuration process, to ensure you take notice of the issue.
2744
2745 You can download and install GNU coreutils to get an 'rm' implementation
2746 that behaves properly: <http://www.gnu.org/software/coreutils/>.
2747
2748 If you want to complete the configuration process using your problematic
2749 'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
2750 to "yes", and re-run configure.
2751
2752 END
2753 as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
2754 fi
2755 fi
26452756
26462757 ac_ext=cpp
26472758 ac_cpp='$CXXCPP $CPPFLAGS'
31683279 _am_result=none
31693280 # First try GNU make style include.
31703281 echo "include confinc" > confmf
3171 # Ignore all kinds of additional output from `make'.
3282 # Ignore all kinds of additional output from 'make'.
31723283 case `$am_make -s -f confmf 2> /dev/null` in #(
31733284 *the\ am__doit\ target*)
31743285 am__include=include
32243335 # We make a subdir and do the tests there. Otherwise we can end up
32253336 # making bogus files that we don't know about and never remove. For
32263337 # instance it was reported that on HP-UX the gcc test will end up
3227 # making a dummy file named `D' -- because `-MD' means `put the output
3228 # in D'.
3338 # making a dummy file named 'D' -- because '-MD' means "put the output
3339 # in D".
32293340 rm -rf conftest.dir
32303341 mkdir conftest.dir
32313342 # Copy depcomp to subdir because otherwise we won't find it if we're
32603371 : > sub/conftest.c
32613372 for i in 1 2 3 4 5 6; do
32623373 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3263 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3264 # Solaris 8's {/usr,}/bin/sh.
3265 touch sub/conftst$i.h
3374 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3375 # Solaris 10 /bin/sh.
3376 echo '/* dummy */' > sub/conftst$i.h
32663377 done
32673378 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
32683379
3269 # We check with `-c' and `-o' for the sake of the "dashmstdout"
3380 # We check with '-c' and '-o' for the sake of the "dashmstdout"
32703381 # mode. It turns out that the SunPro C++ compiler does not properly
3271 # handle `-M -o', and we need to detect this. Also, some Intel
3272 # versions had trouble with output in subdirs
3382 # handle '-M -o', and we need to detect this. Also, some Intel
3383 # versions had trouble with output in subdirs.
32733384 am__obj=sub/conftest.${OBJEXT-o}
32743385 am__minus_obj="-o $am__obj"
32753386 case $depmode in
32783389 test "$am__universal" = false || continue
32793390 ;;
32803391 nosideeffect)
3281 # after this tag, mechanisms are not by side-effect, so they'll
3282 # only be used when explicitly requested
3392 # After this tag, mechanisms are not by side-effect, so they'll
3393 # only be used when explicitly requested.
32833394 if test "x$enable_dependency_tracking" = xyes; then
32843395 continue
32853396 else
32873398 fi
32883399 ;;
32893400 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3290 # This compiler won't grok `-c -o', but also, the minuso test has
3401 # This compiler won't grok '-c -o', but also, the minuso test has
32913402 # not run yet. These depmodes are late enough in the game, and
32923403 # so weak that their functioning should not be impacted.
32933404 am__obj=conftest.${OBJEXT-o}
38823993 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
38833994 ac_compiler_gnu=$ac_cv_c_compiler_gnu
38843995
3996 ac_ext=c
3997 ac_cpp='$CPP $CPPFLAGS'
3998 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3999 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4000 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4001 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4002 $as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4003 if ${am_cv_prog_cc_c_o+:} false; then :
4004 $as_echo_n "(cached) " >&6
4005 else
4006 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4007 /* end confdefs.h. */
4008
4009 int
4010 main ()
4011 {
4012
4013 ;
4014 return 0;
4015 }
4016 _ACEOF
4017 # Make sure it works both with $CC and with simple cc.
4018 # Following AC_PROG_CC_C_O, we do the test twice because some
4019 # compilers refuse to overwrite an existing .o file with -o,
4020 # though they will create one.
4021 am_cv_prog_cc_c_o=yes
4022 for am_i in 1 2; do
4023 if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4024 ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4025 ac_status=$?
4026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4027 (exit $ac_status); } \
4028 && test -f conftest2.$ac_objext; then
4029 : OK
4030 else
4031 am_cv_prog_cc_c_o=no
4032 break
4033 fi
4034 done
4035 rm -f core conftest*
4036 unset am_i
4037 fi
4038 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4039 $as_echo "$am_cv_prog_cc_c_o" >&6; }
4040 if test "$am_cv_prog_cc_c_o" != yes; then
4041 # Losing compiler, so override with the script.
4042 # FIXME: It is wrong to rewrite CC.
4043 # But if we don't then we get into trouble of one sort or another.
4044 # A longer-term fix would be to have automake use am__CC in this case,
4045 # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4046 CC="$am_aux_dir/compile $CC"
4047 fi
4048 ac_ext=c
4049 ac_cpp='$CPP $CPPFLAGS'
4050 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4051 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4052 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4053
4054
38854055 depcc="$CC" am_compiler_list=
38864056
38874057 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
38934063 # We make a subdir and do the tests there. Otherwise we can end up
38944064 # making bogus files that we don't know about and never remove. For
38954065 # instance it was reported that on HP-UX the gcc test will end up
3896 # making a dummy file named `D' -- because `-MD' means `put the output
3897 # in D'.
4066 # making a dummy file named 'D' -- because '-MD' means "put the output
4067 # in D".
38984068 rm -rf conftest.dir
38994069 mkdir conftest.dir
39004070 # Copy depcomp to subdir because otherwise we won't find it if we're
39294099 : > sub/conftest.c
39304100 for i in 1 2 3 4 5 6; do
39314101 echo '#include "conftst'$i'.h"' >> sub/conftest.c
3932 # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3933 # Solaris 8's {/usr,}/bin/sh.
3934 touch sub/conftst$i.h
4102 # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4103 # Solaris 10 /bin/sh.
4104 echo '/* dummy */' > sub/conftst$i.h
39354105 done
39364106 echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
39374107
3938 # We check with `-c' and `-o' for the sake of the "dashmstdout"
4108 # We check with '-c' and '-o' for the sake of the "dashmstdout"
39394109 # mode. It turns out that the SunPro C++ compiler does not properly
3940 # handle `-M -o', and we need to detect this. Also, some Intel
3941 # versions had trouble with output in subdirs
4110 # handle '-M -o', and we need to detect this. Also, some Intel
4111 # versions had trouble with output in subdirs.
39424112 am__obj=sub/conftest.${OBJEXT-o}
39434113 am__minus_obj="-o $am__obj"
39444114 case $depmode in
39474117 test "$am__universal" = false || continue
39484118 ;;
39494119 nosideeffect)
3950 # after this tag, mechanisms are not by side-effect, so they'll
3951 # only be used when explicitly requested
4120 # After this tag, mechanisms are not by side-effect, so they'll
4121 # only be used when explicitly requested.
39524122 if test "x$enable_dependency_tracking" = xyes; then
39534123 continue
39544124 else
39564126 fi
39574127 ;;
39584128 msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3959 # This compiler won't grok `-c -o', but also, the minuso test has
4129 # This compiler won't grok '-c -o', but also, the minuso test has
39604130 # not run yet. These depmodes are late enough in the game, and
39614131 # so weak that their functioning should not be impacted.
39624132 am__obj=conftest.${OBJEXT-o}
46934863
46944864 ac_libobjs=
46954865 ac_ltlibobjs=
4696 U=
46974866 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
46984867 # 1. Remove the extension, and $U if already installed.
46994868 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
47084877 LTLIBOBJS=$ac_ltlibobjs
47094878
47104879
4880 { $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4881 $as_echo_n "checking that generated files are newer than configure... " >&6; }
4882 if test -n "$am_sleep_pid"; then
4883 # Hide warnings about reused PIDs.
4884 wait $am_sleep_pid 2>/dev/null
4885 fi
4886 { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
4887 $as_echo "done" >&6; }
47114888 if test -n "$EXEEXT"; then
47124889 am__EXEEXT_TRUE=
47134890 am__EXEEXT_FALSE='#'
59196096
59206097 case $ac_file$ac_mode in
59216098 "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
5922 # Autoconf 2.62 quotes --file arguments for eval, but not when files
6099 # Older Autoconf quotes --file arguments for eval, but not when files
59236100 # are listed without --file. Let's play safe and only enable the eval
59246101 # if we detect the quoting.
59256102 case $CONFIG_FILES in
59326109 # Strip MF so we end up with the name of the file.
59336110 mf=`echo "$mf" | sed -e 's/:.*$//'`
59346111 # Check whether this is an Automake generated Makefile or not.
5935 # We used to match only the files named `Makefile.in', but
6112 # We used to match only the files named 'Makefile.in', but
59366113 # some people rename them; so instead we look at the file content.
59376114 # Grep'ing the first line is not enough: some people post-process
59386115 # each Makefile.in and add a new line on top of each file to say so.
59666143 continue
59676144 fi
59686145 # Extract the definition of DEPDIR, am__include, and am__quote
5969 # from the Makefile without running `make'.
6146 # from the Makefile without running 'make'.
59706147 DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
59716148 test -z "$DEPDIR" && continue
59726149 am__include=`sed -n 's/^am__include = //p' < "$mf"`
5973 test -z "am__include" && continue
6150 test -z "$am__include" && continue
59746151 am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
5975 # When using ansi2knr, U may be empty or an underscore; expand it
5976 U=`sed -n 's/^U = //p' < "$mf"`
59776152 # Find all dependency output files, they are included files with
59786153 # $(DEPDIR) in their names. We invoke sed twice because it is the
59796154 # simplest approach to changing $(DEPDIR) to its actual value in the
59806155 # expansion.
59816156 for file in `sed -n "
59826157 s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
5983 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
6158 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
59846159 # Make sure the directory exists.
59856160 test -f "$dirpart/$file" && continue
59866161 fdir=`$as_dirname -- "$file" ||
1414
1515 AC_INIT(squidview.cpp)
1616 AM_CONFIG_HEADER(config.h)
17 AM_INIT_AUTOMAKE(squidview,0.81)
17 AM_INIT_AUTOMAKE(squidview,0.83)
1818 AC_PROG_CXX
1919 AC_PROG_INSTALL
2020
13601360 if (sLeft == "TCP_CLIENT_REFRESH") cHit = 'r'; else
13611361 if (sLeft == "TCP_CLIENT_REFRESH_MISS") cHit = 'c'; else
13621362 if (sLeft == "TCP_MISS_ABORTED") cHit = 'a'; else
1363
1363 if (sLeft == "TCP_SWAPFAIL_MISS") cHit = 'f'; else
1364 if (sLeft == "TCP_TUNNEL") cHit = 't'; else
1365 if (sLeft == "TCP_REDIRECT") cHit = 'o'; else
1366
13641367 if (sLeft == "TCP_DENIED") cHit = 'd'; else
13651368 if (sLeft == "TAG_NONE") cHit = '0'; else
13661369 cHit = '?';