Browse code

Fix build on Solaris 10

Shawn Webb authored on 2014/05/10 02:42:44
Showing 26 changed files
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -73,10 +72,10 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit
75 75
 subdir = .
76
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
77
-	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
78
-	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
79
-	$(srcdir)/platform.h.in $(top_srcdir)/configure \
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/configure $(am__configure_deps) \
78
+	$(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \
79
+	$(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \
80 80
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
81 81
 	$(top_srcdir)/docs/man/clamav-milter.conf.5.in \
82 82
 	$(top_srcdir)/docs/man/clambc.1.in \
... ...
@@ -84,15 +83,20 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
84 84
 	$(top_srcdir)/docs/man/clamd.8.in \
85 85
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
86 86
 	$(top_srcdir)/docs/man/clamdscan.1.in \
87
-	$(top_srcdir)/docs/man/clamdtop.1.in \
88 87
 	$(top_srcdir)/docs/man/clamscan.1.in \
89
-	$(top_srcdir)/docs/man/clamsubmit.1.in \
90 88
 	$(top_srcdir)/docs/man/freshclam.1.in \
91 89
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
92
-	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
93
-	INSTALL NEWS config/compile config/config.guess \
94
-	config/config.rpath config/config.sub config/depcomp \
95
-	config/install-sh config/ltmain.sh config/missing
90
+	$(top_srcdir)/docs/man/sigtool.1.in \
91
+	$(top_srcdir)/docs/man/clamdtop.1.in \
92
+	$(top_srcdir)/docs/man/clamsubmit.1.in AUTHORS COPYING \
93
+	ChangeLog INSTALL NEWS README config/compile \
94
+	config/config.guess config/config.rpath config/config.sub \
95
+	config/depcomp config/install-sh config/missing \
96
+	config/ltmain.sh $(top_srcdir)/config/config.guess \
97
+	$(top_srcdir)/config/config.rpath \
98
+	$(top_srcdir)/config/config.sub \
99
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
100
+	$(top_srcdir)/config/missing
96 101
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
97 102
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
98 103
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -201,21 +205,28 @@ am__uninstall_files_from_dir = { \
201 201
   }
202 202
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
203 203
 SCRIPTS = $(bin_SCRIPTS)
204
+AM_V_P = $(am__v_P_@AM_V@)
205
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
206
+am__v_P_0 = false
207
+am__v_P_1 = :
204 208
 AM_V_GEN = $(am__v_GEN_@AM_V@)
205 209
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206
-am__v_GEN_0 = @echo "  GEN   " $@;
210
+am__v_GEN_0 = @echo "  GEN     " $@;
211
+am__v_GEN_1 = 
207 212
 AM_V_at = $(am__v_at_@AM_V@)
208 213
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
209 214
 am__v_at_0 = @
215
+am__v_at_1 = 
210 216
 SOURCES =
211 217
 DIST_SOURCES =
212
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
213
-	html-recursive info-recursive install-data-recursive \
214
-	install-dvi-recursive install-exec-recursive \
215
-	install-html-recursive install-info-recursive \
216
-	install-pdf-recursive install-ps-recursive install-recursive \
217
-	installcheck-recursive installdirs-recursive pdf-recursive \
218
-	ps-recursive uninstall-recursive
218
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
219
+	ctags-recursive dvi-recursive html-recursive info-recursive \
220
+	install-data-recursive install-dvi-recursive \
221
+	install-exec-recursive install-html-recursive \
222
+	install-info-recursive install-pdf-recursive \
223
+	install-ps-recursive install-recursive installcheck-recursive \
224
+	installdirs-recursive pdf-recursive ps-recursive \
225
+	tags-recursive uninstall-recursive
219 226
 am__can_run_installinfo = \
220 227
   case $$AM_UPDATE_INFO_DIR in \
221 228
     n|no|NO) false;; \
... ...
@@ -224,11 +235,33 @@ am__can_run_installinfo = \
224 224
 DATA = $(pkgconfig_DATA)
225 225
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
226 226
   distclean-recursive maintainer-clean-recursive
227
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
228
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
229
-	distdir dist dist-all distcheck
227
+am__recursive_targets = \
228
+  $(RECURSIVE_TARGETS) \
229
+  $(RECURSIVE_CLEAN_TARGETS) \
230
+  $(am__extra_recursive_targets)
231
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
232
+	cscope distdir dist dist-all distcheck
233
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
234
+	$(LISP)clamav-config.h.in
235
+# Read a list of newline-separated strings from the standard input,
236
+# and print each of them once, without duplicates.  Input order is
237
+# *not* preserved.
238
+am__uniquify_input = $(AWK) '\
239
+  BEGIN { nonempty = 0; } \
240
+  { items[$$0] = 1; nonempty = 1; } \
241
+  END { if (nonempty) { for (i in items) print i; }; } \
242
+'
243
+# Make sure the list of sources is unique.  This is necessary because,
244
+# e.g., the same source file might be shared among _SOURCES variables
245
+# for different programs/libraries.
246
+am__define_uniq_tagged_files = \
247
+  list='$(am__tagged_files)'; \
248
+  unique=`for i in $$list; do \
249
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250
+  done | $(am__uniquify_input)`
230 251
 ETAGS = etags
231 252
 CTAGS = ctags
253
+CSCOPE = cscope
232 254
 DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \
233 255
 	sigtool clamconf database docs etc clamav-milter test clamdtop \
234 256
 	clambc unit_tests clamsubmit
... ...
@@ -241,6 +274,7 @@ am__remove_distdir = \
241 241
       && rm -rf "$(distdir)" \
242 242
       || { sleep 5 && rm -rf "$(distdir)"; }; \
243 243
   else :; fi
244
+am__post_remove_distdir = $(am__remove_distdir)
244 245
 am__relativize = \
245 246
   dir0=`pwd`; \
246 247
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
... ...
@@ -268,6 +302,7 @@ am__relativize = \
268 268
   reldir="$$dir2"
269 269
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
270 270
 GZIP_ENV = --best
271
+DIST_TARGETS = dist-bzip2 dist-gzip
271 272
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
272 273
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
273 274
 distcleancheck_listfiles = find . -type f -print
... ...
@@ -640,12 +675,12 @@ uninstall-pkgconfigDATA:
640 640
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
641 641
 
642 642
 # This directory's subdirectories are mostly independent; you can cd
643
-# into them and run `make' without going through this Makefile.
644
-# To change the values of `make' variables: instead of editing Makefiles,
645
-# (1) if the variable is set in `config.status', edit `config.status'
646
-#     (which will cause the Makefiles to be regenerated when you run `make');
647
-# (2) otherwise, pass the desired values on the `make' command line.
648
-$(RECURSIVE_TARGETS):
643
+# into them and run 'make' without going through this Makefile.
644
+# To change the values of 'make' variables: instead of editing Makefiles,
645
+# (1) if the variable is set in 'config.status', edit 'config.status'
646
+#     (which will cause the Makefiles to be regenerated when you run 'make');
647
+# (2) otherwise, pass the desired values on the 'make' command line.
648
+$(am__recursive_targets):
649 649
 	@fail= failcom='exit 1'; \
650 650
 	for f in x $$MAKEFLAGS; do \
651 651
 	  case $$f in \
... ...
@@ -655,7 +690,11 @@ $(RECURSIVE_TARGETS):
655 655
 	done; \
656 656
 	dot_seen=no; \
657 657
 	target=`echo $@ | sed s/-recursive//`; \
658
-	list='$(SUBDIRS)'; for subdir in $$list; do \
658
+	case "$@" in \
659
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
660
+	  *) list='$(SUBDIRS)' ;; \
661
+	esac; \
662
+	for subdir in $$list; do \
659 663
 	  echo "Making $$target in $$subdir"; \
660 664
 	  if test "$$subdir" = "."; then \
661 665
 	    dot_seen=yes; \
... ...
@@ -670,57 +709,12 @@ $(RECURSIVE_TARGETS):
670 670
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
671 671
 	fi; test -z "$$fail"
672 672
 
673
-$(RECURSIVE_CLEAN_TARGETS):
674
-	@fail= failcom='exit 1'; \
675
-	for f in x $$MAKEFLAGS; do \
676
-	  case $$f in \
677
-	    *=* | --[!k]*);; \
678
-	    *k*) failcom='fail=yes';; \
679
-	  esac; \
680
-	done; \
681
-	dot_seen=no; \
682
-	case "$@" in \
683
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
684
-	  *) list='$(SUBDIRS)' ;; \
685
-	esac; \
686
-	rev=''; for subdir in $$list; do \
687
-	  if test "$$subdir" = "."; then :; else \
688
-	    rev="$$subdir $$rev"; \
689
-	  fi; \
690
-	done; \
691
-	rev="$$rev ."; \
692
-	target=`echo $@ | sed s/-recursive//`; \
693
-	for subdir in $$rev; do \
694
-	  echo "Making $$target in $$subdir"; \
695
-	  if test "$$subdir" = "."; then \
696
-	    local_target="$$target-am"; \
697
-	  else \
698
-	    local_target="$$target"; \
699
-	  fi; \
700
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
701
-	  || eval $$failcom; \
702
-	done && test -z "$$fail"
703
-tags-recursive:
704
-	list='$(SUBDIRS)'; for subdir in $$list; do \
705
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
706
-	done
707
-ctags-recursive:
708
-	list='$(SUBDIRS)'; for subdir in $$list; do \
709
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
710
-	done
673
+ID: $(am__tagged_files)
674
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
675
+tags: tags-recursive
676
+TAGS: tags
711 677
 
712
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
713
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
714
-	unique=`for i in $$list; do \
715
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716
-	  done | \
717
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
718
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
719
-	mkid -fID $$unique
720
-tags: TAGS
721
-
722
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
723
-		$(TAGS_FILES) $(LISP)
678
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
724 679
 	set x; \
725 680
 	here=`pwd`; \
726 681
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -736,12 +730,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
736 736
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
737 737
 	  fi; \
738 738
 	done; \
739
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
740
-	unique=`for i in $$list; do \
741
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
742
-	  done | \
743
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
744
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
739
+	$(am__define_uniq_tagged_files); \
745 740
 	shift; \
746 741
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
747 742
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -753,15 +742,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
753 753
 	      $$unique; \
754 754
 	  fi; \
755 755
 	fi
756
-ctags: CTAGS
757
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
758
-		$(TAGS_FILES) $(LISP)
759
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
760
-	unique=`for i in $$list; do \
761
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
762
-	  done | \
763
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
764
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
756
+ctags: ctags-recursive
757
+
758
+CTAGS: ctags
759
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
760
+	$(am__define_uniq_tagged_files); \
765 761
 	test -z "$(CTAGS_ARGS)$$unique" \
766 762
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
767 763
 	     $$unique
... ...
@@ -770,9 +755,31 @@ GTAGS:
770 770
 	here=`$(am__cd) $(top_builddir) && pwd` \
771 771
 	  && $(am__cd) $(top_srcdir) \
772 772
 	  && gtags -i $(GTAGS_ARGS) "$$here"
773
+cscope: cscope.files
774
+	test ! -s cscope.files \
775
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
776
+clean-cscope:
777
+	-rm -f cscope.files
778
+cscope.files: clean-cscope cscopelist
779
+cscopelist: cscopelist-recursive
780
+
781
+cscopelist-am: $(am__tagged_files)
782
+	list='$(am__tagged_files)'; \
783
+	case "$(srcdir)" in \
784
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
785
+	  *) sdir=$(subdir)/$(srcdir) ;; \
786
+	esac; \
787
+	for i in $$list; do \
788
+	  if test -f "$$i"; then \
789
+	    echo "$(subdir)/$$i"; \
790
+	  else \
791
+	    echo "$$sdir/$$i"; \
792
+	  fi; \
793
+	done >> $(top_builddir)/cscope.files
773 794
 
774 795
 distclean-tags:
775 796
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
797
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
776 798
 
777 799
 distdir: $(DISTFILES)
778 800
 	$(am__remove_distdir)
... ...
@@ -843,40 +850,35 @@ distdir: $(DISTFILES)
843 843
 	|| chmod -R a+r "$(distdir)"
844 844
 dist-gzip: distdir
845 845
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
846
-	$(am__remove_distdir)
846
+	$(am__post_remove_distdir)
847 847
 dist-bzip2: distdir
848 848
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
849
-	$(am__remove_distdir)
849
+	$(am__post_remove_distdir)
850 850
 
851 851
 dist-lzip: distdir
852 852
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
853
-	$(am__remove_distdir)
854
-
855
-dist-lzma: distdir
856
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
857
-	$(am__remove_distdir)
853
+	$(am__post_remove_distdir)
858 854
 
859 855
 dist-xz: distdir
860 856
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
861
-	$(am__remove_distdir)
857
+	$(am__post_remove_distdir)
862 858
 
863 859
 dist-tarZ: distdir
864 860
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
865
-	$(am__remove_distdir)
861
+	$(am__post_remove_distdir)
866 862
 
867 863
 dist-shar: distdir
868 864
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
869
-	$(am__remove_distdir)
865
+	$(am__post_remove_distdir)
870 866
 
871 867
 dist-zip: distdir
872 868
 	-rm -f $(distdir).zip
873 869
 	zip -rq $(distdir).zip $(distdir)
874
-	$(am__remove_distdir)
870
+	$(am__post_remove_distdir)
875 871
 
876
-dist dist-all: distdir
877
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
878
-	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
879
-	$(am__remove_distdir)
872
+dist dist-all:
873
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
874
+	$(am__post_remove_distdir)
880 875
 
881 876
 # This target untars the dist file and tries a VPATH configuration.  Then
882 877
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -887,8 +889,6 @@ distcheck: dist
887 887
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
888 888
 	*.tar.bz2*) \
889 889
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
890
-	*.tar.lzma*) \
891
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
892 890
 	*.tar.lz*) \
893 891
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
894 892
 	*.tar.xz*) \
... ...
@@ -900,9 +900,9 @@ distcheck: dist
900 900
 	*.zip*) \
901 901
 	  unzip $(distdir).zip ;;\
902 902
 	esac
903
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
904
-	mkdir $(distdir)/_build
905
-	mkdir $(distdir)/_inst
903
+	chmod -R a-w $(distdir)
904
+	chmod u+w $(distdir)
905
+	mkdir $(distdir)/_build $(distdir)/_inst
906 906
 	chmod a-w $(distdir)
907 907
 	test -d $(distdir)/_build || exit 0; \
908 908
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
... ...
@@ -934,7 +934,7 @@ distcheck: dist
934 934
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
935 935
 	  && cd "$$am__cwd" \
936 936
 	  || exit 1
937
-	$(am__remove_distdir)
937
+	$(am__post_remove_distdir)
938 938
 	@(echo "$(distdir) archives ready for distribution: "; \
939 939
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
940 940
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1073,26 +1073,25 @@ ps-am:
1073 1073
 
1074 1074
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1075 1075
 
1076
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1077
-	ctags-recursive install-am install-strip tags-recursive
1078
-
1079
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1080
-	all all-am am--refresh check check-am clean clean-generic \
1081
-	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1082
-	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1083
-	dist-xz dist-zip distcheck distclean distclean-generic \
1084
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1085
-	distdir distuninstallcheck dvi dvi-am html html-am info \
1086
-	info-am install install-am install-binSCRIPTS install-data \
1087
-	install-data-am install-dvi install-dvi-am install-exec \
1088
-	install-exec-am install-html install-html-am install-info \
1089
-	install-info-am install-man install-pdf install-pdf-am \
1090
-	install-pkgconfigDATA install-ps install-ps-am install-strip \
1091
-	installcheck installcheck-am installcheck-binSCRIPTS \
1092
-	installdirs installdirs-am maintainer-clean \
1093
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
1094
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1095
-	uninstall uninstall-am uninstall-binSCRIPTS \
1076
+.MAKE: $(am__recursive_targets) all install-am install-strip
1077
+
1078
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1079
+	am--refresh check check-am clean clean-cscope clean-generic \
1080
+	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1081
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1082
+	dist-tarZ dist-xz dist-zip distcheck distclean \
1083
+	distclean-generic distclean-hdr distclean-libtool \
1084
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1085
+	dvi-am html html-am info info-am install install-am \
1086
+	install-binSCRIPTS install-data install-data-am install-dvi \
1087
+	install-dvi-am install-exec install-exec-am install-html \
1088
+	install-html-am install-info install-info-am install-man \
1089
+	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1090
+	install-ps-am install-strip installcheck installcheck-am \
1091
+	installcheck-binSCRIPTS installdirs installdirs-am \
1092
+	maintainer-clean maintainer-clean-generic mostlyclean \
1093
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1094
+	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1096 1095
 	uninstall-pkgconfigDATA
1097 1096
 
1098 1097
 lcov:
... ...
@@ -1,8 +1,7 @@
1
-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
1
+# generated automatically by aclocal 1.13.1 -*- Autoconf -*-
2
+
3
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
2 4
 
3
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5
-# Inc.
6 5
 # This file is free software; the Free Software Foundation
7 6
 # gives unlimited permission to copy and/or distribute it,
8 7
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -12,33 +11,31 @@
12 12
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 13
 # PARTICULAR PURPOSE.
14 14
 
15
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 16
 m4_ifndef([AC_AUTOCONF_VERSION],
16 17
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 18
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 19
 [m4_warning([this file was generated for autoconf 2.69.
19 20
 You have another version of autoconf.  It may work, but is not guaranteed to.
20 21
 If you have problems, you may need to regenerate the build system entirely.
21
-To do so, use the procedure documented by the package, typically `autoreconf'.])])
22
+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22 23
 
23
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
24
-# Foundation, Inc.
24
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
25 25
 #
26 26
 # This file is free software; the Free Software Foundation
27 27
 # gives unlimited permission to copy and/or distribute it,
28 28
 # with or without modifications, as long as this notice is preserved.
29 29
 
30
-# serial 1
31
-
32 30
 # AM_AUTOMAKE_VERSION(VERSION)
33 31
 # ----------------------------
34 32
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
35 33
 # generated from the m4 files accompanying Automake X.Y.
36 34
 # (This private macro should not be called outside this file.)
37 35
 AC_DEFUN([AM_AUTOMAKE_VERSION],
38
-[am__api_version='1.11'
36
+[am__api_version='1.13'
39 37
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
40 38
 dnl require some minimum version.  Point them to the right macro.
41
-m4_if([$1], [1.11.6], [],
39
+m4_if([$1], [1.13.1], [],
42 40
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
43 41
 ])
44 42
 
... ...
@@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], [])
54 54
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
55 55
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
56 56
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57
-[AM_AUTOMAKE_VERSION([1.11.6])dnl
57
+[AM_AUTOMAKE_VERSION([1.13.1])dnl
58 58
 m4_ifndef([AC_AUTOCONF_VERSION],
59 59
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
60 60
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
61 61
 
62 62
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
63 63
 
64
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
64
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
65 65
 #
66 66
 # This file is free software; the Free Software Foundation
67 67
 # gives unlimited permission to copy and/or distribute it,
68 68
 # with or without modifications, as long as this notice is preserved.
69 69
 
70
-# serial 1
71
-
72 70
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
73
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
74
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
71
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
72
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
75 73
 #
76 74
 # Of course, Automake must honor this variable whenever it calls a
77 75
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
90 90
 #
91 91
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
92 92
 # are both prefixed by $srcdir.  In an in-source build this is usually
93
-# harmless because $srcdir is `.', but things will broke when you
93
+# harmless because $srcdir is '.', but things will broke when you
94 94
 # start a VPATH build or use an absolute $srcdir.
95 95
 #
96 96
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -116,22 +111,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
116 116
 
117 117
 # AM_CONDITIONAL                                            -*- Autoconf -*-
118 118
 
119
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
120
-# Free Software Foundation, Inc.
119
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
121 120
 #
122 121
 # This file is free software; the Free Software Foundation
123 122
 # gives unlimited permission to copy and/or distribute it,
124 123
 # with or without modifications, as long as this notice is preserved.
125 124
 
126
-# serial 9
127
-
128 125
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
129 126
 # -------------------------------------
130 127
 # Define a conditional.
131 128
 AC_DEFUN([AM_CONDITIONAL],
132
-[AC_PREREQ(2.52)dnl
133
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
134
-	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
129
+[AC_PREREQ([2.52])dnl
130
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
131
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
135 132
 AC_SUBST([$1_TRUE])dnl
136 133
 AC_SUBST([$1_FALSE])dnl
137 134
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -150,16 +142,14 @@ AC_CONFIG_COMMANDS_PRE(
150 150
 Usually this means the macro was only invoked conditionally.]])
151 151
 fi])])
152 152
 
153
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
154
-# 2010, 2011 Free Software Foundation, Inc.
153
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
155 154
 #
156 155
 # This file is free software; the Free Software Foundation
157 156
 # gives unlimited permission to copy and/or distribute it,
158 157
 # with or without modifications, as long as this notice is preserved.
159 158
 
160
-# serial 12
161 159
 
162
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
160
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
163 161
 # written in clear, in which case automake, when reading aclocal.m4,
164 162
 # will think it sees a *use*, and therefore will trigger all it's
165 163
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -169,7 +159,7 @@ fi])])
169 169
 # _AM_DEPENDENCIES(NAME)
170 170
 # ----------------------
171 171
 # See how the compiler implements dependency checking.
172
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
172
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
173 173
 # We try a few techniques and use that to set a single cache variable.
174 174
 #
175 175
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -182,12 +172,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
182 182
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
183 183
 AC_REQUIRE([AM_DEP_TRACK])dnl
184 184
 
185
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
186
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
187
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
188
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
189
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
190
-                   [depcc="$$1"   am_compiler_list=])
185
+m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
186
+      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
187
+      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
188
+      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
189
+      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
190
+      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
191
+                    [depcc="$$1"   am_compiler_list=])
191 192
 
192 193
 AC_CACHE_CHECK([dependency style of $depcc],
193 194
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -195,8 +186,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
195 195
   # We make a subdir and do the tests there.  Otherwise we can end up
196 196
   # making bogus files that we don't know about and never remove.  For
197 197
   # instance it was reported that on HP-UX the gcc test will end up
198
-  # making a dummy file named `D' -- because `-MD' means `put the output
199
-  # in D'.
198
+  # making a dummy file named 'D' -- because '-MD' means "put the output
199
+  # in D".
200 200
   rm -rf conftest.dir
201 201
   mkdir conftest.dir
202 202
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -236,16 +227,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
236 236
     : > sub/conftest.c
237 237
     for i in 1 2 3 4 5 6; do
238 238
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
239
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
240
-      # Solaris 8's {/usr,}/bin/sh.
241
-      touch sub/conftst$i.h
239
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
240
+      # Solaris 10 /bin/sh.
241
+      echo '/* dummy */' > sub/conftst$i.h
242 242
     done
243 243
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
244 244
 
245
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
245
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
246 246
     # mode.  It turns out that the SunPro C++ compiler does not properly
247
-    # handle `-M -o', and we need to detect this.  Also, some Intel
248
-    # versions had trouble with output in subdirs
247
+    # handle '-M -o', and we need to detect this.  Also, some Intel
248
+    # versions had trouble with output in subdirs.
249 249
     am__obj=sub/conftest.${OBJEXT-o}
250 250
     am__minus_obj="-o $am__obj"
251 251
     case $depmode in
... ...
@@ -254,8 +245,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
254 254
       test "$am__universal" = false || continue
255 255
       ;;
256 256
     nosideeffect)
257
-      # after this tag, mechanisms are not by side-effect, so they'll
258
-      # only be used when explicitly requested
257
+      # After this tag, mechanisms are not by side-effect, so they'll
258
+      # only be used when explicitly requested.
259 259
       if test "x$enable_dependency_tracking" = xyes; then
260 260
 	continue
261 261
       else
... ...
@@ -263,7 +254,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
263 263
       fi
264 264
       ;;
265 265
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
266
-      # This compiler won't grok `-c -o', but also, the minuso test has
266
+      # This compiler won't grok '-c -o', but also, the minuso test has
267 267
       # not run yet.  These depmodes are late enough in the game, and
268 268
       # so weak that their functioning should not be impacted.
269 269
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -311,7 +302,7 @@ AM_CONDITIONAL([am__fastdep$1], [
311 311
 # AM_SET_DEPDIR
312 312
 # -------------
313 313
 # Choose a directory name for dependency files.
314
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
314
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
315 315
 AC_DEFUN([AM_SET_DEPDIR],
316 316
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
317 317
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -321,9 +312,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
321 321
 # AM_DEP_TRACK
322 322
 # ------------
323 323
 AC_DEFUN([AM_DEP_TRACK],
324
-[AC_ARG_ENABLE(dependency-tracking,
325
-[  --disable-dependency-tracking  speeds up one-time build
326
-  --enable-dependency-tracking   do not reject slow dependency extractors])
324
+[AC_ARG_ENABLE([dependency-tracking], [dnl
325
+AS_HELP_STRING(
326
+  [--enable-dependency-tracking],
327
+  [do not reject slow dependency extractors])
328
+AS_HELP_STRING(
329
+  [--disable-dependency-tracking],
330
+  [speeds up one-time build])])
327 331
 if test "x$enable_dependency_tracking" != xno; then
328 332
   am_depcomp="$ac_aux_dir/depcomp"
329 333
   AMDEPBACKSLASH='\'
... ...
@@ -338,20 +333,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
338 338
 
339 339
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
340 340
 
341
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
342
-# Free Software Foundation, Inc.
341
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
343 342
 #
344 343
 # This file is free software; the Free Software Foundation
345 344
 # gives unlimited permission to copy and/or distribute it,
346 345
 # with or without modifications, as long as this notice is preserved.
347 346
 
348
-#serial 5
349 347
 
350 348
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
351 349
 # ------------------------------
352 350
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
353 351
 [{
354
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
352
+  # Older Autoconf quotes --file arguments for eval, but not when files
355 353
   # are listed without --file.  Let's play safe and only enable the eval
356 354
   # if we detect the quoting.
357 355
   case $CONFIG_FILES in
... ...
@@ -364,7 +357,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
364 364
     # Strip MF so we end up with the name of the file.
365 365
     mf=`echo "$mf" | sed -e 's/:.*$//'`
366 366
     # Check whether this is an Automake generated Makefile or not.
367
-    # We used to match only the files named `Makefile.in', but
367
+    # We used to match only the files named 'Makefile.in', but
368 368
     # some people rename them; so instead we look at the file content.
369 369
     # Grep'ing the first line is not enough: some people post-process
370 370
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -376,21 +369,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
376 376
       continue
377 377
     fi
378 378
     # Extract the definition of DEPDIR, am__include, and am__quote
379
-    # from the Makefile without running `make'.
379
+    # from the Makefile without running 'make'.
380 380
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
381 381
     test -z "$DEPDIR" && continue
382 382
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
383 383
     test -z "am__include" && continue
384 384
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
385
-    # When using ansi2knr, U may be empty or an underscore; expand it
386
-    U=`sed -n 's/^U = //p' < "$mf"`
387 385
     # Find all dependency output files, they are included files with
388 386
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
389 387
     # simplest approach to changing $(DEPDIR) to its actual value in the
390 388
     # expansion.
391 389
     for file in `sed -n "
392 390
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
393
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
391
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
394 392
       # Make sure the directory exists.
395 393
       test -f "$dirpart/$file" && continue
396 394
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -408,7 +399,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
408 408
 # This macro should only be invoked once -- use via AC_REQUIRE.
409 409
 #
410 410
 # This code is only required when automatic dependency tracking
411
-# is enabled.  FIXME.  This creates each `.P' file that we will
411
+# is enabled.  FIXME.  This creates each '.P' file that we will
412 412
 # need in order to bootstrap the dependency handling code.
413 413
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
414 414
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -418,15 +409,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
418 418
 
419 419
 # Do all the work for Automake.                             -*- Autoconf -*-
420 420
 
421
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
422
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
421
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
423 422
 #
424 423
 # This file is free software; the Free Software Foundation
425 424
 # gives unlimited permission to copy and/or distribute it,
426 425
 # with or without modifications, as long as this notice is preserved.
427 426
 
428
-# serial 16
429
-
430 427
 # This macro actually does too much.  Some checks are only needed if
431 428
 # your package does certain things.  But this isn't really a big deal.
432 429
 
... ...
@@ -442,7 +430,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
442 442
 # arguments mandatory, and then we can depend on a new Autoconf
443 443
 # release and drop the old call support.
444 444
 AC_DEFUN([AM_INIT_AUTOMAKE],
445
-[AC_PREREQ([2.62])dnl
445
+[AC_PREREQ([2.65])dnl
446 446
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
447 447
 dnl the ones we care about.
448 448
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -471,31 +459,40 @@ AC_SUBST([CYGPATH_W])
471 471
 # Define the identity of the package.
472 472
 dnl Distinguish between old-style and new-style calls.
473 473
 m4_ifval([$2],
474
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
474
+[AC_DIAGNOSE([obsolete],
475
+             [$0: two- and three-arguments forms are deprecated.])
476
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
475 477
  AC_SUBST([PACKAGE], [$1])dnl
476 478
  AC_SUBST([VERSION], [$2])],
477 479
 [_AM_SET_OPTIONS([$1])dnl
478 480
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
479
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
481
+m4_if(
482
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
483
+  [ok:ok],,
480 484
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
481 485
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
482 486
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
483 487
 
484 488
 _AM_IF_OPTION([no-define],,
485
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
486
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
489
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
490
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
487 491
 
488 492
 # Some tools Automake needs.
489 493
 AC_REQUIRE([AM_SANITY_CHECK])dnl
490 494
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
491
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
492
-AM_MISSING_PROG(AUTOCONF, autoconf)
493
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
494
-AM_MISSING_PROG(AUTOHEADER, autoheader)
495
-AM_MISSING_PROG(MAKEINFO, makeinfo)
495
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
496
+AM_MISSING_PROG([AUTOCONF], [autoconf])
497
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
498
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
499
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
496 500
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
497 501
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
498
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
502
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
503
+# For better backward compatibility.  To be removed once Automake 1.9.x
504
+# dies out for good.  For more background, see:
505
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
506
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
507
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
499 508
 # We need awk for the "check" target.  The system "awk" is bad on
500 509
 # some platforms.
501 510
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -506,28 +503,32 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
506 506
 			     [_AM_PROG_TAR([v7])])])
507 507
 _AM_IF_OPTION([no-dependencies],,
508 508
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
509
-		  [_AM_DEPENDENCIES(CC)],
510
-		  [define([AC_PROG_CC],
511
-			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
509
+		  [_AM_DEPENDENCIES([CC])],
510
+		  [m4_define([AC_PROG_CC],
511
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
512 512
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
513
-		  [_AM_DEPENDENCIES(CXX)],
514
-		  [define([AC_PROG_CXX],
515
-			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
513
+		  [_AM_DEPENDENCIES([CXX])],
514
+		  [m4_define([AC_PROG_CXX],
515
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
516 516
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
517
-		  [_AM_DEPENDENCIES(OBJC)],
518
-		  [define([AC_PROG_OBJC],
519
-			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
517
+		  [_AM_DEPENDENCIES([OBJC])],
518
+		  [m4_define([AC_PROG_OBJC],
519
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
520
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
521
+		  [_AM_DEPENDENCIES([OBJCXX])],
522
+		  [m4_define([AC_PROG_OBJCXX],
523
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520 524
 ])
521
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
522
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
523
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
524
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
525
+AC_REQUIRE([AM_SILENT_RULES])dnl
526
+dnl The testsuite driver may need to know about EXEEXT, so add the
527
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
528
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
525 529
 AC_CONFIG_COMMANDS_PRE(dnl
526 530
 [m4_provide_if([_AM_COMPILER_EXEEXT],
527 531
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
528 532
 ])
529 533
 
530
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
534
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
531 535
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
532 536
 dnl mangled by Autoconf and run in a shell conditional statement.
533 537
 m4_define([_AC_COMPILER_EXEEXT],
... ...
@@ -555,15 +556,12 @@ for _am_header in $config_headers :; do
555 555
 done
556 556
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
557 557
 
558
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
559
-# Inc.
558
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
560 559
 #
561 560
 # This file is free software; the Free Software Foundation
562 561
 # gives unlimited permission to copy and/or distribute it,
563 562
 # with or without modifications, as long as this notice is preserved.
564 563
 
565
-# serial 1
566
-
567 564
 # AM_PROG_INSTALL_SH
568 565
 # ------------------
569 566
 # Define $install_sh.
... ...
@@ -577,16 +575,14 @@ if test x"${install_sh}" != xset; then
577 577
     install_sh="\${SHELL} $am_aux_dir/install-sh"
578 578
   esac
579 579
 fi
580
-AC_SUBST(install_sh)])
580
+AC_SUBST([install_sh])])
581 581
 
582
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
582
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
583 583
 #
584 584
 # This file is free software; the Free Software Foundation
585 585
 # gives unlimited permission to copy and/or distribute it,
586 586
 # with or without modifications, as long as this notice is preserved.
587 587
 
588
-# serial 2
589
-
590 588
 # Check whether the underlying file-system supports filenames
591 589
 # with a leading dot.  For instance MS-DOS doesn't.
592 590
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -602,14 +598,12 @@ AC_SUBST([am__leading_dot])])
602 602
 
603 603
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
604 604
 
605
-# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
605
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
606 606
 #
607 607
 # This file is free software; the Free Software Foundation
608 608
 # gives unlimited permission to copy and/or distribute it,
609 609
 # with or without modifications, as long as this notice is preserved.
610 610
 
611
-# serial 4
612
-
613 611
 # AM_MAKE_INCLUDE()
614 612
 # -----------------
615 613
 # Check to see how make treats includes.
... ...
@@ -627,7 +621,7 @@ am__quote=
627 627
 _am_result=none
628 628
 # First try GNU make style include.
629 629
 echo "include confinc" > confmf
630
-# Ignore all kinds of additional output from `make'.
630
+# Ignore all kinds of additional output from 'make'.
631 631
 case `$am_make -s -f confmf 2> /dev/null` in #(
632 632
 *the\ am__doit\ target*)
633 633
   am__include=include
... ...
@@ -654,15 +648,12 @@ rm -f confinc confmf
654 654
 
655 655
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
656 656
 
657
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
658
-# Free Software Foundation, Inc.
657
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
659 658
 #
660 659
 # This file is free software; the Free Software Foundation
661 660
 # gives unlimited permission to copy and/or distribute it,
662 661
 # with or without modifications, as long as this notice is preserved.
663 662
 
664
-# serial 6
665
-
666 663
 # AM_MISSING_PROG(NAME, PROGRAM)
667 664
 # ------------------------------
668 665
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -670,11 +661,10 @@ AC_DEFUN([AM_MISSING_PROG],
670 670
 $1=${$1-"${am_missing_run}$2"}
671 671
 AC_SUBST($1)])
672 672
 
673
-
674 673
 # AM_MISSING_HAS_RUN
675 674
 # ------------------
676
-# Define MISSING if not defined so far and test if it supports --run.
677
-# If it does, set am_missing_run to use it, otherwise, to nothing.
675
+# Define MISSING if not defined so far and test if it is modern enough.
676
+# If it is, set am_missing_run to use it, otherwise, to nothing.
678 677
 AC_DEFUN([AM_MISSING_HAS_RUN],
679 678
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
680 679
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -687,54 +677,22 @@ if test x"${MISSING+set}" != xset; then
687 687
   esac
688 688
 fi
689 689
 # Use eval to expand $SHELL
690
-if eval "$MISSING --run true"; then
691
-  am_missing_run="$MISSING --run "
690
+if eval "$MISSING --is-lightweight"; then
691
+  am_missing_run="$MISSING "
692 692
 else
693 693
   am_missing_run=
694
-  AC_MSG_WARN([`missing' script is too old or missing])
694
+  AC_MSG_WARN(['missing' script is too old or missing])
695 695
 fi
696 696
 ])
697 697
 
698
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
699
-# Inc.
700
-#
701
-# This file is free software; the Free Software Foundation
702
-# gives unlimited permission to copy and/or distribute it,
703
-# with or without modifications, as long as this notice is preserved.
704
-
705
-# serial 1
706
-
707
-# AM_PROG_MKDIR_P
708
-# ---------------
709
-# Check for `mkdir -p'.
710
-AC_DEFUN([AM_PROG_MKDIR_P],
711
-[AC_PREREQ([2.60])dnl
712
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
713
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
714
-dnl while keeping a definition of mkdir_p for backward compatibility.
715
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
716
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
717
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
718
-dnl adjustment using top_builddir (which is defined more often than
719
-dnl MKDIR_P).
720
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
721
-case $mkdir_p in
722
-  [[\\/$]]* | ?:[[\\/]]*) ;;
723
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
724
-esac
725
-])
726
-
727 698
 # Helper functions for option handling.                     -*- Autoconf -*-
728 699
 
729
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
730
-# Foundation, Inc.
700
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
731 701
 #
732 702
 # This file is free software; the Free Software Foundation
733 703
 # gives unlimited permission to copy and/or distribute it,
734 704
 # with or without modifications, as long as this notice is preserved.
735 705
 
736
-# serial 5
737
-
738 706
 # _AM_MANGLE_OPTION(NAME)
739 707
 # -----------------------
740 708
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -744,7 +702,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
744 744
 # --------------------
745 745
 # Set option NAME.  Presently that only means defining a flag for this option.
746 746
 AC_DEFUN([_AM_SET_OPTION],
747
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
747
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
748 748
 
749 749
 # _AM_SET_OPTIONS(OPTIONS)
750 750
 # ------------------------
... ...
@@ -758,14 +716,12 @@ AC_DEFUN([_AM_SET_OPTIONS],
758 758
 AC_DEFUN([_AM_IF_OPTION],
759 759
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
760 760
 
761
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
761
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
762 762
 #
763 763
 # This file is free software; the Free Software Foundation
764 764
 # gives unlimited permission to copy and/or distribute it,
765 765
 # with or without modifications, as long as this notice is preserved.
766 766
 
767
-# serial 1
768
-
769 767
 # AM_RUN_LOG(COMMAND)
770 768
 # -------------------
771 769
 # Run COMMAND, save the exit status in ac_status, and log it.
... ...
@@ -779,22 +735,16 @@ AC_DEFUN([AM_RUN_LOG],
779 779
 
780 780
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
781 781
 
782
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
783
-# Free Software Foundation, Inc.
782
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
784 783
 #
785 784
 # This file is free software; the Free Software Foundation
786 785
 # gives unlimited permission to copy and/or distribute it,
787 786
 # with or without modifications, as long as this notice is preserved.
788 787
 
789
-# serial 5
790
-
791 788
 # AM_SANITY_CHECK
792 789
 # ---------------
793 790
 AC_DEFUN([AM_SANITY_CHECK],
794 791
 [AC_MSG_CHECKING([whether build environment is sane])
795
-# Just in case
796
-sleep 1
797
-echo timestamp > conftest.file
798 792
 # Reject unsafe characters in $srcdir or the absolute working directory
799 793
 # name.  Accept space and tab only in the latter.
800 794
 am_lf='
... ...
@@ -805,32 +755,40 @@ case `pwd` in
805 805
 esac
806 806
 case $srcdir in
807 807
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
808
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
808
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
809 809
 esac
810 810
 
811
-# Do `set' in a subshell so we don't clobber the current shell's
811
+# Do 'set' in a subshell so we don't clobber the current shell's
812 812
 # arguments.  Must try -L first in case configure is actually a
813 813
 # symlink; some systems play weird games with the mod time of symlinks
814 814
 # (eg FreeBSD returns the mod time of the symlink's containing
815 815
 # directory).
816 816
 if (
817
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
818
-   if test "$[*]" = "X"; then
819
-      # -L didn't work.
820
-      set X `ls -t "$srcdir/configure" conftest.file`
821
-   fi
822
-   rm -f conftest.file
823
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
824
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
825
-
826
-      # If neither matched, then we have a broken ls.  This can happen
827
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
828
-      # broken ls alias from the environment.  This has actually
829
-      # happened.  Such a system could not be considered "sane".
830
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
831
-alias in your environment])
832
-   fi
833
-
817
+   am_has_slept=no
818
+   for am_try in 1 2; do
819
+     echo "timestamp, slept: $am_has_slept" > conftest.file
820
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
821
+     if test "$[*]" = "X"; then
822
+	# -L didn't work.
823
+	set X `ls -t "$srcdir/configure" conftest.file`
824
+     fi
825
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
826
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
827
+
828
+	# If neither matched, then we have a broken ls.  This can happen
829
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
830
+	# broken ls alias from the environment.  This has actually
831
+	# happened.  Such a system could not be considered "sane".
832
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
833
+  alias in your environment])
834
+     fi
835
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
836
+       break
837
+     fi
838
+     # Just in case.
839
+     sleep 1
840
+     am_has_slept=yes
841
+   done
834 842
    test "$[2]" = conftest.file
835 843
    )
836 844
 then
... ...
@@ -840,31 +798,50 @@ else
840 840
    AC_MSG_ERROR([newly created file is older than distributed files!
841 841
 Check your system clock])
842 842
 fi
843
-AC_MSG_RESULT(yes)])
843
+AC_MSG_RESULT([yes])
844
+# If we didn't sleep, we still need to ensure time stamps of config.status and
845
+# generated files are strictly newer.
846
+am_sleep_pid=
847
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
848
+  ( sleep 1 ) &
849
+  am_sleep_pid=$!
850
+fi
851
+AC_CONFIG_COMMANDS_PRE(
852
+  [AC_MSG_CHECKING([that generated files are newer than configure])
853
+   if test -n "$am_sleep_pid"; then
854
+     # Hide warnings about reused PIDs.
855
+     wait $am_sleep_pid 2>/dev/null
856
+   fi
857
+   AC_MSG_RESULT([done])])
858
+rm -f conftest.file
859
+])
844 860
 
845
-# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
861
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
846 862
 #
847 863
 # This file is free software; the Free Software Foundation
848 864
 # gives unlimited permission to copy and/or distribute it,
849 865
 # with or without modifications, as long as this notice is preserved.
850 866
 
851
-# serial 2
852
-
853 867
 # AM_SILENT_RULES([DEFAULT])
854 868
 # --------------------------
855 869
 # Enable less verbose build rules; with the default set to DEFAULT
856
-# (`yes' being less verbose, `no' or empty being verbose).
870
+# ("yes" being less verbose, "no" or empty being verbose).
857 871
 AC_DEFUN([AM_SILENT_RULES],
858
-[AC_ARG_ENABLE([silent-rules],
859
-[  --enable-silent-rules          less verbose build output (undo: `make V=1')
860
-  --disable-silent-rules         verbose build output (undo: `make V=0')])
861
-case $enable_silent_rules in
862
-yes) AM_DEFAULT_VERBOSITY=0;;
863
-no)  AM_DEFAULT_VERBOSITY=1;;
864
-*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
872
+[AC_ARG_ENABLE([silent-rules], [dnl
873
+AS_HELP_STRING(
874
+  [--enable-silent-rules],
875
+  [less verbose build output (undo: "make V=1")])
876
+AS_HELP_STRING(
877
+  [--disable-silent-rules],
878
+  [verbose build output (undo: "make V=0")])dnl
879
+])
880
+case $enable_silent_rules in @%:@ (((
881
+  yes) AM_DEFAULT_VERBOSITY=0;;
882
+   no) AM_DEFAULT_VERBOSITY=1;;
883
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
865 884
 esac
866 885
 dnl
867
-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
886
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
868 887
 dnl do not support nested variable expansions.
869 888
 dnl See automake bug#9928 and bug#10237.
870 889
 am_make=${MAKE-make}
... ...
@@ -882,7 +859,7 @@ else
882 882
   am_cv_make_support_nested_variables=no
883 883
 fi])
884 884
 if test $am_cv_make_support_nested_variables = yes; then
885
-  dnl Using `$V' instead of `$(V)' breaks IRIX make.
885
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
886 886
   AM_V='$(V)'
887 887
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
888 888
 else
... ...
@@ -899,44 +876,40 @@ AC_SUBST([AM_BACKSLASH])dnl
899 899
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
900 900
 ])
901 901
 
902
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
902
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
903 903
 #
904 904
 # This file is free software; the Free Software Foundation
905 905
 # gives unlimited permission to copy and/or distribute it,
906 906
 # with or without modifications, as long as this notice is preserved.
907 907
 
908
-# serial 1
909
-
910 908
 # AM_PROG_INSTALL_STRIP
911 909
 # ---------------------
912
-# One issue with vendor `install' (even GNU) is that you can't
910
+# One issue with vendor 'install' (even GNU) is that you can't
913 911
 # specify the program used to strip binaries.  This is especially
914 912
 # annoying in cross-compiling environments, where the build's strip
915 913
 # is unlikely to handle the host's binaries.
916 914
 # Fortunately install-sh will honor a STRIPPROG variable, so we
917
-# always use install-sh in `make install-strip', and initialize
915
+# always use install-sh in "make install-strip", and initialize
918 916
 # STRIPPROG with the value of the STRIP variable (set by the user).
919 917
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
920 918
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
921
-# Installed binaries are usually stripped using `strip' when the user
922
-# run `make install-strip'.  However `strip' might not be the right
919
+# Installed binaries are usually stripped using 'strip' when the user
920
+# run "make install-strip".  However 'strip' might not be the right
923 921
 # tool to use in cross-compilation environments, therefore Automake
924
-# will honor the `STRIP' environment variable to overrule this program.
925
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
922
+# will honor the 'STRIP' environment variable to overrule this program.
923
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
926 924
 if test "$cross_compiling" != no; then
927 925
   AC_CHECK_TOOL([STRIP], [strip], :)
928 926
 fi
929 927
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
930 928
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
931 929
 
932
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
930
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
933 931
 #
934 932
 # This file is free software; the Free Software Foundation
935 933
 # gives unlimited permission to copy and/or distribute it,
936 934
 # with or without modifications, as long as this notice is preserved.
937 935
 
938
-# serial 3
939
-
940 936
 # _AM_SUBST_NOTMAKE(VARIABLE)
941 937
 # ---------------------------
942 938
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -950,18 +923,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
950 950
 
951 951
 # Check how to create a tarball.                            -*- Autoconf -*-
952 952
 
953
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
953
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
954 954
 #
955 955
 # This file is free software; the Free Software Foundation
956 956
 # gives unlimited permission to copy and/or distribute it,
957 957
 # with or without modifications, as long as this notice is preserved.
958 958
 
959
-# serial 2
960
-
961 959
 # _AM_PROG_TAR(FORMAT)
962 960
 # --------------------
963 961
 # Check how to create a tarball in format FORMAT.
964
-# FORMAT should be one of `v7', `ustar', or `pax'.
962
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
965 963
 #
966 964
 # Substitute a variable $(am__tar) that is a command
967 965
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -984,7 +955,7 @@ AC_MSG_CHECKING([how to create a $1 tar archive])
984 984
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
985 985
 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
986 986
 # Do not fold the above two line into one, because Tru64 sh and
987
-# Solaris sh will not grok spaces in the rhs of `-'.
987
+# Solaris sh will not grok spaces in the rhs of '-'.
988 988
 for _am_tool in $_am_tools
989 989
 do
990 990
   case $_am_tool in
... ...
@@ -520,6 +520,28 @@
520 520
 /* use syslog */
521 521
 #undef USE_SYSLOG
522 522
 
523
+/* Enable extensions on AIX 3, Interix.  */
524
+#ifndef _ALL_SOURCE
525
+# undef _ALL_SOURCE
526
+#endif
527
+/* Enable GNU extensions on systems that have them.  */
528
+#ifndef _GNU_SOURCE
529
+# undef _GNU_SOURCE
530
+#endif
531
+/* Enable threading extensions on Solaris.  */
532
+#ifndef _POSIX_PTHREAD_SEMANTICS
533
+# undef _POSIX_PTHREAD_SEMANTICS
534
+#endif
535
+/* Enable extensions on HP NonStop.  */
536
+#ifndef _TANDEM_SOURCE
537
+# undef _TANDEM_SOURCE
538
+#endif
539
+/* Enable general extensions on Solaris.  */
540
+#ifndef __EXTENSIONS__
541
+# undef __EXTENSIONS__
542
+#endif
543
+
544
+
523 545
 /* Version number of package */
524 546
 #undef VERSION
525 547
 
... ...
@@ -541,9 +563,19 @@
541 541
 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
542 542
 #undef _LARGEFILE_SOURCE
543 543
 
544
+/* Define to 1 if on MINIX. */
545
+#undef _MINIX
546
+
547
+/* Define to 2 if the system does not provide POSIX.1 features except with
548
+   this defined. */
549
+#undef _POSIX_1_SOURCE
550
+
544 551
 /* POSIX compatibility */
545 552
 #undef _POSIX_PII_SOCKET
546 553
 
554
+/* Define to 1 if you need to in order for `stat' and other things to work. */
555
+#undef _POSIX_SOURCE
556
+
547 557
 /* thread safe */
548 558
 #undef _REENTRANT
549 559
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -73,7 +72,8 @@ target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =  \
74 74
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
75 75
 subdir = clamav-milter
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -170,6 +170,19 @@ clamav_milter_LDADD = $(LDADD)
170 170
 AM_V_lt = $(am__v_lt_@AM_V@)
171 171
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172 172
 am__v_lt_0 = --silent
173
+am__v_lt_1 = 
174
+AM_V_P = $(am__v_P_@AM_V@)
175
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
176
+am__v_P_0 = false
177
+am__v_P_1 = :
178
+AM_V_GEN = $(am__v_GEN_@AM_V@)
179
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
180
+am__v_GEN_0 = @echo "  GEN     " $@;
181
+am__v_GEN_1 = 
182
+AM_V_at = $(am__v_at_@AM_V@)
183
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184
+am__v_at_0 = @
185
+am__v_at_1 = 
173 186
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
174 187
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
175 188
 am__depfiles_maybe = depfiles
... ...
@@ -182,20 +195,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
182 182
 	$(AM_CFLAGS) $(CFLAGS)
183 183
 AM_V_CC = $(am__v_CC_@AM_V@)
184 184
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
185
-am__v_CC_0 = @echo "  CC    " $@;
186
-AM_V_at = $(am__v_at_@AM_V@)
187
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188
-am__v_at_0 = @
185
+am__v_CC_0 = @echo "  CC      " $@;
186
+am__v_CC_1 = 
189 187
 CCLD = $(CC)
190 188
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
191 189
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
192 190
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
193 191
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
194 192
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
195
-am__v_CCLD_0 = @echo "  CCLD  " $@;
196
-AM_V_GEN = $(am__v_GEN_@AM_V@)
197
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
198
-am__v_GEN_0 = @echo "  GEN   " $@;
193
+am__v_CCLD_0 = @echo "  CCLD    " $@;
194
+am__v_CCLD_1 = 
199 195
 SOURCES = $(clamav_milter_SOURCES)
200 196
 DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST)
201 197
 am__can_run_installinfo = \
... ...
@@ -233,6 +242,23 @@ am__uninstall_files_from_dir = { \
233 233
 man8dir = $(mandir)/man8
234 234
 NROFF = nroff
235 235
 MANS = $(man_MANS)
236
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
237
+# Read a list of newline-separated strings from the standard input,
238
+# and print each of them once, without duplicates.  Input order is
239
+# *not* preserved.
240
+am__uniquify_input = $(AWK) '\
241
+  BEGIN { nonempty = 0; } \
242
+  { items[$$0] = 1; nonempty = 1; } \
243
+  END { if (nonempty) { for (i in items) print i; }; } \
244
+'
245
+# Make sure the list of sources is unique.  This is necessary because,
246
+# e.g., the same source file might be shared among _SOURCES variables
247
+# for different programs/libraries.
248
+am__define_uniq_tagged_files = \
249
+  list='$(am__tagged_files)'; \
250
+  unique=`for i in $$list; do \
251
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
252
+  done | $(am__uniquify_input)`
236 253
 ETAGS = etags
237 254
 CTAGS = ctags
238 255
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -491,10 +517,12 @@ install-sbinPROGRAMS: $(sbin_PROGRAMS)
491 491
 	fi; \
492 492
 	for p in $$list; do echo "$$p $$p"; done | \
493 493
 	sed 's/$(EXEEXT)$$//' | \
494
-	while read p p1; do if test -f $$p || test -f $$p1; \
495
-	  then echo "$$p"; echo "$$p"; else :; fi; \
494
+	while read p p1; do if test -f $$p \
495
+	 || test -f $$p1 \
496
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
496 497
 	done | \
497
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
498
+	sed -e 'p;s,.*/,,;n;h' \
499
+	    -e 's|.*|.|' \
498 500
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
499 501
 	sed 'N;N;N;s,\n, ,g' | \
500 502
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -515,7 +543,8 @@ uninstall-sbinPROGRAMS:
515 515
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
516 516
 	files=`for p in $$list; do echo "$$p"; done | \
517 517
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
518
-	      -e 's/$$/$(EXEEXT)/' `; \
518
+	      -e 's/$$/$(EXEEXT)/' \
519
+	`; \
519 520
 	test -n "$$list" || exit 0; \
520 521
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
521 522
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -690,26 +719,15 @@ uninstall-man8:
690 690
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
691 691
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
692 692
 
693
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
694
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
695
-	unique=`for i in $$list; do \
696
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
697
-	  done | \
698
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
699
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
700
-	mkid -fID $$unique
701
-tags: TAGS
702
-
703
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
704
-		$(TAGS_FILES) $(LISP)
693
+ID: $(am__tagged_files)
694
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
695
+tags: tags-am
696
+TAGS: tags
697
+
698
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
705 699
 	set x; \
706 700
 	here=`pwd`; \
707
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
708
-	unique=`for i in $$list; do \
709
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
710
-	  done | \
711
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
712
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
701
+	$(am__define_uniq_tagged_files); \
713 702
 	shift; \
714 703
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
715 704
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -721,15 +739,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
721 721
 	      $$unique; \
722 722
 	  fi; \
723 723
 	fi
724
-ctags: CTAGS
725
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
726
-		$(TAGS_FILES) $(LISP)
727
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
728
-	unique=`for i in $$list; do \
729
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
730
-	  done | \
731
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
732
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
724
+ctags: ctags-am
725
+
726
+CTAGS: ctags
727
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
728
+	$(am__define_uniq_tagged_files); \
733 729
 	test -z "$(CTAGS_ARGS)$$unique" \
734 730
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
735 731
 	     $$unique
... ...
@@ -738,24 +752,26 @@ GTAGS:
738 738
 	here=`$(am__cd) $(top_builddir) && pwd` \
739 739
 	  && $(am__cd) $(top_srcdir) \
740 740
 	  && gtags -i $(GTAGS_ARGS) "$$here"
741
+cscopelist: cscopelist-am
742
+
743
+cscopelist-am: $(am__tagged_files)
744
+	list='$(am__tagged_files)'; \
745
+	case "$(srcdir)" in \
746
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
747
+	  *) sdir=$(subdir)/$(srcdir) ;; \
748
+	esac; \
749
+	for i in $$list; do \
750
+	  if test -f "$$i"; then \
751
+	    echo "$(subdir)/$$i"; \
752
+	  else \
753
+	    echo "$$sdir/$$i"; \
754
+	  fi; \
755
+	done >> $(top_builddir)/cscope.files
741 756
 
742 757
 distclean-tags:
743 758
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
744 759
 
745 760
 distdir: $(DISTFILES)
746
-	@list='$(MANS)'; if test -n "$$list"; then \
747
-	  list=`for p in $$list; do \
748
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
749
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
750
-	  if test -n "$$list" && \
751
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
752
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
753
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
754
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
755
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
756
-	    exit 1; \
757
-	  else :; fi; \
758
-	else :; fi
759 761
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
760 762
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
761 763
 	list='$(DISTFILES)'; \
... ...
@@ -898,19 +914,20 @@ uninstall-man: uninstall-man8
898 898
 
899 899
 .MAKE: install-am install-strip
900 900
 
901
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
902
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
903
-	distclean-compile distclean-generic distclean-libtool \
904
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
905
-	install install-am install-data install-data-am install-dvi \
906
-	install-dvi-am install-exec install-exec-am install-html \
907
-	install-html-am install-info install-info-am install-man \
908
-	install-man8 install-pdf install-pdf-am install-ps \
909
-	install-ps-am install-sbinPROGRAMS install-strip installcheck \
910
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
911
-	maintainer-clean maintainer-clean-generic mostlyclean \
912
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
913
-	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
901
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
902
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
903
+	distclean distclean-compile distclean-generic \
904
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
905
+	html-am info info-am install install-am install-data \
906
+	install-data-am install-dvi install-dvi-am install-exec \
907
+	install-exec-am install-html install-html-am install-info \
908
+	install-info-am install-man install-man8 install-pdf \
909
+	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
910
+	install-strip installcheck installcheck-am \
911
+	installcheck-sbinPROGRAMS installdirs maintainer-clean \
912
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
913
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
914
+	tags tags-am uninstall uninstall-am uninstall-man \
914 915
 	uninstall-man8 uninstall-sbinPROGRAMS
915 916
 
916 917
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -54,7 +53,8 @@ host_triplet = @host@
54 54
 target_triplet = @target@
55 55
 bin_PROGRAMS = clambc$(EXEEXT)
56 56
 subdir = clambc
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
+	$(top_srcdir)/config/depcomp
58 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 61
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -136,6 +136,19 @@ clambc_LDADD = $(LDADD)
136 136
 AM_V_lt = $(am__v_lt_@AM_V@)
137 137
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
138 138
 am__v_lt_0 = --silent
139
+am__v_lt_1 = 
140
+AM_V_P = $(am__v_P_@AM_V@)
141
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
142
+am__v_P_0 = false
143
+am__v_P_1 = :
144
+AM_V_GEN = $(am__v_GEN_@AM_V@)
145
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
146
+am__v_GEN_0 = @echo "  GEN     " $@;
147
+am__v_GEN_1 = 
148
+AM_V_at = $(am__v_at_@AM_V@)
149
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
150
+am__v_at_0 = @
151
+am__v_at_1 = 
139 152
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
140 153
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
141 154
 am__depfiles_maybe = depfiles
... ...
@@ -148,20 +161,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 148
 	$(AM_CFLAGS) $(CFLAGS)
149 149
 AM_V_CC = $(am__v_CC_@AM_V@)
150 150
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
151
-am__v_CC_0 = @echo "  CC    " $@;
152
-AM_V_at = $(am__v_at_@AM_V@)
153
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154
-am__v_at_0 = @
151
+am__v_CC_0 = @echo "  CC      " $@;
152
+am__v_CC_1 = 
155 153
 CCLD = $(CC)
156 154
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
157 155
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
158 156
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
159 157
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
160 158
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
161
-am__v_CCLD_0 = @echo "  CCLD  " $@;
162
-AM_V_GEN = $(am__v_GEN_@AM_V@)
163
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164
-am__v_GEN_0 = @echo "  GEN   " $@;
159
+am__v_CCLD_0 = @echo "  CCLD    " $@;
160
+am__v_CCLD_1 = 
165 161
 SOURCES = $(clambc_SOURCES)
166 162
 DIST_SOURCES = $(clambc_SOURCES)
167 163
 am__can_run_installinfo = \
... ...
@@ -169,6 +178,23 @@ am__can_run_installinfo = \
169 169
     n|no|NO) false;; \
170 170
     *) (install-info --version) >/dev/null 2>&1;; \
171 171
   esac
172
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
173
+# Read a list of newline-separated strings from the standard input,
174
+# and print each of them once, without duplicates.  Input order is
175
+# *not* preserved.
176
+am__uniquify_input = $(AWK) '\
177
+  BEGIN { nonempty = 0; } \
178
+  { items[$$0] = 1; nonempty = 1; } \
179
+  END { if (nonempty) { for (i in items) print i; }; } \
180
+'
181
+# Make sure the list of sources is unique.  This is necessary because,
182
+# e.g., the same source file might be shared among _SOURCES variables
183
+# for different programs/libraries.
184
+am__define_uniq_tagged_files = \
185
+  list='$(am__tagged_files)'; \
186
+  unique=`for i in $$list; do \
187
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
188
+  done | $(am__uniquify_input)`
172 189
 ETAGS = etags
173 190
 CTAGS = ctags
174 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -416,10 +442,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
416 416
 	fi; \
417 417
 	for p in $$list; do echo "$$p $$p"; done | \
418 418
 	sed 's/$(EXEEXT)$$//' | \
419
-	while read p p1; do if test -f $$p || test -f $$p1; \
420
-	  then echo "$$p"; echo "$$p"; else :; fi; \
419
+	while read p p1; do if test -f $$p \
420
+	 || test -f $$p1 \
421
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
421 422
 	done | \
422
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
423
+	sed -e 'p;s,.*/,,;n;h' \
424
+	    -e 's|.*|.|' \
423 425
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
424 426
 	sed 'N;N;N;s,\n, ,g' | \
425 427
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -440,7 +468,8 @@ uninstall-binPROGRAMS:
440 440
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
441 441
 	files=`for p in $$list; do echo "$$p"; done | \
442 442
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
443
-	      -e 's/$$/$(EXEEXT)/' `; \
443
+	      -e 's/$$/$(EXEEXT)/' \
444
+	`; \
444 445
 	test -n "$$list" || exit 0; \
445 446
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
446 447
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -553,26 +582,15 @@ mostlyclean-libtool:
553 553
 clean-libtool:
554 554
 	-rm -rf .libs _libs
555 555
 
556
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
557
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
558
-	unique=`for i in $$list; do \
559
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
560
-	  done | \
561
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
562
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
563
-	mkid -fID $$unique
564
-tags: TAGS
565
-
566
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
567
-		$(TAGS_FILES) $(LISP)
556
+ID: $(am__tagged_files)
557
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
558
+tags: tags-am
559
+TAGS: tags
560
+
561
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
568 562
 	set x; \
569 563
 	here=`pwd`; \
570
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
571
-	unique=`for i in $$list; do \
572
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
573
-	  done | \
574
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
575
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
564
+	$(am__define_uniq_tagged_files); \
576 565
 	shift; \
577 566
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
578 567
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -584,15 +602,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
584 584
 	      $$unique; \
585 585
 	  fi; \
586 586
 	fi
587
-ctags: CTAGS
588
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
589
-		$(TAGS_FILES) $(LISP)
590
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
591
-	unique=`for i in $$list; do \
592
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
593
-	  done | \
594
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
595
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
587
+ctags: ctags-am
588
+
589
+CTAGS: ctags
590
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
591
+	$(am__define_uniq_tagged_files); \
596 592
 	test -z "$(CTAGS_ARGS)$$unique" \
597 593
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
598 594
 	     $$unique
... ...
@@ -601,6 +615,21 @@ GTAGS:
601 601
 	here=`$(am__cd) $(top_builddir) && pwd` \
602 602
 	  && $(am__cd) $(top_srcdir) \
603 603
 	  && gtags -i $(GTAGS_ARGS) "$$here"
604
+cscopelist: cscopelist-am
605
+
606
+cscopelist-am: $(am__tagged_files)
607
+	list='$(am__tagged_files)'; \
608
+	case "$(srcdir)" in \
609
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
610
+	  *) sdir=$(subdir)/$(srcdir) ;; \
611
+	esac; \
612
+	for i in $$list; do \
613
+	  if test -f "$$i"; then \
614
+	    echo "$(subdir)/$$i"; \
615
+	  else \
616
+	    echo "$$sdir/$$i"; \
617
+	  fi; \
618
+	done >> $(top_builddir)/cscope.files
604 619
 
605 620
 distclean-tags:
606 621
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -745,19 +774,20 @@ uninstall-am: uninstall-binPROGRAMS
745 745
 
746 746
 .MAKE: install-am install-strip
747 747
 
748
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
749
-	clean-generic clean-libtool ctags distclean distclean-compile \
750
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
751
-	dvi-am html html-am info info-am install install-am \
752
-	install-binPROGRAMS install-data install-data-am install-dvi \
753
-	install-dvi-am install-exec install-exec-am install-html \
754
-	install-html-am install-info install-info-am install-man \
755
-	install-pdf install-pdf-am install-ps install-ps-am \
756
-	install-strip installcheck installcheck-am \
757
-	installcheck-binPROGRAMS installdirs maintainer-clean \
758
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
759
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
760
-	tags uninstall uninstall-am uninstall-binPROGRAMS
748
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
749
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
750
+	ctags ctags-am distclean distclean-compile distclean-generic \
751
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
752
+	html-am info info-am install install-am install-binPROGRAMS \
753
+	install-data install-data-am install-dvi install-dvi-am \
754
+	install-exec install-exec-am install-html install-html-am \
755
+	install-info install-info-am install-man install-pdf \
756
+	install-pdf-am install-ps install-ps-am install-strip \
757
+	installcheck installcheck-am installcheck-binPROGRAMS \
758
+	installdirs maintainer-clean maintainer-clean-generic \
759
+	mostlyclean mostlyclean-compile mostlyclean-generic \
760
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
761
+	uninstall-am uninstall-binPROGRAMS
761 762
 
762 763
 
763 764
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = clamconf$(EXEEXT)
74 74
 subdir = clamconf
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -154,6 +154,19 @@ clamconf_LDADD = $(LDADD)
154 154
 AM_V_lt = $(am__v_lt_@AM_V@)
155 155
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 156
 am__v_lt_0 = --silent
157
+am__v_lt_1 = 
158
+AM_V_P = $(am__v_P_@AM_V@)
159
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160
+am__v_P_0 = false
161
+am__v_P_1 = :
162
+AM_V_GEN = $(am__v_GEN_@AM_V@)
163
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164
+am__v_GEN_0 = @echo "  GEN     " $@;
165
+am__v_GEN_1 = 
166
+AM_V_at = $(am__v_at_@AM_V@)
167
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168
+am__v_at_0 = @
169
+am__v_at_1 = 
157 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
159 172
 am__depfiles_maybe = depfiles
... ...
@@ -166,20 +179,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 166
 	$(AM_CFLAGS) $(CFLAGS)
167 167
 AM_V_CC = $(am__v_CC_@AM_V@)
168 168
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169
-am__v_CC_0 = @echo "  CC    " $@;
170
-AM_V_at = $(am__v_at_@AM_V@)
171
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172
-am__v_at_0 = @
169
+am__v_CC_0 = @echo "  CC      " $@;
170
+am__v_CC_1 = 
173 171
 CCLD = $(CC)
174 172
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 173
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 174
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177 175
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 176
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179
-am__v_CCLD_0 = @echo "  CCLD  " $@;
180
-AM_V_GEN = $(am__v_GEN_@AM_V@)
181
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182
-am__v_GEN_0 = @echo "  GEN   " $@;
177
+am__v_CCLD_0 = @echo "  CCLD    " $@;
178
+am__v_CCLD_1 = 
183 179
 SOURCES = $(clamconf_SOURCES)
184 180
 DIST_SOURCES = $(clamconf_SOURCES)
185 181
 am__can_run_installinfo = \
... ...
@@ -187,6 +196,23 @@ am__can_run_installinfo = \
187 187
     n|no|NO) false;; \
188 188
     *) (install-info --version) >/dev/null 2>&1;; \
189 189
   esac
190
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191
+# Read a list of newline-separated strings from the standard input,
192
+# and print each of them once, without duplicates.  Input order is
193
+# *not* preserved.
194
+am__uniquify_input = $(AWK) '\
195
+  BEGIN { nonempty = 0; } \
196
+  { items[$$0] = 1; nonempty = 1; } \
197
+  END { if (nonempty) { for (i in items) print i; }; } \
198
+'
199
+# Make sure the list of sources is unique.  This is necessary because,
200
+# e.g., the same source file might be shared among _SOURCES variables
201
+# for different programs/libraries.
202
+am__define_uniq_tagged_files = \
203
+  list='$(am__tagged_files)'; \
204
+  unique=`for i in $$list; do \
205
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206
+  done | $(am__uniquify_input)`
190 207
 ETAGS = etags
191 208
 CTAGS = ctags
192 209
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -438,10 +464,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
438 438
 	fi; \
439 439
 	for p in $$list; do echo "$$p $$p"; done | \
440 440
 	sed 's/$(EXEEXT)$$//' | \
441
-	while read p p1; do if test -f $$p || test -f $$p1; \
442
-	  then echo "$$p"; echo "$$p"; else :; fi; \
441
+	while read p p1; do if test -f $$p \
442
+	 || test -f $$p1 \
443
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
443 444
 	done | \
444
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
445
+	sed -e 'p;s,.*/,,;n;h' \
446
+	    -e 's|.*|.|' \
445 447
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
446 448
 	sed 'N;N;N;s,\n, ,g' | \
447 449
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -462,7 +490,8 @@ uninstall-binPROGRAMS:
462 462
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
463 463
 	files=`for p in $$list; do echo "$$p"; done | \
464 464
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
465
-	      -e 's/$$/$(EXEEXT)/' `; \
465
+	      -e 's/$$/$(EXEEXT)/' \
466
+	`; \
466 467
 	test -n "$$list" || exit 0; \
467 468
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
468 469
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -575,26 +604,15 @@ mostlyclean-libtool:
575 575
 clean-libtool:
576 576
 	-rm -rf .libs _libs
577 577
 
578
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
579
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
580
-	unique=`for i in $$list; do \
581
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
582
-	  done | \
583
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
584
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
585
-	mkid -fID $$unique
586
-tags: TAGS
587
-
588
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
589
-		$(TAGS_FILES) $(LISP)
578
+ID: $(am__tagged_files)
579
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
580
+tags: tags-am
581
+TAGS: tags
582
+
583
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
590 584
 	set x; \
591 585
 	here=`pwd`; \
592
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
593
-	unique=`for i in $$list; do \
594
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
595
-	  done | \
596
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
597
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
586
+	$(am__define_uniq_tagged_files); \
598 587
 	shift; \
599 588
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
600 589
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -606,15 +624,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
606 606
 	      $$unique; \
607 607
 	  fi; \
608 608
 	fi
609
-ctags: CTAGS
610
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
611
-		$(TAGS_FILES) $(LISP)
612
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
613
-	unique=`for i in $$list; do \
614
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
615
-	  done | \
616
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
617
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
609
+ctags: ctags-am
610
+
611
+CTAGS: ctags
612
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
613
+	$(am__define_uniq_tagged_files); \
618 614
 	test -z "$(CTAGS_ARGS)$$unique" \
619 615
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
620 616
 	     $$unique
... ...
@@ -623,6 +637,21 @@ GTAGS:
623 623
 	here=`$(am__cd) $(top_builddir) && pwd` \
624 624
 	  && $(am__cd) $(top_srcdir) \
625 625
 	  && gtags -i $(GTAGS_ARGS) "$$here"
626
+cscopelist: cscopelist-am
627
+
628
+cscopelist-am: $(am__tagged_files)
629
+	list='$(am__tagged_files)'; \
630
+	case "$(srcdir)" in \
631
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
632
+	  *) sdir=$(subdir)/$(srcdir) ;; \
633
+	esac; \
634
+	for i in $$list; do \
635
+	  if test -f "$$i"; then \
636
+	    echo "$(subdir)/$$i"; \
637
+	  else \
638
+	    echo "$$sdir/$$i"; \
639
+	  fi; \
640
+	done >> $(top_builddir)/cscope.files
626 641
 
627 642
 distclean-tags:
628 643
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -767,19 +796,20 @@ uninstall-am: uninstall-binPROGRAMS
767 767
 
768 768
 .MAKE: install-am install-strip
769 769
 
770
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
771
-	clean-generic clean-libtool ctags distclean distclean-compile \
772
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
773
-	dvi-am html html-am info info-am install install-am \
774
-	install-binPROGRAMS install-data install-data-am install-dvi \
775
-	install-dvi-am install-exec install-exec-am install-html \
776
-	install-html-am install-info install-info-am install-man \
777
-	install-pdf install-pdf-am install-ps install-ps-am \
778
-	install-strip installcheck installcheck-am \
779
-	installcheck-binPROGRAMS installdirs maintainer-clean \
780
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
781
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
782
-	tags uninstall uninstall-am uninstall-binPROGRAMS
770
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
771
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
772
+	ctags ctags-am distclean distclean-compile distclean-generic \
773
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
774
+	html-am info info-am install install-am install-binPROGRAMS \
775
+	install-data install-data-am install-dvi install-dvi-am \
776
+	install-exec install-exec-am install-html install-html-am \
777
+	install-info install-info-am install-man install-pdf \
778
+	install-pdf-am install-ps install-ps-am install-strip \
779
+	installcheck installcheck-am installcheck-binPROGRAMS \
780
+	installdirs maintainer-clean maintainer-clean-generic \
781
+	mostlyclean mostlyclean-compile mostlyclean-generic \
782
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
783
+	uninstall-am uninstall-binPROGRAMS
783 784
 
784 785
 
785 786
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
74 74
 subdir = clamd
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -167,6 +167,19 @@ clamd_LDADD = $(LDADD)
167 167
 AM_V_lt = $(am__v_lt_@AM_V@)
168 168
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169 169
 am__v_lt_0 = --silent
170
+am__v_lt_1 = 
171
+AM_V_P = $(am__v_P_@AM_V@)
172
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173
+am__v_P_0 = false
174
+am__v_P_1 = :
175
+AM_V_GEN = $(am__v_GEN_@AM_V@)
176
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177
+am__v_GEN_0 = @echo "  GEN     " $@;
178
+am__v_GEN_1 = 
179
+AM_V_at = $(am__v_at_@AM_V@)
180
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181
+am__v_at_0 = @
182
+am__v_at_1 = 
170 183
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171 184
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
172 185
 am__depfiles_maybe = depfiles
... ...
@@ -179,20 +192,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 179
 	$(AM_CFLAGS) $(CFLAGS)
180 180
 AM_V_CC = $(am__v_CC_@AM_V@)
181 181
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182
-am__v_CC_0 = @echo "  CC    " $@;
183
-AM_V_at = $(am__v_at_@AM_V@)
184
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185
-am__v_at_0 = @
182
+am__v_CC_0 = @echo "  CC      " $@;
183
+am__v_CC_1 = 
186 184
 CCLD = $(CC)
187 185
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188 186
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189 187
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
190 188
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191 189
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192
-am__v_CCLD_0 = @echo "  CCLD  " $@;
193
-AM_V_GEN = $(am__v_GEN_@AM_V@)
194
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195
-am__v_GEN_0 = @echo "  GEN   " $@;
190
+am__v_CCLD_0 = @echo "  CCLD    " $@;
191
+am__v_CCLD_1 = 
196 192
 SOURCES = $(clamd_SOURCES)
197 193
 DIST_SOURCES = $(am__clamd_SOURCES_DIST)
198 194
 am__can_run_installinfo = \
... ...
@@ -200,6 +209,23 @@ am__can_run_installinfo = \
200 200
     n|no|NO) false;; \
201 201
     *) (install-info --version) >/dev/null 2>&1;; \
202 202
   esac
203
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
204
+# Read a list of newline-separated strings from the standard input,
205
+# and print each of them once, without duplicates.  Input order is
206
+# *not* preserved.
207
+am__uniquify_input = $(AWK) '\
208
+  BEGIN { nonempty = 0; } \
209
+  { items[$$0] = 1; nonempty = 1; } \
210
+  END { if (nonempty) { for (i in items) print i; }; } \
211
+'
212
+# Make sure the list of sources is unique.  This is necessary because,
213
+# e.g., the same source file might be shared among _SOURCES variables
214
+# for different programs/libraries.
215
+am__define_uniq_tagged_files = \
216
+  list='$(am__tagged_files)'; \
217
+  unique=`for i in $$list; do \
218
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
219
+  done | $(am__uniquify_input)`
203 220
 ETAGS = etags
204 221
 CTAGS = ctags
205 222
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -470,10 +496,12 @@ install-sbinPROGRAMS: $(sbin_PROGRAMS)
470 470
 	fi; \
471 471
 	for p in $$list; do echo "$$p $$p"; done | \
472 472
 	sed 's/$(EXEEXT)$$//' | \
473
-	while read p p1; do if test -f $$p || test -f $$p1; \
474
-	  then echo "$$p"; echo "$$p"; else :; fi; \
473
+	while read p p1; do if test -f $$p \
474
+	 || test -f $$p1 \
475
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
475 476
 	done | \
476
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
477
+	sed -e 'p;s,.*/,,;n;h' \
478
+	    -e 's|.*|.|' \
477 479
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
478 480
 	sed 'N;N;N;s,\n, ,g' | \
479 481
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -494,7 +522,8 @@ uninstall-sbinPROGRAMS:
494 494
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
495 495
 	files=`for p in $$list; do echo "$$p"; done | \
496 496
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
497
-	      -e 's/$$/$(EXEEXT)/' `; \
497
+	      -e 's/$$/$(EXEEXT)/' \
498
+	`; \
498 499
 	test -n "$$list" || exit 0; \
499 500
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
500 501
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -630,26 +659,15 @@ mostlyclean-libtool:
630 630
 clean-libtool:
631 631
 	-rm -rf .libs _libs
632 632
 
633
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
634
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
635
-	unique=`for i in $$list; do \
636
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
637
-	  done | \
638
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
639
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
640
-	mkid -fID $$unique
641
-tags: TAGS
642
-
643
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
644
-		$(TAGS_FILES) $(LISP)
633
+ID: $(am__tagged_files)
634
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
635
+tags: tags-am
636
+TAGS: tags
637
+
638
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645 639
 	set x; \
646 640
 	here=`pwd`; \
647
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
648
-	unique=`for i in $$list; do \
649
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
650
-	  done | \
651
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
652
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
641
+	$(am__define_uniq_tagged_files); \
653 642
 	shift; \
654 643
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
655 644
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -661,15 +679,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
661 661
 	      $$unique; \
662 662
 	  fi; \
663 663
 	fi
664
-ctags: CTAGS
665
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
666
-		$(TAGS_FILES) $(LISP)
667
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
668
-	unique=`for i in $$list; do \
669
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670
-	  done | \
671
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
664
+ctags: ctags-am
665
+
666
+CTAGS: ctags
667
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668
+	$(am__define_uniq_tagged_files); \
673 669
 	test -z "$(CTAGS_ARGS)$$unique" \
674 670
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
675 671
 	     $$unique
... ...
@@ -678,6 +692,21 @@ GTAGS:
678 678
 	here=`$(am__cd) $(top_builddir) && pwd` \
679 679
 	  && $(am__cd) $(top_srcdir) \
680 680
 	  && gtags -i $(GTAGS_ARGS) "$$here"
681
+cscopelist: cscopelist-am
682
+
683
+cscopelist-am: $(am__tagged_files)
684
+	list='$(am__tagged_files)'; \
685
+	case "$(srcdir)" in \
686
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
687
+	  *) sdir=$(subdir)/$(srcdir) ;; \
688
+	esac; \
689
+	for i in $$list; do \
690
+	  if test -f "$$i"; then \
691
+	    echo "$(subdir)/$$i"; \
692
+	  else \
693
+	    echo "$$sdir/$$i"; \
694
+	  fi; \
695
+	done >> $(top_builddir)/cscope.files
681 696
 
682 697
 distclean-tags:
683 698
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -823,20 +852,20 @@ uninstall-am: uninstall-sbinPROGRAMS
823 823
 
824 824
 .MAKE: install-am install-strip
825 825
 
826
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
827
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
828
-	distclean-compile distclean-generic distclean-libtool \
829
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
830
-	install install-am install-data install-data-am install-dvi \
831
-	install-dvi-am install-exec install-exec-am install-html \
832
-	install-html-am install-info install-info-am install-man \
833
-	install-pdf install-pdf-am install-ps install-ps-am \
834
-	install-sbinPROGRAMS install-strip installcheck \
835
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
836
-	maintainer-clean maintainer-clean-generic mostlyclean \
837
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
838
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
839
-	uninstall-sbinPROGRAMS
826
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
827
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
828
+	distclean distclean-compile distclean-generic \
829
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
830
+	html-am info info-am install install-am install-data \
831
+	install-data-am install-dvi install-dvi-am install-exec \
832
+	install-exec-am install-html install-html-am install-info \
833
+	install-info-am install-man install-pdf install-pdf-am \
834
+	install-ps install-ps-am install-sbinPROGRAMS install-strip \
835
+	installcheck installcheck-am installcheck-sbinPROGRAMS \
836
+	installdirs maintainer-clean maintainer-clean-generic \
837
+	mostlyclean mostlyclean-compile mostlyclean-generic \
838
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
839
+	uninstall-am uninstall-sbinPROGRAMS
840 840
 
841 841
 
842 842
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
74 74
 subdir = clamdscan
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -165,6 +165,19 @@ clamdscan_LDADD = $(LDADD)
165 165
 AM_V_lt = $(am__v_lt_@AM_V@)
166 166
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
167 167
 am__v_lt_0 = --silent
168
+am__v_lt_1 = 
169
+AM_V_P = $(am__v_P_@AM_V@)
170
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171
+am__v_P_0 = false
172
+am__v_P_1 = :
173
+AM_V_GEN = $(am__v_GEN_@AM_V@)
174
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175
+am__v_GEN_0 = @echo "  GEN     " $@;
176
+am__v_GEN_1 = 
177
+AM_V_at = $(am__v_at_@AM_V@)
178
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179
+am__v_at_0 = @
180
+am__v_at_1 = 
168 181
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
169 182
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
170 183
 am__depfiles_maybe = depfiles
... ...
@@ -177,20 +190,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 177
 	$(AM_CFLAGS) $(CFLAGS)
178 178
 AM_V_CC = $(am__v_CC_@AM_V@)
179 179
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
180
-am__v_CC_0 = @echo "  CC    " $@;
181
-AM_V_at = $(am__v_at_@AM_V@)
182
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
183
-am__v_at_0 = @
180
+am__v_CC_0 = @echo "  CC      " $@;
181
+am__v_CC_1 = 
184 182
 CCLD = $(CC)
185 183
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
186 184
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
187 185
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
188 186
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
189 187
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
190
-am__v_CCLD_0 = @echo "  CCLD  " $@;
191
-AM_V_GEN = $(am__v_GEN_@AM_V@)
192
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
193
-am__v_GEN_0 = @echo "  GEN   " $@;
188
+am__v_CCLD_0 = @echo "  CCLD    " $@;
189
+am__v_CCLD_1 = 
194 190
 SOURCES = $(clamdscan_SOURCES)
195 191
 DIST_SOURCES = $(am__clamdscan_SOURCES_DIST)
196 192
 am__can_run_installinfo = \
... ...
@@ -198,6 +207,23 @@ am__can_run_installinfo = \
198 198
     n|no|NO) false;; \
199 199
     *) (install-info --version) >/dev/null 2>&1;; \
200 200
   esac
201
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
202
+# Read a list of newline-separated strings from the standard input,
203
+# and print each of them once, without duplicates.  Input order is
204
+# *not* preserved.
205
+am__uniquify_input = $(AWK) '\
206
+  BEGIN { nonempty = 0; } \
207
+  { items[$$0] = 1; nonempty = 1; } \
208
+  END { if (nonempty) { for (i in items) print i; }; } \
209
+'
210
+# Make sure the list of sources is unique.  This is necessary because,
211
+# e.g., the same source file might be shared among _SOURCES variables
212
+# for different programs/libraries.
213
+am__define_uniq_tagged_files = \
214
+  list='$(am__tagged_files)'; \
215
+  unique=`for i in $$list; do \
216
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
217
+  done | $(am__uniquify_input)`
201 218
 ETAGS = etags
202 219
 CTAGS = ctags
203 220
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -456,10 +482,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
456 456
 	fi; \
457 457
 	for p in $$list; do echo "$$p $$p"; done | \
458 458
 	sed 's/$(EXEEXT)$$//' | \
459
-	while read p p1; do if test -f $$p || test -f $$p1; \
460
-	  then echo "$$p"; echo "$$p"; else :; fi; \
459
+	while read p p1; do if test -f $$p \
460
+	 || test -f $$p1 \
461
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
461 462
 	done | \
462
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
463
+	sed -e 'p;s,.*/,,;n;h' \
464
+	    -e 's|.*|.|' \
463 465
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
464 466
 	sed 'N;N;N;s,\n, ,g' | \
465 467
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -480,7 +508,8 @@ uninstall-binPROGRAMS:
480 480
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
481 481
 	files=`for p in $$list; do echo "$$p"; done | \
482 482
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
483
-	      -e 's/$$/$(EXEEXT)/' `; \
483
+	      -e 's/$$/$(EXEEXT)/' \
484
+	`; \
484 485
 	test -n "$$list" || exit 0; \
485 486
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
486 487
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -640,26 +669,15 @@ mostlyclean-libtool:
640 640
 clean-libtool:
641 641
 	-rm -rf .libs _libs
642 642
 
643
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
644
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
645
-	unique=`for i in $$list; do \
646
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
647
-	  done | \
648
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
649
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
650
-	mkid -fID $$unique
651
-tags: TAGS
652
-
653
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
654
-		$(TAGS_FILES) $(LISP)
643
+ID: $(am__tagged_files)
644
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
645
+tags: tags-am
646
+TAGS: tags
647
+
648
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655 649
 	set x; \
656 650
 	here=`pwd`; \
657
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
658
-	unique=`for i in $$list; do \
659
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
660
-	  done | \
661
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
662
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
651
+	$(am__define_uniq_tagged_files); \
663 652
 	shift; \
664 653
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
665 654
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -671,15 +689,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
671 671
 	      $$unique; \
672 672
 	  fi; \
673 673
 	fi
674
-ctags: CTAGS
675
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
676
-		$(TAGS_FILES) $(LISP)
677
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
678
-	unique=`for i in $$list; do \
679
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
680
-	  done | \
681
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
682
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
674
+ctags: ctags-am
675
+
676
+CTAGS: ctags
677
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
678
+	$(am__define_uniq_tagged_files); \
683 679
 	test -z "$(CTAGS_ARGS)$$unique" \
684 680
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
685 681
 	     $$unique
... ...
@@ -688,6 +702,21 @@ GTAGS:
688 688
 	here=`$(am__cd) $(top_builddir) && pwd` \
689 689
 	  && $(am__cd) $(top_srcdir) \
690 690
 	  && gtags -i $(GTAGS_ARGS) "$$here"
691
+cscopelist: cscopelist-am
692
+
693
+cscopelist-am: $(am__tagged_files)
694
+	list='$(am__tagged_files)'; \
695
+	case "$(srcdir)" in \
696
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
697
+	  *) sdir=$(subdir)/$(srcdir) ;; \
698
+	esac; \
699
+	for i in $$list; do \
700
+	  if test -f "$$i"; then \
701
+	    echo "$(subdir)/$$i"; \
702
+	  else \
703
+	    echo "$$sdir/$$i"; \
704
+	  fi; \
705
+	done >> $(top_builddir)/cscope.files
691 706
 
692 707
 distclean-tags:
693 708
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -832,19 +861,20 @@ uninstall-am: uninstall-binPROGRAMS
832 832
 
833 833
 .MAKE: install-am install-strip
834 834
 
835
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
836
-	clean-generic clean-libtool ctags distclean distclean-compile \
837
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
838
-	dvi-am html html-am info info-am install install-am \
839
-	install-binPROGRAMS install-data install-data-am install-dvi \
840
-	install-dvi-am install-exec install-exec-am install-html \
841
-	install-html-am install-info install-info-am install-man \
842
-	install-pdf install-pdf-am install-ps install-ps-am \
843
-	install-strip installcheck installcheck-am \
844
-	installcheck-binPROGRAMS installdirs maintainer-clean \
845
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
846
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
847
-	tags uninstall uninstall-am uninstall-binPROGRAMS
835
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
836
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
837
+	ctags ctags-am distclean distclean-compile distclean-generic \
838
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
839
+	html-am info info-am install install-am install-binPROGRAMS \
840
+	install-data install-data-am install-dvi install-dvi-am \
841
+	install-exec install-exec-am install-html install-html-am \
842
+	install-info install-info-am install-man install-pdf \
843
+	install-pdf-am install-ps install-ps-am install-strip \
844
+	installcheck installcheck-am installcheck-binPROGRAMS \
845
+	installdirs maintainer-clean maintainer-clean-generic \
846
+	mostlyclean mostlyclean-compile mostlyclean-generic \
847
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
848
+	uninstall-am uninstall-binPROGRAMS
848 849
 
849 850
 
850 851
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -22,6 +22,10 @@
22 22
 #include "clamav-config.h"
23 23
 #endif
24 24
 
25
+#if defined(C_SOLARIS)
26
+#define __EXTENSIONS__
27
+#endif
28
+
25 29
 /* must be first because it may define _XOPEN_SOURCE */
26 30
 #include "shared/fdpassing.h"
27 31
 #include <stdio.h>
... ...
@@ -41,6 +45,7 @@
41 41
 #ifndef _WIN32
42 42
 #include <arpa/inet.h>
43 43
 #include <sys/socket.h>
44
+#include <netdb.h>
44 45
 #endif
45 46
 
46 47
 #include <openssl/ssl.h>
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -54,7 +53,8 @@ host_triplet = @host@
54 54
 target_triplet = @target@
55 55
 @HAVE_CURSES_TRUE@bin_PROGRAMS = clamdtop$(EXEEXT)
56 56
 subdir = clamdtop
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
+	$(top_srcdir)/config/depcomp
58 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 61
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -141,6 +141,19 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS)
141 141
 AM_V_lt = $(am__v_lt_@AM_V@)
142 142
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
143 143
 am__v_lt_0 = --silent
144
+am__v_lt_1 = 
145
+AM_V_P = $(am__v_P_@AM_V@)
146
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
147
+am__v_P_0 = false
148
+am__v_P_1 = :
149
+AM_V_GEN = $(am__v_GEN_@AM_V@)
150
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
151
+am__v_GEN_0 = @echo "  GEN     " $@;
152
+am__v_GEN_1 = 
153
+AM_V_at = $(am__v_at_@AM_V@)
154
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
155
+am__v_at_0 = @
156
+am__v_at_1 = 
144 157
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
145 158
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
146 159
 am__depfiles_maybe = depfiles
... ...
@@ -153,20 +166,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
153 153
 	$(AM_CFLAGS) $(CFLAGS)
154 154
 AM_V_CC = $(am__v_CC_@AM_V@)
155 155
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
156
-am__v_CC_0 = @echo "  CC    " $@;
157
-AM_V_at = $(am__v_at_@AM_V@)
158
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
159
-am__v_at_0 = @
156
+am__v_CC_0 = @echo "  CC      " $@;
157
+am__v_CC_1 = 
160 158
 CCLD = $(CC)
161 159
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
162 160
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
163 161
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
164 162
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
165 163
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
166
-am__v_CCLD_0 = @echo "  CCLD  " $@;
167
-AM_V_GEN = $(am__v_GEN_@AM_V@)
168
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
169
-am__v_GEN_0 = @echo "  GEN   " $@;
164
+am__v_CCLD_0 = @echo "  CCLD    " $@;
165
+am__v_CCLD_1 = 
170 166
 SOURCES = $(clamdtop_SOURCES)
171 167
 DIST_SOURCES = $(am__clamdtop_SOURCES_DIST)
172 168
 am__can_run_installinfo = \
... ...
@@ -204,6 +213,23 @@ am__uninstall_files_from_dir = { \
204 204
 man1dir = $(mandir)/man1
205 205
 NROFF = nroff
206 206
 MANS = $(man_MANS)
207
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
208
+# Read a list of newline-separated strings from the standard input,
209
+# and print each of them once, without duplicates.  Input order is
210
+# *not* preserved.
211
+am__uniquify_input = $(AWK) '\
212
+  BEGIN { nonempty = 0; } \
213
+  { items[$$0] = 1; nonempty = 1; } \
214
+  END { if (nonempty) { for (i in items) print i; }; } \
215
+'
216
+# Make sure the list of sources is unique.  This is necessary because,
217
+# e.g., the same source file might be shared among _SOURCES variables
218
+# for different programs/libraries.
219
+am__define_uniq_tagged_files = \
220
+  list='$(am__tagged_files)'; \
221
+  unique=`for i in $$list; do \
222
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
223
+  done | $(am__uniquify_input)`
207 224
 ETAGS = etags
208 225
 CTAGS = ctags
209 226
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -453,10 +479,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
453 453
 	fi; \
454 454
 	for p in $$list; do echo "$$p $$p"; done | \
455 455
 	sed 's/$(EXEEXT)$$//' | \
456
-	while read p p1; do if test -f $$p || test -f $$p1; \
457
-	  then echo "$$p"; echo "$$p"; else :; fi; \
456
+	while read p p1; do if test -f $$p \
457
+	 || test -f $$p1 \
458
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
458 459
 	done | \
459
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
460
+	sed -e 'p;s,.*/,,;n;h' \
461
+	    -e 's|.*|.|' \
460 462
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
461 463
 	sed 'N;N;N;s,\n, ,g' | \
462 464
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -477,7 +505,8 @@ uninstall-binPROGRAMS:
477 477
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
478 478
 	files=`for p in $$list; do echo "$$p"; done | \
479 479
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
480
-	      -e 's/$$/$(EXEEXT)/' `; \
480
+	      -e 's/$$/$(EXEEXT)/' \
481
+	`; \
481 482
 	test -n "$$list" || exit 0; \
482 483
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
483 484
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -633,26 +662,15 @@ uninstall-man1:
633 633
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
634 634
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
635 635
 
636
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
637
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
638
-	unique=`for i in $$list; do \
639
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
640
-	  done | \
641
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
642
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
643
-	mkid -fID $$unique
644
-tags: TAGS
645
-
646
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
647
-		$(TAGS_FILES) $(LISP)
636
+ID: $(am__tagged_files)
637
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
638
+tags: tags-am
639
+TAGS: tags
640
+
641
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
648 642
 	set x; \
649 643
 	here=`pwd`; \
650
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
651
-	unique=`for i in $$list; do \
652
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
653
-	  done | \
654
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
655
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
644
+	$(am__define_uniq_tagged_files); \
656 645
 	shift; \
657 646
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
658 647
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -664,15 +682,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
664 664
 	      $$unique; \
665 665
 	  fi; \
666 666
 	fi
667
-ctags: CTAGS
668
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
669
-		$(TAGS_FILES) $(LISP)
670
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
671
-	unique=`for i in $$list; do \
672
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
673
-	  done | \
674
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
675
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
667
+ctags: ctags-am
668
+
669
+CTAGS: ctags
670
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
671
+	$(am__define_uniq_tagged_files); \
676 672
 	test -z "$(CTAGS_ARGS)$$unique" \
677 673
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678 674
 	     $$unique
... ...
@@ -681,24 +695,26 @@ GTAGS:
681 681
 	here=`$(am__cd) $(top_builddir) && pwd` \
682 682
 	  && $(am__cd) $(top_srcdir) \
683 683
 	  && gtags -i $(GTAGS_ARGS) "$$here"
684
+cscopelist: cscopelist-am
685
+
686
+cscopelist-am: $(am__tagged_files)
687
+	list='$(am__tagged_files)'; \
688
+	case "$(srcdir)" in \
689
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690
+	  *) sdir=$(subdir)/$(srcdir) ;; \
691
+	esac; \
692
+	for i in $$list; do \
693
+	  if test -f "$$i"; then \
694
+	    echo "$(subdir)/$$i"; \
695
+	  else \
696
+	    echo "$$sdir/$$i"; \
697
+	  fi; \
698
+	done >> $(top_builddir)/cscope.files
684 699
 
685 700
 distclean-tags:
686 701
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
687 702
 
688 703
 distdir: $(DISTFILES)
689
-	@list='$(MANS)'; if test -n "$$list"; then \
690
-	  list=`for p in $$list; do \
691
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
692
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
693
-	  if test -n "$$list" && \
694
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
695
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
696
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
697
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
698
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
699
-	    exit 1; \
700
-	  else :; fi; \
701
-	else :; fi
702 704
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
703 705
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
704 706
 	list='$(DISTFILES)'; \
... ...
@@ -839,19 +855,20 @@ uninstall-man: uninstall-man1
839 839
 
840 840
 .MAKE: install-am install-strip
841 841
 
842
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
843
-	clean-generic clean-libtool ctags distclean distclean-compile \
844
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
845
-	dvi-am html html-am info info-am install install-am \
846
-	install-binPROGRAMS install-data install-data-am install-dvi \
847
-	install-dvi-am install-exec install-exec-am install-html \
848
-	install-html-am install-info install-info-am install-man \
849
-	install-man1 install-pdf install-pdf-am install-ps \
850
-	install-ps-am install-strip installcheck installcheck-am \
842
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
843
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
844
+	ctags ctags-am distclean distclean-compile distclean-generic \
845
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
846
+	html-am info info-am install install-am install-binPROGRAMS \
847
+	install-data install-data-am install-dvi install-dvi-am \
848
+	install-exec install-exec-am install-html install-html-am \
849
+	install-info install-info-am install-man install-man1 \
850
+	install-pdf install-pdf-am install-ps install-ps-am \
851
+	install-strip installcheck installcheck-am \
851 852
 	installcheck-binPROGRAMS installdirs maintainer-clean \
852 853
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
853 854
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
854
-	tags uninstall uninstall-am uninstall-binPROGRAMS \
855
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
855 856
 	uninstall-man uninstall-man1
856 857
 
857 858
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -73,7 +72,8 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 bin_PROGRAMS = clamscan$(EXEEXT)
75 75
 subdir = clamscan
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -156,6 +156,19 @@ clamscan_LDADD = $(LDADD)
156 156
 AM_V_lt = $(am__v_lt_@AM_V@)
157 157
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
158 158
 am__v_lt_0 = --silent
159
+am__v_lt_1 = 
160
+AM_V_P = $(am__v_P_@AM_V@)
161
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
162
+am__v_P_0 = false
163
+am__v_P_1 = :
164
+AM_V_GEN = $(am__v_GEN_@AM_V@)
165
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166
+am__v_GEN_0 = @echo "  GEN     " $@;
167
+am__v_GEN_1 = 
168
+AM_V_at = $(am__v_at_@AM_V@)
169
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170
+am__v_at_0 = @
171
+am__v_at_1 = 
159 172
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
160 173
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
161 174
 am__depfiles_maybe = depfiles
... ...
@@ -168,20 +181,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 168
 	$(AM_CFLAGS) $(CFLAGS)
169 169
 AM_V_CC = $(am__v_CC_@AM_V@)
170 170
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
171
-am__v_CC_0 = @echo "  CC    " $@;
172
-AM_V_at = $(am__v_at_@AM_V@)
173
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
174
-am__v_at_0 = @
171
+am__v_CC_0 = @echo "  CC      " $@;
172
+am__v_CC_1 = 
175 173
 CCLD = $(CC)
176 174
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
177 175
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
178 176
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
179 177
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
180 178
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
181
-am__v_CCLD_0 = @echo "  CCLD  " $@;
182
-AM_V_GEN = $(am__v_GEN_@AM_V@)
183
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184
-am__v_GEN_0 = @echo "  GEN   " $@;
179
+am__v_CCLD_0 = @echo "  CCLD    " $@;
180
+am__v_CCLD_1 = 
185 181
 SOURCES = $(clamscan_SOURCES)
186 182
 DIST_SOURCES = $(clamscan_SOURCES)
187 183
 am__can_run_installinfo = \
... ...
@@ -189,6 +198,23 @@ am__can_run_installinfo = \
189 189
     n|no|NO) false;; \
190 190
     *) (install-info --version) >/dev/null 2>&1;; \
191 191
   esac
192
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193
+# Read a list of newline-separated strings from the standard input,
194
+# and print each of them once, without duplicates.  Input order is
195
+# *not* preserved.
196
+am__uniquify_input = $(AWK) '\
197
+  BEGIN { nonempty = 0; } \
198
+  { items[$$0] = 1; nonempty = 1; } \
199
+  END { if (nonempty) { for (i in items) print i; }; } \
200
+'
201
+# Make sure the list of sources is unique.  This is necessary because,
202
+# e.g., the same source file might be shared among _SOURCES variables
203
+# for different programs/libraries.
204
+am__define_uniq_tagged_files = \
205
+  list='$(am__tagged_files)'; \
206
+  unique=`for i in $$list; do \
207
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208
+  done | $(am__uniquify_input)`
192 209
 ETAGS = etags
193 210
 CTAGS = ctags
194 211
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -443,10 +469,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
443 443
 	fi; \
444 444
 	for p in $$list; do echo "$$p $$p"; done | \
445 445
 	sed 's/$(EXEEXT)$$//' | \
446
-	while read p p1; do if test -f $$p || test -f $$p1; \
447
-	  then echo "$$p"; echo "$$p"; else :; fi; \
446
+	while read p p1; do if test -f $$p \
447
+	 || test -f $$p1 \
448
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
448 449
 	done | \
449
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
450
+	sed -e 'p;s,.*/,,;n;h' \
451
+	    -e 's|.*|.|' \
450 452
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
451 453
 	sed 'N;N;N;s,\n, ,g' | \
452 454
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -467,7 +495,8 @@ uninstall-binPROGRAMS:
467 467
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468 468
 	files=`for p in $$list; do echo "$$p"; done | \
469 469
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
470
-	      -e 's/$$/$(EXEEXT)/' `; \
470
+	      -e 's/$$/$(EXEEXT)/' \
471
+	`; \
471 472
 	test -n "$$list" || exit 0; \
472 473
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
473 474
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -611,26 +640,15 @@ mostlyclean-libtool:
611 611
 clean-libtool:
612 612
 	-rm -rf .libs _libs
613 613
 
614
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
615
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
616
-	unique=`for i in $$list; do \
617
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
618
-	  done | \
619
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
620
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
621
-	mkid -fID $$unique
622
-tags: TAGS
623
-
624
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
625
-		$(TAGS_FILES) $(LISP)
614
+ID: $(am__tagged_files)
615
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
616
+tags: tags-am
617
+TAGS: tags
618
+
619
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
626 620
 	set x; \
627 621
 	here=`pwd`; \
628
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
629
-	unique=`for i in $$list; do \
630
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631
-	  done | \
632
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
633
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
622
+	$(am__define_uniq_tagged_files); \
634 623
 	shift; \
635 624
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
636 625
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -642,15 +660,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
642 642
 	      $$unique; \
643 643
 	  fi; \
644 644
 	fi
645
-ctags: CTAGS
646
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
647
-		$(TAGS_FILES) $(LISP)
648
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
649
-	unique=`for i in $$list; do \
650
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
651
-	  done | \
652
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
653
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
645
+ctags: ctags-am
646
+
647
+CTAGS: ctags
648
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649
+	$(am__define_uniq_tagged_files); \
654 650
 	test -z "$(CTAGS_ARGS)$$unique" \
655 651
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
656 652
 	     $$unique
... ...
@@ -659,6 +673,21 @@ GTAGS:
659 659
 	here=`$(am__cd) $(top_builddir) && pwd` \
660 660
 	  && $(am__cd) $(top_srcdir) \
661 661
 	  && gtags -i $(GTAGS_ARGS) "$$here"
662
+cscopelist: cscopelist-am
663
+
664
+cscopelist-am: $(am__tagged_files)
665
+	list='$(am__tagged_files)'; \
666
+	case "$(srcdir)" in \
667
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
668
+	  *) sdir=$(subdir)/$(srcdir) ;; \
669
+	esac; \
670
+	for i in $$list; do \
671
+	  if test -f "$$i"; then \
672
+	    echo "$(subdir)/$$i"; \
673
+	  else \
674
+	    echo "$$sdir/$$i"; \
675
+	  fi; \
676
+	done >> $(top_builddir)/cscope.files
662 677
 
663 678
 distclean-tags:
664 679
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -803,19 +832,20 @@ uninstall-am: uninstall-binPROGRAMS
803 803
 
804 804
 .MAKE: install-am install-strip
805 805
 
806
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
807
-	clean-generic clean-libtool ctags distclean distclean-compile \
808
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
809
-	dvi-am html html-am info info-am install install-am \
810
-	install-binPROGRAMS install-data install-data-am install-dvi \
811
-	install-dvi-am install-exec install-exec-am install-html \
812
-	install-html-am install-info install-info-am install-man \
813
-	install-pdf install-pdf-am install-ps install-ps-am \
814
-	install-strip installcheck installcheck-am \
815
-	installcheck-binPROGRAMS installdirs maintainer-clean \
816
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
817
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
818
-	tags uninstall uninstall-am uninstall-binPROGRAMS
806
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
807
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
808
+	ctags ctags-am distclean distclean-compile distclean-generic \
809
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
810
+	html-am info info-am install install-am install-binPROGRAMS \
811
+	install-data install-data-am install-dvi install-dvi-am \
812
+	install-exec install-exec-am install-html install-html-am \
813
+	install-info install-info-am install-man install-pdf \
814
+	install-pdf-am install-ps install-ps-am install-strip \
815
+	installcheck installcheck-am installcheck-binPROGRAMS \
816
+	installdirs maintainer-clean maintainer-clean-generic \
817
+	mostlyclean mostlyclean-compile mostlyclean-generic \
818
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
819
+	uninstall-am uninstall-binPROGRAMS
819 820
 
820 821
 
821 822
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = clamsubmit$(EXEEXT)
74 74
 subdir = clamsubmit
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -154,6 +154,19 @@ clamsubmit_LDADD = $(LDADD)
154 154
 AM_V_lt = $(am__v_lt_@AM_V@)
155 155
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
156 156
 am__v_lt_0 = --silent
157
+am__v_lt_1 = 
158
+AM_V_P = $(am__v_P_@AM_V@)
159
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
160
+am__v_P_0 = false
161
+am__v_P_1 = :
162
+AM_V_GEN = $(am__v_GEN_@AM_V@)
163
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
164
+am__v_GEN_0 = @echo "  GEN     " $@;
165
+am__v_GEN_1 = 
166
+AM_V_at = $(am__v_at_@AM_V@)
167
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
168
+am__v_at_0 = @
169
+am__v_at_1 = 
157 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
158 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
159 172
 am__depfiles_maybe = depfiles
... ...
@@ -166,20 +179,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
166 166
 	$(AM_CFLAGS) $(CFLAGS)
167 167
 AM_V_CC = $(am__v_CC_@AM_V@)
168 168
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
169
-am__v_CC_0 = @echo "  CC    " $@;
170
-AM_V_at = $(am__v_at_@AM_V@)
171
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172
-am__v_at_0 = @
169
+am__v_CC_0 = @echo "  CC      " $@;
170
+am__v_CC_1 = 
173 171
 CCLD = $(CC)
174 172
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
175 173
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
176 174
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
177 175
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
178 176
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
179
-am__v_CCLD_0 = @echo "  CCLD  " $@;
180
-AM_V_GEN = $(am__v_GEN_@AM_V@)
181
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182
-am__v_GEN_0 = @echo "  GEN   " $@;
177
+am__v_CCLD_0 = @echo "  CCLD    " $@;
178
+am__v_CCLD_1 = 
183 179
 SOURCES = $(clamsubmit_SOURCES)
184 180
 DIST_SOURCES = $(clamsubmit_SOURCES)
185 181
 am__can_run_installinfo = \
... ...
@@ -187,6 +196,23 @@ am__can_run_installinfo = \
187 187
     n|no|NO) false;; \
188 188
     *) (install-info --version) >/dev/null 2>&1;; \
189 189
   esac
190
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
191
+# Read a list of newline-separated strings from the standard input,
192
+# and print each of them once, without duplicates.  Input order is
193
+# *not* preserved.
194
+am__uniquify_input = $(AWK) '\
195
+  BEGIN { nonempty = 0; } \
196
+  { items[$$0] = 1; nonempty = 1; } \
197
+  END { if (nonempty) { for (i in items) print i; }; } \
198
+'
199
+# Make sure the list of sources is unique.  This is necessary because,
200
+# e.g., the same source file might be shared among _SOURCES variables
201
+# for different programs/libraries.
202
+am__define_uniq_tagged_files = \
203
+  list='$(am__tagged_files)'; \
204
+  unique=`for i in $$list; do \
205
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
206
+  done | $(am__uniquify_input)`
190 207
 ETAGS = etags
191 208
 CTAGS = ctags
192 209
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -437,10 +463,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
437 437
 	fi; \
438 438
 	for p in $$list; do echo "$$p $$p"; done | \
439 439
 	sed 's/$(EXEEXT)$$//' | \
440
-	while read p p1; do if test -f $$p || test -f $$p1; \
441
-	  then echo "$$p"; echo "$$p"; else :; fi; \
440
+	while read p p1; do if test -f $$p \
441
+	 || test -f $$p1 \
442
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
442 443
 	done | \
443
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
444
+	sed -e 'p;s,.*/,,;n;h' \
445
+	    -e 's|.*|.|' \
444 446
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
445 447
 	sed 'N;N;N;s,\n, ,g' | \
446 448
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -461,7 +489,8 @@ uninstall-binPROGRAMS:
461 461
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
462 462
 	files=`for p in $$list; do echo "$$p"; done | \
463 463
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
464
-	      -e 's/$$/$(EXEEXT)/' `; \
464
+	      -e 's/$$/$(EXEEXT)/' \
465
+	`; \
465 466
 	test -n "$$list" || exit 0; \
466 467
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
467 468
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -589,26 +618,15 @@ mostlyclean-libtool:
589 589
 clean-libtool:
590 590
 	-rm -rf .libs _libs
591 591
 
592
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
593
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
594
-	unique=`for i in $$list; do \
595
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
596
-	  done | \
597
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
598
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
599
-	mkid -fID $$unique
600
-tags: TAGS
601
-
602
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
603
-		$(TAGS_FILES) $(LISP)
592
+ID: $(am__tagged_files)
593
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
594
+tags: tags-am
595
+TAGS: tags
596
+
597
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
604 598
 	set x; \
605 599
 	here=`pwd`; \
606
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
607
-	unique=`for i in $$list; do \
608
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
609
-	  done | \
610
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
611
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
600
+	$(am__define_uniq_tagged_files); \
612 601
 	shift; \
613 602
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
614 603
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -620,15 +638,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
620 620
 	      $$unique; \
621 621
 	  fi; \
622 622
 	fi
623
-ctags: CTAGS
624
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
625
-		$(TAGS_FILES) $(LISP)
626
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
627
-	unique=`for i in $$list; do \
628
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
629
-	  done | \
630
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
631
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
623
+ctags: ctags-am
624
+
625
+CTAGS: ctags
626
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
627
+	$(am__define_uniq_tagged_files); \
632 628
 	test -z "$(CTAGS_ARGS)$$unique" \
633 629
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
634 630
 	     $$unique
... ...
@@ -637,6 +651,21 @@ GTAGS:
637 637
 	here=`$(am__cd) $(top_builddir) && pwd` \
638 638
 	  && $(am__cd) $(top_srcdir) \
639 639
 	  && gtags -i $(GTAGS_ARGS) "$$here"
640
+cscopelist: cscopelist-am
641
+
642
+cscopelist-am: $(am__tagged_files)
643
+	list='$(am__tagged_files)'; \
644
+	case "$(srcdir)" in \
645
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
646
+	  *) sdir=$(subdir)/$(srcdir) ;; \
647
+	esac; \
648
+	for i in $$list; do \
649
+	  if test -f "$$i"; then \
650
+	    echo "$(subdir)/$$i"; \
651
+	  else \
652
+	    echo "$$sdir/$$i"; \
653
+	  fi; \
654
+	done >> $(top_builddir)/cscope.files
640 655
 
641 656
 distclean-tags:
642 657
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -781,19 +810,20 @@ uninstall-am: uninstall-binPROGRAMS
781 781
 
782 782
 .MAKE: install-am install-strip
783 783
 
784
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
785
-	clean-generic clean-libtool ctags distclean distclean-compile \
786
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
787
-	dvi-am html html-am info info-am install install-am \
788
-	install-binPROGRAMS install-data install-data-am install-dvi \
789
-	install-dvi-am install-exec install-exec-am install-html \
790
-	install-html-am install-info install-info-am install-man \
791
-	install-pdf install-pdf-am install-ps install-ps-am \
792
-	install-strip installcheck installcheck-am \
793
-	installcheck-binPROGRAMS installdirs maintainer-clean \
794
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
795
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
796
-	tags uninstall uninstall-am uninstall-binPROGRAMS
784
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
785
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
786
+	ctags ctags-am distclean distclean-compile distclean-generic \
787
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
788
+	html-am info info-am install install-am install-binPROGRAMS \
789
+	install-data install-data-am install-dvi install-dvi-am \
790
+	install-exec install-exec-am install-html install-html-am \
791
+	install-info install-info-am install-man install-pdf \
792
+	install-pdf-am install-ps install-ps-am install-strip \
793
+	installcheck installcheck-am installcheck-binPROGRAMS \
794
+	installdirs maintainer-clean maintainer-clean-generic \
795
+	mostlyclean mostlyclean-compile mostlyclean-generic \
796
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
797
+	uninstall-am uninstall-binPROGRAMS
797 798
 
798 799
 
799 800
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -198,6 +198,7 @@ test -x / || exit 1"
198 198
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 199
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
200 200
   test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1
201
+test \$(( 1 + 1 )) = 2 || exit 1
201 202
 
202 203
   test -n \"\${ZSH_VERSION+set}\${BASH_VERSION+set}\" || (
203 204
     ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
... ...
@@ -205,8 +206,7 @@ test -x / || exit 1"
205 205
     ECHO=\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO\$ECHO
206 206
     PATH=/empty FPATH=/empty; export PATH FPATH
207 207
     test \"X\`printf %s \$ECHO\`\" = \"X\$ECHO\" \\
208
-      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1
209
-test \$(( 1 + 1 )) = 2 || exit 1"
208
+      || test \"X\`print -r -- \$ECHO\`\" = \"X\$ECHO\" ) || exit 1"
210 209
   if (eval "$as_required") 2>/dev/null; then :
211 210
   as_have_required=yes
212 211
 else
... ...
@@ -737,7 +737,6 @@ INCLTDL
737 737
 LTDLINCL
738 738
 LTDLDEPS
739 739
 LIBLTDL
740
-CPP
741 740
 OTOOL64
742 741
 OTOOL
743 742
 LIPO
... ...
@@ -755,9 +754,12 @@ ac_ct_DUMPBIN
755 755
 DUMPBIN
756 756
 LD
757 757
 FGREP
758
+SED
759
+LIBTOOL
760
+LIBCLAMAV_VERSION
758 761
 EGREP
759 762
 GREP
760
-SED
763
+CPP
761 764
 am__fastdepCC_FALSE
762 765
 am__fastdepCC_TRUE
763 766
 CCDEPMODE
... ...
@@ -775,8 +777,6 @@ CPPFLAGS
775 775
 LDFLAGS
776 776
 CFLAGS
777 777
 CC
778
-LIBTOOL
779
-LIBCLAMAV_VERSION
780 778
 AM_BACKSLASH
781 779
 AM_DEFAULT_VERBOSITY
782 780
 AM_DEFAULT_V
... ...
@@ -858,11 +858,11 @@ ac_subst_files=''
858 858
 ac_user_opts='
859 859
 enable_option_checking
860 860
 enable_silent_rules
861
+enable_dependency_tracking
861 862
 enable_static
862 863
 enable_shared
863 864
 with_pic
864 865
 enable_fast_install
865
-enable_dependency_tracking
866 866
 with_gnu_ld
867 867
 with_sysroot
868 868
 enable_libtool_lock
... ...
@@ -1542,14 +1542,16 @@ Optional Features:
1542 1542
   --disable-option-checking  ignore unrecognized --enable/--with options
1543 1543
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1544 1544
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1545
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1546
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1545
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1546
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1547
+  --enable-dependency-tracking
1548
+                          do not reject slow dependency extractors
1549
+  --disable-dependency-tracking
1550
+                          speeds up one-time build
1547 1551
   --enable-static[=PKGS]  build static libraries [default=no]
1548 1552
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1549 1553
   --enable-fast-install[=PKGS]
1550 1554
                           optimize for fast installation [default=yes]
1551
-  --disable-dependency-tracking  speeds up one-time build
1552
-  --enable-dependency-tracking   do not reject slow dependency extractors
1553 1555
   --disable-libtool-lock  avoid locking (might break parallel builds)
1554 1556
   --enable-ltdl-install   install libltdl
1555 1557
   --disable-gcc-vcheck	  do not check for buggy gcc version
... ...
@@ -1748,21 +1750,20 @@ fi
1748 1748
 
1749 1749
 } # ac_fn_c_try_compile
1750 1750
 
1751
-# ac_fn_c_try_link LINENO
1752
-# -----------------------
1753
-# Try to link conftest.$ac_ext, and return whether this succeeded.
1754
-ac_fn_c_try_link ()
1751
+# ac_fn_c_try_cpp LINENO
1752
+# ----------------------
1753
+# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1754
+ac_fn_c_try_cpp ()
1755 1755
 {
1756 1756
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1757
-  rm -f conftest.$ac_objext conftest$ac_exeext
1758
-  if { { ac_try="$ac_link"
1757
+  if { { ac_try="$ac_cpp conftest.$ac_ext"
1759 1758
 case "(($ac_try" in
1760 1759
   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1761 1760
   *) ac_try_echo=$ac_try;;
1762 1761
 esac
1763 1762
 eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1764 1763
 $as_echo "$ac_try_echo"; } >&5
1765
-  (eval "$ac_link") 2>conftest.err
1764
+  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1766 1765
   ac_status=$?
1767 1766
   if test -s conftest.err; then
1768 1767
     grep -v '^ *+' conftest.err >conftest.er1
... ...
@@ -1770,97 +1771,112 @@ $as_echo "$ac_try_echo"; } >&5
1770 1770
     mv -f conftest.er1 conftest.err
1771 1771
   fi
1772 1772
   $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1773
-  test $ac_status = 0; } && {
1774
-	 test -z "$ac_c_werror_flag" ||
1773
+  test $ac_status = 0; } > conftest.i && {
1774
+	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1775 1775
 	 test ! -s conftest.err
1776
-       } && test -s conftest$ac_exeext && {
1777
-	 test "$cross_compiling" = yes ||
1778
-	 test -x conftest$ac_exeext
1779 1776
        }; then :
1780 1777
   ac_retval=0
1781 1778
 else
1782 1779
   $as_echo "$as_me: failed program was:" >&5
1783 1780
 sed 's/^/| /' conftest.$ac_ext >&5
1784 1781
 
1785
-	ac_retval=1
1782
+    ac_retval=1
1786 1783
 fi
1787
-  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1788
-  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1789
-  # interfere with the next link command; also delete a directory that is
1790
-  # left behind by Apple's compiler.  We do this before executing the actions.
1791
-  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1792 1784
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1793 1785
   as_fn_set_status $ac_retval
1794 1786
 
1795
-} # ac_fn_c_try_link
1787
+} # ac_fn_c_try_cpp
1796 1788
 
1797
-# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1789
+# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
1798 1790
 # -------------------------------------------------------
1799
-# Tests whether HEADER exists and can be compiled using the include files in
1800
-# INCLUDES, setting the cache variable VAR accordingly.
1801
-ac_fn_c_check_header_compile ()
1791
+# Tests whether HEADER exists, giving a warning if it cannot be compiled using
1792
+# the include files in INCLUDES and setting the cache variable VAR
1793
+# accordingly.
1794
+ac_fn_c_check_header_mongrel ()
1802 1795
 {
1803 1796
   as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1797
+  if eval \${$3+:} false; then :
1804 1798
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1805 1799
 $as_echo_n "checking for $2... " >&6; }
1806 1800
 if eval \${$3+:} false; then :
1807 1801
   $as_echo_n "(cached) " >&6
1802
+fi
1803
+eval ac_res=\$$3
1804
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1805
+$as_echo "$ac_res" >&6; }
1808 1806
 else
1809
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1807
+  # Is the header compilable?
1808
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
1809
+$as_echo_n "checking $2 usability... " >&6; }
1810
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1810 1811
 /* end confdefs.h.  */
1811 1812
 $4
1812 1813
 #include <$2>
1813 1814
 _ACEOF
1814 1815
 if ac_fn_c_try_compile "$LINENO"; then :
1815
-  eval "$3=yes"
1816
+  ac_header_compiler=yes
1816 1817
 else
1817
-  eval "$3=no"
1818
+  ac_header_compiler=no
1818 1819
 fi
1819 1820
 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1820
-fi
1821
-eval ac_res=\$$3
1822
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1823
-$as_echo "$ac_res" >&6; }
1824
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1821
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
1822
+$as_echo "$ac_header_compiler" >&6; }
1825 1823
 
1826
-} # ac_fn_c_check_header_compile
1824
+# Is the header present?
1825
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
1826
+$as_echo_n "checking $2 presence... " >&6; }
1827
+cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1828
+/* end confdefs.h.  */
1829
+#include <$2>
1830
+_ACEOF
1831
+if ac_fn_c_try_cpp "$LINENO"; then :
1832
+  ac_header_preproc=yes
1833
+else
1834
+  ac_header_preproc=no
1835
+fi
1836
+rm -f conftest.err conftest.i conftest.$ac_ext
1837
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
1838
+$as_echo "$ac_header_preproc" >&6; }
1827 1839
 
1828
-# ac_fn_c_try_cpp LINENO
1829
-# ----------------------
1830
-# Try to preprocess conftest.$ac_ext, and return whether this succeeded.
1831
-ac_fn_c_try_cpp ()
1832
-{
1833
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1834
-  if { { ac_try="$ac_cpp conftest.$ac_ext"
1835
-case "(($ac_try" in
1836
-  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1837
-  *) ac_try_echo=$ac_try;;
1840
+# So?  What about this header?
1841
+case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
1842
+  yes:no: )
1843
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
1844
+$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
1845
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1846
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1847
+    ;;
1848
+  no:yes:* )
1849
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
1850
+$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
1851
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
1852
+$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
1853
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
1854
+$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
1855
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
1856
+$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
1857
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
1858
+$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
1859
+( $as_echo "## -------------------------------------- ##
1860
+## Report this to http://bugs.clamav.net/ ##
1861
+## -------------------------------------- ##"
1862
+     ) | sed "s/^/$as_me: WARNING:     /" >&2
1863
+    ;;
1838 1864
 esac
1839
-eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1840
-$as_echo "$ac_try_echo"; } >&5
1841
-  (eval "$ac_cpp conftest.$ac_ext") 2>conftest.err
1842
-  ac_status=$?
1843
-  if test -s conftest.err; then
1844
-    grep -v '^ *+' conftest.err >conftest.er1
1845
-    cat conftest.er1 >&5
1846
-    mv -f conftest.er1 conftest.err
1847
-  fi
1848
-  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1849
-  test $ac_status = 0; } > conftest.i && {
1850
-	 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
1851
-	 test ! -s conftest.err
1852
-       }; then :
1853
-  ac_retval=0
1865
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1866
+$as_echo_n "checking for $2... " >&6; }
1867
+if eval \${$3+:} false; then :
1868
+  $as_echo_n "(cached) " >&6
1854 1869
 else
1855
-  $as_echo "$as_me: failed program was:" >&5
1856
-sed 's/^/| /' conftest.$ac_ext >&5
1857
-
1858
-    ac_retval=1
1870
+  eval "$3=\$ac_header_compiler"
1871
+fi
1872
+eval ac_res=\$$3
1873
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1874
+$as_echo "$ac_res" >&6; }
1859 1875
 fi
1860 1876
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1861
-  as_fn_set_status $ac_retval
1862 1877
 
1863
-} # ac_fn_c_try_cpp
1878
+} # ac_fn_c_check_header_mongrel
1864 1879
 
1865 1880
 # ac_fn_c_try_run LINENO
1866 1881
 # ----------------------
... ...
@@ -1904,6 +1920,83 @@ fi
1904 1904
 
1905 1905
 } # ac_fn_c_try_run
1906 1906
 
1907
+# ac_fn_c_check_header_compile LINENO HEADER VAR INCLUDES
1908
+# -------------------------------------------------------
1909
+# Tests whether HEADER exists and can be compiled using the include files in
1910
+# INCLUDES, setting the cache variable VAR accordingly.
1911
+ac_fn_c_check_header_compile ()
1912
+{
1913
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1914
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
1915
+$as_echo_n "checking for $2... " >&6; }
1916
+if eval \${$3+:} false; then :
1917
+  $as_echo_n "(cached) " >&6
1918
+else
1919
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
1920
+/* end confdefs.h.  */
1921
+$4
1922
+#include <$2>
1923
+_ACEOF
1924
+if ac_fn_c_try_compile "$LINENO"; then :
1925
+  eval "$3=yes"
1926
+else
1927
+  eval "$3=no"
1928
+fi
1929
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1930
+fi
1931
+eval ac_res=\$$3
1932
+	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
1933
+$as_echo "$ac_res" >&6; }
1934
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1935
+
1936
+} # ac_fn_c_check_header_compile
1937
+
1938
+# ac_fn_c_try_link LINENO
1939
+# -----------------------
1940
+# Try to link conftest.$ac_ext, and return whether this succeeded.
1941
+ac_fn_c_try_link ()
1942
+{
1943
+  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
1944
+  rm -f conftest.$ac_objext conftest$ac_exeext
1945
+  if { { ac_try="$ac_link"
1946
+case "(($ac_try" in
1947
+  *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
1948
+  *) ac_try_echo=$ac_try;;
1949
+esac
1950
+eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\""
1951
+$as_echo "$ac_try_echo"; } >&5
1952
+  (eval "$ac_link") 2>conftest.err
1953
+  ac_status=$?
1954
+  if test -s conftest.err; then
1955
+    grep -v '^ *+' conftest.err >conftest.er1
1956
+    cat conftest.er1 >&5
1957
+    mv -f conftest.er1 conftest.err
1958
+  fi
1959
+  $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
1960
+  test $ac_status = 0; } && {
1961
+	 test -z "$ac_c_werror_flag" ||
1962
+	 test ! -s conftest.err
1963
+       } && test -s conftest$ac_exeext && {
1964
+	 test "$cross_compiling" = yes ||
1965
+	 test -x conftest$ac_exeext
1966
+       }; then :
1967
+  ac_retval=0
1968
+else
1969
+  $as_echo "$as_me: failed program was:" >&5
1970
+sed 's/^/| /' conftest.$ac_ext >&5
1971
+
1972
+	ac_retval=1
1973
+fi
1974
+  # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information
1975
+  # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would
1976
+  # interfere with the next link command; also delete a directory that is
1977
+  # left behind by Apple's compiler.  We do this before executing the actions.
1978
+  rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1979
+  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
1980
+  as_fn_set_status $ac_retval
1981
+
1982
+} # ac_fn_c_try_link
1983
+
1907 1984
 # ac_fn_c_check_func LINENO FUNC VAR
1908 1985
 # ----------------------------------
1909 1986
 # Tests whether FUNC exists, setting the cache variable VAR accordingly
... ...
@@ -2070,97 +2163,6 @@ $as_echo "$ac_res" >&6; }
2070 2070
   eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2071 2071
 
2072 2072
 } # ac_fn_c_check_type
2073
-
2074
-# ac_fn_c_check_header_mongrel LINENO HEADER VAR INCLUDES
2075
-# -------------------------------------------------------
2076
-# Tests whether HEADER exists, giving a warning if it cannot be compiled using
2077
-# the include files in INCLUDES and setting the cache variable VAR
2078
-# accordingly.
2079
-ac_fn_c_check_header_mongrel ()
2080
-{
2081
-  as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2082
-  if eval \${$3+:} false; then :
2083
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2084
-$as_echo_n "checking for $2... " >&6; }
2085
-if eval \${$3+:} false; then :
2086
-  $as_echo_n "(cached) " >&6
2087
-fi
2088
-eval ac_res=\$$3
2089
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2090
-$as_echo "$ac_res" >&6; }
2091
-else
2092
-  # Is the header compilable?
2093
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 usability" >&5
2094
-$as_echo_n "checking $2 usability... " >&6; }
2095
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2096
-/* end confdefs.h.  */
2097
-$4
2098
-#include <$2>
2099
-_ACEOF
2100
-if ac_fn_c_try_compile "$LINENO"; then :
2101
-  ac_header_compiler=yes
2102
-else
2103
-  ac_header_compiler=no
2104
-fi
2105
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2106
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_compiler" >&5
2107
-$as_echo "$ac_header_compiler" >&6; }
2108
-
2109
-# Is the header present?
2110
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking $2 presence" >&5
2111
-$as_echo_n "checking $2 presence... " >&6; }
2112
-cat confdefs.h - <<_ACEOF >conftest.$ac_ext
2113
-/* end confdefs.h.  */
2114
-#include <$2>
2115
-_ACEOF
2116
-if ac_fn_c_try_cpp "$LINENO"; then :
2117
-  ac_header_preproc=yes
2118
-else
2119
-  ac_header_preproc=no
2120
-fi
2121
-rm -f conftest.err conftest.i conftest.$ac_ext
2122
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_header_preproc" >&5
2123
-$as_echo "$ac_header_preproc" >&6; }
2124
-
2125
-# So?  What about this header?
2126
-case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in #((
2127
-  yes:no: )
2128
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&5
2129
-$as_echo "$as_me: WARNING: $2: accepted by the compiler, rejected by the preprocessor!" >&2;}
2130
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2131
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2132
-    ;;
2133
-  no:yes:* )
2134
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: present but cannot be compiled" >&5
2135
-$as_echo "$as_me: WARNING: $2: present but cannot be compiled" >&2;}
2136
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     check for missing prerequisite headers?" >&5
2137
-$as_echo "$as_me: WARNING: $2:     check for missing prerequisite headers?" >&2;}
2138
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: see the Autoconf documentation" >&5
2139
-$as_echo "$as_me: WARNING: $2: see the Autoconf documentation" >&2;}
2140
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&5
2141
-$as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >&2;}
2142
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
2143
-$as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
2144
-( $as_echo "## -------------------------------------- ##
2145
-## Report this to http://bugs.clamav.net/ ##
2146
-## -------------------------------------- ##"
2147
-     ) | sed "s/^/$as_me: WARNING:     /" >&2
2148
-    ;;
2149
-esac
2150
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $2" >&5
2151
-$as_echo_n "checking for $2... " >&6; }
2152
-if eval \${$3+:} false; then :
2153
-  $as_echo_n "(cached) " >&6
2154
-else
2155
-  eval "$3=\$ac_header_compiler"
2156
-fi
2157
-eval ac_res=\$$3
2158
-	       { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5
2159
-$as_echo "$ac_res" >&6; }
2160
-fi
2161
-  eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno
2162
-
2163
-} # ac_fn_c_check_header_mongrel
2164 2073
 cat >config.log <<_ACEOF
2165 2074
 This file contains any messages produced by compilers while
2166 2075
 running configure, to aid debugging if configure makes a mistake.
... ...
@@ -2848,7 +2850,7 @@ done
2848 2848
 
2849 2849
 
2850 2850
 
2851
-am__api_version='1.11'
2851
+am__api_version='1.13'
2852 2852
 
2853 2853
 # Find a good install program.  We prefer a C program (faster),
2854 2854
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2945,9 +2947,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2945 2945
 
2946 2946
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2947 2947
 $as_echo_n "checking whether build environment is sane... " >&6; }
2948
-# Just in case
2949
-sleep 1
2950
-echo timestamp > conftest.file
2951 2948
 # Reject unsafe characters in $srcdir or the absolute working directory
2952 2949
 # name.  Accept space and tab only in the latter.
2953 2950
 am_lf='
... ...
@@ -2958,32 +2957,40 @@ case `pwd` in
2958 2958
 esac
2959 2959
 case $srcdir in
2960 2960
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2961
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2961
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2962 2962
 esac
2963 2963
 
2964
-# Do `set' in a subshell so we don't clobber the current shell's
2964
+# Do 'set' in a subshell so we don't clobber the current shell's
2965 2965
 # arguments.  Must try -L first in case configure is actually a
2966 2966
 # symlink; some systems play weird games with the mod time of symlinks
2967 2967
 # (eg FreeBSD returns the mod time of the symlink's containing
2968 2968
 # directory).
2969 2969
 if (
2970
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2971
-   if test "$*" = "X"; then
2972
-      # -L didn't work.
2973
-      set X `ls -t "$srcdir/configure" conftest.file`
2974
-   fi
2975
-   rm -f conftest.file
2976
-   if test "$*" != "X $srcdir/configure conftest.file" \
2977
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2978
-
2979
-      # If neither matched, then we have a broken ls.  This can happen
2980
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2981
-      # broken ls alias from the environment.  This has actually
2982
-      # happened.  Such a system could not be considered "sane".
2983
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2984
-alias in your environment" "$LINENO" 5
2985
-   fi
2986
-
2970
+   am_has_slept=no
2971
+   for am_try in 1 2; do
2972
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2973
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2974
+     if test "$*" = "X"; then
2975
+	# -L didn't work.
2976
+	set X `ls -t "$srcdir/configure" conftest.file`
2977
+     fi
2978
+     if test "$*" != "X $srcdir/configure conftest.file" \
2979
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2980
+
2981
+	# If neither matched, then we have a broken ls.  This can happen
2982
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2983
+	# broken ls alias from the environment.  This has actually
2984
+	# happened.  Such a system could not be considered "sane".
2985
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2986
+  alias in your environment" "$LINENO" 5
2987
+     fi
2988
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2989
+       break
2990
+     fi
2991
+     # Just in case.
2992
+     sleep 1
2993
+     am_has_slept=yes
2994
+   done
2987 2995
    test "$2" = conftest.file
2988 2996
    )
2989 2997
 then
... ...
@@ -2995,6 +3002,16 @@ Check your system clock" "$LINENO" 5
2995 2995
 fi
2996 2996
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2997 2997
 $as_echo "yes" >&6; }
2998
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2999
+# generated files are strictly newer.
3000
+am_sleep_pid=
3001
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3002
+  ( sleep 1 ) &
3003
+  am_sleep_pid=$!
3004
+fi
3005
+
3006
+rm -f conftest.file
3007
+
2998 3008
 test "$program_prefix" != NONE &&
2999 3009
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3000 3010
 # Use a double $ so make ignores it.
... ...
@@ -3017,12 +3034,12 @@ if test x"${MISSING+set}" != xset; then
3017 3017
   esac
3018 3018
 fi
3019 3019
 # Use eval to expand $SHELL
3020
-if eval "$MISSING --run true"; then
3021
-  am_missing_run="$MISSING --run "
3020
+if eval "$MISSING --is-lightweight"; then
3021
+  am_missing_run="$MISSING "
3022 3022
 else
3023 3023
   am_missing_run=
3024
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3025
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3024
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3025
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3026 3026
 fi
3027 3027
 
3028 3028
 if test x"${install_sh}" != xset; then
... ...
@@ -3034,10 +3051,10 @@ if test x"${install_sh}" != xset; then
3034 3034
   esac
3035 3035
 fi
3036 3036
 
3037
-# Installed binaries are usually stripped using `strip' when the user
3038
-# run `make install-strip'.  However `strip' might not be the right
3037
+# Installed binaries are usually stripped using 'strip' when the user
3038
+# run "make install-strip".  However 'strip' might not be the right
3039 3039
 # tool to use in cross-compilation environments, therefore Automake
3040
-# will honor the `STRIP' environment variable to overrule this program.
3040
+# will honor the 'STRIP' environment variable to overrule this program.
3041 3041
 if test "$cross_compiling" != no; then
3042 3042
   if test -n "$ac_tool_prefix"; then
3043 3043
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3176,12 +3193,6 @@ fi
3176 3176
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3177 3177
 $as_echo "$MKDIR_P" >&6; }
3178 3178
 
3179
-mkdir_p="$MKDIR_P"
3180
-case $mkdir_p in
3181
-  [\\/$]* | ?:[\\/]*) ;;
3182
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3183
-esac
3184
-
3185 3179
 for ac_prog in gawk mawk nawk awk
3186 3180
 do
3187 3181
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3264,6 +3275,45 @@ else
3264 3264
 fi
3265 3265
 rmdir .tst 2>/dev/null
3266 3266
 
3267
+# Check whether --enable-silent-rules was given.
3268
+if test "${enable_silent_rules+set}" = set; then :
3269
+  enableval=$enable_silent_rules;
3270
+fi
3271
+
3272
+case $enable_silent_rules in # (((
3273
+  yes) AM_DEFAULT_VERBOSITY=0;;
3274
+   no) AM_DEFAULT_VERBOSITY=1;;
3275
+    *) AM_DEFAULT_VERBOSITY=1;;
3276
+esac
3277
+am_make=${MAKE-make}
3278
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3279
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3280
+if ${am_cv_make_support_nested_variables+:} false; then :
3281
+  $as_echo_n "(cached) " >&6
3282
+else
3283
+  if $as_echo 'TRUE=$(BAR$(V))
3284
+BAR0=false
3285
+BAR1=true
3286
+V=1
3287
+am__doit:
3288
+	@$(TRUE)
3289
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3290
+  am_cv_make_support_nested_variables=yes
3291
+else
3292
+  am_cv_make_support_nested_variables=no
3293
+fi
3294
+fi
3295
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3296
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
3297
+if test $am_cv_make_support_nested_variables = yes; then
3298
+    AM_V='$(V)'
3299
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3300
+else
3301
+  AM_V=$AM_DEFAULT_VERBOSITY
3302
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3303
+fi
3304
+AM_BACKSLASH='\'
3305
+
3267 3306
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3268 3307
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3269 3308
   # is not polluted with repeated "-I."
... ...
@@ -3305,6 +3355,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3305 3305
 
3306 3306
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3307 3307
 
3308
+# For better backward compatibility.  To be removed once Automake 1.9.x
3309
+# dies out for good.  For more background, see:
3310
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3311
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3312
+mkdir_p='$(MKDIR_P)'
3313
+
3308 3314
 # We need awk for the "check" target.  The system "awk" is bad on
3309 3315
 # some platforms.
3310 3316
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3318,7 +3374,7 @@ $as_echo_n "checking how to create a ustar tar archive... " >&6; }
3318 3318
 _am_tools='gnutar plaintar pax cpio none'
3319 3319
 _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3320 3320
 # Do not fold the above two line into one, because Tru64 sh and
3321
-# Solaris sh will not grok spaces in the rhs of `-'.
3321
+# Solaris sh will not grok spaces in the rhs of '-'.
3322 3322
 for _am_tool in $_am_tools
3323 3323
 do
3324 3324
   case $_am_tool in
... ...
@@ -3403,10 +3459,10 @@ if test "${enable_silent_rules+set}" = set; then :
3403 3403
   enableval=$enable_silent_rules;
3404 3404
 fi
3405 3405
 
3406
-case $enable_silent_rules in
3407
-yes) AM_DEFAULT_VERBOSITY=0;;
3408
-no)  AM_DEFAULT_VERBOSITY=1;;
3409
-*)   AM_DEFAULT_VERBOSITY=0;;
3406
+case $enable_silent_rules in # (((
3407
+  yes) AM_DEFAULT_VERBOSITY=0;;
3408
+   no) AM_DEFAULT_VERBOSITY=1;;
3409
+    *) AM_DEFAULT_VERBOSITY=0;;
3410 3410
 esac
3411 3411
 am_make=${MAKE-make}
3412 3412
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3441,140 +3497,6 @@ AM_BACKSLASH='\'
3441 3441
 
3442 3442
 $as_echo "#define PACKAGE PACKAGE_NAME" >>confdefs.h
3443 3443
 
3444
-
3445
-VERSION="0.98.3"
3446
-
3447
-LC_CURRENT=7
3448
-LC_REVISION=22
3449
-LC_AGE=1
3450
-LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
3451
-
3452
-
3453
-
3454
-cat >>confdefs.h <<_ACEOF
3455
-#define LIBCLAMAV_FULLVER "$major.$LC_AGE.$LC_REVISION"
3456
-_ACEOF
3457
-
3458
-
3459
-
3460
-cat >>confdefs.h <<_ACEOF
3461
-#define LIBCLAMAV_MAJORVER $major
3462
-_ACEOF
3463
-
3464
-
3465
-
3466
-cat >>confdefs.h <<_ACEOF
3467
-#define VERSION "$VERSION"
3468
-_ACEOF
3469
-
3470
-
3471
-cat >>confdefs.h <<_ACEOF
3472
-#define VERSION_SUFFIX "$VERSION_SUFFIX"
3473
-_ACEOF
3474
-
3475
-
3476
-
3477
-
3478
-
3479
-
3480
-
3481
-
3482
-
3483
-
3484
-case `pwd` in
3485
-  *\ * | *\	*)
3486
-    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
3487
-$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
3488
-esac
3489
-
3490
-
3491
-
3492
-macro_version='2.4.2'
3493
-macro_revision='1.3337'
3494
-
3495
-
3496
-
3497
-
3498
-
3499
-
3500
-
3501
-
3502
-
3503
-
3504
-
3505
-
3506
-
3507
-ltmain="$ac_aux_dir/ltmain.sh"
3508
-
3509
-# Backslashify metacharacters that are still active within
3510
-# double-quoted strings.
3511
-sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
3512
-
3513
-# Same as above, but do not quote variable references.
3514
-double_quote_subst='s/\(["`\\]\)/\\\1/g'
3515
-
3516
-# Sed substitution to delay expansion of an escaped shell variable in a
3517
-# double_quote_subst'ed string.
3518
-delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
3519
-
3520
-# Sed substitution to delay expansion of an escaped single quote.
3521
-delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
3522
-
3523
-# Sed substitution to avoid accidental globbing in evaled expressions
3524
-no_glob_subst='s/\*/\\\*/g'
3525
-
3526
-ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
3527
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
3528
-ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
3529
-
3530
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
3531
-$as_echo_n "checking how to print strings... " >&6; }
3532
-# Test print first, because it will be a builtin if present.
3533
-if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
3534
-   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
3535
-  ECHO='print -r --'
3536
-elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
3537
-  ECHO='printf %s\n'
3538
-else
3539
-  # Use this function as a fallback that always works.
3540
-  func_fallback_echo ()
3541
-  {
3542
-    eval 'cat <<_LTECHO_EOF
3543
-$1
3544
-_LTECHO_EOF'
3545
-  }
3546
-  ECHO='func_fallback_echo'
3547
-fi
3548
-
3549
-# func_echo_all arg...
3550
-# Invoke $ECHO with all args, space-separated.
3551
-func_echo_all ()
3552
-{
3553
-    $ECHO ""
3554
-}
3555
-
3556
-case "$ECHO" in
3557
-  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
3558
-$as_echo "printf" >&6; } ;;
3559
-  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
3560
-$as_echo "print -r" >&6; } ;;
3561
-  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
3562
-$as_echo "cat" >&6; } ;;
3563
-esac
3564
-
3565
-
3566
-
3567
-
3568
-
3569
-
3570
-
3571
-
3572
-
3573
-
3574
-
3575
-
3576
-
3577
-
3578 3444
 DEPDIR="${am__leading_dot}deps"
3579 3445
 
3580 3446
 ac_config_commands="$ac_config_commands depfiles"
... ...
@@ -3594,7 +3516,7 @@ am__quote=
3594 3594
 _am_result=none
3595 3595
 # First try GNU make style include.
3596 3596
 echo "include confinc" > confmf
3597
-# Ignore all kinds of additional output from `make'.
3597
+# Ignore all kinds of additional output from 'make'.
3598 3598
 case `$am_make -s -f confmf 2> /dev/null` in #(
3599 3599
 *the\ am__doit\ target*)
3600 3600
   am__include=include
... ...
@@ -4438,8 +4360,8 @@ else
4438 4438
   # We make a subdir and do the tests there.  Otherwise we can end up
4439 4439
   # making bogus files that we don't know about and never remove.  For
4440 4440
   # instance it was reported that on HP-UX the gcc test will end up
4441
-  # making a dummy file named `D' -- because `-MD' means `put the output
4442
-  # in D'.
4441
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4442
+  # in D".
4443 4443
   rm -rf conftest.dir
4444 4444
   mkdir conftest.dir
4445 4445
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4474,16 +4396,16 @@ else
4474 4474
     : > sub/conftest.c
4475 4475
     for i in 1 2 3 4 5 6; do
4476 4476
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4477
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4478
-      # Solaris 8's {/usr,}/bin/sh.
4479
-      touch sub/conftst$i.h
4477
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4478
+      # Solaris 10 /bin/sh.
4479
+      echo '/* dummy */' > sub/conftst$i.h
4480 4480
     done
4481 4481
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4482 4482
 
4483
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4483
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4484 4484
     # mode.  It turns out that the SunPro C++ compiler does not properly
4485
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4486
-    # versions had trouble with output in subdirs
4485
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4486
+    # versions had trouble with output in subdirs.
4487 4487
     am__obj=sub/conftest.${OBJEXT-o}
4488 4488
     am__minus_obj="-o $am__obj"
4489 4489
     case $depmode in
... ...
@@ -4492,8 +4414,8 @@ else
4492 4492
       test "$am__universal" = false || continue
4493 4493
       ;;
4494 4494
     nosideeffect)
4495
-      # after this tag, mechanisms are not by side-effect, so they'll
4496
-      # only be used when explicitly requested
4495
+      # After this tag, mechanisms are not by side-effect, so they'll
4496
+      # only be used when explicitly requested.
4497 4497
       if test "x$enable_dependency_tracking" = xyes; then
4498 4498
 	continue
4499 4499
       else
... ...
@@ -4501,7 +4423,7 @@ else
4501 4501
       fi
4502 4502
       ;;
4503 4503
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4504
-      # This compiler won't grok `-c -o', but also, the minuso test has
4504
+      # This compiler won't grok '-c -o', but also, the minuso test has
4505 4505
       # not run yet.  These depmodes are late enough in the game, and
4506 4506
       # so weak that their functioning should not be impacted.
4507 4507
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4555,86 +4477,143 @@ else
4555 4555
 fi
4556 4556
 
4557 4557
 
4558
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
4559
-$as_echo_n "checking for a sed that does not truncate output... " >&6; }
4560
-if ${ac_cv_path_SED+:} false; then :
4558
+
4559
+ac_ext=c
4560
+ac_cpp='$CPP $CPPFLAGS'
4561
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4562
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4563
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4564
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
4565
+$as_echo_n "checking how to run the C preprocessor... " >&6; }
4566
+# On Suns, sometimes $CPP names a directory.
4567
+if test -n "$CPP" && test -d "$CPP"; then
4568
+  CPP=
4569
+fi
4570
+if test -z "$CPP"; then
4571
+  if ${ac_cv_prog_CPP+:} false; then :
4561 4572
   $as_echo_n "(cached) " >&6
4562 4573
 else
4563
-            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
4564
-     for ac_i in 1 2 3 4 5 6 7; do
4565
-       ac_script="$ac_script$as_nl$ac_script"
4566
-     done
4567
-     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
4568
-     { ac_script=; unset ac_script;}
4569
-     if test -z "$SED"; then
4570
-  ac_path_SED_found=false
4571
-  # Loop through the user's path and test for each of PROGNAME-LIST
4572
-  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573
-for as_dir in $PATH
4574
+      # Double quotes because CPP needs to be expanded
4575
+    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
4576
+    do
4577
+      ac_preproc_ok=false
4578
+for ac_c_preproc_warn_flag in '' yes
4574 4579
 do
4575
-  IFS=$as_save_IFS
4576
-  test -z "$as_dir" && as_dir=.
4577
-    for ac_prog in sed gsed; do
4578
-    for ac_exec_ext in '' $ac_executable_extensions; do
4579
-      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
4580
-      as_fn_executable_p "$ac_path_SED" || continue
4581
-# Check for GNU ac_path_SED and select it if it is found.
4582
-  # Check for GNU $ac_path_SED
4583
-case `"$ac_path_SED" --version 2>&1` in
4584
-*GNU*)
4585
-  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
4586
-*)
4587
-  ac_count=0
4588
-  $as_echo_n 0123456789 >"conftest.in"
4589
-  while :
4590
-  do
4591
-    cat "conftest.in" "conftest.in" >"conftest.tmp"
4592
-    mv "conftest.tmp" "conftest.in"
4593
-    cp "conftest.in" "conftest.nl"
4594
-    $as_echo '' >> "conftest.nl"
4595
-    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
4596
-    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4597
-    as_fn_arith $ac_count + 1 && ac_count=$as_val
4598
-    if test $ac_count -gt ${ac_path_SED_max-0}; then
4599
-      # Best one so far, save it but keep looking for a better one
4600
-      ac_cv_path_SED="$ac_path_SED"
4601
-      ac_path_SED_max=$ac_count
4602
-    fi
4603
-    # 10*(2^10) chars as input seems more than enough
4604
-    test $ac_count -gt 10 && break
4605
-  done
4606
-  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4607
-esac
4580
+  # Use a header file that comes with gcc, so configuring glibc
4581
+  # with a fresh cross-compiler works.
4582
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4583
+  # <limits.h> exists even on freestanding compilers.
4584
+  # On the NeXT, cc -E runs the code through the compiler's parser,
4585
+  # not just through cpp. "Syntax error" is here to catch this case.
4586
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4587
+/* end confdefs.h.  */
4588
+#ifdef __STDC__
4589
+# include <limits.h>
4590
+#else
4591
+# include <assert.h>
4592
+#endif
4593
+		     Syntax error
4594
+_ACEOF
4595
+if ac_fn_c_try_cpp "$LINENO"; then :
4608 4596
 
4609
-      $ac_path_SED_found && break 3
4610
-    done
4611
-  done
4612
-  done
4613
-IFS=$as_save_IFS
4614
-  if test -z "$ac_cv_path_SED"; then
4615
-    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
4616
-  fi
4617 4597
 else
4618
-  ac_cv_path_SED=$SED
4598
+  # Broken: fails on valid input.
4599
+continue
4619 4600
 fi
4601
+rm -f conftest.err conftest.i conftest.$ac_ext
4620 4602
 
4603
+  # OK, works on sane cases.  Now check whether nonexistent headers
4604
+  # can be detected and how.
4605
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4606
+/* end confdefs.h.  */
4607
+#include <ac_nonexistent.h>
4608
+_ACEOF
4609
+if ac_fn_c_try_cpp "$LINENO"; then :
4610
+  # Broken: success on invalid input.
4611
+continue
4612
+else
4613
+  # Passes both tests.
4614
+ac_preproc_ok=:
4615
+break
4621 4616
 fi
4622
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
4623
-$as_echo "$ac_cv_path_SED" >&6; }
4624
- SED="$ac_cv_path_SED"
4625
-  rm -f conftest.sed
4626
-
4627
-test -z "$SED" && SED=sed
4628
-Xsed="$SED -e 1s/^X//"
4629
-
4617
+rm -f conftest.err conftest.i conftest.$ac_ext
4630 4618
 
4619
+done
4620
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4621
+rm -f conftest.i conftest.err conftest.$ac_ext
4622
+if $ac_preproc_ok; then :
4623
+  break
4624
+fi
4631 4625
 
4626
+    done
4627
+    ac_cv_prog_CPP=$CPP
4632 4628
 
4629
+fi
4630
+  CPP=$ac_cv_prog_CPP
4631
+else
4632
+  ac_cv_prog_CPP=$CPP
4633
+fi
4634
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
4635
+$as_echo "$CPP" >&6; }
4636
+ac_preproc_ok=false
4637
+for ac_c_preproc_warn_flag in '' yes
4638
+do
4639
+  # Use a header file that comes with gcc, so configuring glibc
4640
+  # with a fresh cross-compiler works.
4641
+  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4642
+  # <limits.h> exists even on freestanding compilers.
4643
+  # On the NeXT, cc -E runs the code through the compiler's parser,
4644
+  # not just through cpp. "Syntax error" is here to catch this case.
4645
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4646
+/* end confdefs.h.  */
4647
+#ifdef __STDC__
4648
+# include <limits.h>
4649
+#else
4650
+# include <assert.h>
4651
+#endif
4652
+		     Syntax error
4653
+_ACEOF
4654
+if ac_fn_c_try_cpp "$LINENO"; then :
4633 4655
 
4656
+else
4657
+  # Broken: fails on valid input.
4658
+continue
4659
+fi
4660
+rm -f conftest.err conftest.i conftest.$ac_ext
4634 4661
 
4662
+  # OK, works on sane cases.  Now check whether nonexistent headers
4663
+  # can be detected and how.
4664
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4665
+/* end confdefs.h.  */
4666
+#include <ac_nonexistent.h>
4667
+_ACEOF
4668
+if ac_fn_c_try_cpp "$LINENO"; then :
4669
+  # Broken: success on invalid input.
4670
+continue
4671
+else
4672
+  # Passes both tests.
4673
+ac_preproc_ok=:
4674
+break
4675
+fi
4676
+rm -f conftest.err conftest.i conftest.$ac_ext
4635 4677
 
4678
+done
4679
+# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4680
+rm -f conftest.i conftest.err conftest.$ac_ext
4681
+if $ac_preproc_ok; then :
4636 4682
 
4683
+else
4684
+  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
4685
+$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4686
+as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
4687
+See \`config.log' for more details" "$LINENO" 5; }
4688
+fi
4637 4689
 
4690
+ac_ext=c
4691
+ac_cpp='$CPP $CPPFLAGS'
4692
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4693
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4694
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4638 4695
 
4639 4696
 
4640 4697
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for grep that handles long lines and -e" >&5
... ...
@@ -4767,6 +4746,412 @@ $as_echo "$ac_cv_path_EGREP" >&6; }
4767 4767
  EGREP="$ac_cv_path_EGREP"
4768 4768
 
4769 4769
 
4770
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
4771
+$as_echo_n "checking for ANSI C header files... " >&6; }
4772
+if ${ac_cv_header_stdc+:} false; then :
4773
+  $as_echo_n "(cached) " >&6
4774
+else
4775
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4776
+/* end confdefs.h.  */
4777
+#include <stdlib.h>
4778
+#include <stdarg.h>
4779
+#include <string.h>
4780
+#include <float.h>
4781
+
4782
+int
4783
+main ()
4784
+{
4785
+
4786
+  ;
4787
+  return 0;
4788
+}
4789
+_ACEOF
4790
+if ac_fn_c_try_compile "$LINENO"; then :
4791
+  ac_cv_header_stdc=yes
4792
+else
4793
+  ac_cv_header_stdc=no
4794
+fi
4795
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4796
+
4797
+if test $ac_cv_header_stdc = yes; then
4798
+  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
4799
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4800
+/* end confdefs.h.  */
4801
+#include <string.h>
4802
+
4803
+_ACEOF
4804
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4805
+  $EGREP "memchr" >/dev/null 2>&1; then :
4806
+
4807
+else
4808
+  ac_cv_header_stdc=no
4809
+fi
4810
+rm -f conftest*
4811
+
4812
+fi
4813
+
4814
+if test $ac_cv_header_stdc = yes; then
4815
+  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
4816
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4817
+/* end confdefs.h.  */
4818
+#include <stdlib.h>
4819
+
4820
+_ACEOF
4821
+if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
4822
+  $EGREP "free" >/dev/null 2>&1; then :
4823
+
4824
+else
4825
+  ac_cv_header_stdc=no
4826
+fi
4827
+rm -f conftest*
4828
+
4829
+fi
4830
+
4831
+if test $ac_cv_header_stdc = yes; then
4832
+  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
4833
+  if test "$cross_compiling" = yes; then :
4834
+  :
4835
+else
4836
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4837
+/* end confdefs.h.  */
4838
+#include <ctype.h>
4839
+#include <stdlib.h>
4840
+#if ((' ' & 0x0FF) == 0x020)
4841
+# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
4842
+# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
4843
+#else
4844
+# define ISLOWER(c) \
4845
+		   (('a' <= (c) && (c) <= 'i') \
4846
+		     || ('j' <= (c) && (c) <= 'r') \
4847
+		     || ('s' <= (c) && (c) <= 'z'))
4848
+# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
4849
+#endif
4850
+
4851
+#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
4852
+int
4853
+main ()
4854
+{
4855
+  int i;
4856
+  for (i = 0; i < 256; i++)
4857
+    if (XOR (islower (i), ISLOWER (i))
4858
+	|| toupper (i) != TOUPPER (i))
4859
+      return 2;
4860
+  return 0;
4861
+}
4862
+_ACEOF
4863
+if ac_fn_c_try_run "$LINENO"; then :
4864
+
4865
+else
4866
+  ac_cv_header_stdc=no
4867
+fi
4868
+rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
4869
+  conftest.$ac_objext conftest.beam conftest.$ac_ext
4870
+fi
4871
+
4872
+fi
4873
+fi
4874
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
4875
+$as_echo "$ac_cv_header_stdc" >&6; }
4876
+if test $ac_cv_header_stdc = yes; then
4877
+
4878
+$as_echo "#define STDC_HEADERS 1" >>confdefs.h
4879
+
4880
+fi
4881
+
4882
+# On IRIX 5.3, sys/types and inttypes.h are conflicting.
4883
+for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
4884
+		  inttypes.h stdint.h unistd.h
4885
+do :
4886
+  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
4887
+ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
4888
+"
4889
+if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
4890
+  cat >>confdefs.h <<_ACEOF
4891
+#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
4892
+_ACEOF
4893
+
4894
+fi
4895
+
4896
+done
4897
+
4898
+
4899
+
4900
+  ac_fn_c_check_header_mongrel "$LINENO" "minix/config.h" "ac_cv_header_minix_config_h" "$ac_includes_default"
4901
+if test "x$ac_cv_header_minix_config_h" = xyes; then :
4902
+  MINIX=yes
4903
+else
4904
+  MINIX=
4905
+fi
4906
+
4907
+
4908
+  if test "$MINIX" = yes; then
4909
+
4910
+$as_echo "#define _POSIX_SOURCE 1" >>confdefs.h
4911
+
4912
+
4913
+$as_echo "#define _POSIX_1_SOURCE 2" >>confdefs.h
4914
+
4915
+
4916
+$as_echo "#define _MINIX 1" >>confdefs.h
4917
+
4918
+  fi
4919
+
4920
+
4921
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to define __EXTENSIONS__" >&5
4922
+$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; }
4923
+if ${ac_cv_safe_to_define___extensions__+:} false; then :
4924
+  $as_echo_n "(cached) " >&6
4925
+else
4926
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4927
+/* end confdefs.h.  */
4928
+
4929
+#         define __EXTENSIONS__ 1
4930
+          $ac_includes_default
4931
+int
4932
+main ()
4933
+{
4934
+
4935
+  ;
4936
+  return 0;
4937
+}
4938
+_ACEOF
4939
+if ac_fn_c_try_compile "$LINENO"; then :
4940
+  ac_cv_safe_to_define___extensions__=yes
4941
+else
4942
+  ac_cv_safe_to_define___extensions__=no
4943
+fi
4944
+rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
4945
+fi
4946
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_define___extensions__" >&5
4947
+$as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
4948
+  test $ac_cv_safe_to_define___extensions__ = yes &&
4949
+    $as_echo "#define __EXTENSIONS__ 1" >>confdefs.h
4950
+
4951
+  $as_echo "#define _ALL_SOURCE 1" >>confdefs.h
4952
+
4953
+  $as_echo "#define _GNU_SOURCE 1" >>confdefs.h
4954
+
4955
+  $as_echo "#define _POSIX_PTHREAD_SEMANTICS 1" >>confdefs.h
4956
+
4957
+  $as_echo "#define _TANDEM_SOURCE 1" >>confdefs.h
4958
+
4959
+
4960
+
4961
+VERSION="0.98.3"
4962
+
4963
+LC_CURRENT=7
4964
+LC_REVISION=22
4965
+LC_AGE=1
4966
+LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
4967
+
4968
+
4969
+
4970
+cat >>confdefs.h <<_ACEOF
4971
+#define LIBCLAMAV_FULLVER "$major.$LC_AGE.$LC_REVISION"
4972
+_ACEOF
4973
+
4974
+
4975
+
4976
+cat >>confdefs.h <<_ACEOF
4977
+#define LIBCLAMAV_MAJORVER $major
4978
+_ACEOF
4979
+
4980
+
4981
+
4982
+cat >>confdefs.h <<_ACEOF
4983
+#define VERSION "$VERSION"
4984
+_ACEOF
4985
+
4986
+
4987
+cat >>confdefs.h <<_ACEOF
4988
+#define VERSION_SUFFIX "$VERSION_SUFFIX"
4989
+_ACEOF
4990
+
4991
+
4992
+
4993
+
4994
+
4995
+
4996
+
4997
+
4998
+
4999
+
5000
+case `pwd` in
5001
+  *\ * | *\	*)
5002
+    { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
5003
+$as_echo "$as_me: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&2;} ;;
5004
+esac
5005
+
5006
+
5007
+
5008
+macro_version='2.4.2'
5009
+macro_revision='1.3337'
5010
+
5011
+
5012
+
5013
+
5014
+
5015
+
5016
+
5017
+
5018
+
5019
+
5020
+
5021
+
5022
+
5023
+ltmain="$ac_aux_dir/ltmain.sh"
5024
+
5025
+# Backslashify metacharacters that are still active within
5026
+# double-quoted strings.
5027
+sed_quote_subst='s/\(["`$\\]\)/\\\1/g'
5028
+
5029
+# Same as above, but do not quote variable references.
5030
+double_quote_subst='s/\(["`\\]\)/\\\1/g'
5031
+
5032
+# Sed substitution to delay expansion of an escaped shell variable in a
5033
+# double_quote_subst'ed string.
5034
+delay_variable_subst='s/\\\\\\\\\\\$/\\\\\\$/g'
5035
+
5036
+# Sed substitution to delay expansion of an escaped single quote.
5037
+delay_single_quote_subst='s/'\''/'\'\\\\\\\'\''/g'
5038
+
5039
+# Sed substitution to avoid accidental globbing in evaled expressions
5040
+no_glob_subst='s/\*/\\\*/g'
5041
+
5042
+ECHO='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
5043
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO
5044
+ECHO=$ECHO$ECHO$ECHO$ECHO$ECHO$ECHO
5045
+
5046
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to print strings" >&5
5047
+$as_echo_n "checking how to print strings... " >&6; }
5048
+# Test print first, because it will be a builtin if present.
5049
+if test "X`( print -r -- -n ) 2>/dev/null`" = X-n && \
5050
+   test "X`print -r -- $ECHO 2>/dev/null`" = "X$ECHO"; then
5051
+  ECHO='print -r --'
5052
+elif test "X`printf %s $ECHO 2>/dev/null`" = "X$ECHO"; then
5053
+  ECHO='printf %s\n'
5054
+else
5055
+  # Use this function as a fallback that always works.
5056
+  func_fallback_echo ()
5057
+  {
5058
+    eval 'cat <<_LTECHO_EOF
5059
+$1
5060
+_LTECHO_EOF'
5061
+  }
5062
+  ECHO='func_fallback_echo'
5063
+fi
5064
+
5065
+# func_echo_all arg...
5066
+# Invoke $ECHO with all args, space-separated.
5067
+func_echo_all ()
5068
+{
5069
+    $ECHO ""
5070
+}
5071
+
5072
+case "$ECHO" in
5073
+  printf*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: printf" >&5
5074
+$as_echo "printf" >&6; } ;;
5075
+  print*) { $as_echo "$as_me:${as_lineno-$LINENO}: result: print -r" >&5
5076
+$as_echo "print -r" >&6; } ;;
5077
+  *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: cat" >&5
5078
+$as_echo "cat" >&6; } ;;
5079
+esac
5080
+
5081
+
5082
+
5083
+
5084
+
5085
+
5086
+
5087
+
5088
+
5089
+
5090
+
5091
+
5092
+
5093
+
5094
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a sed that does not truncate output" >&5
5095
+$as_echo_n "checking for a sed that does not truncate output... " >&6; }
5096
+if ${ac_cv_path_SED+:} false; then :
5097
+  $as_echo_n "(cached) " >&6
5098
+else
5099
+            ac_script=s/aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa/bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb/
5100
+     for ac_i in 1 2 3 4 5 6 7; do
5101
+       ac_script="$ac_script$as_nl$ac_script"
5102
+     done
5103
+     echo "$ac_script" 2>/dev/null | sed 99q >conftest.sed
5104
+     { ac_script=; unset ac_script;}
5105
+     if test -z "$SED"; then
5106
+  ac_path_SED_found=false
5107
+  # Loop through the user's path and test for each of PROGNAME-LIST
5108
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109
+for as_dir in $PATH
5110
+do
5111
+  IFS=$as_save_IFS
5112
+  test -z "$as_dir" && as_dir=.
5113
+    for ac_prog in sed gsed; do
5114
+    for ac_exec_ext in '' $ac_executable_extensions; do
5115
+      ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5116
+      as_fn_executable_p "$ac_path_SED" || continue
5117
+# Check for GNU ac_path_SED and select it if it is found.
5118
+  # Check for GNU $ac_path_SED
5119
+case `"$ac_path_SED" --version 2>&1` in
5120
+*GNU*)
5121
+  ac_cv_path_SED="$ac_path_SED" ac_path_SED_found=:;;
5122
+*)
5123
+  ac_count=0
5124
+  $as_echo_n 0123456789 >"conftest.in"
5125
+  while :
5126
+  do
5127
+    cat "conftest.in" "conftest.in" >"conftest.tmp"
5128
+    mv "conftest.tmp" "conftest.in"
5129
+    cp "conftest.in" "conftest.nl"
5130
+    $as_echo '' >> "conftest.nl"
5131
+    "$ac_path_SED" -f conftest.sed < "conftest.nl" >"conftest.out" 2>/dev/null || break
5132
+    diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5133
+    as_fn_arith $ac_count + 1 && ac_count=$as_val
5134
+    if test $ac_count -gt ${ac_path_SED_max-0}; then
5135
+      # Best one so far, save it but keep looking for a better one
5136
+      ac_cv_path_SED="$ac_path_SED"
5137
+      ac_path_SED_max=$ac_count
5138
+    fi
5139
+    # 10*(2^10) chars as input seems more than enough
5140
+    test $ac_count -gt 10 && break
5141
+  done
5142
+  rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5143
+esac
5144
+
5145
+      $ac_path_SED_found && break 3
5146
+    done
5147
+  done
5148
+  done
5149
+IFS=$as_save_IFS
5150
+  if test -z "$ac_cv_path_SED"; then
5151
+    as_fn_error $? "no acceptable sed could be found in \$PATH" "$LINENO" 5
5152
+  fi
5153
+else
5154
+  ac_cv_path_SED=$SED
5155
+fi
5156
+
5157
+fi
5158
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_path_SED" >&5
5159
+$as_echo "$ac_cv_path_SED" >&6; }
5160
+ SED="$ac_cv_path_SED"
5161
+  rm -f conftest.sed
5162
+
5163
+test -z "$SED" && SED=sed
5164
+Xsed="$SED -e 1s/^X//"
5165
+
5166
+
5167
+
5168
+
5169
+
5170
+
5171
+
5172
+
5173
+
5174
+
5175
+
4770 5176
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for fgrep" >&5
4771 5177
 $as_echo_n "checking for fgrep... " >&6; }
4772 5178
 if ${ac_cv_path_FGREP+:} false; then :
... ...
@@ -5976,7 +6361,6 @@ test -z "$sharedlib_from_linklib_cmd" && sharedlib_from_linklib_cmd=$ECHO
5976 5976
 
5977 5977
 
5978 5978
 
5979
-
5980 5979
 if test -n "$ac_tool_prefix"; then
5981 5980
   for ac_prog in ar
5982 5981
   do
... ...
@@ -7680,273 +8064,6 @@ $as_echo "$lt_cv_ld_force_load" >&6; }
7680 7680
     ;;
7681 7681
   esac
7682 7682
 
7683
-ac_ext=c
7684
-ac_cpp='$CPP $CPPFLAGS'
7685
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7686
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7687
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
7688
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to run the C preprocessor" >&5
7689
-$as_echo_n "checking how to run the C preprocessor... " >&6; }
7690
-# On Suns, sometimes $CPP names a directory.
7691
-if test -n "$CPP" && test -d "$CPP"; then
7692
-  CPP=
7693
-fi
7694
-if test -z "$CPP"; then
7695
-  if ${ac_cv_prog_CPP+:} false; then :
7696
-  $as_echo_n "(cached) " >&6
7697
-else
7698
-      # Double quotes because CPP needs to be expanded
7699
-    for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7700
-    do
7701
-      ac_preproc_ok=false
7702
-for ac_c_preproc_warn_flag in '' yes
7703
-do
7704
-  # Use a header file that comes with gcc, so configuring glibc
7705
-  # with a fresh cross-compiler works.
7706
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7707
-  # <limits.h> exists even on freestanding compilers.
7708
-  # On the NeXT, cc -E runs the code through the compiler's parser,
7709
-  # not just through cpp. "Syntax error" is here to catch this case.
7710
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7711
-/* end confdefs.h.  */
7712
-#ifdef __STDC__
7713
-# include <limits.h>
7714
-#else
7715
-# include <assert.h>
7716
-#endif
7717
-		     Syntax error
7718
-_ACEOF
7719
-if ac_fn_c_try_cpp "$LINENO"; then :
7720
-
7721
-else
7722
-  # Broken: fails on valid input.
7723
-continue
7724
-fi
7725
-rm -f conftest.err conftest.i conftest.$ac_ext
7726
-
7727
-  # OK, works on sane cases.  Now check whether nonexistent headers
7728
-  # can be detected and how.
7729
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7730
-/* end confdefs.h.  */
7731
-#include <ac_nonexistent.h>
7732
-_ACEOF
7733
-if ac_fn_c_try_cpp "$LINENO"; then :
7734
-  # Broken: success on invalid input.
7735
-continue
7736
-else
7737
-  # Passes both tests.
7738
-ac_preproc_ok=:
7739
-break
7740
-fi
7741
-rm -f conftest.err conftest.i conftest.$ac_ext
7742
-
7743
-done
7744
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7745
-rm -f conftest.i conftest.err conftest.$ac_ext
7746
-if $ac_preproc_ok; then :
7747
-  break
7748
-fi
7749
-
7750
-    done
7751
-    ac_cv_prog_CPP=$CPP
7752
-
7753
-fi
7754
-  CPP=$ac_cv_prog_CPP
7755
-else
7756
-  ac_cv_prog_CPP=$CPP
7757
-fi
7758
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $CPP" >&5
7759
-$as_echo "$CPP" >&6; }
7760
-ac_preproc_ok=false
7761
-for ac_c_preproc_warn_flag in '' yes
7762
-do
7763
-  # Use a header file that comes with gcc, so configuring glibc
7764
-  # with a fresh cross-compiler works.
7765
-  # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7766
-  # <limits.h> exists even on freestanding compilers.
7767
-  # On the NeXT, cc -E runs the code through the compiler's parser,
7768
-  # not just through cpp. "Syntax error" is here to catch this case.
7769
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7770
-/* end confdefs.h.  */
7771
-#ifdef __STDC__
7772
-# include <limits.h>
7773
-#else
7774
-# include <assert.h>
7775
-#endif
7776
-		     Syntax error
7777
-_ACEOF
7778
-if ac_fn_c_try_cpp "$LINENO"; then :
7779
-
7780
-else
7781
-  # Broken: fails on valid input.
7782
-continue
7783
-fi
7784
-rm -f conftest.err conftest.i conftest.$ac_ext
7785
-
7786
-  # OK, works on sane cases.  Now check whether nonexistent headers
7787
-  # can be detected and how.
7788
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7789
-/* end confdefs.h.  */
7790
-#include <ac_nonexistent.h>
7791
-_ACEOF
7792
-if ac_fn_c_try_cpp "$LINENO"; then :
7793
-  # Broken: success on invalid input.
7794
-continue
7795
-else
7796
-  # Passes both tests.
7797
-ac_preproc_ok=:
7798
-break
7799
-fi
7800
-rm -f conftest.err conftest.i conftest.$ac_ext
7801
-
7802
-done
7803
-# Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
7804
-rm -f conftest.i conftest.err conftest.$ac_ext
7805
-if $ac_preproc_ok; then :
7806
-
7807
-else
7808
-  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
7809
-$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
7810
-as_fn_error $? "C preprocessor \"$CPP\" fails sanity check
7811
-See \`config.log' for more details" "$LINENO" 5; }
7812
-fi
7813
-
7814
-ac_ext=c
7815
-ac_cpp='$CPP $CPPFLAGS'
7816
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
7817
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
7818
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
7819
-
7820
-
7821
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for ANSI C header files" >&5
7822
-$as_echo_n "checking for ANSI C header files... " >&6; }
7823
-if ${ac_cv_header_stdc+:} false; then :
7824
-  $as_echo_n "(cached) " >&6
7825
-else
7826
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7827
-/* end confdefs.h.  */
7828
-#include <stdlib.h>
7829
-#include <stdarg.h>
7830
-#include <string.h>
7831
-#include <float.h>
7832
-
7833
-int
7834
-main ()
7835
-{
7836
-
7837
-  ;
7838
-  return 0;
7839
-}
7840
-_ACEOF
7841
-if ac_fn_c_try_compile "$LINENO"; then :
7842
-  ac_cv_header_stdc=yes
7843
-else
7844
-  ac_cv_header_stdc=no
7845
-fi
7846
-rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7847
-
7848
-if test $ac_cv_header_stdc = yes; then
7849
-  # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7850
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7851
-/* end confdefs.h.  */
7852
-#include <string.h>
7853
-
7854
-_ACEOF
7855
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7856
-  $EGREP "memchr" >/dev/null 2>&1; then :
7857
-
7858
-else
7859
-  ac_cv_header_stdc=no
7860
-fi
7861
-rm -f conftest*
7862
-
7863
-fi
7864
-
7865
-if test $ac_cv_header_stdc = yes; then
7866
-  # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7867
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7868
-/* end confdefs.h.  */
7869
-#include <stdlib.h>
7870
-
7871
-_ACEOF
7872
-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7873
-  $EGREP "free" >/dev/null 2>&1; then :
7874
-
7875
-else
7876
-  ac_cv_header_stdc=no
7877
-fi
7878
-rm -f conftest*
7879
-
7880
-fi
7881
-
7882
-if test $ac_cv_header_stdc = yes; then
7883
-  # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7884
-  if test "$cross_compiling" = yes; then :
7885
-  :
7886
-else
7887
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
7888
-/* end confdefs.h.  */
7889
-#include <ctype.h>
7890
-#include <stdlib.h>
7891
-#if ((' ' & 0x0FF) == 0x020)
7892
-# define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7893
-# define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7894
-#else
7895
-# define ISLOWER(c) \
7896
-		   (('a' <= (c) && (c) <= 'i') \
7897
-		     || ('j' <= (c) && (c) <= 'r') \
7898
-		     || ('s' <= (c) && (c) <= 'z'))
7899
-# define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7900
-#endif
7901
-
7902
-#define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7903
-int
7904
-main ()
7905
-{
7906
-  int i;
7907
-  for (i = 0; i < 256; i++)
7908
-    if (XOR (islower (i), ISLOWER (i))
7909
-	|| toupper (i) != TOUPPER (i))
7910
-      return 2;
7911
-  return 0;
7912
-}
7913
-_ACEOF
7914
-if ac_fn_c_try_run "$LINENO"; then :
7915
-
7916
-else
7917
-  ac_cv_header_stdc=no
7918
-fi
7919
-rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
7920
-  conftest.$ac_objext conftest.beam conftest.$ac_ext
7921
-fi
7922
-
7923
-fi
7924
-fi
7925
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_header_stdc" >&5
7926
-$as_echo "$ac_cv_header_stdc" >&6; }
7927
-if test $ac_cv_header_stdc = yes; then
7928
-
7929
-$as_echo "#define STDC_HEADERS 1" >>confdefs.h
7930
-
7931
-fi
7932
-
7933
-# On IRIX 5.3, sys/types and inttypes.h are conflicting.
7934
-for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7935
-		  inttypes.h stdint.h unistd.h
7936
-do :
7937
-  as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7938
-ac_fn_c_check_header_compile "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default
7939
-"
7940
-if eval test \"x\$"$as_ac_Header"\" = x"yes"; then :
7941
-  cat >>confdefs.h <<_ACEOF
7942
-#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7943
-_ACEOF
7944
-
7945
-fi
7946
-
7947
-done
7948
-
7949
-
7950 7683
 for ac_header in dlfcn.h
7951 7684
 do :
7952 7685
   ac_fn_c_check_header_compile "$LINENO" "dlfcn.h" "ac_cv_header_dlfcn_h" "$ac_includes_default
... ...
@@ -13592,8 +13709,8 @@ else
13592 13592
   # We make a subdir and do the tests there.  Otherwise we can end up
13593 13593
   # making bogus files that we don't know about and never remove.  For
13594 13594
   # instance it was reported that on HP-UX the gcc test will end up
13595
-  # making a dummy file named `D' -- because `-MD' means `put the output
13596
-  # in D'.
13595
+  # making a dummy file named 'D' -- because '-MD' means "put the output
13596
+  # in D".
13597 13597
   rm -rf conftest.dir
13598 13598
   mkdir conftest.dir
13599 13599
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -13628,16 +13745,16 @@ else
13628 13628
     : > sub/conftest.c
13629 13629
     for i in 1 2 3 4 5 6; do
13630 13630
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
13631
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13632
-      # Solaris 8's {/usr,}/bin/sh.
13633
-      touch sub/conftst$i.h
13631
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
13632
+      # Solaris 10 /bin/sh.
13633
+      echo '/* dummy */' > sub/conftst$i.h
13634 13634
     done
13635 13635
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13636 13636
 
13637
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
13637
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
13638 13638
     # mode.  It turns out that the SunPro C++ compiler does not properly
13639
-    # handle `-M -o', and we need to detect this.  Also, some Intel
13640
-    # versions had trouble with output in subdirs
13639
+    # handle '-M -o', and we need to detect this.  Also, some Intel
13640
+    # versions had trouble with output in subdirs.
13641 13641
     am__obj=sub/conftest.${OBJEXT-o}
13642 13642
     am__minus_obj="-o $am__obj"
13643 13643
     case $depmode in
... ...
@@ -13646,8 +13763,8 @@ else
13646 13646
       test "$am__universal" = false || continue
13647 13647
       ;;
13648 13648
     nosideeffect)
13649
-      # after this tag, mechanisms are not by side-effect, so they'll
13650
-      # only be used when explicitly requested
13649
+      # After this tag, mechanisms are not by side-effect, so they'll
13650
+      # only be used when explicitly requested.
13651 13651
       if test "x$enable_dependency_tracking" = xyes; then
13652 13652
 	continue
13653 13653
       else
... ...
@@ -13655,7 +13772,7 @@ else
13655 13655
       fi
13656 13656
       ;;
13657 13657
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
13658
-      # This compiler won't grok `-c -o', but also, the minuso test has
13658
+      # This compiler won't grok '-c -o', but also, the minuso test has
13659 13659
       # not run yet.  These depmodes are late enough in the game, and
13660 13660
       # so weak that their functioning should not be impacted.
13661 13661
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -22063,6 +22180,14 @@ LIBOBJS=$ac_libobjs
22063 22063
 LTLIBOBJS=$ac_ltlibobjs
22064 22064
 
22065 22065
 
22066
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
22067
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
22068
+   if test -n "$am_sleep_pid"; then
22069
+     # Hide warnings about reused PIDs.
22070
+     wait $am_sleep_pid 2>/dev/null
22071
+   fi
22072
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
22073
+$as_echo "done" >&6; }
22066 22074
  if test -n "$EXEEXT"; then
22067 22075
   am__EXEEXT_TRUE=
22068 22076
   am__EXEEXT_FALSE='#'
... ...
@@ -23655,7 +23780,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
23655 23655
 
23656 23656
   case $ac_file$ac_mode in
23657 23657
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
23658
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
23658
+  # Older Autoconf quotes --file arguments for eval, but not when files
23659 23659
   # are listed without --file.  Let's play safe and only enable the eval
23660 23660
   # if we detect the quoting.
23661 23661
   case $CONFIG_FILES in
... ...
@@ -23668,7 +23793,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
23668 23668
     # Strip MF so we end up with the name of the file.
23669 23669
     mf=`echo "$mf" | sed -e 's/:.*$//'`
23670 23670
     # Check whether this is an Automake generated Makefile or not.
23671
-    # We used to match only the files named `Makefile.in', but
23671
+    # We used to match only the files named 'Makefile.in', but
23672 23672
     # some people rename them; so instead we look at the file content.
23673 23673
     # Grep'ing the first line is not enough: some people post-process
23674 23674
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -23702,21 +23827,19 @@ $as_echo X"$mf" |
23702 23702
       continue
23703 23703
     fi
23704 23704
     # Extract the definition of DEPDIR, am__include, and am__quote
23705
-    # from the Makefile without running `make'.
23705
+    # from the Makefile without running 'make'.
23706 23706
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
23707 23707
     test -z "$DEPDIR" && continue
23708 23708
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
23709 23709
     test -z "am__include" && continue
23710 23710
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
23711
-    # When using ansi2knr, U may be empty or an underscore; expand it
23712
-    U=`sed -n 's/^U = //p' < "$mf"`
23713 23711
     # Find all dependency output files, they are included files with
23714 23712
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
23715 23713
     # simplest approach to changing $(DEPDIR) to its actual value in the
23716 23714
     # expansion.
23717 23715
     for file in `sed -n "
23718 23716
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
23719
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
23717
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
23720 23718
       # Make sure the directory exists.
23721 23719
       test -f "$dirpart/$file" && continue
23722 23720
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -24689,6 +24812,14 @@ LIBOBJS=$ac_libobjs
24689 24689
 LTLIBOBJS=$ac_ltlibobjs
24690 24690
 
24691 24691
 
24692
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
24693
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
24694
+   if test -n "$am_sleep_pid"; then
24695
+     # Hide warnings about reused PIDs.
24696
+     wait $am_sleep_pid 2>/dev/null
24697
+   fi
24698
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
24699
+$as_echo "done" >&6; }
24692 24700
  if test -n "$EXEEXT"; then
24693 24701
   am__EXEEXT_TRUE=
24694 24702
   am__EXEEXT_FALSE='#'
... ...
@@ -26291,7 +26422,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
26291 26291
 
26292 26292
   case $ac_file$ac_mode in
26293 26293
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
26294
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
26294
+  # Older Autoconf quotes --file arguments for eval, but not when files
26295 26295
   # are listed without --file.  Let's play safe and only enable the eval
26296 26296
   # if we detect the quoting.
26297 26297
   case $CONFIG_FILES in
... ...
@@ -26304,7 +26435,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
26304 26304
     # Strip MF so we end up with the name of the file.
26305 26305
     mf=`echo "$mf" | sed -e 's/:.*$//'`
26306 26306
     # Check whether this is an Automake generated Makefile or not.
26307
-    # We used to match only the files named `Makefile.in', but
26307
+    # We used to match only the files named 'Makefile.in', but
26308 26308
     # some people rename them; so instead we look at the file content.
26309 26309
     # Grep'ing the first line is not enough: some people post-process
26310 26310
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -26338,21 +26469,19 @@ $as_echo X"$mf" |
26338 26338
       continue
26339 26339
     fi
26340 26340
     # Extract the definition of DEPDIR, am__include, and am__quote
26341
-    # from the Makefile without running `make'.
26341
+    # from the Makefile without running 'make'.
26342 26342
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
26343 26343
     test -z "$DEPDIR" && continue
26344 26344
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
26345 26345
     test -z "am__include" && continue
26346 26346
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
26347
-    # When using ansi2knr, U may be empty or an underscore; expand it
26348
-    U=`sed -n 's/^U = //p' < "$mf"`
26349 26347
     # Find all dependency output files, they are included files with
26350 26348
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
26351 26349
     # simplest approach to changing $(DEPDIR) to its actual value in the
26352 26350
     # expansion.
26353 26351
     for file in `sed -n "
26354 26352
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
26355
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
26353
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
26356 26354
       # Make sure the directory exists.
26357 26355
       test -f "$dirpart/$file" && continue
26358 26356
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -40,6 +40,7 @@ AM_SILENT_RULES([yes])
40 40
 dnl we told automake to not define these, since we want to include
41 41
 dnl the date in the version
42 42
 AC_DEFINE([PACKAGE], PACKAGE_NAME, [Name of package])
43
+AC_USE_SYSTEM_EXTENSIONS
43 44
 
44 45
 m4_include([m4/reorganization/version.m4])
45 46
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -71,7 +70,7 @@ build_triplet = @build@
71 71
 host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 subdir = database
74
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
74
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
75 75
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
76 76
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
77 77
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -144,12 +143,18 @@ mkinstalldirs = $(install_sh) -d
144 144
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
145 145
 CONFIG_CLEAN_FILES =
146 146
 CONFIG_CLEAN_VPATH_FILES =
147
+AM_V_P = $(am__v_P_@AM_V@)
148
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
149
+am__v_P_0 = false
150
+am__v_P_1 = :
147 151
 AM_V_GEN = $(am__v_GEN_@AM_V@)
148 152
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
149
-am__v_GEN_0 = @echo "  GEN   " $@;
153
+am__v_GEN_0 = @echo "  GEN     " $@;
154
+am__v_GEN_1 = 
150 155
 AM_V_at = $(am__v_at_@AM_V@)
151 156
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
152 157
 am__v_at_0 = @
158
+am__v_at_1 = 
153 159
 SOURCES =
154 160
 DIST_SOURCES =
155 161
 am__can_run_installinfo = \
... ...
@@ -157,6 +162,7 @@ am__can_run_installinfo = \
157 157
     n|no|NO) false;; \
158 158
     *) (install-info --version) >/dev/null 2>&1;; \
159 159
   esac
160
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
160 161
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
161 162
 ACLOCAL = @ACLOCAL@
162 163
 AMTAR = @AMTAR@
... ...
@@ -388,11 +394,11 @@ mostlyclean-libtool:
388 388
 
389 389
 clean-libtool:
390 390
 	-rm -rf .libs _libs
391
-tags: TAGS
392
-TAGS:
391
+tags TAGS:
392
+
393
+ctags CTAGS:
393 394
 
394
-ctags: CTAGS
395
-CTAGS:
395
+cscope cscopelist:
396 396
 
397 397
 
398 398
 distdir: $(DISTFILES)
... ...
@@ -528,16 +534,17 @@ uninstall-am:
528 528
 .MAKE: install-am install-strip
529 529
 
530 530
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
531
-	distclean distclean-generic distclean-libtool distdir dvi \
532
-	dvi-am html html-am info info-am install install-am \
533
-	install-data install-data-am install-data-local install-dvi \
534
-	install-dvi-am install-exec install-exec-am install-html \
535
-	install-html-am install-info install-info-am install-man \
536
-	install-pdf install-pdf-am install-ps install-ps-am \
537
-	install-strip installcheck installcheck-am installdirs \
538
-	maintainer-clean maintainer-clean-generic mostlyclean \
539
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
540
-	uninstall uninstall-am
531
+	cscopelist-am ctags-am distclean distclean-generic \
532
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
533
+	install install-am install-data install-data-am \
534
+	install-data-local install-dvi install-dvi-am install-exec \
535
+	install-exec-am install-html install-html-am install-info \
536
+	install-info-am install-man install-pdf install-pdf-am \
537
+	install-ps install-ps-am install-strip installcheck \
538
+	installcheck-am installdirs maintainer-clean \
539
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
540
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
541
+	uninstall-am
541 542
 
542 543
 
543 544
 install-data-local:
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -70,7 +69,7 @@ build_triplet = @build@
70 70
 host_triplet = @host@
71 71
 target_triplet = @target@
72 72
 subdir = docs
73
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
73
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
74 74
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
75 75
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
76 76
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -143,12 +142,18 @@ mkinstalldirs = $(install_sh) -d
143 143
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
144 144
 CONFIG_CLEAN_FILES =
145 145
 CONFIG_CLEAN_VPATH_FILES =
146
+AM_V_P = $(am__v_P_@AM_V@)
147
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
148
+am__v_P_0 = false
149
+am__v_P_1 = :
146 150
 AM_V_GEN = $(am__v_GEN_@AM_V@)
147 151
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
148
-am__v_GEN_0 = @echo "  GEN   " $@;
152
+am__v_GEN_0 = @echo "  GEN     " $@;
153
+am__v_GEN_1 = 
149 154
 AM_V_at = $(am__v_at_@AM_V@)
150 155
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
151 156
 am__v_at_0 = @
157
+am__v_at_1 = 
152 158
 SOURCES =
153 159
 DIST_SOURCES =
154 160
 am__can_run_installinfo = \
... ...
@@ -190,6 +195,7 @@ man5dir = $(mandir)/man5
190 190
 man8dir = $(mandir)/man8
191 191
 NROFF = nroff
192 192
 MANS = $(man_MANS)
193
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193 194
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
194 195
 ACLOCAL = @ACLOCAL@
195 196
 AMTAR = @AMTAR@
... ...
@@ -550,27 +556,14 @@ uninstall-man8:
550 550
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
551 551
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
552 552
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
553
-tags: TAGS
554
-TAGS:
553
+tags TAGS:
554
+
555
+ctags CTAGS:
555 556
 
556
-ctags: CTAGS
557
-CTAGS:
557
+cscope cscopelist:
558 558
 
559 559
 
560 560
 distdir: $(DISTFILES)
561
-	@list='$(MANS)'; if test -n "$$list"; then \
562
-	  list=`for p in $$list; do \
563
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
564
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
565
-	  if test -n "$$list" && \
566
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
567
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
568
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
569
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
570
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
571
-	    exit 1; \
572
-	  else :; fi; \
573
-	else :; fi
574 561
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
575 562
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
576 563
 	list='$(DISTFILES)'; \
... ...
@@ -708,17 +701,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
708 708
 .MAKE: install-am install-strip
709 709
 
710 710
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
711
-	distclean distclean-generic distclean-libtool distdir dvi \
712
-	dvi-am html html-am info info-am install install-am \
713
-	install-data install-data-am install-dvi install-dvi-am \
714
-	install-exec install-exec-am install-html install-html-am \
715
-	install-info install-info-am install-man install-man1 \
716
-	install-man5 install-man8 install-pdf install-pdf-am \
717
-	install-ps install-ps-am install-strip installcheck \
718
-	installcheck-am installdirs maintainer-clean \
711
+	cscopelist-am ctags-am distclean distclean-generic \
712
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
713
+	install install-am install-data install-data-am install-dvi \
714
+	install-dvi-am install-exec install-exec-am install-html \
715
+	install-html-am install-info install-info-am install-man \
716
+	install-man1 install-man5 install-man8 install-pdf \
717
+	install-pdf-am install-ps install-ps-am install-strip \
718
+	installcheck installcheck-am installdirs maintainer-clean \
719 719
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
720
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
721
-	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
720
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
721
+	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
722
+	uninstall-man8
722 723
 
723 724
 
724 725
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,7 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am__append_1 = clamav-milter.conf.sample
74 74
 subdir = etc
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
76 76
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 77
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 78
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -145,12 +144,18 @@ mkinstalldirs = $(install_sh) -d
145 145
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
146 146
 CONFIG_CLEAN_FILES =
147 147
 CONFIG_CLEAN_VPATH_FILES =
148
+AM_V_P = $(am__v_P_@AM_V@)
149
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
150
+am__v_P_0 = false
151
+am__v_P_1 = :
148 152
 AM_V_GEN = $(am__v_GEN_@AM_V@)
149 153
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150
-am__v_GEN_0 = @echo "  GEN   " $@;
154
+am__v_GEN_0 = @echo "  GEN     " $@;
155
+am__v_GEN_1 = 
151 156
 AM_V_at = $(am__v_at_@AM_V@)
152 157
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
153 158
 am__v_at_0 = @
159
+am__v_at_1 = 
154 160
 SOURCES =
155 161
 DIST_SOURCES =
156 162
 am__can_run_installinfo = \
... ...
@@ -187,6 +192,7 @@ am__uninstall_files_from_dir = { \
187 187
   }
188 188
 am__installdirs = "$(DESTDIR)$(sysconfdir)"
189 189
 DATA = $(sysconf_DATA)
190
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
191 192
 ACLOCAL = @ACLOCAL@
192 193
 AMTAR = @AMTAR@
... ...
@@ -440,11 +446,11 @@ uninstall-sysconfDATA:
440 440
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
441 441
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
442 442
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
443
-tags: TAGS
444
-TAGS:
443
+tags TAGS:
444
+
445
+ctags CTAGS:
445 446
 
446
-ctags: CTAGS
447
-CTAGS:
447
+cscope cscopelist:
448 448
 
449 449
 
450 450
 distdir: $(DISTFILES)
... ...
@@ -583,16 +589,16 @@ uninstall-am: uninstall-sysconfDATA
583 583
 .MAKE: install-am install-strip
584 584
 
585 585
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
586
-	distclean distclean-generic distclean-libtool distdir dvi \
587
-	dvi-am html html-am info info-am install install-am \
588
-	install-data install-data-am install-dvi install-dvi-am \
589
-	install-exec install-exec-am install-html install-html-am \
590
-	install-info install-info-am install-man install-pdf \
591
-	install-pdf-am install-ps install-ps-am install-strip \
592
-	install-sysconfDATA installcheck installcheck-am installdirs \
593
-	maintainer-clean maintainer-clean-generic mostlyclean \
594
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
595
-	uninstall uninstall-am uninstall-sysconfDATA
586
+	cscopelist-am ctags-am distclean distclean-generic \
587
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
588
+	install install-am install-data install-data-am install-dvi \
589
+	install-dvi-am install-exec install-exec-am install-html \
590
+	install-html-am install-info install-info-am install-man \
591
+	install-pdf install-pdf-am install-ps install-ps-am \
592
+	install-strip install-sysconfDATA installcheck installcheck-am \
593
+	installdirs maintainer-clean maintainer-clean-generic \
594
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
595
+	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
596 596
 
597 597
 
598 598
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -73,7 +72,8 @@ host_triplet = @host@
73 73
 target_triplet = @target@
74 74
 bin_PROGRAMS = freshclam$(EXEEXT)
75 75
 subdir = freshclam
76
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
76
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
77
+	$(top_srcdir)/config/depcomp
77 78
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
78 79
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
79 80
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -158,6 +158,19 @@ freshclam_LDADD = $(LDADD)
158 158
 AM_V_lt = $(am__v_lt_@AM_V@)
159 159
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
160 160
 am__v_lt_0 = --silent
161
+am__v_lt_1 = 
162
+AM_V_P = $(am__v_P_@AM_V@)
163
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
164
+am__v_P_0 = false
165
+am__v_P_1 = :
166
+AM_V_GEN = $(am__v_GEN_@AM_V@)
167
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
168
+am__v_GEN_0 = @echo "  GEN     " $@;
169
+am__v_GEN_1 = 
170
+AM_V_at = $(am__v_at_@AM_V@)
171
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
172
+am__v_at_0 = @
173
+am__v_at_1 = 
161 174
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
162 175
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
163 176
 am__depfiles_maybe = depfiles
... ...
@@ -170,20 +183,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
170 170
 	$(AM_CFLAGS) $(CFLAGS)
171 171
 AM_V_CC = $(am__v_CC_@AM_V@)
172 172
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
173
-am__v_CC_0 = @echo "  CC    " $@;
174
-AM_V_at = $(am__v_at_@AM_V@)
175
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176
-am__v_at_0 = @
173
+am__v_CC_0 = @echo "  CC      " $@;
174
+am__v_CC_1 = 
177 175
 CCLD = $(CC)
178 176
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 177
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
180 178
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
181 179
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
182 180
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
183
-am__v_CCLD_0 = @echo "  CCLD  " $@;
184
-AM_V_GEN = $(am__v_GEN_@AM_V@)
185
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
186
-am__v_GEN_0 = @echo "  GEN   " $@;
181
+am__v_CCLD_0 = @echo "  CCLD    " $@;
182
+am__v_CCLD_1 = 
187 183
 SOURCES = $(freshclam_SOURCES)
188 184
 DIST_SOURCES = $(freshclam_SOURCES)
189 185
 am__can_run_installinfo = \
... ...
@@ -191,6 +200,23 @@ am__can_run_installinfo = \
191 191
     n|no|NO) false;; \
192 192
     *) (install-info --version) >/dev/null 2>&1;; \
193 193
   esac
194
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
195
+# Read a list of newline-separated strings from the standard input,
196
+# and print each of them once, without duplicates.  Input order is
197
+# *not* preserved.
198
+am__uniquify_input = $(AWK) '\
199
+  BEGIN { nonempty = 0; } \
200
+  { items[$$0] = 1; nonempty = 1; } \
201
+  END { if (nonempty) { for (i in items) print i; }; } \
202
+'
203
+# Make sure the list of sources is unique.  This is necessary because,
204
+# e.g., the same source file might be shared among _SOURCES variables
205
+# for different programs/libraries.
206
+am__define_uniq_tagged_files = \
207
+  list='$(am__tagged_files)'; \
208
+  unique=`for i in $$list; do \
209
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
210
+  done | $(am__uniquify_input)`
194 211
 ETAGS = etags
195 212
 CTAGS = ctags
196 213
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -460,10 +486,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
460 460
 	fi; \
461 461
 	for p in $$list; do echo "$$p $$p"; done | \
462 462
 	sed 's/$(EXEEXT)$$//' | \
463
-	while read p p1; do if test -f $$p || test -f $$p1; \
464
-	  then echo "$$p"; echo "$$p"; else :; fi; \
463
+	while read p p1; do if test -f $$p \
464
+	 || test -f $$p1 \
465
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
465 466
 	done | \
466
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
467
+	sed -e 'p;s,.*/,,;n;h' \
468
+	    -e 's|.*|.|' \
467 469
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
468 470
 	sed 'N;N;N;s,\n, ,g' | \
469 471
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -484,7 +512,8 @@ uninstall-binPROGRAMS:
484 484
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
485 485
 	files=`for p in $$list; do echo "$$p"; done | \
486 486
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
487
-	      -e 's/$$/$(EXEEXT)/' `; \
487
+	      -e 's/$$/$(EXEEXT)/' \
488
+	`; \
488 489
 	test -n "$$list" || exit 0; \
489 490
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
490 491
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -663,26 +692,15 @@ mostlyclean-libtool:
663 663
 clean-libtool:
664 664
 	-rm -rf .libs _libs
665 665
 
666
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
667
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
668
-	unique=`for i in $$list; do \
669
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
670
-	  done | \
671
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
672
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
673
-	mkid -fID $$unique
674
-tags: TAGS
675
-
676
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
677
-		$(TAGS_FILES) $(LISP)
666
+ID: $(am__tagged_files)
667
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
668
+tags: tags-am
669
+TAGS: tags
670
+
671
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
678 672
 	set x; \
679 673
 	here=`pwd`; \
680
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
681
-	unique=`for i in $$list; do \
682
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
683
-	  done | \
684
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
685
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
674
+	$(am__define_uniq_tagged_files); \
686 675
 	shift; \
687 676
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
688 677
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -694,15 +712,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
694 694
 	      $$unique; \
695 695
 	  fi; \
696 696
 	fi
697
-ctags: CTAGS
698
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
699
-		$(TAGS_FILES) $(LISP)
700
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
701
-	unique=`for i in $$list; do \
702
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
703
-	  done | \
704
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
705
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
697
+ctags: ctags-am
698
+
699
+CTAGS: ctags
700
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701
+	$(am__define_uniq_tagged_files); \
706 702
 	test -z "$(CTAGS_ARGS)$$unique" \
707 703
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
708 704
 	     $$unique
... ...
@@ -711,6 +725,21 @@ GTAGS:
711 711
 	here=`$(am__cd) $(top_builddir) && pwd` \
712 712
 	  && $(am__cd) $(top_srcdir) \
713 713
 	  && gtags -i $(GTAGS_ARGS) "$$here"
714
+cscopelist: cscopelist-am
715
+
716
+cscopelist-am: $(am__tagged_files)
717
+	list='$(am__tagged_files)'; \
718
+	case "$(srcdir)" in \
719
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
720
+	  *) sdir=$(subdir)/$(srcdir) ;; \
721
+	esac; \
722
+	for i in $$list; do \
723
+	  if test -f "$$i"; then \
724
+	    echo "$(subdir)/$$i"; \
725
+	  else \
726
+	    echo "$$sdir/$$i"; \
727
+	  fi; \
728
+	done >> $(top_builddir)/cscope.files
714 729
 
715 730
 distclean-tags:
716 731
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -855,19 +884,20 @@ uninstall-am: uninstall-binPROGRAMS
855 855
 
856 856
 .MAKE: install-am install-strip
857 857
 
858
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
859
-	clean-generic clean-libtool ctags distclean distclean-compile \
860
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
861
-	dvi-am html html-am info info-am install install-am \
862
-	install-binPROGRAMS install-data install-data-am install-dvi \
863
-	install-dvi-am install-exec install-exec-am install-html \
864
-	install-html-am install-info install-info-am install-man \
865
-	install-pdf install-pdf-am install-ps install-ps-am \
866
-	install-strip installcheck installcheck-am \
867
-	installcheck-binPROGRAMS installdirs maintainer-clean \
868
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
869
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
870
-	tags uninstall uninstall-am uninstall-binPROGRAMS
858
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
859
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
860
+	ctags ctags-am distclean distclean-compile distclean-generic \
861
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
862
+	html-am info info-am install install-am install-binPROGRAMS \
863
+	install-data install-data-am install-dvi install-dvi-am \
864
+	install-exec install-exec-am install-html install-html-am \
865
+	install-info install-info-am install-man install-pdf \
866
+	install-pdf-am install-ps install-ps-am install-strip \
867
+	installcheck installcheck-am installcheck-binPROGRAMS \
868
+	installdirs maintainer-clean maintainer-clean-generic \
869
+	mostlyclean mostlyclean-compile mostlyclean-generic \
870
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
871
+	uninstall-am uninstall-binPROGRAMS
871 872
 
872 873
 
873 874
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -82,8 +81,8 @@ target_triplet = @target@
82 82
 @ENABLE_UNRAR_TRUE@@VERSIONSCRIPT_TRUE@am__append_5 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamunrar_iface/libclamunrar_iface.map
83 83
 @VERSIONSCRIPT_TRUE@am__append_6 = -Wl,@VERSIONSCRIPTFLAG@,@top_srcdir@/libclamav/libclamav.map
84 84
 subdir = libclamav
85
-DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
86
-	$(srcdir)/Makefile.in
85
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86
+	$(top_srcdir)/config/depcomp $(include_HEADERS)
87 87
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 88
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
89 89
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -307,6 +306,7 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
307 307
 AM_V_lt = $(am__v_lt_@AM_V@)
308 308
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
309 309
 am__v_lt_0 = --silent
310
+am__v_lt_1 = 
310 311
 libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
311 312
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \
312 313
 	$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -387,6 +387,18 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
387 387
 	$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \
388 388
 	$(LDFLAGS) -o $@
389 389
 @ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir)
390
+AM_V_P = $(am__v_P_@AM_V@)
391
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
392
+am__v_P_0 = false
393
+am__v_P_1 = :
394
+AM_V_GEN = $(am__v_GEN_@AM_V@)
395
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
396
+am__v_GEN_0 = @echo "  GEN     " $@;
397
+am__v_GEN_1 = 
398
+AM_V_at = $(am__v_at_@AM_V@)
399
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
400
+am__v_at_0 = @
401
+am__v_at_1 = 
390 402
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
391 403
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
392 404
 am__depfiles_maybe = depfiles
... ...
@@ -399,20 +411,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
399 399
 	$(AM_CFLAGS) $(CFLAGS)
400 400
 AM_V_CC = $(am__v_CC_@AM_V@)
401 401
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
402
-am__v_CC_0 = @echo "  CC    " $@;
403
-AM_V_at = $(am__v_at_@AM_V@)
404
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
405
-am__v_at_0 = @
402
+am__v_CC_0 = @echo "  CC      " $@;
403
+am__v_CC_1 = 
406 404
 CCLD = $(CC)
407 405
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
408 406
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
409 407
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
410 408
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
411 409
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
412
-am__v_CCLD_0 = @echo "  CCLD  " $@;
413
-AM_V_GEN = $(am__v_GEN_@AM_V@)
414
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
415
-am__v_GEN_0 = @echo "  GEN   " $@;
410
+am__v_CCLD_0 = @echo "  CCLD    " $@;
411
+am__v_CCLD_1 = 
416 412
 SOURCES = $(libclamav_la_SOURCES) \
417 413
 	$(libclamav_internal_utils_la_SOURCES) \
418 414
 	$(libclamav_internal_utils_nothreads_la_SOURCES) \
... ...
@@ -424,13 +432,14 @@ DIST_SOURCES = $(libclamav_la_SOURCES) \
424 424
 	$(libclamav_nocxx_la_SOURCES) \
425 425
 	$(am__libclamunrar_la_SOURCES_DIST) \
426 426
 	$(am__libclamunrar_iface_la_SOURCES_DIST)
427
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
428
-	html-recursive info-recursive install-data-recursive \
429
-	install-dvi-recursive install-exec-recursive \
430
-	install-html-recursive install-info-recursive \
431
-	install-pdf-recursive install-ps-recursive install-recursive \
432
-	installcheck-recursive installdirs-recursive pdf-recursive \
433
-	ps-recursive uninstall-recursive
427
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
428
+	ctags-recursive dvi-recursive html-recursive info-recursive \
429
+	install-data-recursive install-dvi-recursive \
430
+	install-exec-recursive install-html-recursive \
431
+	install-info-recursive install-pdf-recursive \
432
+	install-ps-recursive install-recursive installcheck-recursive \
433
+	installdirs-recursive pdf-recursive ps-recursive \
434
+	tags-recursive uninstall-recursive
434 435
 am__can_run_installinfo = \
435 436
   case $$AM_UPDATE_INFO_DIR in \
436 437
     n|no|NO) false;; \
... ...
@@ -439,9 +448,29 @@ am__can_run_installinfo = \
439 439
 HEADERS = $(include_HEADERS)
440 440
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
441 441
   distclean-recursive maintainer-clean-recursive
442
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
443
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
442
+am__recursive_targets = \
443
+  $(RECURSIVE_TARGETS) \
444
+  $(RECURSIVE_CLEAN_TARGETS) \
445
+  $(am__extra_recursive_targets)
446
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
444 447
 	distdir
448
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
449
+# Read a list of newline-separated strings from the standard input,
450
+# and print each of them once, without duplicates.  Input order is
451
+# *not* preserved.
452
+am__uniquify_input = $(AWK) '\
453
+  BEGIN { nonempty = 0; } \
454
+  { items[$$0] = 1; nonempty = 1; } \
455
+  END { if (nonempty) { for (i in items) print i; }; } \
456
+'
457
+# Make sure the list of sources is unique.  This is necessary because,
458
+# e.g., the same source file might be shared among _SOURCES variables
459
+# for different programs/libraries.
460
+am__define_uniq_tagged_files = \
461
+  list='$(am__tagged_files)'; \
462
+  unique=`for i in $$list; do \
463
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
464
+  done | $(am__uniquify_input)`
445 465
 ETAGS = etags
446 466
 CTAGS = ctags
447 467
 DIST_SUBDIRS = c++
... ...
@@ -924,6 +953,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
924 924
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
925 925
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
926 926
 $(am__aclocal_m4_deps):
927
+
927 928
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
928 929
 	@$(NORMAL_INSTALL)
929 930
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
... ...
@@ -950,21 +980,25 @@ uninstall-libLTLIBRARIES:
950 950
 
951 951
 clean-libLTLIBRARIES:
952 952
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
953
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
954
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
955
-	  test "$$dir" != "$$p" || dir=.; \
956
-	  echo "rm -f \"$${dir}/so_locations\""; \
957
-	  rm -f "$${dir}/so_locations"; \
958
-	done
953
+	@list='$(lib_LTLIBRARIES)'; \
954
+	locs=`for p in $$list; do echo $$p; done | \
955
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
956
+	      sort -u`; \
957
+	test -z "$$locs" || { \
958
+	  echo rm -f $${locs}; \
959
+	  rm -f $${locs}; \
960
+	}
959 961
 
960 962
 clean-noinstLTLIBRARIES:
961 963
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
962
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
963
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
964
-	  test "$$dir" != "$$p" || dir=.; \
965
-	  echo "rm -f \"$${dir}/so_locations\""; \
966
-	  rm -f "$${dir}/so_locations"; \
967
-	done
964
+	@list='$(noinst_LTLIBRARIES)'; \
965
+	locs=`for p in $$list; do echo $$p; done | \
966
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
967
+	      sort -u`; \
968
+	test -z "$$locs" || { \
969
+	  echo rm -f $${locs}; \
970
+	  rm -f $${locs}; \
971
+	}
968 972
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
969 973
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
970 974
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
... ...
@@ -3002,12 +3036,12 @@ uninstall-includeHEADERS:
3002 3002
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
3003 3003
 
3004 3004
 # This directory's subdirectories are mostly independent; you can cd
3005
-# into them and run `make' without going through this Makefile.
3006
-# To change the values of `make' variables: instead of editing Makefiles,
3007
-# (1) if the variable is set in `config.status', edit `config.status'
3008
-#     (which will cause the Makefiles to be regenerated when you run `make');
3009
-# (2) otherwise, pass the desired values on the `make' command line.
3010
-$(RECURSIVE_TARGETS):
3005
+# into them and run 'make' without going through this Makefile.
3006
+# To change the values of 'make' variables: instead of editing Makefiles,
3007
+# (1) if the variable is set in 'config.status', edit 'config.status'
3008
+#     (which will cause the Makefiles to be regenerated when you run 'make');
3009
+# (2) otherwise, pass the desired values on the 'make' command line.
3010
+$(am__recursive_targets):
3011 3011
 	@fail= failcom='exit 1'; \
3012 3012
 	for f in x $$MAKEFLAGS; do \
3013 3013
 	  case $$f in \
... ...
@@ -3017,7 +3051,11 @@ $(RECURSIVE_TARGETS):
3017 3017
 	done; \
3018 3018
 	dot_seen=no; \
3019 3019
 	target=`echo $@ | sed s/-recursive//`; \
3020
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3020
+	case "$@" in \
3021
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3022
+	  *) list='$(SUBDIRS)' ;; \
3023
+	esac; \
3024
+	for subdir in $$list; do \
3021 3025
 	  echo "Making $$target in $$subdir"; \
3022 3026
 	  if test "$$subdir" = "."; then \
3023 3027
 	    dot_seen=yes; \
... ...
@@ -3032,57 +3070,12 @@ $(RECURSIVE_TARGETS):
3032 3032
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3033 3033
 	fi; test -z "$$fail"
3034 3034
 
3035
-$(RECURSIVE_CLEAN_TARGETS):
3036
-	@fail= failcom='exit 1'; \
3037
-	for f in x $$MAKEFLAGS; do \
3038
-	  case $$f in \
3039
-	    *=* | --[!k]*);; \
3040
-	    *k*) failcom='fail=yes';; \
3041
-	  esac; \
3042
-	done; \
3043
-	dot_seen=no; \
3044
-	case "$@" in \
3045
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3046
-	  *) list='$(SUBDIRS)' ;; \
3047
-	esac; \
3048
-	rev=''; for subdir in $$list; do \
3049
-	  if test "$$subdir" = "."; then :; else \
3050
-	    rev="$$subdir $$rev"; \
3051
-	  fi; \
3052
-	done; \
3053
-	rev="$$rev ."; \
3054
-	target=`echo $@ | sed s/-recursive//`; \
3055
-	for subdir in $$rev; do \
3056
-	  echo "Making $$target in $$subdir"; \
3057
-	  if test "$$subdir" = "."; then \
3058
-	    local_target="$$target-am"; \
3059
-	  else \
3060
-	    local_target="$$target"; \
3061
-	  fi; \
3062
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3063
-	  || eval $$failcom; \
3064
-	done && test -z "$$fail"
3065
-tags-recursive:
3066
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3067
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3068
-	done
3069
-ctags-recursive:
3070
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3071
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3072
-	done
3035
+ID: $(am__tagged_files)
3036
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
3037
+tags: tags-recursive
3038
+TAGS: tags
3073 3039
 
3074
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3075
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3076
-	unique=`for i in $$list; do \
3077
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3078
-	  done | \
3079
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3080
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3081
-	mkid -fID $$unique
3082
-tags: TAGS
3083
-
3084
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3085
-		$(TAGS_FILES) $(LISP)
3040
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3086 3041
 	set x; \
3087 3042
 	here=`pwd`; \
3088 3043
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3098,12 +3091,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3098 3098
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3099 3099
 	  fi; \
3100 3100
 	done; \
3101
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3102
-	unique=`for i in $$list; do \
3103
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3104
-	  done | \
3105
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3106
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3101
+	$(am__define_uniq_tagged_files); \
3107 3102
 	shift; \
3108 3103
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3109 3104
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3115,15 +3103,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3115 3115
 	      $$unique; \
3116 3116
 	  fi; \
3117 3117
 	fi
3118
-ctags: CTAGS
3119
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3120
-		$(TAGS_FILES) $(LISP)
3121
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3122
-	unique=`for i in $$list; do \
3123
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3124
-	  done | \
3125
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3126
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3118
+ctags: ctags-recursive
3119
+
3120
+CTAGS: ctags
3121
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3122
+	$(am__define_uniq_tagged_files); \
3127 3123
 	test -z "$(CTAGS_ARGS)$$unique" \
3128 3124
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3129 3125
 	     $$unique
... ...
@@ -3132,6 +3116,21 @@ GTAGS:
3132 3132
 	here=`$(am__cd) $(top_builddir) && pwd` \
3133 3133
 	  && $(am__cd) $(top_srcdir) \
3134 3134
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3135
+cscopelist: cscopelist-recursive
3136
+
3137
+cscopelist-am: $(am__tagged_files)
3138
+	list='$(am__tagged_files)'; \
3139
+	case "$(srcdir)" in \
3140
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3141
+	  *) sdir=$(subdir)/$(srcdir) ;; \
3142
+	esac; \
3143
+	for i in $$list; do \
3144
+	  if test -f "$$i"; then \
3145
+	    echo "$(subdir)/$$i"; \
3146
+	  else \
3147
+	    echo "$$sdir/$$i"; \
3148
+	  fi; \
3149
+	done >> $(top_builddir)/cscope.files
3135 3150
 
3136 3151
 distclean-tags:
3137 3152
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3304,26 +3303,25 @@ ps-am:
3304 3304
 
3305 3305
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3306 3306
 
3307
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3308
-	ctags-recursive install install-am install-strip \
3309
-	tags-recursive
3310
-
3311
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3312
-	all all-am check check-am clean clean-generic \
3313
-	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3314
-	ctags ctags-recursive distclean distclean-compile \
3315
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
3316
-	dvi-am html html-am info info-am install install-am \
3317
-	install-data install-data-am install-dvi install-dvi-am \
3318
-	install-exec install-exec-am install-html install-html-am \
3307
+.MAKE: $(am__recursive_targets) all check install install-am \
3308
+	install-strip
3309
+
3310
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3311
+	check-am clean clean-generic clean-libLTLIBRARIES \
3312
+	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3313
+	ctags-am distclean distclean-compile distclean-generic \
3314
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
3315
+	html-am info info-am install install-am install-data \
3316
+	install-data-am install-dvi install-dvi-am install-exec \
3317
+	install-exec-am install-html install-html-am \
3319 3318
 	install-includeHEADERS install-info install-info-am \
3320 3319
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3321 3320
 	install-ps install-ps-am install-strip installcheck \
3322 3321
 	installcheck-am installdirs installdirs-am maintainer-clean \
3323 3322
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3324 3323
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3325
-	tags tags-recursive uninstall uninstall-am \
3326
-	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3324
+	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3325
+	uninstall-libLTLIBRARIES
3327 3326
 
3328 3327
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3329 3328
 @ENABLE_LLVM_FALSE@	$(AM_V_at) cp $< $@
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -81,11 +80,15 @@ target_triplet = @target@
81 81
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@am__append_10 = $(TBLGENFILES)
82 82
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = tblgen$(EXEEXT)
83 83
 subdir = .
84
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
85
-	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
86
-	$(top_srcdir)/configure config/compile config/config.guess \
87
-	config/config.sub config/depcomp config/install-sh \
88
-	config/ltmain.sh config/missing
84
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
+	$(top_srcdir)/configure $(am__configure_deps) \
86
+	$(srcdir)/clamavcxx-config.h.in $(top_srcdir)/config/depcomp \
87
+	config/compile config/config.guess config/config.sub \
88
+	config/depcomp config/install-sh config/missing \
89
+	config/ltmain.sh $(top_srcdir)/config/config.guess \
90
+	$(top_srcdir)/config/config.sub \
91
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
92
+	$(top_srcdir)/config/missing
89 93
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
90 94
 am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \
91 95
 	$(top_srcdir)/m4/cxx_flag_check.m4 $(top_srcdir)/m4/libtool.m4 \
... ...
@@ -114,6 +117,7 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
114 114
 AM_V_lt = $(am__v_lt_@AM_V@)
115 115
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
116 116
 am__v_lt_0 = --silent
117
+am__v_lt_1 = 
117 118
 libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
118 119
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
119 120
 	$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \
... ...
@@ -779,6 +783,18 @@ tblgen_LDADD = $(LDADD)
779 779
 tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
780 780
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
781 781
 	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
782
+AM_V_P = $(am__v_P_@AM_V@)
783
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
784
+am__v_P_0 = false
785
+am__v_P_1 = :
786
+AM_V_GEN = $(am__v_GEN_@AM_V@)
787
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
788
+am__v_GEN_0 = @echo "  GEN     " $@;
789
+am__v_GEN_1 = 
790
+AM_V_at = $(am__v_at_@AM_V@)
791
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
792
+am__v_at_0 = @
793
+am__v_at_1 = 
782 794
 DEFAULT_INCLUDES = -I.@am__isrc@
783 795
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
784 796
 am__depfiles_maybe = depfiles
... ...
@@ -791,17 +807,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
791 791
 	$(AM_CFLAGS) $(CFLAGS)
792 792
 AM_V_CC = $(am__v_CC_@AM_V@)
793 793
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
794
-am__v_CC_0 = @echo "  CC    " $@;
795
-AM_V_at = $(am__v_at_@AM_V@)
796
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
797
-am__v_at_0 = @
794
+am__v_CC_0 = @echo "  CC      " $@;
795
+am__v_CC_1 = 
798 796
 CCLD = $(CC)
799 797
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
800 798
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
801 799
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
802 800
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
803 801
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
804
-am__v_CCLD_0 = @echo "  CCLD  " $@;
802
+am__v_CCLD_0 = @echo "  CCLD    " $@;
803
+am__v_CCLD_1 = 
805 804
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
806 805
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
807 806
 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
... ...
@@ -810,17 +825,16 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
810 810
 	$(AM_CXXFLAGS) $(CXXFLAGS)
811 811
 AM_V_CXX = $(am__v_CXX_@AM_V@)
812 812
 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
813
-am__v_CXX_0 = @echo "  CXX   " $@;
813
+am__v_CXX_0 = @echo "  CXX     " $@;
814
+am__v_CXX_1 = 
814 815
 CXXLD = $(CXX)
815 816
 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
816 817
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
817 818
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
818 819
 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
819 820
 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
820
-am__v_CXXLD_0 = @echo "  CXXLD " $@;
821
-AM_V_GEN = $(am__v_GEN_@AM_V@)
822
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
823
-am__v_GEN_0 = @echo "  GEN   " $@;
821
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
822
+am__v_CXXLD_1 = 
824 823
 SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
825 824
 	$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \
826 825
 	$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \
... ...
@@ -837,8 +851,28 @@ am__can_run_installinfo = \
837 837
     n|no|NO) false;; \
838 838
     *) (install-info --version) >/dev/null 2>&1;; \
839 839
   esac
840
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
841
+	$(LISP)clamavcxx-config.h.in
842
+# Read a list of newline-separated strings from the standard input,
843
+# and print each of them once, without duplicates.  Input order is
844
+# *not* preserved.
845
+am__uniquify_input = $(AWK) '\
846
+  BEGIN { nonempty = 0; } \
847
+  { items[$$0] = 1; nonempty = 1; } \
848
+  END { if (nonempty) { for (i in items) print i; }; } \
849
+'
850
+# Make sure the list of sources is unique.  This is necessary because,
851
+# e.g., the same source file might be shared among _SOURCES variables
852
+# for different programs/libraries.
853
+am__define_uniq_tagged_files = \
854
+  list='$(am__tagged_files)'; \
855
+  unique=`for i in $$list; do \
856
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
857
+  done | $(am__uniquify_input)`
840 858
 ETAGS = etags
841 859
 CTAGS = ctags
860
+CSCOPE = cscope
861
+AM_RECURSIVE_TARGETS = cscope
842 862
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
843 863
 distdir = $(PACKAGE)-$(VERSION)
844 864
 top_distdir = $(distdir)
... ...
@@ -848,8 +882,10 @@ am__remove_distdir = \
848 848
       && rm -rf "$(distdir)" \
849 849
       || { sleep 5 && rm -rf "$(distdir)"; }; \
850 850
   else :; fi
851
+am__post_remove_distdir = $(am__remove_distdir)
851 852
 DIST_ARCHIVES = $(distdir).tar.gz
852 853
 GZIP_ENV = --best
854
+DIST_TARGETS = dist-gzip
853 855
 distuninstallcheck_listfiles = find . -type f -print
854 856
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
855 857
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
... ...
@@ -1520,12 +1556,14 @@ distclean-hdr:
1520 1520
 
1521 1521
 clean-noinstLTLIBRARIES:
1522 1522
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1523
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1524
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1525
-	  test "$$dir" != "$$p" || dir=.; \
1526
-	  echo "rm -f \"$${dir}/so_locations\""; \
1527
-	  rm -f "$${dir}/so_locations"; \
1528
-	done
1523
+	@list='$(noinst_LTLIBRARIES)'; \
1524
+	locs=`for p in $$list; do echo $$p; done | \
1525
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1526
+	      sort -u`; \
1527
+	test -z "$$locs" || { \
1528
+	  echo rm -f $${locs}; \
1529
+	  rm -f $${locs}; \
1530
+	}
1529 1531
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1530 1532
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1531 1533
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
... ...
@@ -5412,26 +5450,15 @@ clean-libtool:
5412 5412
 distclean-libtool:
5413 5413
 	-rm -f libtool config.lt
5414 5414
 
5415
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5416
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5417
-	unique=`for i in $$list; do \
5418
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5419
-	  done | \
5420
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5421
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5422
-	mkid -fID $$unique
5423
-tags: TAGS
5424
-
5425
-TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5426
-		$(TAGS_FILES) $(LISP)
5415
+ID: $(am__tagged_files)
5416
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
5417
+tags: tags-am
5418
+TAGS: tags
5419
+
5420
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5427 5421
 	set x; \
5428 5422
 	here=`pwd`; \
5429
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5430
-	unique=`for i in $$list; do \
5431
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5432
-	  done | \
5433
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5434
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5423
+	$(am__define_uniq_tagged_files); \
5435 5424
 	shift; \
5436 5425
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5437 5426
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5443,15 +5470,11 @@ TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5443 5443
 	      $$unique; \
5444 5444
 	  fi; \
5445 5445
 	fi
5446
-ctags: CTAGS
5447
-CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5448
-		$(TAGS_FILES) $(LISP)
5449
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5450
-	unique=`for i in $$list; do \
5451
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5452
-	  done | \
5453
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5454
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5446
+ctags: ctags-am
5447
+
5448
+CTAGS: ctags
5449
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5450
+	$(am__define_uniq_tagged_files); \
5455 5451
 	test -z "$(CTAGS_ARGS)$$unique" \
5456 5452
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5457 5453
 	     $$unique
... ...
@@ -5460,9 +5483,31 @@ GTAGS:
5460 5460
 	here=`$(am__cd) $(top_builddir) && pwd` \
5461 5461
 	  && $(am__cd) $(top_srcdir) \
5462 5462
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5463
+cscope: cscope.files
5464
+	test ! -s cscope.files \
5465
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5466
+clean-cscope:
5467
+	-rm -f cscope.files
5468
+cscope.files: clean-cscope cscopelist
5469
+cscopelist: cscopelist-am
5470
+
5471
+cscopelist-am: $(am__tagged_files)
5472
+	list='$(am__tagged_files)'; \
5473
+	case "$(srcdir)" in \
5474
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5475
+	  *) sdir=$(subdir)/$(srcdir) ;; \
5476
+	esac; \
5477
+	for i in $$list; do \
5478
+	  if test -f "$$i"; then \
5479
+	    echo "$(subdir)/$$i"; \
5480
+	  else \
5481
+	    echo "$$sdir/$$i"; \
5482
+	  fi; \
5483
+	done >> $(top_builddir)/cscope.files
5463 5484
 
5464 5485
 distclean-tags:
5465 5486
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5487
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5466 5488
 
5467 5489
 distdir: $(DISTFILES)
5468 5490
 	$(am__remove_distdir)
... ...
@@ -5508,40 +5553,36 @@ distdir: $(DISTFILES)
5508 5508
 	|| chmod -R a+r "$(distdir)"
5509 5509
 dist-gzip: distdir
5510 5510
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5511
-	$(am__remove_distdir)
5511
+	$(am__post_remove_distdir)
5512 5512
 
5513 5513
 dist-bzip2: distdir
5514 5514
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5515
-	$(am__remove_distdir)
5515
+	$(am__post_remove_distdir)
5516 5516
 
5517 5517
 dist-lzip: distdir
5518 5518
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5519
-	$(am__remove_distdir)
5520
-
5521
-dist-lzma: distdir
5522
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5523
-	$(am__remove_distdir)
5519
+	$(am__post_remove_distdir)
5524 5520
 
5525 5521
 dist-xz: distdir
5526 5522
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5527
-	$(am__remove_distdir)
5523
+	$(am__post_remove_distdir)
5528 5524
 
5529 5525
 dist-tarZ: distdir
5530 5526
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5531
-	$(am__remove_distdir)
5527
+	$(am__post_remove_distdir)
5532 5528
 
5533 5529
 dist-shar: distdir
5534 5530
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5535
-	$(am__remove_distdir)
5531
+	$(am__post_remove_distdir)
5536 5532
 
5537 5533
 dist-zip: distdir
5538 5534
 	-rm -f $(distdir).zip
5539 5535
 	zip -rq $(distdir).zip $(distdir)
5540
-	$(am__remove_distdir)
5536
+	$(am__post_remove_distdir)
5541 5537
 
5542
-dist dist-all: distdir
5543
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5544
-	$(am__remove_distdir)
5538
+dist dist-all:
5539
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5540
+	$(am__post_remove_distdir)
5545 5541
 
5546 5542
 # This target untars the dist file and tries a VPATH configuration.  Then
5547 5543
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5552,8 +5593,6 @@ distcheck: dist
5552 5552
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5553 5553
 	*.tar.bz2*) \
5554 5554
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5555
-	*.tar.lzma*) \
5556
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5557 5555
 	*.tar.lz*) \
5558 5556
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5559 5557
 	*.tar.xz*) \
... ...
@@ -5565,9 +5604,9 @@ distcheck: dist
5565 5565
 	*.zip*) \
5566 5566
 	  unzip $(distdir).zip ;;\
5567 5567
 	esac
5568
-	chmod -R a-w $(distdir); chmod u+w $(distdir)
5569
-	mkdir $(distdir)/_build
5570
-	mkdir $(distdir)/_inst
5568
+	chmod -R a-w $(distdir)
5569
+	chmod u+w $(distdir)
5570
+	mkdir $(distdir)/_build $(distdir)/_inst
5571 5571
 	chmod a-w $(distdir)
5572 5572
 	test -d $(distdir)/_build || exit 0; \
5573 5573
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
... ...
@@ -5599,7 +5638,7 @@ distcheck: dist
5599 5599
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5600 5600
 	  && cd "$$am__cwd" \
5601 5601
 	  || exit 1
5602
-	$(am__remove_distdir)
5602
+	$(am__post_remove_distdir)
5603 5603
 	@(echo "$(distdir) archives ready for distribution: "; \
5604 5604
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5605 5605
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5744,23 +5783,23 @@ uninstall-am:
5744 5744
 
5745 5745
 .MAKE: all check install install-am install-strip
5746 5746
 
5747
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5748
-	clean-generic clean-libtool clean-local \
5749
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5750
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5751
-	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5752
-	distclean-compile distclean-generic distclean-hdr \
5753
-	distclean-libtool distclean-local distclean-tags \
5754
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5755
-	html-am info info-am install install-am install-data \
5756
-	install-data-am install-dvi install-dvi-am install-exec \
5757
-	install-exec-am install-html install-html-am install-info \
5758
-	install-info-am install-man install-pdf install-pdf-am \
5759
-	install-ps install-ps-am install-strip installcheck \
5760
-	installcheck-am installdirs maintainer-clean \
5761
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
5762
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5763
-	tags uninstall uninstall-am
5747
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5748
+	clean-cscope clean-generic clean-libtool clean-local \
5749
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5750
+	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5751
+	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5752
+	dist-zip distcheck distclean distclean-compile \
5753
+	distclean-generic distclean-hdr distclean-libtool \
5754
+	distclean-local distclean-tags distcleancheck distdir \
5755
+	distuninstallcheck dvi dvi-am html html-am info info-am \
5756
+	install install-am install-data install-data-am install-dvi \
5757
+	install-dvi-am install-exec install-exec-am install-html \
5758
+	install-html-am install-info install-info-am install-man \
5759
+	install-pdf install-pdf-am install-ps install-ps-am \
5760
+	install-strip installcheck installcheck-am installdirs \
5761
+	maintainer-clean maintainer-clean-generic mostlyclean \
5762
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5763
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5764 5764
 
5765 5765
 
5766 5766
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@llvm/include/llvm/Intrinsics.gen: llvm/include/llvm/Intrinsics.td $(TBLGEN)
... ...
@@ -1,8 +1,7 @@
1
-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
1
+# generated automatically by aclocal 1.13.1 -*- Autoconf -*-
2
+
3
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
2 4
 
3
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
4
-# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation,
5
-# Inc.
6 5
 # This file is free software; the Free Software Foundation
7 6
 # gives unlimited permission to copy and/or distribute it,
8 7
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -12,33 +11,31 @@
12 12
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13 13
 # PARTICULAR PURPOSE.
14 14
 
15
+m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 16
 m4_ifndef([AC_AUTOCONF_VERSION],
16 17
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17 18
 m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18 19
 [m4_warning([this file was generated for autoconf 2.69.
19 20
 You have another version of autoconf.  It may work, but is not guaranteed to.
20 21
 If you have problems, you may need to regenerate the build system entirely.
21
-To do so, use the procedure documented by the package, typically `autoreconf'.])])
22
+To do so, use the procedure documented by the package, typically 'autoreconf'.])])
22 23
 
23
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
24
-# Foundation, Inc.
24
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
25 25
 #
26 26
 # This file is free software; the Free Software Foundation
27 27
 # gives unlimited permission to copy and/or distribute it,
28 28
 # with or without modifications, as long as this notice is preserved.
29 29
 
30
-# serial 1
31
-
32 30
 # AM_AUTOMAKE_VERSION(VERSION)
33 31
 # ----------------------------
34 32
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
35 33
 # generated from the m4 files accompanying Automake X.Y.
36 34
 # (This private macro should not be called outside this file.)
37 35
 AC_DEFUN([AM_AUTOMAKE_VERSION],
38
-[am__api_version='1.11'
36
+[am__api_version='1.13'
39 37
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
40 38
 dnl require some minimum version.  Point them to the right macro.
41
-m4_if([$1], [1.11.6], [],
39
+m4_if([$1], [1.13.1], [],
42 40
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
43 41
 ])
44 42
 
... ...
@@ -54,24 +51,22 @@ m4_define([_AM_AUTOCONF_VERSION], [])
54 54
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
55 55
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
56 56
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
57
-[AM_AUTOMAKE_VERSION([1.11.6])dnl
57
+[AM_AUTOMAKE_VERSION([1.13.1])dnl
58 58
 m4_ifndef([AC_AUTOCONF_VERSION],
59 59
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
60 60
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
61 61
 
62 62
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
63 63
 
64
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
64
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
65 65
 #
66 66
 # This file is free software; the Free Software Foundation
67 67
 # gives unlimited permission to copy and/or distribute it,
68 68
 # with or without modifications, as long as this notice is preserved.
69 69
 
70
-# serial 1
71
-
72 70
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
73
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
74
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
71
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
72
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
75 73
 #
76 74
 # Of course, Automake must honor this variable whenever it calls a
77 75
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -90,7 +85,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
90 90
 #
91 91
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
92 92
 # are both prefixed by $srcdir.  In an in-source build this is usually
93
-# harmless because $srcdir is `.', but things will broke when you
93
+# harmless because $srcdir is '.', but things will broke when you
94 94
 # start a VPATH build or use an absolute $srcdir.
95 95
 #
96 96
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -116,22 +111,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
116 116
 
117 117
 # AM_CONDITIONAL                                            -*- Autoconf -*-
118 118
 
119
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
120
-# Free Software Foundation, Inc.
119
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
121 120
 #
122 121
 # This file is free software; the Free Software Foundation
123 122
 # gives unlimited permission to copy and/or distribute it,
124 123
 # with or without modifications, as long as this notice is preserved.
125 124
 
126
-# serial 9
127
-
128 125
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
129 126
 # -------------------------------------
130 127
 # Define a conditional.
131 128
 AC_DEFUN([AM_CONDITIONAL],
132
-[AC_PREREQ(2.52)dnl
133
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
134
-	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
129
+[AC_PREREQ([2.52])dnl
130
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
131
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
135 132
 AC_SUBST([$1_TRUE])dnl
136 133
 AC_SUBST([$1_FALSE])dnl
137 134
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -150,16 +142,14 @@ AC_CONFIG_COMMANDS_PRE(
150 150
 Usually this means the macro was only invoked conditionally.]])
151 151
 fi])])
152 152
 
153
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
154
-# 2010, 2011 Free Software Foundation, Inc.
153
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
155 154
 #
156 155
 # This file is free software; the Free Software Foundation
157 156
 # gives unlimited permission to copy and/or distribute it,
158 157
 # with or without modifications, as long as this notice is preserved.
159 158
 
160
-# serial 12
161 159
 
162
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
160
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
163 161
 # written in clear, in which case automake, when reading aclocal.m4,
164 162
 # will think it sees a *use*, and therefore will trigger all it's
165 163
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -169,7 +159,7 @@ fi])])
169 169
 # _AM_DEPENDENCIES(NAME)
170 170
 # ----------------------
171 171
 # See how the compiler implements dependency checking.
172
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
172
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
173 173
 # We try a few techniques and use that to set a single cache variable.
174 174
 #
175 175
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -182,12 +172,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
182 182
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
183 183
 AC_REQUIRE([AM_DEP_TRACK])dnl
184 184
 
185
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
186
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
187
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
188
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
189
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
190
-                   [depcc="$$1"   am_compiler_list=])
185
+m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
186
+      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
187
+      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
188
+      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
189
+      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
190
+      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
191
+                    [depcc="$$1"   am_compiler_list=])
191 192
 
192 193
 AC_CACHE_CHECK([dependency style of $depcc],
193 194
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -195,8 +186,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
195 195
   # We make a subdir and do the tests there.  Otherwise we can end up
196 196
   # making bogus files that we don't know about and never remove.  For
197 197
   # instance it was reported that on HP-UX the gcc test will end up
198
-  # making a dummy file named `D' -- because `-MD' means `put the output
199
-  # in D'.
198
+  # making a dummy file named 'D' -- because '-MD' means "put the output
199
+  # in D".
200 200
   rm -rf conftest.dir
201 201
   mkdir conftest.dir
202 202
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -236,16 +227,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
236 236
     : > sub/conftest.c
237 237
     for i in 1 2 3 4 5 6; do
238 238
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
239
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
240
-      # Solaris 8's {/usr,}/bin/sh.
241
-      touch sub/conftst$i.h
239
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
240
+      # Solaris 10 /bin/sh.
241
+      echo '/* dummy */' > sub/conftst$i.h
242 242
     done
243 243
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
244 244
 
245
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
245
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
246 246
     # mode.  It turns out that the SunPro C++ compiler does not properly
247
-    # handle `-M -o', and we need to detect this.  Also, some Intel
248
-    # versions had trouble with output in subdirs
247
+    # handle '-M -o', and we need to detect this.  Also, some Intel
248
+    # versions had trouble with output in subdirs.
249 249
     am__obj=sub/conftest.${OBJEXT-o}
250 250
     am__minus_obj="-o $am__obj"
251 251
     case $depmode in
... ...
@@ -254,8 +245,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
254 254
       test "$am__universal" = false || continue
255 255
       ;;
256 256
     nosideeffect)
257
-      # after this tag, mechanisms are not by side-effect, so they'll
258
-      # only be used when explicitly requested
257
+      # After this tag, mechanisms are not by side-effect, so they'll
258
+      # only be used when explicitly requested.
259 259
       if test "x$enable_dependency_tracking" = xyes; then
260 260
 	continue
261 261
       else
... ...
@@ -263,7 +254,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
263 263
       fi
264 264
       ;;
265 265
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
266
-      # This compiler won't grok `-c -o', but also, the minuso test has
266
+      # This compiler won't grok '-c -o', but also, the minuso test has
267 267
       # not run yet.  These depmodes are late enough in the game, and
268 268
       # so weak that their functioning should not be impacted.
269 269
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -311,7 +302,7 @@ AM_CONDITIONAL([am__fastdep$1], [
311 311
 # AM_SET_DEPDIR
312 312
 # -------------
313 313
 # Choose a directory name for dependency files.
314
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
314
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
315 315
 AC_DEFUN([AM_SET_DEPDIR],
316 316
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
317 317
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -321,9 +312,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
321 321
 # AM_DEP_TRACK
322 322
 # ------------
323 323
 AC_DEFUN([AM_DEP_TRACK],
324
-[AC_ARG_ENABLE(dependency-tracking,
325
-[  --disable-dependency-tracking  speeds up one-time build
326
-  --enable-dependency-tracking   do not reject slow dependency extractors])
324
+[AC_ARG_ENABLE([dependency-tracking], [dnl
325
+AS_HELP_STRING(
326
+  [--enable-dependency-tracking],
327
+  [do not reject slow dependency extractors])
328
+AS_HELP_STRING(
329
+  [--disable-dependency-tracking],
330
+  [speeds up one-time build])])
327 331
 if test "x$enable_dependency_tracking" != xno; then
328 332
   am_depcomp="$ac_aux_dir/depcomp"
329 333
   AMDEPBACKSLASH='\'
... ...
@@ -338,20 +333,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
338 338
 
339 339
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
340 340
 
341
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
342
-# Free Software Foundation, Inc.
341
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
343 342
 #
344 343
 # This file is free software; the Free Software Foundation
345 344
 # gives unlimited permission to copy and/or distribute it,
346 345
 # with or without modifications, as long as this notice is preserved.
347 346
 
348
-#serial 5
349 347
 
350 348
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
351 349
 # ------------------------------
352 350
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
353 351
 [{
354
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
352
+  # Older Autoconf quotes --file arguments for eval, but not when files
355 353
   # are listed without --file.  Let's play safe and only enable the eval
356 354
   # if we detect the quoting.
357 355
   case $CONFIG_FILES in
... ...
@@ -364,7 +357,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
364 364
     # Strip MF so we end up with the name of the file.
365 365
     mf=`echo "$mf" | sed -e 's/:.*$//'`
366 366
     # Check whether this is an Automake generated Makefile or not.
367
-    # We used to match only the files named `Makefile.in', but
367
+    # We used to match only the files named 'Makefile.in', but
368 368
     # some people rename them; so instead we look at the file content.
369 369
     # Grep'ing the first line is not enough: some people post-process
370 370
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -376,21 +369,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
376 376
       continue
377 377
     fi
378 378
     # Extract the definition of DEPDIR, am__include, and am__quote
379
-    # from the Makefile without running `make'.
379
+    # from the Makefile without running 'make'.
380 380
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
381 381
     test -z "$DEPDIR" && continue
382 382
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
383 383
     test -z "am__include" && continue
384 384
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
385
-    # When using ansi2knr, U may be empty or an underscore; expand it
386
-    U=`sed -n 's/^U = //p' < "$mf"`
387 385
     # Find all dependency output files, they are included files with
388 386
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
389 387
     # simplest approach to changing $(DEPDIR) to its actual value in the
390 388
     # expansion.
391 389
     for file in `sed -n "
392 390
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
393
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
391
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
394 392
       # Make sure the directory exists.
395 393
       test -f "$dirpart/$file" && continue
396 394
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -408,7 +399,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
408 408
 # This macro should only be invoked once -- use via AC_REQUIRE.
409 409
 #
410 410
 # This code is only required when automatic dependency tracking
411
-# is enabled.  FIXME.  This creates each `.P' file that we will
411
+# is enabled.  FIXME.  This creates each '.P' file that we will
412 412
 # need in order to bootstrap the dependency handling code.
413 413
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
414 414
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -418,15 +409,12 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
418 418
 
419 419
 # Do all the work for Automake.                             -*- Autoconf -*-
420 420
 
421
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
422
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
421
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
423 422
 #
424 423
 # This file is free software; the Free Software Foundation
425 424
 # gives unlimited permission to copy and/or distribute it,
426 425
 # with or without modifications, as long as this notice is preserved.
427 426
 
428
-# serial 16
429
-
430 427
 # This macro actually does too much.  Some checks are only needed if
431 428
 # your package does certain things.  But this isn't really a big deal.
432 429
 
... ...
@@ -442,7 +430,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
442 442
 # arguments mandatory, and then we can depend on a new Autoconf
443 443
 # release and drop the old call support.
444 444
 AC_DEFUN([AM_INIT_AUTOMAKE],
445
-[AC_PREREQ([2.62])dnl
445
+[AC_PREREQ([2.65])dnl
446 446
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
447 447
 dnl the ones we care about.
448 448
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -471,31 +459,40 @@ AC_SUBST([CYGPATH_W])
471 471
 # Define the identity of the package.
472 472
 dnl Distinguish between old-style and new-style calls.
473 473
 m4_ifval([$2],
474
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
474
+[AC_DIAGNOSE([obsolete],
475
+             [$0: two- and three-arguments forms are deprecated.])
476
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
475 477
  AC_SUBST([PACKAGE], [$1])dnl
476 478
  AC_SUBST([VERSION], [$2])],
477 479
 [_AM_SET_OPTIONS([$1])dnl
478 480
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
479
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
481
+m4_if(
482
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
483
+  [ok:ok],,
480 484
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
481 485
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
482 486
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
483 487
 
484 488
 _AM_IF_OPTION([no-define],,
485
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
486
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
489
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
490
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
487 491
 
488 492
 # Some tools Automake needs.
489 493
 AC_REQUIRE([AM_SANITY_CHECK])dnl
490 494
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
491
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
492
-AM_MISSING_PROG(AUTOCONF, autoconf)
493
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
494
-AM_MISSING_PROG(AUTOHEADER, autoheader)
495
-AM_MISSING_PROG(MAKEINFO, makeinfo)
495
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
496
+AM_MISSING_PROG([AUTOCONF], [autoconf])
497
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
498
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
499
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
496 500
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
497 501
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
498
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
502
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
503
+# For better backward compatibility.  To be removed once Automake 1.9.x
504
+# dies out for good.  For more background, see:
505
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
506
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
507
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
499 508
 # We need awk for the "check" target.  The system "awk" is bad on
500 509
 # some platforms.
501 510
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -506,28 +503,32 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
506 506
 			     [_AM_PROG_TAR([v7])])])
507 507
 _AM_IF_OPTION([no-dependencies],,
508 508
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
509
-		  [_AM_DEPENDENCIES(CC)],
510
-		  [define([AC_PROG_CC],
511
-			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
509
+		  [_AM_DEPENDENCIES([CC])],
510
+		  [m4_define([AC_PROG_CC],
511
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
512 512
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
513
-		  [_AM_DEPENDENCIES(CXX)],
514
-		  [define([AC_PROG_CXX],
515
-			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
513
+		  [_AM_DEPENDENCIES([CXX])],
514
+		  [m4_define([AC_PROG_CXX],
515
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
516 516
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
517
-		  [_AM_DEPENDENCIES(OBJC)],
518
-		  [define([AC_PROG_OBJC],
519
-			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
517
+		  [_AM_DEPENDENCIES([OBJC])],
518
+		  [m4_define([AC_PROG_OBJC],
519
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
520
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
521
+		  [_AM_DEPENDENCIES([OBJCXX])],
522
+		  [m4_define([AC_PROG_OBJCXX],
523
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520 524
 ])
521
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
522
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
523
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
524
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
525
+AC_REQUIRE([AM_SILENT_RULES])dnl
526
+dnl The testsuite driver may need to know about EXEEXT, so add the
527
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
528
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
525 529
 AC_CONFIG_COMMANDS_PRE(dnl
526 530
 [m4_provide_if([_AM_COMPILER_EXEEXT],
527 531
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
528 532
 ])
529 533
 
530
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
534
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
531 535
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
532 536
 dnl mangled by Autoconf and run in a shell conditional statement.
533 537
 m4_define([_AC_COMPILER_EXEEXT],
... ...
@@ -555,15 +556,12 @@ for _am_header in $config_headers :; do
555 555
 done
556 556
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
557 557
 
558
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
559
-# Inc.
558
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
560 559
 #
561 560
 # This file is free software; the Free Software Foundation
562 561
 # gives unlimited permission to copy and/or distribute it,
563 562
 # with or without modifications, as long as this notice is preserved.
564 563
 
565
-# serial 1
566
-
567 564
 # AM_PROG_INSTALL_SH
568 565
 # ------------------
569 566
 # Define $install_sh.
... ...
@@ -577,16 +575,14 @@ if test x"${install_sh}" != xset; then
577 577
     install_sh="\${SHELL} $am_aux_dir/install-sh"
578 578
   esac
579 579
 fi
580
-AC_SUBST(install_sh)])
580
+AC_SUBST([install_sh])])
581 581
 
582
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
582
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
583 583
 #
584 584
 # This file is free software; the Free Software Foundation
585 585
 # gives unlimited permission to copy and/or distribute it,
586 586
 # with or without modifications, as long as this notice is preserved.
587 587
 
588
-# serial 2
589
-
590 588
 # Check whether the underlying file-system supports filenames
591 589
 # with a leading dot.  For instance MS-DOS doesn't.
592 590
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -603,20 +599,17 @@ AC_SUBST([am__leading_dot])])
603 603
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
604 604
 # From Jim Meyering
605 605
 
606
-# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
607
-# 2011 Free Software Foundation, Inc.
606
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
608 607
 #
609 608
 # This file is free software; the Free Software Foundation
610 609
 # gives unlimited permission to copy and/or distribute it,
611 610
 # with or without modifications, as long as this notice is preserved.
612 611
 
613
-# serial 5
614
-
615 612
 # AM_MAINTAINER_MODE([DEFAULT-MODE])
616 613
 # ----------------------------------
617 614
 # Control maintainer-specific portions of Makefiles.
618
-# Default is to disable them, unless `enable' is passed literally.
619
-# For symmetry, `disable' may be passed as well.  Anyway, the user
615
+# Default is to disable them, unless 'enable' is passed literally.
616
+# For symmetry, 'disable' may be passed as well.  Anyway, the user
620 617
 # can override the default with the --enable/--disable switch.
621 618
 AC_DEFUN([AM_MAINTAINER_MODE],
622 619
 [m4_case(m4_default([$1], [disable]),
... ...
@@ -627,10 +620,11 @@ AC_DEFUN([AM_MAINTAINER_MODE],
627 627
 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
628 628
   dnl maintainer-mode's default is 'disable' unless 'enable' is passed
629 629
   AC_ARG_ENABLE([maintainer-mode],
630
-[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
631
-			  (and sometimes confusing) to the casual installer],
632
-      [USE_MAINTAINER_MODE=$enableval],
633
-      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
630
+    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
631
+      am_maintainer_other[ make rules and dependencies not useful
632
+      (and sometimes confusing) to the casual installer])],
633
+    [USE_MAINTAINER_MODE=$enableval],
634
+    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
634 635
   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
635 636
   AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
636 637
   MAINT=$MAINTAINER_MODE_TRUE
... ...
@@ -638,18 +632,14 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
638 638
 ]
639 639
 )
640 640
 
641
-AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
642
-
643 641
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
644 642
 
645
-# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
643
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
646 644
 #
647 645
 # This file is free software; the Free Software Foundation
648 646
 # gives unlimited permission to copy and/or distribute it,
649 647
 # with or without modifications, as long as this notice is preserved.
650 648
 
651
-# serial 4
652
-
653 649
 # AM_MAKE_INCLUDE()
654 650
 # -----------------
655 651
 # Check to see how make treats includes.
... ...
@@ -667,7 +657,7 @@ am__quote=
667 667
 _am_result=none
668 668
 # First try GNU make style include.
669 669
 echo "include confinc" > confmf
670
-# Ignore all kinds of additional output from `make'.
670
+# Ignore all kinds of additional output from 'make'.
671 671
 case `$am_make -s -f confmf 2> /dev/null` in #(
672 672
 *the\ am__doit\ target*)
673 673
   am__include=include
... ...
@@ -694,15 +684,12 @@ rm -f confinc confmf
694 694
 
695 695
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
696 696
 
697
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
698
-# Free Software Foundation, Inc.
697
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
699 698
 #
700 699
 # This file is free software; the Free Software Foundation
701 700
 # gives unlimited permission to copy and/or distribute it,
702 701
 # with or without modifications, as long as this notice is preserved.
703 702
 
704
-# serial 6
705
-
706 703
 # AM_MISSING_PROG(NAME, PROGRAM)
707 704
 # ------------------------------
708 705
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -710,11 +697,10 @@ AC_DEFUN([AM_MISSING_PROG],
710 710
 $1=${$1-"${am_missing_run}$2"}
711 711
 AC_SUBST($1)])
712 712
 
713
-
714 713
 # AM_MISSING_HAS_RUN
715 714
 # ------------------
716
-# Define MISSING if not defined so far and test if it supports --run.
717
-# If it does, set am_missing_run to use it, otherwise, to nothing.
715
+# Define MISSING if not defined so far and test if it is modern enough.
716
+# If it is, set am_missing_run to use it, otherwise, to nothing.
718 717
 AC_DEFUN([AM_MISSING_HAS_RUN],
719 718
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
720 719
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -727,54 +713,22 @@ if test x"${MISSING+set}" != xset; then
727 727
   esac
728 728
 fi
729 729
 # Use eval to expand $SHELL
730
-if eval "$MISSING --run true"; then
731
-  am_missing_run="$MISSING --run "
730
+if eval "$MISSING --is-lightweight"; then
731
+  am_missing_run="$MISSING "
732 732
 else
733 733
   am_missing_run=
734
-  AC_MSG_WARN([`missing' script is too old or missing])
734
+  AC_MSG_WARN(['missing' script is too old or missing])
735 735
 fi
736 736
 ])
737 737
 
738
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
739
-# Inc.
740
-#
741
-# This file is free software; the Free Software Foundation
742
-# gives unlimited permission to copy and/or distribute it,
743
-# with or without modifications, as long as this notice is preserved.
744
-
745
-# serial 1
746
-
747
-# AM_PROG_MKDIR_P
748
-# ---------------
749
-# Check for `mkdir -p'.
750
-AC_DEFUN([AM_PROG_MKDIR_P],
751
-[AC_PREREQ([2.60])dnl
752
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
753
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
754
-dnl while keeping a definition of mkdir_p for backward compatibility.
755
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
756
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
757
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
758
-dnl adjustment using top_builddir (which is defined more often than
759
-dnl MKDIR_P).
760
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
761
-case $mkdir_p in
762
-  [[\\/$]]* | ?:[[\\/]]*) ;;
763
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
764
-esac
765
-])
766
-
767 738
 # Helper functions for option handling.                     -*- Autoconf -*-
768 739
 
769
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
770
-# Foundation, Inc.
740
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
771 741
 #
772 742
 # This file is free software; the Free Software Foundation
773 743
 # gives unlimited permission to copy and/or distribute it,
774 744
 # with or without modifications, as long as this notice is preserved.
775 745
 
776
-# serial 5
777
-
778 746
 # _AM_MANGLE_OPTION(NAME)
779 747
 # -----------------------
780 748
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -784,7 +738,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
784 784
 # --------------------
785 785
 # Set option NAME.  Presently that only means defining a flag for this option.
786 786
 AC_DEFUN([_AM_SET_OPTION],
787
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
787
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
788 788
 
789 789
 # _AM_SET_OPTIONS(OPTIONS)
790 790
 # ------------------------
... ...
@@ -798,14 +752,12 @@ AC_DEFUN([_AM_SET_OPTIONS],
798 798
 AC_DEFUN([_AM_IF_OPTION],
799 799
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
800 800
 
801
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
801
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
802 802
 #
803 803
 # This file is free software; the Free Software Foundation
804 804
 # gives unlimited permission to copy and/or distribute it,
805 805
 # with or without modifications, as long as this notice is preserved.
806 806
 
807
-# serial 1
808
-
809 807
 # AM_RUN_LOG(COMMAND)
810 808
 # -------------------
811 809
 # Run COMMAND, save the exit status in ac_status, and log it.
... ...
@@ -819,22 +771,16 @@ AC_DEFUN([AM_RUN_LOG],
819 819
 
820 820
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
821 821
 
822
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
823
-# Free Software Foundation, Inc.
822
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
824 823
 #
825 824
 # This file is free software; the Free Software Foundation
826 825
 # gives unlimited permission to copy and/or distribute it,
827 826
 # with or without modifications, as long as this notice is preserved.
828 827
 
829
-# serial 5
830
-
831 828
 # AM_SANITY_CHECK
832 829
 # ---------------
833 830
 AC_DEFUN([AM_SANITY_CHECK],
834 831
 [AC_MSG_CHECKING([whether build environment is sane])
835
-# Just in case
836
-sleep 1
837
-echo timestamp > conftest.file
838 832
 # Reject unsafe characters in $srcdir or the absolute working directory
839 833
 # name.  Accept space and tab only in the latter.
840 834
 am_lf='
... ...
@@ -845,32 +791,40 @@ case `pwd` in
845 845
 esac
846 846
 case $srcdir in
847 847
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
848
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
848
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
849 849
 esac
850 850
 
851
-# Do `set' in a subshell so we don't clobber the current shell's
851
+# Do 'set' in a subshell so we don't clobber the current shell's
852 852
 # arguments.  Must try -L first in case configure is actually a
853 853
 # symlink; some systems play weird games with the mod time of symlinks
854 854
 # (eg FreeBSD returns the mod time of the symlink's containing
855 855
 # directory).
856 856
 if (
857
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
858
-   if test "$[*]" = "X"; then
859
-      # -L didn't work.
860
-      set X `ls -t "$srcdir/configure" conftest.file`
861
-   fi
862
-   rm -f conftest.file
863
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
864
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
865
-
866
-      # If neither matched, then we have a broken ls.  This can happen
867
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
868
-      # broken ls alias from the environment.  This has actually
869
-      # happened.  Such a system could not be considered "sane".
870
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
871
-alias in your environment])
872
-   fi
873
-
857
+   am_has_slept=no
858
+   for am_try in 1 2; do
859
+     echo "timestamp, slept: $am_has_slept" > conftest.file
860
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
861
+     if test "$[*]" = "X"; then
862
+	# -L didn't work.
863
+	set X `ls -t "$srcdir/configure" conftest.file`
864
+     fi
865
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
866
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
867
+
868
+	# If neither matched, then we have a broken ls.  This can happen
869
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
870
+	# broken ls alias from the environment.  This has actually
871
+	# happened.  Such a system could not be considered "sane".
872
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
873
+  alias in your environment])
874
+     fi
875
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
876
+       break
877
+     fi
878
+     # Just in case.
879
+     sleep 1
880
+     am_has_slept=yes
881
+   done
874 882
    test "$[2]" = conftest.file
875 883
    )
876 884
 then
... ...
@@ -880,31 +834,50 @@ else
880 880
    AC_MSG_ERROR([newly created file is older than distributed files!
881 881
 Check your system clock])
882 882
 fi
883
-AC_MSG_RESULT(yes)])
883
+AC_MSG_RESULT([yes])
884
+# If we didn't sleep, we still need to ensure time stamps of config.status and
885
+# generated files are strictly newer.
886
+am_sleep_pid=
887
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
888
+  ( sleep 1 ) &
889
+  am_sleep_pid=$!
890
+fi
891
+AC_CONFIG_COMMANDS_PRE(
892
+  [AC_MSG_CHECKING([that generated files are newer than configure])
893
+   if test -n "$am_sleep_pid"; then
894
+     # Hide warnings about reused PIDs.
895
+     wait $am_sleep_pid 2>/dev/null
896
+   fi
897
+   AC_MSG_RESULT([done])])
898
+rm -f conftest.file
899
+])
884 900
 
885
-# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
901
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
886 902
 #
887 903
 # This file is free software; the Free Software Foundation
888 904
 # gives unlimited permission to copy and/or distribute it,
889 905
 # with or without modifications, as long as this notice is preserved.
890 906
 
891
-# serial 2
892
-
893 907
 # AM_SILENT_RULES([DEFAULT])
894 908
 # --------------------------
895 909
 # Enable less verbose build rules; with the default set to DEFAULT
896
-# (`yes' being less verbose, `no' or empty being verbose).
910
+# ("yes" being less verbose, "no" or empty being verbose).
897 911
 AC_DEFUN([AM_SILENT_RULES],
898
-[AC_ARG_ENABLE([silent-rules],
899
-[  --enable-silent-rules          less verbose build output (undo: `make V=1')
900
-  --disable-silent-rules         verbose build output (undo: `make V=0')])
901
-case $enable_silent_rules in
902
-yes) AM_DEFAULT_VERBOSITY=0;;
903
-no)  AM_DEFAULT_VERBOSITY=1;;
904
-*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
912
+[AC_ARG_ENABLE([silent-rules], [dnl
913
+AS_HELP_STRING(
914
+  [--enable-silent-rules],
915
+  [less verbose build output (undo: "make V=1")])
916
+AS_HELP_STRING(
917
+  [--disable-silent-rules],
918
+  [verbose build output (undo: "make V=0")])dnl
919
+])
920
+case $enable_silent_rules in @%:@ (((
921
+  yes) AM_DEFAULT_VERBOSITY=0;;
922
+   no) AM_DEFAULT_VERBOSITY=1;;
923
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
905 924
 esac
906 925
 dnl
907
-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
926
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
908 927
 dnl do not support nested variable expansions.
909 928
 dnl See automake bug#9928 and bug#10237.
910 929
 am_make=${MAKE-make}
... ...
@@ -922,7 +895,7 @@ else
922 922
   am_cv_make_support_nested_variables=no
923 923
 fi])
924 924
 if test $am_cv_make_support_nested_variables = yes; then
925
-  dnl Using `$V' instead of `$(V)' breaks IRIX make.
925
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
926 926
   AM_V='$(V)'
927 927
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
928 928
 else
... ...
@@ -939,44 +912,40 @@ AC_SUBST([AM_BACKSLASH])dnl
939 939
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
940 940
 ])
941 941
 
942
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
942
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
943 943
 #
944 944
 # This file is free software; the Free Software Foundation
945 945
 # gives unlimited permission to copy and/or distribute it,
946 946
 # with or without modifications, as long as this notice is preserved.
947 947
 
948
-# serial 1
949
-
950 948
 # AM_PROG_INSTALL_STRIP
951 949
 # ---------------------
952
-# One issue with vendor `install' (even GNU) is that you can't
950
+# One issue with vendor 'install' (even GNU) is that you can't
953 951
 # specify the program used to strip binaries.  This is especially
954 952
 # annoying in cross-compiling environments, where the build's strip
955 953
 # is unlikely to handle the host's binaries.
956 954
 # Fortunately install-sh will honor a STRIPPROG variable, so we
957
-# always use install-sh in `make install-strip', and initialize
955
+# always use install-sh in "make install-strip", and initialize
958 956
 # STRIPPROG with the value of the STRIP variable (set by the user).
959 957
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
960 958
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
961
-# Installed binaries are usually stripped using `strip' when the user
962
-# run `make install-strip'.  However `strip' might not be the right
959
+# Installed binaries are usually stripped using 'strip' when the user
960
+# run "make install-strip".  However 'strip' might not be the right
963 961
 # tool to use in cross-compilation environments, therefore Automake
964
-# will honor the `STRIP' environment variable to overrule this program.
965
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
962
+# will honor the 'STRIP' environment variable to overrule this program.
963
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
966 964
 if test "$cross_compiling" != no; then
967 965
   AC_CHECK_TOOL([STRIP], [strip], :)
968 966
 fi
969 967
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
970 968
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
971 969
 
972
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
970
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
973 971
 #
974 972
 # This file is free software; the Free Software Foundation
975 973
 # gives unlimited permission to copy and/or distribute it,
976 974
 # with or without modifications, as long as this notice is preserved.
977 975
 
978
-# serial 3
979
-
980 976
 # _AM_SUBST_NOTMAKE(VARIABLE)
981 977
 # ---------------------------
982 978
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -990,18 +959,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
990 990
 
991 991
 # Check how to create a tarball.                            -*- Autoconf -*-
992 992
 
993
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
993
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
994 994
 #
995 995
 # This file is free software; the Free Software Foundation
996 996
 # gives unlimited permission to copy and/or distribute it,
997 997
 # with or without modifications, as long as this notice is preserved.
998 998
 
999
-# serial 2
1000
-
1001 999
 # _AM_PROG_TAR(FORMAT)
1002 1000
 # --------------------
1003 1001
 # Check how to create a tarball in format FORMAT.
1004
-# FORMAT should be one of `v7', `ustar', or `pax'.
1002
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1005 1003
 #
1006 1004
 # Substitute a variable $(am__tar) that is a command
1007 1005
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -1024,7 +991,7 @@ AC_MSG_CHECKING([how to create a $1 tar archive])
1024 1024
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1025 1025
 _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1026 1026
 # Do not fold the above two line into one, because Tru64 sh and
1027
-# Solaris sh will not grok spaces in the rhs of `-'.
1027
+# Solaris sh will not grok spaces in the rhs of '-'.
1028 1028
 for _am_tool in $_am_tools
1029 1029
 do
1030 1030
   case $_am_tool in
... ...
@@ -1433,12 +1433,15 @@ Optional Features:
1433 1433
   --disable-option-checking  ignore unrecognized --enable/--with options
1434 1434
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1435 1435
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1436
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1437
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1438
-  --disable-dependency-tracking  speeds up one-time build
1439
-  --enable-dependency-tracking   do not reject slow dependency extractors
1440
-  --enable-maintainer-mode  enable make rules and dependencies not useful
1441
-			  (and sometimes confusing) to the casual installer
1436
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1437
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1438
+  --enable-dependency-tracking
1439
+                          do not reject slow dependency extractors
1440
+  --disable-dependency-tracking
1441
+                          speeds up one-time build
1442
+  --enable-maintainer-mode
1443
+                          enable make rules and dependencies not useful (and
1444
+                          sometimes confusing) to the casual installer
1442 1445
   --enable-static[=PKGS]  build static libraries [default=no]
1443 1446
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1444 1447
   --enable-fast-install[=PKGS]
... ...
@@ -2471,7 +2474,7 @@ test -n "$target_alias" &&
2471 2471
   test "$program_prefix$program_suffix$program_transform_name" = \
2472 2472
     NONENONEs,x,x, &&
2473 2473
   program_prefix=${target_alias}-
2474
-am__api_version='1.11'
2474
+am__api_version='1.13'
2475 2475
 
2476 2476
 # Find a good install program.  We prefer a C program (faster),
2477 2477
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2568,9 +2571,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2568 2568
 
2569 2569
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2570 2570
 $as_echo_n "checking whether build environment is sane... " >&6; }
2571
-# Just in case
2572
-sleep 1
2573
-echo timestamp > conftest.file
2574 2571
 # Reject unsafe characters in $srcdir or the absolute working directory
2575 2572
 # name.  Accept space and tab only in the latter.
2576 2573
 am_lf='
... ...
@@ -2581,32 +2581,40 @@ case `pwd` in
2581 2581
 esac
2582 2582
 case $srcdir in
2583 2583
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2584
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2584
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2585 2585
 esac
2586 2586
 
2587
-# Do `set' in a subshell so we don't clobber the current shell's
2587
+# Do 'set' in a subshell so we don't clobber the current shell's
2588 2588
 # arguments.  Must try -L first in case configure is actually a
2589 2589
 # symlink; some systems play weird games with the mod time of symlinks
2590 2590
 # (eg FreeBSD returns the mod time of the symlink's containing
2591 2591
 # directory).
2592 2592
 if (
2593
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2594
-   if test "$*" = "X"; then
2595
-      # -L didn't work.
2596
-      set X `ls -t "$srcdir/configure" conftest.file`
2597
-   fi
2598
-   rm -f conftest.file
2599
-   if test "$*" != "X $srcdir/configure conftest.file" \
2600
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2601
-
2602
-      # If neither matched, then we have a broken ls.  This can happen
2603
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2604
-      # broken ls alias from the environment.  This has actually
2605
-      # happened.  Such a system could not be considered "sane".
2606
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2607
-alias in your environment" "$LINENO" 5
2608
-   fi
2609
-
2593
+   am_has_slept=no
2594
+   for am_try in 1 2; do
2595
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2596
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2597
+     if test "$*" = "X"; then
2598
+	# -L didn't work.
2599
+	set X `ls -t "$srcdir/configure" conftest.file`
2600
+     fi
2601
+     if test "$*" != "X $srcdir/configure conftest.file" \
2602
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2603
+
2604
+	# If neither matched, then we have a broken ls.  This can happen
2605
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2606
+	# broken ls alias from the environment.  This has actually
2607
+	# happened.  Such a system could not be considered "sane".
2608
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2609
+  alias in your environment" "$LINENO" 5
2610
+     fi
2611
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2612
+       break
2613
+     fi
2614
+     # Just in case.
2615
+     sleep 1
2616
+     am_has_slept=yes
2617
+   done
2610 2618
    test "$2" = conftest.file
2611 2619
    )
2612 2620
 then
... ...
@@ -2618,6 +2626,16 @@ Check your system clock" "$LINENO" 5
2618 2618
 fi
2619 2619
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2620 2620
 $as_echo "yes" >&6; }
2621
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2622
+# generated files are strictly newer.
2623
+am_sleep_pid=
2624
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2625
+  ( sleep 1 ) &
2626
+  am_sleep_pid=$!
2627
+fi
2628
+
2629
+rm -f conftest.file
2630
+
2621 2631
 test "$program_prefix" != NONE &&
2622 2632
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2623 2633
 # Use a double $ so make ignores it.
... ...
@@ -2640,12 +2658,12 @@ if test x"${MISSING+set}" != xset; then
2640 2640
   esac
2641 2641
 fi
2642 2642
 # Use eval to expand $SHELL
2643
-if eval "$MISSING --run true"; then
2644
-  am_missing_run="$MISSING --run "
2643
+if eval "$MISSING --is-lightweight"; then
2644
+  am_missing_run="$MISSING "
2645 2645
 else
2646 2646
   am_missing_run=
2647
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2648
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2647
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2648
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2649 2649
 fi
2650 2650
 
2651 2651
 if test x"${install_sh}" != xset; then
... ...
@@ -2657,10 +2675,10 @@ if test x"${install_sh}" != xset; then
2657 2657
   esac
2658 2658
 fi
2659 2659
 
2660
-# Installed binaries are usually stripped using `strip' when the user
2661
-# run `make install-strip'.  However `strip' might not be the right
2660
+# Installed binaries are usually stripped using 'strip' when the user
2661
+# run "make install-strip".  However 'strip' might not be the right
2662 2662
 # tool to use in cross-compilation environments, therefore Automake
2663
-# will honor the `STRIP' environment variable to overrule this program.
2663
+# will honor the 'STRIP' environment variable to overrule this program.
2664 2664
 if test "$cross_compiling" != no; then
2665 2665
   if test -n "$ac_tool_prefix"; then
2666 2666
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2799,12 +2817,6 @@ fi
2799 2799
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2800 2800
 $as_echo "$MKDIR_P" >&6; }
2801 2801
 
2802
-mkdir_p="$MKDIR_P"
2803
-case $mkdir_p in
2804
-  [\\/$]* | ?:[\\/]*) ;;
2805
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2806
-esac
2807
-
2808 2802
 for ac_prog in gawk mawk nawk awk
2809 2803
 do
2810 2804
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2887,6 +2899,45 @@ else
2887 2887
 fi
2888 2888
 rmdir .tst 2>/dev/null
2889 2889
 
2890
+# Check whether --enable-silent-rules was given.
2891
+if test "${enable_silent_rules+set}" = set; then :
2892
+  enableval=$enable_silent_rules;
2893
+fi
2894
+
2895
+case $enable_silent_rules in # (((
2896
+  yes) AM_DEFAULT_VERBOSITY=0;;
2897
+   no) AM_DEFAULT_VERBOSITY=1;;
2898
+    *) AM_DEFAULT_VERBOSITY=1;;
2899
+esac
2900
+am_make=${MAKE-make}
2901
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2902
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2903
+if ${am_cv_make_support_nested_variables+:} false; then :
2904
+  $as_echo_n "(cached) " >&6
2905
+else
2906
+  if $as_echo 'TRUE=$(BAR$(V))
2907
+BAR0=false
2908
+BAR1=true
2909
+V=1
2910
+am__doit:
2911
+	@$(TRUE)
2912
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2913
+  am_cv_make_support_nested_variables=yes
2914
+else
2915
+  am_cv_make_support_nested_variables=no
2916
+fi
2917
+fi
2918
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2919
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2920
+if test $am_cv_make_support_nested_variables = yes; then
2921
+    AM_V='$(V)'
2922
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2923
+else
2924
+  AM_V=$AM_DEFAULT_VERBOSITY
2925
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2926
+fi
2927
+AM_BACKSLASH='\'
2928
+
2890 2929
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2891 2930
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2892 2931
   # is not polluted with repeated "-I."
... ...
@@ -2928,6 +2979,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2928 2928
 
2929 2929
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2930 2930
 
2931
+# For better backward compatibility.  To be removed once Automake 1.9.x
2932
+# dies out for good.  For more background, see:
2933
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2934
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2935
+mkdir_p='$(MKDIR_P)'
2936
+
2931 2937
 # We need awk for the "check" target.  The system "awk" is bad on
2932 2938
 # some platforms.
2933 2939
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2941,7 +2998,7 @@ $as_echo_n "checking how to create a pax tar archive... " >&6; }
2941 2941
 _am_tools='gnutar  pax cpio none'
2942 2942
 _am_tools=${am_cv_prog_tar_pax-$_am_tools}
2943 2943
 # Do not fold the above two line into one, because Tru64 sh and
2944
-# Solaris sh will not grok spaces in the rhs of `-'.
2944
+# Solaris sh will not grok spaces in the rhs of '-'.
2945 2945
 for _am_tool in $_am_tools
2946 2946
 do
2947 2947
   case $_am_tool in
... ...
@@ -3026,10 +3083,10 @@ if test "${enable_silent_rules+set}" = set; then :
3026 3026
   enableval=$enable_silent_rules;
3027 3027
 fi
3028 3028
 
3029
-case $enable_silent_rules in
3030
-yes) AM_DEFAULT_VERBOSITY=0;;
3031
-no)  AM_DEFAULT_VERBOSITY=1;;
3032
-*)   AM_DEFAULT_VERBOSITY=0;;
3029
+case $enable_silent_rules in # (((
3030
+  yes) AM_DEFAULT_VERBOSITY=0;;
3031
+   no) AM_DEFAULT_VERBOSITY=1;;
3032
+    *) AM_DEFAULT_VERBOSITY=0;;
3033 3033
 esac
3034 3034
 am_make=${MAKE-make}
3035 3035
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3587,7 +3644,7 @@ am__quote=
3587 3587
 _am_result=none
3588 3588
 # First try GNU make style include.
3589 3589
 echo "include confinc" > confmf
3590
-# Ignore all kinds of additional output from `make'.
3590
+# Ignore all kinds of additional output from 'make'.
3591 3591
 case `$am_make -s -f confmf 2> /dev/null` in #(
3592 3592
 *the\ am__doit\ target*)
3593 3593
   am__include=include
... ...
@@ -3643,8 +3700,8 @@ else
3643 3643
   # We make a subdir and do the tests there.  Otherwise we can end up
3644 3644
   # making bogus files that we don't know about and never remove.  For
3645 3645
   # instance it was reported that on HP-UX the gcc test will end up
3646
-  # making a dummy file named `D' -- because `-MD' means `put the output
3647
-  # in D'.
3646
+  # making a dummy file named 'D' -- because '-MD' means "put the output
3647
+  # in D".
3648 3648
   rm -rf conftest.dir
3649 3649
   mkdir conftest.dir
3650 3650
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3679,16 +3736,16 @@ else
3679 3679
     : > sub/conftest.c
3680 3680
     for i in 1 2 3 4 5 6; do
3681 3681
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3682
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3683
-      # Solaris 8's {/usr,}/bin/sh.
3684
-      touch sub/conftst$i.h
3682
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3683
+      # Solaris 10 /bin/sh.
3684
+      echo '/* dummy */' > sub/conftst$i.h
3685 3685
     done
3686 3686
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3687 3687
 
3688
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3688
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3689 3689
     # mode.  It turns out that the SunPro C++ compiler does not properly
3690
-    # handle `-M -o', and we need to detect this.  Also, some Intel
3691
-    # versions had trouble with output in subdirs
3690
+    # handle '-M -o', and we need to detect this.  Also, some Intel
3691
+    # versions had trouble with output in subdirs.
3692 3692
     am__obj=sub/conftest.${OBJEXT-o}
3693 3693
     am__minus_obj="-o $am__obj"
3694 3694
     case $depmode in
... ...
@@ -3697,8 +3754,8 @@ else
3697 3697
       test "$am__universal" = false || continue
3698 3698
       ;;
3699 3699
     nosideeffect)
3700
-      # after this tag, mechanisms are not by side-effect, so they'll
3701
-      # only be used when explicitly requested
3700
+      # After this tag, mechanisms are not by side-effect, so they'll
3701
+      # only be used when explicitly requested.
3702 3702
       if test "x$enable_dependency_tracking" = xyes; then
3703 3703
 	continue
3704 3704
       else
... ...
@@ -3706,7 +3763,7 @@ else
3706 3706
       fi
3707 3707
       ;;
3708 3708
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3709
-      # This compiler won't grok `-c -o', but also, the minuso test has
3709
+      # This compiler won't grok '-c -o', but also, the minuso test has
3710 3710
       # not run yet.  These depmodes are late enough in the game, and
3711 3711
       # so weak that their functioning should not be impacted.
3712 3712
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4310,8 +4367,8 @@ else
4310 4310
   # We make a subdir and do the tests there.  Otherwise we can end up
4311 4311
   # making bogus files that we don't know about and never remove.  For
4312 4312
   # instance it was reported that on HP-UX the gcc test will end up
4313
-  # making a dummy file named `D' -- because `-MD' means `put the output
4314
-  # in D'.
4313
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4314
+  # in D".
4315 4315
   rm -rf conftest.dir
4316 4316
   mkdir conftest.dir
4317 4317
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4346,16 +4403,16 @@ else
4346 4346
     : > sub/conftest.c
4347 4347
     for i in 1 2 3 4 5 6; do
4348 4348
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4349
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4350
-      # Solaris 8's {/usr,}/bin/sh.
4351
-      touch sub/conftst$i.h
4349
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4350
+      # Solaris 10 /bin/sh.
4351
+      echo '/* dummy */' > sub/conftst$i.h
4352 4352
     done
4353 4353
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4354 4354
 
4355
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4355
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4356 4356
     # mode.  It turns out that the SunPro C++ compiler does not properly
4357
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4358
-    # versions had trouble with output in subdirs
4357
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4358
+    # versions had trouble with output in subdirs.
4359 4359
     am__obj=sub/conftest.${OBJEXT-o}
4360 4360
     am__minus_obj="-o $am__obj"
4361 4361
     case $depmode in
... ...
@@ -4364,8 +4421,8 @@ else
4364 4364
       test "$am__universal" = false || continue
4365 4365
       ;;
4366 4366
     nosideeffect)
4367
-      # after this tag, mechanisms are not by side-effect, so they'll
4368
-      # only be used when explicitly requested
4367
+      # After this tag, mechanisms are not by side-effect, so they'll
4368
+      # only be used when explicitly requested.
4369 4369
       if test "x$enable_dependency_tracking" = xyes; then
4370 4370
 	continue
4371 4371
       else
... ...
@@ -4373,7 +4430,7 @@ else
4373 4373
       fi
4374 4374
       ;;
4375 4375
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4376
-      # This compiler won't grok `-c -o', but also, the minuso test has
4376
+      # This compiler won't grok '-c -o', but also, the minuso test has
4377 4377
       # not run yet.  These depmodes are late enough in the game, and
4378 4378
       # so weak that their functioning should not be impacted.
4379 4379
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -15823,6 +15880,14 @@ LIBOBJS=$ac_libobjs
15823 15823
 LTLIBOBJS=$ac_ltlibobjs
15824 15824
 
15825 15825
 
15826
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
15827
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
15828
+   if test -n "$am_sleep_pid"; then
15829
+     # Hide warnings about reused PIDs.
15830
+     wait $am_sleep_pid 2>/dev/null
15831
+   fi
15832
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
15833
+$as_echo "done" >&6; }
15826 15834
  if test -n "$EXEEXT"; then
15827 15835
   am__EXEEXT_TRUE=
15828 15836
   am__EXEEXT_FALSE='#'
... ...
@@ -17435,7 +17500,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17435 17435
 
17436 17436
   case $ac_file$ac_mode in
17437 17437
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17438
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
17438
+  # Older Autoconf quotes --file arguments for eval, but not when files
17439 17439
   # are listed without --file.  Let's play safe and only enable the eval
17440 17440
   # if we detect the quoting.
17441 17441
   case $CONFIG_FILES in
... ...
@@ -17448,7 +17513,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17448 17448
     # Strip MF so we end up with the name of the file.
17449 17449
     mf=`echo "$mf" | sed -e 's/:.*$//'`
17450 17450
     # Check whether this is an Automake generated Makefile or not.
17451
-    # We used to match only the files named `Makefile.in', but
17451
+    # We used to match only the files named 'Makefile.in', but
17452 17452
     # some people rename them; so instead we look at the file content.
17453 17453
     # Grep'ing the first line is not enough: some people post-process
17454 17454
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -17482,21 +17547,19 @@ $as_echo X"$mf" |
17482 17482
       continue
17483 17483
     fi
17484 17484
     # Extract the definition of DEPDIR, am__include, and am__quote
17485
-    # from the Makefile without running `make'.
17485
+    # from the Makefile without running 'make'.
17486 17486
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17487 17487
     test -z "$DEPDIR" && continue
17488 17488
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
17489 17489
     test -z "am__include" && continue
17490 17490
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17491
-    # When using ansi2knr, U may be empty or an underscore; expand it
17492
-    U=`sed -n 's/^U = //p' < "$mf"`
17493 17491
     # Find all dependency output files, they are included files with
17494 17492
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
17495 17493
     # simplest approach to changing $(DEPDIR) to its actual value in the
17496 17494
     # expansion.
17497 17495
     for file in `sed -n "
17498 17496
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17499
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17497
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17500 17498
       # Make sure the directory exists.
17501 17499
       test -f "$dirpart/$file" && continue
17502 17500
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -59,9 +58,9 @@ target_triplet = @target@
59 59
 @INSTALL_LTDL_TRUE@am__append_2 = libltdl.la
60 60
 @CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la
61 61
 subdir = libltdl
62
-DIST_COMMON = README $(am__include_HEADERS_DIST) \
63
-	$(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
64
-	$(srcdir)/Makefile.in COPYING.LIB
62
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
63
+	$(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \
64
+	$(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README
65 65
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
66 66
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
67 67
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -170,6 +169,7 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS)
170 170
 AM_V_lt = $(am__v_lt_@AM_V@)
171 171
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
172 172
 am__v_lt_0 = --silent
173
+am__v_lt_1 = 
173 174
 dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 175
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
175 176
 	$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -224,6 +224,18 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS)
224 224
 shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225 225
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
226 226
 	$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@
227
+AM_V_P = $(am__v_P_@AM_V@)
228
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
229
+am__v_P_0 = false
230
+am__v_P_1 = :
231
+AM_V_GEN = $(am__v_GEN_@AM_V@)
232
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
233
+am__v_GEN_0 = @echo "  GEN     " $@;
234
+am__v_GEN_1 = 
235
+AM_V_at = $(am__v_at_@AM_V@)
236
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
237
+am__v_at_0 = @
238
+am__v_at_1 = 
227 239
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
228 240
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
229 241
 am__depfiles_maybe = depfiles
... ...
@@ -236,20 +248,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
236 236
 	$(AM_CFLAGS) $(CFLAGS)
237 237
 AM_V_CC = $(am__v_CC_@AM_V@)
238 238
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
239
-am__v_CC_0 = @echo "  CC    " $@;
240
-AM_V_at = $(am__v_at_@AM_V@)
241
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
242
-am__v_at_0 = @
239
+am__v_CC_0 = @echo "  CC      " $@;
240
+am__v_CC_1 = 
243 241
 CCLD = $(CC)
244 242
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
245 243
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
246 244
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
247 245
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
248 246
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
249
-am__v_CCLD_0 = @echo "  CCLD  " $@;
250
-AM_V_GEN = $(am__v_GEN_@AM_V@)
251
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
252
-am__v_GEN_0 = @echo "  GEN   " $@;
247
+am__v_CCLD_0 = @echo "  CCLD    " $@;
248
+am__v_CCLD_1 = 
253 249
 SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
254 250
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
255 251
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
... ...
@@ -267,6 +275,23 @@ am__include_HEADERS_DIST = ltdl.h
267 267
 am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \
268 268
 	libltdl/lt_dlloader.h
269 269
 HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS)
270
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
271
+# Read a list of newline-separated strings from the standard input,
272
+# and print each of them once, without duplicates.  Input order is
273
+# *not* preserved.
274
+am__uniquify_input = $(AWK) '\
275
+  BEGIN { nonempty = 0; } \
276
+  { items[$$0] = 1; nonempty = 1; } \
277
+  END { if (nonempty) { for (i in items) print i; }; } \
278
+'
279
+# Make sure the list of sources is unique.  This is necessary because,
280
+# e.g., the same source file might be shared among _SOURCES variables
281
+# for different programs/libraries.
282
+am__define_uniq_tagged_files = \
283
+  list='$(am__tagged_files)'; \
284
+  unique=`for i in $$list; do \
285
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
286
+  done | $(am__uniquify_input)`
270 287
 ETAGS = etags
271 288
 CTAGS = ctags
272 289
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -559,6 +584,7 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
559 559
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
560 560
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
561 561
 $(am__aclocal_m4_deps):
562
+
562 563
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
563 564
 	@$(NORMAL_INSTALL)
564 565
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
... ...
@@ -585,21 +611,25 @@ uninstall-libLTLIBRARIES:
585 585
 
586 586
 clean-libLTLIBRARIES:
587 587
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
588
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
589
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
590
-	  test "$$dir" != "$$p" || dir=.; \
591
-	  echo "rm -f \"$${dir}/so_locations\""; \
592
-	  rm -f "$${dir}/so_locations"; \
593
-	done
588
+	@list='$(lib_LTLIBRARIES)'; \
589
+	locs=`for p in $$list; do echo $$p; done | \
590
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
591
+	      sort -u`; \
592
+	test -z "$$locs" || { \
593
+	  echo rm -f $${locs}; \
594
+	  rm -f $${locs}; \
595
+	}
594 596
 
595 597
 clean-noinstLTLIBRARIES:
596 598
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
597
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
598
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
599
-	  test "$$dir" != "$$p" || dir=.; \
600
-	  echo "rm -f \"$${dir}/so_locations\""; \
601
-	  rm -f "$${dir}/so_locations"; \
602
-	done
599
+	@list='$(noinst_LTLIBRARIES)'; \
600
+	locs=`for p in $$list; do echo $$p; done | \
601
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
602
+	      sort -u`; \
603
+	test -z "$$locs" || { \
604
+	  echo rm -f $${locs}; \
605
+	  rm -f $${locs}; \
606
+	}
603 607
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
604 608
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
605 609
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
... ...
@@ -837,26 +867,15 @@ uninstall-ltdlincludeHEADERS:
837 837
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
838 838
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
839 839
 
840
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
841
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
842
-	unique=`for i in $$list; do \
843
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
844
-	  done | \
845
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
846
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
847
-	mkid -fID $$unique
848
-tags: TAGS
849
-
850
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
851
-		$(TAGS_FILES) $(LISP)
840
+ID: $(am__tagged_files)
841
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
842
+tags: tags-am
843
+TAGS: tags
844
+
845
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
852 846
 	set x; \
853 847
 	here=`pwd`; \
854
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
855
-	unique=`for i in $$list; do \
856
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
857
-	  done | \
858
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
859
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
848
+	$(am__define_uniq_tagged_files); \
860 849
 	shift; \
861 850
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
862 851
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -868,15 +887,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
868 868
 	      $$unique; \
869 869
 	  fi; \
870 870
 	fi
871
-ctags: CTAGS
872
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
873
-		$(TAGS_FILES) $(LISP)
874
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
875
-	unique=`for i in $$list; do \
876
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
877
-	  done | \
878
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
879
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
871
+ctags: ctags-am
872
+
873
+CTAGS: ctags
874
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
875
+	$(am__define_uniq_tagged_files); \
880 876
 	test -z "$(CTAGS_ARGS)$$unique" \
881 877
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
882 878
 	     $$unique
... ...
@@ -885,6 +900,21 @@ GTAGS:
885 885
 	here=`$(am__cd) $(top_builddir) && pwd` \
886 886
 	  && $(am__cd) $(top_srcdir) \
887 887
 	  && gtags -i $(GTAGS_ARGS) "$$here"
888
+cscopelist: cscopelist-am
889
+
890
+cscopelist-am: $(am__tagged_files)
891
+	list='$(am__tagged_files)'; \
892
+	case "$(srcdir)" in \
893
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
894
+	  *) sdir=$(subdir)/$(srcdir) ;; \
895
+	esac; \
896
+	for i in $$list; do \
897
+	  if test -f "$$i"; then \
898
+	    echo "$(subdir)/$$i"; \
899
+	  else \
900
+	    echo "$$sdir/$$i"; \
901
+	  fi; \
902
+	done >> $(top_builddir)/cscope.files
888 903
 
889 904
 distclean-tags:
890 905
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -1035,20 +1065,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1035 1035
 
1036 1036
 .MAKE: all check install install-am install-strip
1037 1037
 
1038
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1038
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1039 1039
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1040
-	ctags distclean distclean-compile distclean-generic \
1041
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
1042
-	html-am info info-am install install-am install-data \
1043
-	install-data-am install-dvi install-dvi-am install-exec \
1044
-	install-exec-am install-html install-html-am \
1040
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1041
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1042
+	dvi-am html html-am info info-am install install-am \
1043
+	install-data install-data-am install-dvi install-dvi-am \
1044
+	install-exec install-exec-am install-html install-html-am \
1045 1045
 	install-includeHEADERS install-info install-info-am \
1046 1046
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1047 1047
 	install-pdf install-pdf-am install-ps install-ps-am \
1048 1048
 	install-strip installcheck installcheck-am installdirs \
1049 1049
 	maintainer-clean maintainer-clean-generic mostlyclean \
1050 1050
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1051
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1051
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1052 1052
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1053 1053
 	uninstall-ltdlincludeHEADERS
1054 1054
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -72,7 +71,8 @@ host_triplet = @host@
72 72
 target_triplet = @target@
73 73
 bin_PROGRAMS = sigtool$(EXEEXT)
74 74
 subdir = sigtool
75
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
75
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
76
+	$(top_srcdir)/config/depcomp
76 77
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
77 78
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
78 79
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -155,6 +155,19 @@ sigtool_LDADD = $(LDADD)
155 155
 AM_V_lt = $(am__v_lt_@AM_V@)
156 156
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
157 157
 am__v_lt_0 = --silent
158
+am__v_lt_1 = 
159
+AM_V_P = $(am__v_P_@AM_V@)
160
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
161
+am__v_P_0 = false
162
+am__v_P_1 = :
163
+AM_V_GEN = $(am__v_GEN_@AM_V@)
164
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
165
+am__v_GEN_0 = @echo "  GEN     " $@;
166
+am__v_GEN_1 = 
167
+AM_V_at = $(am__v_at_@AM_V@)
168
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169
+am__v_at_0 = @
170
+am__v_at_1 = 
158 171
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
159 172
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
160 173
 am__depfiles_maybe = depfiles
... ...
@@ -167,20 +180,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
167 167
 	$(AM_CFLAGS) $(CFLAGS)
168 168
 AM_V_CC = $(am__v_CC_@AM_V@)
169 169
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
170
-am__v_CC_0 = @echo "  CC    " $@;
171
-AM_V_at = $(am__v_at_@AM_V@)
172
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
173
-am__v_at_0 = @
170
+am__v_CC_0 = @echo "  CC      " $@;
171
+am__v_CC_1 = 
174 172
 CCLD = $(CC)
175 173
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
176 174
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177 175
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
178 176
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
179 177
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
180
-am__v_CCLD_0 = @echo "  CCLD  " $@;
181
-AM_V_GEN = $(am__v_GEN_@AM_V@)
182
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183
-am__v_GEN_0 = @echo "  GEN   " $@;
178
+am__v_CCLD_0 = @echo "  CCLD    " $@;
179
+am__v_CCLD_1 = 
184 180
 SOURCES = $(sigtool_SOURCES)
185 181
 DIST_SOURCES = $(sigtool_SOURCES)
186 182
 am__can_run_installinfo = \
... ...
@@ -188,6 +197,23 @@ am__can_run_installinfo = \
188 188
     n|no|NO) false;; \
189 189
     *) (install-info --version) >/dev/null 2>&1;; \
190 190
   esac
191
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
192
+# Read a list of newline-separated strings from the standard input,
193
+# and print each of them once, without duplicates.  Input order is
194
+# *not* preserved.
195
+am__uniquify_input = $(AWK) '\
196
+  BEGIN { nonempty = 0; } \
197
+  { items[$$0] = 1; nonempty = 1; } \
198
+  END { if (nonempty) { for (i in items) print i; }; } \
199
+'
200
+# Make sure the list of sources is unique.  This is necessary because,
201
+# e.g., the same source file might be shared among _SOURCES variables
202
+# for different programs/libraries.
203
+am__define_uniq_tagged_files = \
204
+  list='$(am__tagged_files)'; \
205
+  unique=`for i in $$list; do \
206
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
207
+  done | $(am__uniquify_input)`
191 208
 ETAGS = etags
192 209
 CTAGS = ctags
193 210
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -443,10 +469,12 @@ install-binPROGRAMS: $(bin_PROGRAMS)
443 443
 	fi; \
444 444
 	for p in $$list; do echo "$$p $$p"; done | \
445 445
 	sed 's/$(EXEEXT)$$//' | \
446
-	while read p p1; do if test -f $$p || test -f $$p1; \
447
-	  then echo "$$p"; echo "$$p"; else :; fi; \
446
+	while read p p1; do if test -f $$p \
447
+	 || test -f $$p1 \
448
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
448 449
 	done | \
449
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
450
+	sed -e 'p;s,.*/,,;n;h' \
451
+	    -e 's|.*|.|' \
450 452
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
451 453
 	sed 'N;N;N;s,\n, ,g' | \
452 454
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -467,7 +495,8 @@ uninstall-binPROGRAMS:
467 467
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
468 468
 	files=`for p in $$list; do echo "$$p"; done | \
469 469
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
470
-	      -e 's/$$/$(EXEEXT)/' `; \
470
+	      -e 's/$$/$(EXEEXT)/' \
471
+	`; \
471 472
 	test -n "$$list" || exit 0; \
472 473
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
473 474
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -626,26 +655,15 @@ mostlyclean-libtool:
626 626
 clean-libtool:
627 627
 	-rm -rf .libs _libs
628 628
 
629
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
630
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
631
-	unique=`for i in $$list; do \
632
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
633
-	  done | \
634
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
635
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
636
-	mkid -fID $$unique
637
-tags: TAGS
638
-
639
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
640
-		$(TAGS_FILES) $(LISP)
629
+ID: $(am__tagged_files)
630
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
631
+tags: tags-am
632
+TAGS: tags
633
+
634
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
641 635
 	set x; \
642 636
 	here=`pwd`; \
643
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
644
-	unique=`for i in $$list; do \
645
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
646
-	  done | \
647
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
648
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
637
+	$(am__define_uniq_tagged_files); \
649 638
 	shift; \
650 639
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
651 640
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -657,15 +675,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
657 657
 	      $$unique; \
658 658
 	  fi; \
659 659
 	fi
660
-ctags: CTAGS
661
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
662
-		$(TAGS_FILES) $(LISP)
663
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
664
-	unique=`for i in $$list; do \
665
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
666
-	  done | \
667
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
668
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
660
+ctags: ctags-am
661
+
662
+CTAGS: ctags
663
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664
+	$(am__define_uniq_tagged_files); \
669 665
 	test -z "$(CTAGS_ARGS)$$unique" \
670 666
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
671 667
 	     $$unique
... ...
@@ -674,6 +688,21 @@ GTAGS:
674 674
 	here=`$(am__cd) $(top_builddir) && pwd` \
675 675
 	  && $(am__cd) $(top_srcdir) \
676 676
 	  && gtags -i $(GTAGS_ARGS) "$$here"
677
+cscopelist: cscopelist-am
678
+
679
+cscopelist-am: $(am__tagged_files)
680
+	list='$(am__tagged_files)'; \
681
+	case "$(srcdir)" in \
682
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
683
+	  *) sdir=$(subdir)/$(srcdir) ;; \
684
+	esac; \
685
+	for i in $$list; do \
686
+	  if test -f "$$i"; then \
687
+	    echo "$(subdir)/$$i"; \
688
+	  else \
689
+	    echo "$$sdir/$$i"; \
690
+	  fi; \
691
+	done >> $(top_builddir)/cscope.files
677 692
 
678 693
 distclean-tags:
679 694
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -818,19 +847,20 @@ uninstall-am: uninstall-binPROGRAMS
818 818
 
819 819
 .MAKE: install-am install-strip
820 820
 
821
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
822
-	clean-generic clean-libtool ctags distclean distclean-compile \
823
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
824
-	dvi-am html html-am info info-am install install-am \
825
-	install-binPROGRAMS install-data install-data-am install-dvi \
826
-	install-dvi-am install-exec install-exec-am install-html \
827
-	install-html-am install-info install-info-am install-man \
828
-	install-pdf install-pdf-am install-ps install-ps-am \
829
-	install-strip installcheck installcheck-am \
830
-	installcheck-binPROGRAMS installdirs maintainer-clean \
831
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
832
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
833
-	tags uninstall uninstall-am uninstall-binPROGRAMS
821
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
822
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
823
+	ctags ctags-am distclean distclean-compile distclean-generic \
824
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
825
+	html-am info info-am install install-am install-binPROGRAMS \
826
+	install-data install-data-am install-dvi install-dvi-am \
827
+	install-exec install-exec-am install-html install-html-am \
828
+	install-info install-info-am install-man install-pdf \
829
+	install-pdf-am install-ps install-ps-am install-strip \
830
+	installcheck installcheck-am installcheck-binPROGRAMS \
831
+	installdirs maintainer-clean maintainer-clean-generic \
832
+	mostlyclean mostlyclean-compile mostlyclean-generic \
833
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
834
+	uninstall-am uninstall-binPROGRAMS
834 835
 
835 836
 
836 837
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -54,7 +53,7 @@ target_triplet = @target@
54 54
 @ENABLE_UNRAR_TRUE@am__append_1 = clam-v2.rar clam-v3.rar
55 55
 @HAVE_LIBBZ2_TRUE@am__append_2 = clam.exe.bz2 clam.bz2.zip
56 56
 subdir = test
57
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
58 58
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 59
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 60
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -127,12 +126,18 @@ mkinstalldirs = $(install_sh) -d
127 127
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
128 128
 CONFIG_CLEAN_FILES =
129 129
 CONFIG_CLEAN_VPATH_FILES =
130
+AM_V_P = $(am__v_P_@AM_V@)
131
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
132
+am__v_P_0 = false
133
+am__v_P_1 = :
130 134
 AM_V_GEN = $(am__v_GEN_@AM_V@)
131 135
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132
-am__v_GEN_0 = @echo "  GEN   " $@;
136
+am__v_GEN_0 = @echo "  GEN     " $@;
137
+am__v_GEN_1 = 
133 138
 AM_V_at = $(am__v_at_@AM_V@)
134 139
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
135 140
 am__v_at_0 = @
141
+am__v_at_1 = 
136 142
 SOURCES =
137 143
 DIST_SOURCES =
138 144
 am__can_run_installinfo = \
... ...
@@ -140,6 +145,7 @@ am__can_run_installinfo = \
140 140
     n|no|NO) false;; \
141 141
     *) (install-info --version) >/dev/null 2>&1;; \
142 142
   esac
143
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
143 144
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
144 145
 ACLOCAL = @ACLOCAL@
145 146
 AMTAR = @AMTAR@
... ...
@@ -385,11 +391,11 @@ mostlyclean-libtool:
385 385
 
386 386
 clean-libtool:
387 387
 	-rm -rf .libs _libs
388
-tags: TAGS
389
-TAGS:
388
+tags TAGS:
389
+
390
+ctags CTAGS:
390 391
 
391
-ctags: CTAGS
392
-CTAGS:
392
+cscope cscopelist:
393 393
 
394 394
 
395 395
 distdir: $(DISTFILES)
... ...
@@ -525,16 +531,16 @@ uninstall-am:
525 525
 .MAKE: install-am install-strip
526 526
 
527 527
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
528
-	clean-local distclean distclean-generic distclean-libtool \
529
-	distdir dvi dvi-am html html-am info info-am install \
530
-	install-am install-data install-data-am install-dvi \
528
+	clean-local cscopelist-am ctags-am distclean distclean-generic \
529
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
530
+	install install-am install-data install-data-am install-dvi \
531 531
 	install-dvi-am install-exec install-exec-am install-html \
532 532
 	install-html-am install-info install-info-am install-man \
533 533
 	install-pdf install-pdf-am install-ps install-ps-am \
534 534
 	install-strip installcheck installcheck-am installdirs \
535 535
 	maintainer-clean maintainer-clean-generic mostlyclean \
536 536
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
537
-	uninstall uninstall-am
537
+	tags-am uninstall uninstall-am
538 538
 
539 539
 
540 540
 all: $(FILES)
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.6 from Makefile.am.
1
+# Makefile.in generated by automake 1.13.1 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
-# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
6
-# Foundation, Inc.
4
+# Copyright (C) 1994-2012 Free Software Foundation, Inc.
5
+
7 6
 # This Makefile.in is free software; the Free Software Foundation
8 7
 # gives unlimited permission to copy and/or distribute it,
9 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -55,7 +54,8 @@ target_triplet = @target@
55 55
 TESTS = $(am__EXEEXT_1) $(scripts)
56 56
 check_PROGRAMS = $(am__EXEEXT_1) check_clamd$(EXEEXT) $(am__EXEEXT_2)
57 57
 subdir = unit_tests
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver
59 60
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 61
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
61 62
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -153,6 +153,7 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS)
153 153
 AM_V_lt = $(am__v_lt_@AM_V@)
154 154
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
155 155
 am__v_lt_0 = --silent
156
+am__v_lt_1 = 
156 157
 am__check_clamd_SOURCES_DIST = check_clamav_skip.c check_clamd.c \
157 158
 	checks_common.h
158 159
 @HAVE_LIBCHECK_FALSE@am_check_clamd_OBJECTS =  \
... ...
@@ -166,6 +167,18 @@ am_check_fpu_endian_OBJECTS =  \
166 166
 check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS)
167 167
 check_fpu_endian_DEPENDENCIES =  \
168 168
 	$(top_builddir)/libclamav/libclamav.la
169
+AM_V_P = $(am__v_P_@AM_V@)
170
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
171
+am__v_P_0 = false
172
+am__v_P_1 = :
173
+AM_V_GEN = $(am__v_GEN_@AM_V@)
174
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175
+am__v_GEN_0 = @echo "  GEN     " $@;
176
+am__v_GEN_1 = 
177
+AM_V_at = $(am__v_at_@AM_V@)
178
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
179
+am__v_at_0 = @
180
+am__v_at_1 = 
169 181
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
170 182
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
171 183
 am__depfiles_maybe = depfiles
... ...
@@ -178,20 +191,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
178 178
 	$(AM_CFLAGS) $(CFLAGS)
179 179
 AM_V_CC = $(am__v_CC_@AM_V@)
180 180
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
181
-am__v_CC_0 = @echo "  CC    " $@;
182
-AM_V_at = $(am__v_at_@AM_V@)
183
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
184
-am__v_at_0 = @
181
+am__v_CC_0 = @echo "  CC      " $@;
182
+am__v_CC_1 = 
185 183
 CCLD = $(CC)
186 184
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
187 185
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
188 186
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
189 187
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
190 188
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
191
-am__v_CCLD_0 = @echo "  CCLD  " $@;
192
-AM_V_GEN = $(am__v_GEN_@AM_V@)
193
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194
-am__v_GEN_0 = @echo "  GEN   " $@;
189
+am__v_CCLD_0 = @echo "  CCLD    " $@;
190
+am__v_CCLD_1 = 
195 191
 SOURCES = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \
196 192
 	$(check_fpu_endian_SOURCES)
197 193
 DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \
... ...
@@ -201,22 +210,46 @@ am__can_run_installinfo = \
201 201
     n|no|NO) false;; \
202 202
     *) (install-info --version) >/dev/null 2>&1;; \
203 203
   esac
204
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
205
+# Read a list of newline-separated strings from the standard input,
206
+# and print each of them once, without duplicates.  Input order is
207
+# *not* preserved.
208
+am__uniquify_input = $(AWK) '\
209
+  BEGIN { nonempty = 0; } \
210
+  { items[$$0] = 1; nonempty = 1; } \
211
+  END { if (nonempty) { for (i in items) print i; }; } \
212
+'
213
+# Make sure the list of sources is unique.  This is necessary because,
214
+# e.g., the same source file might be shared among _SOURCES variables
215
+# for different programs/libraries.
216
+am__define_uniq_tagged_files = \
217
+  list='$(am__tagged_files)'; \
218
+  unique=`for i in $$list; do \
219
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
220
+  done | $(am__uniquify_input)`
204 221
 ETAGS = etags
205 222
 CTAGS = ctags
206
-# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
207
-# then this fails; a conservative approach.  Of course do not redirect
208
-# stdout here, just stderr.
209
-am__tty_colors = \
210
-red=; grn=; lgn=; blu=; std=; \
211
-test "X$(AM_COLOR_TESTS)" != Xno \
212
-&& test "X$$TERM" != Xdumb \
213
-&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
214
-&& { \
215
-  red=''; \
216
-  grn=''; \
217
-  lgn=''; \
218
-  blu=''; \
219
-  std=''; \
223
+am__tty_colors_dummy = \
224
+  mgn= red= grn= lgn= blu= brg= std=; \
225
+  am__color_tests=no
226
+am__tty_colors = { \
227
+  $(am__tty_colors_dummy); \
228
+  if test "X$(AM_COLOR_TESTS)" = Xno; then \
229
+    am__color_tests=no; \
230
+  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
231
+    am__color_tests=yes; \
232
+  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
233
+    am__color_tests=yes; \
234
+  fi; \
235
+  if test $$am__color_tests = yes; then \
236
+    red=''; \
237
+    grn=''; \
238
+    lgn=''; \
239
+    blu=''; \
240
+    mgn=''; \
241
+    brg=''; \
242
+    std=''; \
243
+  fi; \
220 244
 }
221 245
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
222 246
 am__vpath_adj = case $$p in \
... ...
@@ -245,91 +278,161 @@ am__uninstall_files_from_dir = { \
245 245
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
246 246
          $(am__cd) "$$dir" && rm -f $$files; }; \
247 247
   }
248
-# Restructured Text title and section.
249
-am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
250
-am__rst_section = sed 'p;s/./=/g;p;g'
251
-# Put stdin (possibly several lines separated by ".  ") in a box.
252
-# Prefix each line by 'col' and terminate each with 'std', for coloring.
253
-# Multi line coloring is problematic with "less -R", so we really need
254
-# to color each line individually.
255
-am__text_box = $(AWK) '{			\
256
-  n = split($$0, lines, "\\.  "); max = 0;	\
257
-  for (i = 1; i <= n; ++i)			\
258
-    if (max < length(lines[i]))			\
259
-      max = length(lines[i]);			\
260
-  for (i = 0; i < max; ++i)			\
261
-    line = line "=";				\
262
-  print col line std;				\
263
-  for (i = 1; i <= n; ++i)			\
264
-    if (lines[i])				\
265
-      print col lines[i] std;			\
266
-  print col line std;				\
248
+am__recheck_rx = ^[ 	]*:recheck:[ 	]*
249
+am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
250
+am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
251
+# A command that, given a newline-separated list of test names on the
252
+# standard input, print the name of the tests that are to be re-run
253
+# upon "make recheck".
254
+am__list_recheck_tests = $(AWK) '{ \
255
+  recheck = 1; \
256
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
257
+    { \
258
+      if (rc < 0) \
259
+        { \
260
+          if ((getline line2 < ($$0 ".log")) < 0) \
261
+	    recheck = 0; \
262
+          break; \
263
+        } \
264
+      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
265
+        { \
266
+          recheck = 0; \
267
+          break; \
268
+        } \
269
+      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
270
+        { \
271
+          break; \
272
+        } \
273
+    }; \
274
+  if (recheck) \
275
+    print $$0; \
276
+  close ($$0 ".trs"); \
277
+  close ($$0 ".log"); \
278
+}'
279
+# A command that, given a newline-separated list of test names on the
280
+# standard input, create the global log from their .trs and .log files.
281
+am__create_global_log = $(AWK) ' \
282
+function fatal(msg) \
283
+{ \
284
+  print "fatal: making $@: " msg | "cat >&2"; \
285
+  exit 1; \
286
+} \
287
+function rst_section(header) \
288
+{ \
289
+  print header; \
290
+  len = length(header); \
291
+  for (i = 1; i <= len; i = i + 1) \
292
+    printf "="; \
293
+  printf "\n\n"; \
294
+} \
295
+{ \
296
+  copy_in_global_log = 1; \
297
+  global_test_result = "RUN"; \
298
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
299
+    { \
300
+      if (rc < 0) \
301
+         fatal("failed to read from " $$0 ".trs"); \
302
+      if (line ~ /$(am__global_test_result_rx)/) \
303
+        { \
304
+          sub("$(am__global_test_result_rx)", "", line); \
305
+          sub("[ 	]*$$", "", line); \
306
+          global_test_result = line; \
307
+        } \
308
+      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
309
+        copy_in_global_log = 0; \
310
+    }; \
311
+  if (copy_in_global_log) \
312
+    { \
313
+      rst_section(global_test_result ": " $$0); \
314
+      while ((rc = (getline line < ($$0 ".log"))) != 0) \
315
+      { \
316
+        if (rc < 0) \
317
+          fatal("failed to read from " $$0 ".log"); \
318
+        print line; \
319
+      }; \
320
+      printf "\n"; \
321
+    }; \
322
+  close ($$0 ".trs"); \
323
+  close ($$0 ".log"); \
267 324
 }'
325
+# Restructured Text title.
326
+am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
268 327
 # Solaris 10 'make', and several other traditional 'make' implementations,
269 328
 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
270 329
 # by disabling -e (using the XSI extension "set +e") if it's set.
271 330
 am__sh_e_setup = case $$- in *e*) set +e;; esac
331
+# Default flags passed to test drivers.
332
+am__common_driver_flags = \
333
+  --color-tests "$$am__color_tests" \
334
+  --enable-hard-errors "$$am__enable_hard_errors" \
335
+  --expect-failure "$$am__expect_failure"
272 336
 # To be inserted before the command running the test.  Creates the
273 337
 # directory for the log if needed.  Stores in $dir the directory
274
-# containing $f, in $tst the test, in $log the log, and passes
275
-# TESTS_ENVIRONMENT.  Save and restore TERM around use of
276
-# TESTS_ENVIRONMENT, in case that unsets it.
338
+# containing $f, in $tst the test, in $log the log.  Executes the
339
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
340
+# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
341
+# will run the test scripts (or their associated LOG_COMPILER, if
342
+# thy have one).
277 343
 am__check_pre = \
278 344
 $(am__sh_e_setup);					\
279 345
 $(am__vpath_adj_setup) $(am__vpath_adj)			\
346
+$(am__tty_colors);					\
280 347
 srcdir=$(srcdir); export srcdir;			\
281
-rm -f $@-t;						\
282
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
283
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;	\
284
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
285
-am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
286
-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
348
+case "$@" in						\
349
+  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
350
+    *) am__odir=.;; 					\
351
+esac;							\
352
+test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
353
+  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
287 354
 if test -f "./$$f"; then dir=./;			\
288 355
 elif test -f "$$f"; then dir=;				\
289 356
 else dir="$(srcdir)/"; fi;				\
290
-tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;		\
291
-$(TESTS_ENVIRONMENT)
292
-# To be appended to the command running the test.  Handle the stdout
293
-# and stderr redirection, and catch the exit status.
294
-am__check_post = \
295
->$@-t 2>&1;						\
296
-estatus=$$?;						\
297
-if test -n '$(DISABLE_HARD_ERRORS)'			\
298
-   && test $$estatus -eq 99; then			\
299
-  estatus=1;						\
300
-fi;							\
301
-TERM=$$__SAVED_TERM; export TERM;			\
302
-$(am__tty_colors);					\
303
-xfailed=PASS;						\
357
+tst=$$dir$$f; log='$@'; 				\
358
+if test -n '$(DISABLE_HARD_ERRORS)'; then		\
359
+  am__enable_hard_errors=no; 				\
360
+else							\
361
+  am__enable_hard_errors=yes; 				\
362
+fi; 							\
304 363
 case " $(XFAIL_TESTS) " in				\
305 364
   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
306
-    xfailed=XFAIL;;					\
307
-esac;							\
308
-case $$estatus.$$xfailed in				\
309
-    0.XFAIL) col=$$red; res=XPASS;;			\
310
-    0.*)     col=$$grn; res=PASS ;;			\
311
-    77.*)    col=$$blu; res=SKIP ;;			\
312
-    99.*)    col=$$red; res=FAIL ;;			\
313
-    *.XFAIL) col=$$lgn; res=XFAIL;;			\
314
-    *.*)     col=$$red; res=FAIL ;;			\
315
-esac;							\
316
-echo "$${col}$$res$${std}: $$f";			\
317
-echo "$$res: $$f (exit: $$estatus)" |			\
318
-  $(am__rst_section) >$@;				\
319
-cat $@-t >>$@;						\
320
-rm -f $@-t
365
+    am__expect_failure=yes;;				\
366
+  *)							\
367
+    am__expect_failure=no;;				\
368
+esac; 							\
369
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
370
+# A shell command to get the names of the tests scripts with any registered
371
+# extension removed (i.e., equivalently, the names of the test logs, with
372
+# the '.log' extension removed).  The result is saved in the shell variable
373
+# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
374
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
375
+# since that might cause problem with VPATH rewrites for suffix-less tests.
376
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
377
+am__set_TESTS_bases = \
378
+  bases='$(TEST_LOGS)'; \
379
+  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
380
+  bases=`echo $$bases`
321 381
 RECHECK_LOGS = $(TEST_LOGS)
322
-AM_RECURSIVE_TARGETS = check recheck check-html recheck-html
323
-TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
382
+AM_RECURSIVE_TARGETS = check recheck
324 383
 TEST_SUITE_LOG = test-suite.log
325 384
 TEST_EXTENSIONS = @EXEEXT@ .test
385
+LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
326 386
 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
387
+am__set_b = \
388
+  case '$@' in \
389
+    */*) \
390
+      case '$*' in \
391
+        */*) b='$*';; \
392
+          *) b=`echo '$@' | sed 's/\.log$$//'`; \
393
+       esac;; \
394
+    *) \
395
+      b='$*';; \
396
+  esac
327 397
 am__test_logs1 = $(TESTS:=.log)
328 398
 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
329 399
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
400
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
330 401
 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
331 402
 	$(TEST_LOG_FLAGS)
332
-TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
333 403
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
334 404
 ACLOCAL = @ACLOCAL@
335 405
 AMTAR = @AMTAR@
... ...
@@ -557,7 +660,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
557 557
 all: all-am
558 558
 
559 559
 .SUFFIXES:
560
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
560
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
561 561
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
562 562
 	@for dep in $?; do \
563 563
 	  case '$(am__configure_deps)' in \
... ...
@@ -836,26 +939,15 @@ mostlyclean-libtool:
836 836
 clean-libtool:
837 837
 	-rm -rf .libs _libs
838 838
 
839
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
840
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
841
-	unique=`for i in $$list; do \
842
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
843
-	  done | \
844
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
845
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
846
-	mkid -fID $$unique
847
-tags: TAGS
848
-
849
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
850
-		$(TAGS_FILES) $(LISP)
839
+ID: $(am__tagged_files)
840
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
841
+tags: tags-am
842
+TAGS: tags
843
+
844
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
851 845
 	set x; \
852 846
 	here=`pwd`; \
853
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
854
-	unique=`for i in $$list; do \
855
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
856
-	  done | \
857
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
858
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
847
+	$(am__define_uniq_tagged_files); \
859 848
 	shift; \
860 849
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
861 850
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -867,15 +959,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
867 867
 	      $$unique; \
868 868
 	  fi; \
869 869
 	fi
870
-ctags: CTAGS
871
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
872
-		$(TAGS_FILES) $(LISP)
873
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
874
-	unique=`for i in $$list; do \
875
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
876
-	  done | \
877
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
878
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
870
+ctags: ctags-am
871
+
872
+CTAGS: ctags
873
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
874
+	$(am__define_uniq_tagged_files); \
879 875
 	test -z "$(CTAGS_ARGS)$$unique" \
880 876
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
881 877
 	     $$unique
... ...
@@ -884,166 +972,271 @@ GTAGS:
884 884
 	here=`$(am__cd) $(top_builddir) && pwd` \
885 885
 	  && $(am__cd) $(top_srcdir) \
886 886
 	  && gtags -i $(GTAGS_ARGS) "$$here"
887
+cscopelist: cscopelist-am
888
+
889
+cscopelist-am: $(am__tagged_files)
890
+	list='$(am__tagged_files)'; \
891
+	case "$(srcdir)" in \
892
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
893
+	  *) sdir=$(subdir)/$(srcdir) ;; \
894
+	esac; \
895
+	for i in $$list; do \
896
+	  if test -f "$$i"; then \
897
+	    echo "$(subdir)/$$i"; \
898
+	  else \
899
+	    echo "$$sdir/$$i"; \
900
+	  fi; \
901
+	done >> $(top_builddir)/cscope.files
887 902
 
888 903
 distclean-tags:
889 904
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
890 905
 
906
+# Recover from deleted '.trs' file; this should ensure that
907
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
908
+# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
909
+# to avoid problems with "make -n".
910
+.log.trs:
911
+	rm -f $< $@
912
+	$(MAKE) $(AM_MAKEFLAGS) $<
913
+
914
+# Leading 'am--fnord' is there to ensure the list of targets does not
915
+# exand to empty, as could happen e.g. with make check TESTS=''.
916
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
917
+am--force-recheck:
918
+	@:
919
+
891 920
 $(TEST_SUITE_LOG): $(TEST_LOGS)
892
-	@$(am__sh_e_setup);						\
893
-	list='$(TEST_LOGS)';						\
894
-	results=`for f in $$list; do					\
895
-		   test -r $$f && read line < $$f && echo "$$line"	\
896
-		     || echo FAIL;					\
897
-		 done`;							\
898
-	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
899
-	fail=`echo "$$results" | grep -c '^FAIL'`;			\
900
-	pass=`echo "$$results" | grep -c '^PASS'`;			\
901
-	skip=`echo "$$results" | grep -c '^SKIP'`;			\
902
-	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
903
-	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
904
-	failures=`expr $$fail + $$xpass`;				\
905
-	all=`expr $$all - $$skip`;					\
906
-	if test "$$all" -eq 1; then tests=test; All=;			\
907
-	else tests=tests; All="All "; fi;				\
908
-	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
909
-	  fail=0:xpass=0:xfail=0)					\
910
-	    msg="$$All$$all $$tests passed.  ";				\
911
-	    exit=true;;							\
912
-	  fail=0:xpass=0:xfail=*)					\
913
-	    msg="$$All$$all $$tests behaved as expected";		\
914
-	    if test "$$xfail" -eq 1; then xfailures=failure;		\
915
-	    else xfailures=failures; fi;				\
916
-	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
917
-	    exit=true;;							\
918
-	  fail=*:xpass=0:xfail=*)					\
919
-	    msg="$$fail of $$all $$tests failed.  ";			\
920
-	    exit=false;;						\
921
-	  fail=*:xpass=*:xfail=*)					\
922
-	    msg="$$failures of $$all $$tests did not behave as expected"; \
923
-	    if test "$$xpass" -eq 1; then xpasses=pass;			\
924
-	    else xpasses=passes; fi;					\
925
-	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
926
-	    exit=false;;						\
927
-	  *)								\
928
-	    echo >&2 "incorrect case"; exit 4;;				\
929
-	esac;								\
930
-	if test "$$skip" -ne 0; then					\
931
-	  if test "$$skip" -eq 1; then					\
932
-	    msg="$$msg($$skip test was not run).  ";			\
933
-	  else								\
934
-	    msg="$$msg($$skip tests were not run).  ";			\
935
-	  fi;								\
936
-	fi;								\
921
+	@$(am__set_TESTS_bases); \
922
+	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
923
+	redo_bases=`for i in $$bases; do \
924
+	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
925
+	            done`; \
926
+	if test -n "$$redo_bases"; then \
927
+	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
928
+	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
929
+	  if $(am__make_dryrun); then :; else \
930
+	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
931
+	  fi; \
932
+	fi; \
933
+	if test -n "$$am__remaking_logs"; then \
934
+	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
935
+	       "recursion detected" >&2; \
936
+	else \
937
+	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
938
+	fi; \
939
+	if $(am__make_dryrun); then :; else \
940
+	  st=0;  \
941
+	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
942
+	  for i in $$redo_bases; do \
943
+	    test -f $$i.trs && test -r $$i.trs \
944
+	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
945
+	    test -f $$i.log && test -r $$i.log \
946
+	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
947
+	  done; \
948
+	  test $$st -eq 0 || exit 1; \
949
+	fi
950
+	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
951
+	ws='[ 	]'; \
952
+	results=`for b in $$bases; do echo $$b.trs; done`; \
953
+	test -n "$$results" || results=/dev/null; \
954
+	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
955
+	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
956
+	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
957
+	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
958
+	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
959
+	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
960
+	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
961
+	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
962
+	  success=true; \
963
+	else \
964
+	  success=false; \
965
+	fi; \
966
+	br='==================='; br=$$br$$br$$br$$br; \
967
+	result_count () \
968
+	{ \
969
+	    if test x"$$1" = x"--maybe-color"; then \
970
+	      maybe_colorize=yes; \
971
+	    elif test x"$$1" = x"--no-color"; then \
972
+	      maybe_colorize=no; \
973
+	    else \
974
+	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
975
+	    fi; \
976
+	    shift; \
977
+	    desc=$$1 count=$$2; \
978
+	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
979
+	      color_start=$$3 color_end=$$std; \
980
+	    else \
981
+	      color_start= color_end=; \
982
+	    fi; \
983
+	    echo "$${color_start}# $$desc $$count$${color_end}"; \
984
+	}; \
985
+	create_testsuite_report () \
986
+	{ \
987
+	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
988
+	  result_count $$1 "PASS: " $$pass  "$$grn"; \
989
+	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
990
+	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
991
+	  result_count $$1 "FAIL: " $$fail  "$$red"; \
992
+	  result_count $$1 "XPASS:" $$xpass "$$red"; \
993
+	  result_count $$1 "ERROR:" $$error "$$mgn"; \
994
+	}; \
937 995
 	{								\
938 996
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
939 997
 	    $(am__rst_title);						\
940
-	  echo "$$msg";							\
998
+	  create_testsuite_report --no-color;				\
941 999
 	  echo;								\
942 1000
 	  echo ".. contents:: :depth: 2";				\
943 1001
 	  echo;								\
944
-	  for f in $$list; do						\
945
-	    test -r $$f && read line < $$f || line=;			\
946
-	    case $$line in						\
947
-	      PASS:*|XFAIL:*);;						\
948
-	      *) echo; cat $$f;;					\
949
-	    esac;							\
950
-	  done;								\
951
-	} >$(TEST_SUITE_LOG).tmp;					\
1002
+	  for b in $$bases; do echo $$b; done				\
1003
+	    | $(am__create_global_log);					\
1004
+	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
952 1005
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
953
-	if test "$$failures" -ne 0; then				\
954
-	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
955
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
956
-	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
957
-	  fi;								\
958
-	fi;								\
959
-	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
960
-	$(am__tty_colors);						\
961
-	if $$exit; then							\
1006
+	if $$success; then						\
962 1007
 	  col="$$grn";							\
963 1008
 	 else								\
964 1009
 	  col="$$red";							\
1010
+	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
965 1011
 	fi;								\
966
-	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
967
-	$$exit || exit 1
968
-
969
-check-TESTS recheck:
970
-	@if test $@ != recheck; then \
971
-	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
972
-	 fi
973
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
974
-	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
975
-	  test .log = $$f && continue; \
976
-	  if test $@ = recheck; then \
977
-	    test -f $$f || continue; \
978
-	    if test -r $$f && read line < $$f; then \
979
-	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
980
-	    fi; \
981
-	  fi; \
982
-	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
983
-	done; \
984
-	if test $@ = recheck && test -n "$$list"; then \
985
-	  $(am__make_dryrun) || rm -f $$list || exit 1; \
986
-	fi; \
987
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
988
-recheck: $(check_PROGRAMS) $(check_SCRIPTS)
989
-
990
-am--mostlyclean-test-html:
991
-	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
992
-	rm -f $(TEST_SUITE_HTML)
993
-
994
-.log.html:
995
-	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
996
-	for r2h in $$list; do						\
997
-	  if ($$r2h --version) >/dev/null 2>&1; then			\
998
-	    R2H=$$r2h;							\
1012
+	echo "$${col}$$br$${std}"; 					\
1013
+	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1014
+	echo "$${col}$$br$${std}"; 					\
1015
+	create_testsuite_report --maybe-color;				\
1016
+	echo "$$col$$br$$std";						\
1017
+	if $$success; then :; else					\
1018
+	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1019
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1020
+	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
999 1021
 	  fi;								\
1000
-	done;								\
1001
-	if test -z "$$R2H"; then					\
1002
-	  echo >&2 "cannot find rst2html, cannot create $@";		\
1003
-	  exit 2;							\
1022
+	  echo "$$col$$br$$std";					\
1004 1023
 	fi;								\
1005
-	$$R2H $< >$@.tmp
1006
-	@mv $@.tmp $@
1007
-
1008
-# Be sure to run check first, and then to convert the result.
1009
-# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1010
-# check-SCRIPTS and other dependencies are rebuilt by the former only.
1011
-# And expect check to fail.
1012
-check-html recheck-html:
1013
-	@target=`echo $@ | sed 's/-html$$//'`; \
1014
-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1015
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1016
-	exit $$rv
1024
+	$$success || exit 1
1025
+
1026
+check-TESTS:
1027
+	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1028
+	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1029
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1030
+	@set +e; $(am__set_TESTS_bases); \
1031
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1032
+	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1033
+	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1034
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1035
+	exit $$?;
1036
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1037
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1038
+	@set +e; $(am__set_TESTS_bases); \
1039
+	bases=`for i in $$bases; do echo $$i; done \
1040
+	         | $(am__list_recheck_tests)` || exit 1; \
1041
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1042
+	log_list=`echo $$log_list`; \
1043
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1044
+	        am__force_recheck=am--force-recheck \
1045
+	        TEST_LOGS="$$log_list"; \
1046
+	exit $$?
1017 1047
 check_clamav.log: check_clamav$(EXEEXT)
1018
-	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1048
+	@p='check_clamav$(EXEEXT)'; \
1049
+	b='check_clamav'; \
1050
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1051
+	--log-file $$b.log --trs-file $$b.trs \
1052
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1053
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1019 1054
 check_freshclam.sh.log: check_freshclam.sh
1020
-	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1055
+	@p='check_freshclam.sh'; \
1056
+	b='check_freshclam.sh'; \
1057
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1058
+	--log-file $$b.log --trs-file $$b.trs \
1059
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1060
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1021 1061
 check_sigtool.sh.log: check_sigtool.sh
1022
-	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1062
+	@p='check_sigtool.sh'; \
1063
+	b='check_sigtool.sh'; \
1064
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1065
+	--log-file $$b.log --trs-file $$b.trs \
1066
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1067
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1023 1068
 check_unit_vg.sh.log: check_unit_vg.sh
1024
-	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1069
+	@p='check_unit_vg.sh'; \
1070
+	b='check_unit_vg.sh'; \
1071
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1072
+	--log-file $$b.log --trs-file $$b.trs \
1073
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1074
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1025 1075
 check1_clamscan.sh.log: check1_clamscan.sh
1026
-	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1076
+	@p='check1_clamscan.sh'; \
1077
+	b='check1_clamscan.sh'; \
1078
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1079
+	--log-file $$b.log --trs-file $$b.trs \
1080
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1081
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1027 1082
 check2_clamd.sh.log: check2_clamd.sh
1028
-	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1083
+	@p='check2_clamd.sh'; \
1084
+	b='check2_clamd.sh'; \
1085
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1086
+	--log-file $$b.log --trs-file $$b.trs \
1087
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1088
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1029 1089
 check3_clamd.sh.log: check3_clamd.sh
1030
-	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1090
+	@p='check3_clamd.sh'; \
1091
+	b='check3_clamd.sh'; \
1092
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1093
+	--log-file $$b.log --trs-file $$b.trs \
1094
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1095
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1031 1096
 check4_clamd.sh.log: check4_clamd.sh
1032
-	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1097
+	@p='check4_clamd.sh'; \
1098
+	b='check4_clamd.sh'; \
1099
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1100
+	--log-file $$b.log --trs-file $$b.trs \
1101
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1102
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1033 1103
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1034
-	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1104
+	@p='check5_clamd_vg.sh'; \
1105
+	b='check5_clamd_vg.sh'; \
1106
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1107
+	--log-file $$b.log --trs-file $$b.trs \
1108
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1109
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1035 1110
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1036
-	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1111
+	@p='check6_clamd_vg.sh'; \
1112
+	b='check6_clamd_vg.sh'; \
1113
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1114
+	--log-file $$b.log --trs-file $$b.trs \
1115
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1116
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1037 1117
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1038
-	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1118
+	@p='check7_clamd_hg.sh'; \
1119
+	b='check7_clamd_hg.sh'; \
1120
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1121
+	--log-file $$b.log --trs-file $$b.trs \
1122
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1123
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1039 1124
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1040
-	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1125
+	@p='check8_clamd_hg.sh'; \
1126
+	b='check8_clamd_hg.sh'; \
1127
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1128
+	--log-file $$b.log --trs-file $$b.trs \
1129
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1130
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1041 1131
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1042
-	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1132
+	@p='check9_clamscan_vg.sh'; \
1133
+	b='check9_clamscan_vg.sh'; \
1134
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1135
+	--log-file $$b.log --trs-file $$b.trs \
1136
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1137
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1043 1138
 .test.log:
1044
-	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1139
+	@p='$<'; \
1140
+	$(am__set_b); \
1141
+	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1142
+	--log-file $$b.log --trs-file $$b.trs \
1143
+	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1144
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1045 1145
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1046
-@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1146
+@am__EXEEXT_TRUE@	@p='$<'; \
1147
+@am__EXEEXT_TRUE@	$(am__set_b); \
1148
+@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1149
+@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1150
+@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1151
+@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1047 1152
 
1048 1153
 distdir: $(DISTFILES)
1049 1154
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1102,7 +1295,7 @@ install-strip:
1102 1102
 	fi
1103 1103
 mostlyclean-generic:
1104 1104
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1105
-	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1105
+	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1106 1106
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1107 1107
 
1108 1108
 clean-generic:
... ...
@@ -1174,8 +1367,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1174 1174
 
1175 1175
 mostlyclean: mostlyclean-am
1176 1176
 
1177
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1178
-	mostlyclean-generic mostlyclean-libtool
1177
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1178
+	mostlyclean-libtool
1179 1179
 
1180 1180
 pdf: pdf-am
1181 1181
 
... ...
@@ -1187,22 +1380,21 @@ ps-am:
1187 1187
 
1188 1188
 uninstall-am:
1189 1189
 
1190
-.MAKE: check-am check-html install-am install-strip recheck-html
1191
-
1192
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1193
-	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1194
-	clean-generic clean-libtool clean-local ctags distclean \
1195
-	distclean-compile distclean-generic distclean-libtool \
1196
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
1197
-	install install-am install-data install-data-am install-dvi \
1198
-	install-dvi-am install-exec install-exec-am install-html \
1199
-	install-html-am install-info install-info-am install-man \
1200
-	install-pdf install-pdf-am install-ps install-ps-am \
1201
-	install-strip installcheck installcheck-am installdirs \
1202
-	maintainer-clean maintainer-clean-generic mostlyclean \
1203
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1204
-	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1205
-	uninstall-am
1190
+.MAKE: check-am install-am install-strip
1191
+
1192
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1193
+	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1194
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1195
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1196
+	dvi-am html html-am info info-am install install-am \
1197
+	install-data install-data-am install-dvi install-dvi-am \
1198
+	install-exec install-exec-am install-html install-html-am \
1199
+	install-info install-info-am install-man install-pdf \
1200
+	install-pdf-am install-ps install-ps-am install-strip \
1201
+	installcheck installcheck-am installdirs maintainer-clean \
1202
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
1203
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1204
+	recheck tags tags-am uninstall uninstall-am
1206 1205
 
1207 1206
 
1208 1207
 check_unit_vg.sh: $(FILES)