Browse code

autoreconf

Kevin Lin authored on 2015/12/17 04:57:13
Showing 23 changed files
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -35,6 +34,51 @@
35 35
 
36 36
 
37 37
 VPATH = @srcdir@
38
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39
+am__make_running_with_option = \
40
+  case $${target_option-} in \
41
+      ?) ;; \
42
+      *) echo "am__make_running_with_option: internal error: invalid" \
43
+              "target option '$${target_option-}' specified" >&2; \
44
+         exit 1;; \
45
+  esac; \
46
+  has_opt=no; \
47
+  sane_makeflags=$$MAKEFLAGS; \
48
+  if $(am__is_gnu_make); then \
49
+    sane_makeflags=$$MFLAGS; \
50
+  else \
51
+    case $$MAKEFLAGS in \
52
+      *\\[\ \	]*) \
53
+        bs=\\; \
54
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56
+    esac; \
57
+  fi; \
58
+  skip_next=no; \
59
+  strip_trailopt () \
60
+  { \
61
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62
+  }; \
63
+  for flg in $$sane_makeflags; do \
64
+    test $$skip_next = yes && { skip_next=no; continue; }; \
65
+    case $$flg in \
66
+      *=*|--*) continue;; \
67
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
68
+      -*I?*) strip_trailopt 'I';; \
69
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
70
+      -*O?*) strip_trailopt 'O';; \
71
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
72
+      -*l?*) strip_trailopt 'l';; \
73
+      -[dEDm]) skip_next=yes;; \
74
+      -[JT]) skip_next=yes;; \
75
+    esac; \
76
+    case $$flg in \
77
+      *$$target_option*) has_opt=yes; break;; \
78
+    esac; \
79
+  done; \
80
+  test $$has_opt = yes
81
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38 83
 pkgdatadir = $(datadir)/@PACKAGE@
39 84
 pkgincludedir = $(includedir)/@PACKAGE@
40 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -56,10 +100,10 @@ host_triplet = @host@
56 56
 target_triplet = @target@
57 57
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit
58 58
 subdir = .
59
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
60
-	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
61
-	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
62
-	$(srcdir)/platform.h.in $(top_srcdir)/configure \
59
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60
+	$(top_srcdir)/configure $(am__configure_deps) \
61
+	$(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \
62
+	$(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \
63 63
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
64 64
 	$(top_srcdir)/docs/man/clamav-milter.conf.5.in \
65 65
 	$(top_srcdir)/docs/man/clambc.1.in \
... ...
@@ -67,16 +111,21 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
67 67
 	$(top_srcdir)/docs/man/clamd.8.in \
68 68
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
69 69
 	$(top_srcdir)/docs/man/clamdscan.1.in \
70
-	$(top_srcdir)/docs/man/clamdtop.1.in \
71 70
 	$(top_srcdir)/docs/man/clamscan.1.in \
72
-	$(top_srcdir)/docs/man/clamsubmit.1.in \
73 71
 	$(top_srcdir)/docs/man/freshclam.1.in \
74 72
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
75
-	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
76
-	INSTALL NEWS config/compile config/config.guess \
77
-	config/config.rpath config/config.sub config/depcomp \
78
-	config/install-sh config/ltmain.sh config/missing \
79
-	config/ylwrap
73
+	$(top_srcdir)/docs/man/sigtool.1.in \
74
+	$(top_srcdir)/docs/man/clamdtop.1.in \
75
+	$(top_srcdir)/docs/man/clamsubmit.1.in AUTHORS COPYING \
76
+	ChangeLog INSTALL NEWS README config/compile \
77
+	config/config.guess config/config.rpath config/config.sub \
78
+	config/depcomp config/install-sh config/missing config/ylwrap \
79
+	config/ltmain.sh $(top_srcdir)/config/compile \
80
+	$(top_srcdir)/config/config.guess \
81
+	$(top_srcdir)/config/config.rpath \
82
+	$(top_srcdir)/config/config.sub \
83
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
84
+	$(top_srcdir)/config/missing
80 85
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
81 86
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
82 87
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -188,29 +237,63 @@ am__uninstall_files_from_dir = { \
188 188
   }
189 189
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
190 190
 SCRIPTS = $(bin_SCRIPTS)
191
+AM_V_P = $(am__v_P_@AM_V@)
192
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
193
+am__v_P_0 = false
194
+am__v_P_1 = :
191 195
 AM_V_GEN = $(am__v_GEN_@AM_V@)
192 196
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
193
-am__v_GEN_0 = @echo "  GEN   " $@;
197
+am__v_GEN_0 = @echo "  GEN     " $@;
198
+am__v_GEN_1 = 
194 199
 AM_V_at = $(am__v_at_@AM_V@)
195 200
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
196 201
 am__v_at_0 = @
202
+am__v_at_1 = 
197 203
 SOURCES =
198 204
 DIST_SOURCES =
199
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
200
-	html-recursive info-recursive install-data-recursive \
201
-	install-dvi-recursive install-exec-recursive \
202
-	install-html-recursive install-info-recursive \
203
-	install-pdf-recursive install-ps-recursive install-recursive \
204
-	installcheck-recursive installdirs-recursive pdf-recursive \
205
-	ps-recursive uninstall-recursive
205
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
206
+	ctags-recursive dvi-recursive html-recursive info-recursive \
207
+	install-data-recursive install-dvi-recursive \
208
+	install-exec-recursive install-html-recursive \
209
+	install-info-recursive install-pdf-recursive \
210
+	install-ps-recursive install-recursive installcheck-recursive \
211
+	installdirs-recursive pdf-recursive ps-recursive \
212
+	tags-recursive uninstall-recursive
213
+am__can_run_installinfo = \
214
+  case $$AM_UPDATE_INFO_DIR in \
215
+    n|no|NO) false;; \
216
+    *) (install-info --version) >/dev/null 2>&1;; \
217
+  esac
206 218
 DATA = $(pkgconfig_DATA)
207 219
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
208 220
   distclean-recursive maintainer-clean-recursive
209
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
210
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
211
-	distdir dist dist-all distcheck
221
+am__recursive_targets = \
222
+  $(RECURSIVE_TARGETS) \
223
+  $(RECURSIVE_CLEAN_TARGETS) \
224
+  $(am__extra_recursive_targets)
225
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
226
+	cscope distdir dist dist-all distcheck
227
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
228
+	$(LISP)clamav-config.h.in
229
+# Read a list of newline-separated strings from the standard input,
230
+# and print each of them once, without duplicates.  Input order is
231
+# *not* preserved.
232
+am__uniquify_input = $(AWK) '\
233
+  BEGIN { nonempty = 0; } \
234
+  { items[$$0] = 1; nonempty = 1; } \
235
+  END { if (nonempty) { for (i in items) print i; }; } \
236
+'
237
+# Make sure the list of sources is unique.  This is necessary because,
238
+# e.g., the same source file might be shared among _SOURCES variables
239
+# for different programs/libraries.
240
+am__define_uniq_tagged_files = \
241
+  list='$(am__tagged_files)'; \
242
+  unique=`for i in $$list; do \
243
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
244
+  done | $(am__uniquify_input)`
212 245
 ETAGS = etags
213 246
 CTAGS = ctags
247
+CSCOPE = cscope
214 248
 DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \
215 249
 	sigtool clamconf database docs etc clamav-milter test clamdtop \
216 250
 	clambc unit_tests clamsubmit
... ...
@@ -223,6 +306,7 @@ am__remove_distdir = \
223 223
       && rm -rf "$(distdir)" \
224 224
       || { sleep 5 && rm -rf "$(distdir)"; }; \
225 225
   else :; fi
226
+am__post_remove_distdir = $(am__remove_distdir)
226 227
 am__relativize = \
227 228
   dir0=`pwd`; \
228 229
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
... ...
@@ -250,6 +334,7 @@ am__relativize = \
250 250
   reldir="$$dir2"
251 251
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
252 252
 GZIP_ENV = --best
253
+DIST_TARGETS = dist-bzip2 dist-gzip
253 254
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
254 255
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
255 256
 distcleancheck_listfiles = find . -type f -print
... ...
@@ -510,8 +595,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
510 510
 $(am__aclocal_m4_deps):
511 511
 
512 512
 clamav-config.h: stamp-h1
513
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
514
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
513
+	@test -f $@ || rm -f stamp-h1
514
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
515 515
 
516 516
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
517 517
 	@rm -f stamp-h1
... ...
@@ -557,8 +642,11 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam
557 557
 	cd $(top_builddir) && $(SHELL) ./config.status $@
558 558
 install-binSCRIPTS: $(bin_SCRIPTS)
559 559
 	@$(NORMAL_INSTALL)
560
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
561 560
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
561
+	if test -n "$$list"; then \
562
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
563
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
564
+	fi; \
562 565
 	for p in $$list; do \
563 566
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
564 567
 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
... ...
@@ -613,8 +701,11 @@ distclean-libtool:
613 613
 	-rm -f libtool config.lt
614 614
 install-pkgconfigDATA: $(pkgconfig_DATA)
615 615
 	@$(NORMAL_INSTALL)
616
-	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
617 616
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
617
+	if test -n "$$list"; then \
618
+	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
619
+	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
620
+	fi; \
618 621
 	for p in $$list; do \
619 622
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
620 623
 	  echo "$$d$$p"; \
... ...
@@ -631,22 +722,25 @@ uninstall-pkgconfigDATA:
631 631
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
632 632
 
633 633
 # This directory's subdirectories are mostly independent; you can cd
634
-# into them and run `make' without going through this Makefile.
635
-# To change the values of `make' variables: instead of editing Makefiles,
636
-# (1) if the variable is set in `config.status', edit `config.status'
637
-#     (which will cause the Makefiles to be regenerated when you run `make');
638
-# (2) otherwise, pass the desired values on the `make' command line.
639
-$(RECURSIVE_TARGETS):
640
-	@fail= failcom='exit 1'; \
641
-	for f in x $$MAKEFLAGS; do \
642
-	  case $$f in \
643
-	    *=* | --[!k]*);; \
644
-	    *k*) failcom='fail=yes';; \
645
-	  esac; \
646
-	done; \
634
+# into them and run 'make' without going through this Makefile.
635
+# To change the values of 'make' variables: instead of editing Makefiles,
636
+# (1) if the variable is set in 'config.status', edit 'config.status'
637
+#     (which will cause the Makefiles to be regenerated when you run 'make');
638
+# (2) otherwise, pass the desired values on the 'make' command line.
639
+$(am__recursive_targets):
640
+	@fail=; \
641
+	if $(am__make_keepgoing); then \
642
+	  failcom='fail=yes'; \
643
+	else \
644
+	  failcom='exit 1'; \
645
+	fi; \
647 646
 	dot_seen=no; \
648 647
 	target=`echo $@ | sed s/-recursive//`; \
649
-	list='$(SUBDIRS)'; for subdir in $$list; do \
648
+	case "$@" in \
649
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
650
+	  *) list='$(SUBDIRS)' ;; \
651
+	esac; \
652
+	for subdir in $$list; do \
650 653
 	  echo "Making $$target in $$subdir"; \
651 654
 	  if test "$$subdir" = "."; then \
652 655
 	    dot_seen=yes; \
... ...
@@ -661,57 +755,12 @@ $(RECURSIVE_TARGETS):
661 661
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
662 662
 	fi; test -z "$$fail"
663 663
 
664
-$(RECURSIVE_CLEAN_TARGETS):
665
-	@fail= failcom='exit 1'; \
666
-	for f in x $$MAKEFLAGS; do \
667
-	  case $$f in \
668
-	    *=* | --[!k]*);; \
669
-	    *k*) failcom='fail=yes';; \
670
-	  esac; \
671
-	done; \
672
-	dot_seen=no; \
673
-	case "$@" in \
674
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
675
-	  *) list='$(SUBDIRS)' ;; \
676
-	esac; \
677
-	rev=''; for subdir in $$list; do \
678
-	  if test "$$subdir" = "."; then :; else \
679
-	    rev="$$subdir $$rev"; \
680
-	  fi; \
681
-	done; \
682
-	rev="$$rev ."; \
683
-	target=`echo $@ | sed s/-recursive//`; \
684
-	for subdir in $$rev; do \
685
-	  echo "Making $$target in $$subdir"; \
686
-	  if test "$$subdir" = "."; then \
687
-	    local_target="$$target-am"; \
688
-	  else \
689
-	    local_target="$$target"; \
690
-	  fi; \
691
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
692
-	  || eval $$failcom; \
693
-	done && test -z "$$fail"
694
-tags-recursive:
695
-	list='$(SUBDIRS)'; for subdir in $$list; do \
696
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
697
-	done
698
-ctags-recursive:
699
-	list='$(SUBDIRS)'; for subdir in $$list; do \
700
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
701
-	done
664
+ID: $(am__tagged_files)
665
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
666
+tags: tags-recursive
667
+TAGS: tags
702 668
 
703
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
704
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
705
-	unique=`for i in $$list; do \
706
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
707
-	  done | \
708
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
709
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
710
-	mkid -fID $$unique
711
-tags: TAGS
712
-
713
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
714
-		$(TAGS_FILES) $(LISP)
669
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
715 670
 	set x; \
716 671
 	here=`pwd`; \
717 672
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -727,12 +776,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
727 727
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
728 728
 	  fi; \
729 729
 	done; \
730
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
731
-	unique=`for i in $$list; do \
732
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
733
-	  done | \
734
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
735
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
730
+	$(am__define_uniq_tagged_files); \
736 731
 	shift; \
737 732
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
738 733
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -744,15 +788,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
744 744
 	      $$unique; \
745 745
 	  fi; \
746 746
 	fi
747
-ctags: CTAGS
748
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
749
-		$(TAGS_FILES) $(LISP)
750
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
751
-	unique=`for i in $$list; do \
752
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
753
-	  done | \
754
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
755
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
747
+ctags: ctags-recursive
748
+
749
+CTAGS: ctags
750
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
751
+	$(am__define_uniq_tagged_files); \
756 752
 	test -z "$(CTAGS_ARGS)$$unique" \
757 753
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
758 754
 	     $$unique
... ...
@@ -761,9 +801,31 @@ GTAGS:
761 761
 	here=`$(am__cd) $(top_builddir) && pwd` \
762 762
 	  && $(am__cd) $(top_srcdir) \
763 763
 	  && gtags -i $(GTAGS_ARGS) "$$here"
764
+cscope: cscope.files
765
+	test ! -s cscope.files \
766
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
767
+clean-cscope:
768
+	-rm -f cscope.files
769
+cscope.files: clean-cscope cscopelist
770
+cscopelist: cscopelist-recursive
771
+
772
+cscopelist-am: $(am__tagged_files)
773
+	list='$(am__tagged_files)'; \
774
+	case "$(srcdir)" in \
775
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
776
+	  *) sdir=$(subdir)/$(srcdir) ;; \
777
+	esac; \
778
+	for i in $$list; do \
779
+	  if test -f "$$i"; then \
780
+	    echo "$(subdir)/$$i"; \
781
+	  else \
782
+	    echo "$$sdir/$$i"; \
783
+	  fi; \
784
+	done >> $(top_builddir)/cscope.files
764 785
 
765 786
 distclean-tags:
766 787
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
788
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
767 789
 
768 790
 distdir: $(DISTFILES)
769 791
 	$(am__remove_distdir)
... ...
@@ -799,13 +861,10 @@ distdir: $(DISTFILES)
799 799
 	done
800 800
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
801 801
 	  if test "$$subdir" = .; then :; else \
802
-	    test -d "$(distdir)/$$subdir" \
803
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
804
-	    || exit 1; \
805
-	  fi; \
806
-	done
807
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
808
-	  if test "$$subdir" = .; then :; else \
802
+	    $(am__make_dryrun) \
803
+	      || test -d "$(distdir)/$$subdir" \
804
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
805
+	      || exit 1; \
809 806
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
810 807
 	    $(am__relativize); \
811 808
 	    new_distdir=$$reldir; \
... ...
@@ -837,40 +896,41 @@ distdir: $(DISTFILES)
837 837
 	|| chmod -R a+r "$(distdir)"
838 838
 dist-gzip: distdir
839 839
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
840
-	$(am__remove_distdir)
840
+	$(am__post_remove_distdir)
841 841
 dist-bzip2: distdir
842 842
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
843
-	$(am__remove_distdir)
843
+	$(am__post_remove_distdir)
844 844
 
845 845
 dist-lzip: distdir
846 846
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
847
-	$(am__remove_distdir)
848
-
849
-dist-lzma: distdir
850
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
851
-	$(am__remove_distdir)
847
+	$(am__post_remove_distdir)
852 848
 
853 849
 dist-xz: distdir
854 850
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
855
-	$(am__remove_distdir)
851
+	$(am__post_remove_distdir)
856 852
 
857 853
 dist-tarZ: distdir
854
+	@echo WARNING: "Support for shar distribution archives is" \
855
+	               "deprecated." >&2
856
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
858 857
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
859
-	$(am__remove_distdir)
858
+	$(am__post_remove_distdir)
860 859
 
861 860
 dist-shar: distdir
861
+	@echo WARNING: "Support for distribution archives compressed with" \
862
+		       "legacy program 'compress' is deprecated." >&2
863
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
862 864
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
863
-	$(am__remove_distdir)
865
+	$(am__post_remove_distdir)
864 866
 
865 867
 dist-zip: distdir
866 868
 	-rm -f $(distdir).zip
867 869
 	zip -rq $(distdir).zip $(distdir)
868
-	$(am__remove_distdir)
870
+	$(am__post_remove_distdir)
869 871
 
870
-dist dist-all: distdir
871
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
872
-	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
873
-	$(am__remove_distdir)
872
+dist dist-all:
873
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
874
+	$(am__post_remove_distdir)
874 875
 
875 876
 # This target untars the dist file and tries a VPATH configuration.  Then
876 877
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -881,8 +941,6 @@ distcheck: dist
881 881
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
882 882
 	*.tar.bz2*) \
883 883
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
884
-	*.tar.lzma*) \
885
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
886 884
 	*.tar.lz*) \
887 885
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
888 886
 	*.tar.xz*) \
... ...
@@ -894,18 +952,19 @@ distcheck: dist
894 894
 	*.zip*) \
895 895
 	  unzip $(distdir).zip ;;\
896 896
 	esac
897
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
898
-	mkdir $(distdir)/_build
899
-	mkdir $(distdir)/_inst
897
+	chmod -R a-w $(distdir)
898
+	chmod u+w $(distdir)
899
+	mkdir $(distdir)/_build $(distdir)/_inst
900 900
 	chmod a-w $(distdir)
901 901
 	test -d $(distdir)/_build || exit 0; \
902 902
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
903 903
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
904 904
 	  && am__cwd=`pwd` \
905 905
 	  && $(am__cd) $(distdir)/_build \
906
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
906
+	  && ../configure \
907 907
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
908 908
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
909
+	    --srcdir=.. --prefix="$$dc_install_base" \
909 910
 	  && $(MAKE) $(AM_MAKEFLAGS) \
910 911
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
911 912
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -928,7 +987,7 @@ distcheck: dist
928 928
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
929 929
 	  && cd "$$am__cwd" \
930 930
 	  || exit 1
931
-	$(am__remove_distdir)
931
+	$(am__post_remove_distdir)
932 932
 	@(echo "$(distdir) archives ready for distribution: "; \
933 933
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
934 934
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1067,26 +1126,25 @@ ps-am:
1067 1067
 
1068 1068
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1069 1069
 
1070
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1071
-	ctags-recursive install-am install-strip tags-recursive
1072
-
1073
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1074
-	all all-am am--refresh check check-am clean clean-generic \
1075
-	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1076
-	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1077
-	dist-xz dist-zip distcheck distclean distclean-generic \
1078
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1079
-	distdir distuninstallcheck dvi dvi-am html html-am info \
1080
-	info-am install install-am install-binSCRIPTS install-data \
1081
-	install-data-am install-dvi install-dvi-am install-exec \
1082
-	install-exec-am install-html install-html-am install-info \
1083
-	install-info-am install-man install-pdf install-pdf-am \
1084
-	install-pkgconfigDATA install-ps install-ps-am install-strip \
1085
-	installcheck installcheck-am installcheck-binSCRIPTS \
1086
-	installdirs installdirs-am maintainer-clean \
1087
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
1088
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1089
-	uninstall uninstall-am uninstall-binSCRIPTS \
1070
+.MAKE: $(am__recursive_targets) all install-am install-strip
1071
+
1072
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1073
+	am--refresh check check-am clean clean-cscope clean-generic \
1074
+	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1075
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1076
+	dist-tarZ dist-xz dist-zip distcheck distclean \
1077
+	distclean-generic distclean-hdr distclean-libtool \
1078
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1079
+	dvi-am html html-am info info-am install install-am \
1080
+	install-binSCRIPTS install-data install-data-am install-dvi \
1081
+	install-dvi-am install-exec install-exec-am install-html \
1082
+	install-html-am install-info install-info-am install-man \
1083
+	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1084
+	install-ps-am install-strip installcheck installcheck-am \
1085
+	installcheck-binSCRIPTS installdirs installdirs-am \
1086
+	maintainer-clean maintainer-clean-generic mostlyclean \
1087
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1088
+	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1090 1089
 	uninstall-pkgconfigDATA
1091 1090
 
1092 1091
 lcov:
... ...
@@ -1,8 +1,7 @@
1
-# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
1
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
+
3
+# Copyright (C) 1996-2013 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,13 +11,14 @@
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
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18
-[m4_warning([this file was generated for autoconf 2.68.
18
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
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 24
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
24 25
 # serial 1 (pkg-config-0.24)
... ...
@@ -180,25 +180,22 @@ else
180 180
 fi[]dnl
181 181
 ])# PKG_CHECK_MODULES
182 182
 
183
-# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
184
-# Foundation, Inc.
183
+# Copyright (C) 2002-2013 Free Software Foundation, Inc.
185 184
 #
186 185
 # This file is free software; the Free Software Foundation
187 186
 # gives unlimited permission to copy and/or distribute it,
188 187
 # with or without modifications, as long as this notice is preserved.
189 188
 
190
-# serial 1
191
-
192 189
 # AM_AUTOMAKE_VERSION(VERSION)
193 190
 # ----------------------------
194 191
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
195 192
 # generated from the m4 files accompanying Automake X.Y.
196 193
 # (This private macro should not be called outside this file.)
197 194
 AC_DEFUN([AM_AUTOMAKE_VERSION],
198
-[am__api_version='1.11'
195
+[am__api_version='1.14'
199 196
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
200 197
 dnl require some minimum version.  Point them to the right macro.
201
-m4_if([$1], [1.11.3], [],
198
+m4_if([$1], [1.14.1], [],
202 199
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
203 200
 ])
204 201
 
... ...
@@ -214,24 +211,22 @@ m4_define([_AM_AUTOCONF_VERSION], [])
214 214
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
215 215
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
216 216
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
217
-[AM_AUTOMAKE_VERSION([1.11.3])dnl
217
+[AM_AUTOMAKE_VERSION([1.14.1])dnl
218 218
 m4_ifndef([AC_AUTOCONF_VERSION],
219 219
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
220 220
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
221 221
 
222 222
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
223 223
 
224
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
224
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
225 225
 #
226 226
 # This file is free software; the Free Software Foundation
227 227
 # gives unlimited permission to copy and/or distribute it,
228 228
 # with or without modifications, as long as this notice is preserved.
229 229
 
230
-# serial 1
231
-
232 230
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
233
-# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
234
-# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
231
+# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
232
+# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
235 233
 #
236 234
 # Of course, Automake must honor this variable whenever it calls a
237 235
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -250,7 +245,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
250 250
 #
251 251
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
252 252
 # are both prefixed by $srcdir.  In an in-source build this is usually
253
-# harmless because $srcdir is `.', but things will broke when you
253
+# harmless because $srcdir is '.', but things will broke when you
254 254
 # start a VPATH build or use an absolute $srcdir.
255 255
 #
256 256
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -276,22 +271,19 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
276 276
 
277 277
 # AM_CONDITIONAL                                            -*- Autoconf -*-
278 278
 
279
-# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
280
-# Free Software Foundation, Inc.
279
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
281 280
 #
282 281
 # This file is free software; the Free Software Foundation
283 282
 # gives unlimited permission to copy and/or distribute it,
284 283
 # with or without modifications, as long as this notice is preserved.
285 284
 
286
-# serial 9
287
-
288 285
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
289 286
 # -------------------------------------
290 287
 # Define a conditional.
291 288
 AC_DEFUN([AM_CONDITIONAL],
292
-[AC_PREREQ(2.52)dnl
293
- ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
294
-	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
289
+[AC_PREREQ([2.52])dnl
290
+ m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
291
+       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
295 292
 AC_SUBST([$1_TRUE])dnl
296 293
 AC_SUBST([$1_FALSE])dnl
297 294
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -310,16 +302,14 @@ AC_CONFIG_COMMANDS_PRE(
310 310
 Usually this means the macro was only invoked conditionally.]])
311 311
 fi])])
312 312
 
313
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
314
-# 2010, 2011 Free Software Foundation, Inc.
313
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
315 314
 #
316 315
 # This file is free software; the Free Software Foundation
317 316
 # gives unlimited permission to copy and/or distribute it,
318 317
 # with or without modifications, as long as this notice is preserved.
319 318
 
320
-# serial 12
321 319
 
322
-# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
320
+# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
323 321
 # written in clear, in which case automake, when reading aclocal.m4,
324 322
 # will think it sees a *use*, and therefore will trigger all it's
325 323
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -329,7 +319,7 @@ fi])])
329 329
 # _AM_DEPENDENCIES(NAME)
330 330
 # ----------------------
331 331
 # See how the compiler implements dependency checking.
332
-# NAME is "CC", "CXX", "GCJ", or "OBJC".
332
+# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
333 333
 # We try a few techniques and use that to set a single cache variable.
334 334
 #
335 335
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -342,12 +332,13 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
342 342
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
343 343
 AC_REQUIRE([AM_DEP_TRACK])dnl
344 344
 
345
-ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
346
-       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
347
-       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
348
-       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
349
-       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
350
-                   [depcc="$$1"   am_compiler_list=])
345
+m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
346
+      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
347
+      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
348
+      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
349
+      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
350
+      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
351
+                    [depcc="$$1"   am_compiler_list=])
351 352
 
352 353
 AC_CACHE_CHECK([dependency style of $depcc],
353 354
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -355,8 +346,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
355 355
   # We make a subdir and do the tests there.  Otherwise we can end up
356 356
   # making bogus files that we don't know about and never remove.  For
357 357
   # instance it was reported that on HP-UX the gcc test will end up
358
-  # making a dummy file named `D' -- because `-MD' means `put the output
359
-  # in D'.
358
+  # making a dummy file named 'D' -- because '-MD' means "put the output
359
+  # in D".
360 360
   rm -rf conftest.dir
361 361
   mkdir conftest.dir
362 362
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -396,16 +387,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
396 396
     : > sub/conftest.c
397 397
     for i in 1 2 3 4 5 6; do
398 398
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
399
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
400
-      # Solaris 8's {/usr,}/bin/sh.
401
-      touch sub/conftst$i.h
399
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
400
+      # Solaris 10 /bin/sh.
401
+      echo '/* dummy */' > sub/conftst$i.h
402 402
     done
403 403
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
404 404
 
405
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
405
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
406 406
     # mode.  It turns out that the SunPro C++ compiler does not properly
407
-    # handle `-M -o', and we need to detect this.  Also, some Intel
408
-    # versions had trouble with output in subdirs
407
+    # handle '-M -o', and we need to detect this.  Also, some Intel
408
+    # versions had trouble with output in subdirs.
409 409
     am__obj=sub/conftest.${OBJEXT-o}
410 410
     am__minus_obj="-o $am__obj"
411 411
     case $depmode in
... ...
@@ -414,8 +405,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
414 414
       test "$am__universal" = false || continue
415 415
       ;;
416 416
     nosideeffect)
417
-      # after this tag, mechanisms are not by side-effect, so they'll
418
-      # only be used when explicitly requested
417
+      # After this tag, mechanisms are not by side-effect, so they'll
418
+      # only be used when explicitly requested.
419 419
       if test "x$enable_dependency_tracking" = xyes; then
420 420
 	continue
421 421
       else
... ...
@@ -423,7 +414,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
423 423
       fi
424 424
       ;;
425 425
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
426
-      # This compiler won't grok `-c -o', but also, the minuso test has
426
+      # This compiler won't grok '-c -o', but also, the minuso test has
427 427
       # not run yet.  These depmodes are late enough in the game, and
428 428
       # so weak that their functioning should not be impacted.
429 429
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -471,7 +462,7 @@ AM_CONDITIONAL([am__fastdep$1], [
471 471
 # AM_SET_DEPDIR
472 472
 # -------------
473 473
 # Choose a directory name for dependency files.
474
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES
474
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
475 475
 AC_DEFUN([AM_SET_DEPDIR],
476 476
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
477 477
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -481,9 +472,13 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
481 481
 # AM_DEP_TRACK
482 482
 # ------------
483 483
 AC_DEFUN([AM_DEP_TRACK],
484
-[AC_ARG_ENABLE(dependency-tracking,
485
-[  --disable-dependency-tracking  speeds up one-time build
486
-  --enable-dependency-tracking   do not reject slow dependency extractors])
484
+[AC_ARG_ENABLE([dependency-tracking], [dnl
485
+AS_HELP_STRING(
486
+  [--enable-dependency-tracking],
487
+  [do not reject slow dependency extractors])
488
+AS_HELP_STRING(
489
+  [--disable-dependency-tracking],
490
+  [speeds up one-time build])])
487 491
 if test "x$enable_dependency_tracking" != xno; then
488 492
   am_depcomp="$ac_aux_dir/depcomp"
489 493
   AMDEPBACKSLASH='\'
... ...
@@ -498,20 +493,18 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
498 498
 
499 499
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
500 500
 
501
-# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
502
-# Free Software Foundation, Inc.
501
+# Copyright (C) 1999-2013 Free Software Foundation, Inc.
503 502
 #
504 503
 # This file is free software; the Free Software Foundation
505 504
 # gives unlimited permission to copy and/or distribute it,
506 505
 # with or without modifications, as long as this notice is preserved.
507 506
 
508
-#serial 5
509 507
 
510 508
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
511 509
 # ------------------------------
512 510
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
513 511
 [{
514
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
512
+  # Older Autoconf quotes --file arguments for eval, but not when files
515 513
   # are listed without --file.  Let's play safe and only enable the eval
516 514
   # if we detect the quoting.
517 515
   case $CONFIG_FILES in
... ...
@@ -524,7 +517,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
524 524
     # Strip MF so we end up with the name of the file.
525 525
     mf=`echo "$mf" | sed -e 's/:.*$//'`
526 526
     # Check whether this is an Automake generated Makefile or not.
527
-    # We used to match only the files named `Makefile.in', but
527
+    # We used to match only the files named 'Makefile.in', but
528 528
     # some people rename them; so instead we look at the file content.
529 529
     # Grep'ing the first line is not enough: some people post-process
530 530
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -536,21 +529,19 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
536 536
       continue
537 537
     fi
538 538
     # Extract the definition of DEPDIR, am__include, and am__quote
539
-    # from the Makefile without running `make'.
539
+    # from the Makefile without running 'make'.
540 540
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
541 541
     test -z "$DEPDIR" && continue
542 542
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
543
-    test -z "am__include" && continue
543
+    test -z "$am__include" && continue
544 544
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
545
-    # When using ansi2knr, U may be empty or an underscore; expand it
546
-    U=`sed -n 's/^U = //p' < "$mf"`
547 545
     # Find all dependency output files, they are included files with
548 546
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
549 547
     # simplest approach to changing $(DEPDIR) to its actual value in the
550 548
     # expansion.
551 549
     for file in `sed -n "
552 550
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
553
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
551
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
554 552
       # Make sure the directory exists.
555 553
       test -f "$dirpart/$file" && continue
556 554
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -568,7 +559,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
568 568
 # This macro should only be invoked once -- use via AC_REQUIRE.
569 569
 #
570 570
 # This code is only required when automatic dependency tracking
571
-# is enabled.  FIXME.  This creates each `.P' file that we will
571
+# is enabled.  FIXME.  This creates each '.P' file that we will
572 572
 # need in order to bootstrap the dependency handling code.
573 573
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
574 574
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -578,18 +569,21 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
578 578
 
579 579
 # Do all the work for Automake.                             -*- Autoconf -*-
580 580
 
581
-# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
582
-# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
581
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
583 582
 #
584 583
 # This file is free software; the Free Software Foundation
585 584
 # gives unlimited permission to copy and/or distribute it,
586 585
 # with or without modifications, as long as this notice is preserved.
587 586
 
588
-# serial 16
589
-
590 587
 # This macro actually does too much.  Some checks are only needed if
591 588
 # your package does certain things.  But this isn't really a big deal.
592 589
 
590
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
591
+m4_define([AC_PROG_CC],
592
+m4_defn([AC_PROG_CC])
593
+[_AM_PROG_CC_C_O
594
+])
595
+
593 596
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
594 597
 # AM_INIT_AUTOMAKE([OPTIONS])
595 598
 # -----------------------------------------------
... ...
@@ -602,7 +596,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
602 602
 # arguments mandatory, and then we can depend on a new Autoconf
603 603
 # release and drop the old call support.
604 604
 AC_DEFUN([AM_INIT_AUTOMAKE],
605
-[AC_PREREQ([2.62])dnl
605
+[AC_PREREQ([2.65])dnl
606 606
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
607 607
 dnl the ones we care about.
608 608
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -631,31 +625,40 @@ AC_SUBST([CYGPATH_W])
631 631
 # Define the identity of the package.
632 632
 dnl Distinguish between old-style and new-style calls.
633 633
 m4_ifval([$2],
634
-[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
634
+[AC_DIAGNOSE([obsolete],
635
+             [$0: two- and three-arguments forms are deprecated.])
636
+m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
635 637
  AC_SUBST([PACKAGE], [$1])dnl
636 638
  AC_SUBST([VERSION], [$2])],
637 639
 [_AM_SET_OPTIONS([$1])dnl
638 640
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
639
-m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
641
+m4_if(
642
+  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
643
+  [ok:ok],,
640 644
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
641 645
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
642 646
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
643 647
 
644 648
 _AM_IF_OPTION([no-define],,
645
-[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
646
- AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
649
+[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
650
+ AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
647 651
 
648 652
 # Some tools Automake needs.
649 653
 AC_REQUIRE([AM_SANITY_CHECK])dnl
650 654
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
651
-AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
652
-AM_MISSING_PROG(AUTOCONF, autoconf)
653
-AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
654
-AM_MISSING_PROG(AUTOHEADER, autoheader)
655
-AM_MISSING_PROG(MAKEINFO, makeinfo)
655
+AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
656
+AM_MISSING_PROG([AUTOCONF], [autoconf])
657
+AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
658
+AM_MISSING_PROG([AUTOHEADER], [autoheader])
659
+AM_MISSING_PROG([MAKEINFO], [makeinfo])
656 660
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
657 661
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
658
-AC_REQUIRE([AM_PROG_MKDIR_P])dnl
662
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
663
+# For better backward compatibility.  To be removed once Automake 1.9.x
664
+# dies out for good.  For more background, see:
665
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
666
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
667
+AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
659 668
 # We need awk for the "check" target.  The system "awk" is bad on
660 669
 # some platforms.
661 670
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -666,34 +669,78 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
666 666
 			     [_AM_PROG_TAR([v7])])])
667 667
 _AM_IF_OPTION([no-dependencies],,
668 668
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
669
-		  [_AM_DEPENDENCIES(CC)],
670
-		  [define([AC_PROG_CC],
671
-			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
669
+		  [_AM_DEPENDENCIES([CC])],
670
+		  [m4_define([AC_PROG_CC],
671
+			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
672 672
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
673
-		  [_AM_DEPENDENCIES(CXX)],
674
-		  [define([AC_PROG_CXX],
675
-			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
673
+		  [_AM_DEPENDENCIES([CXX])],
674
+		  [m4_define([AC_PROG_CXX],
675
+			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
676 676
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
677
-		  [_AM_DEPENDENCIES(OBJC)],
678
-		  [define([AC_PROG_OBJC],
679
-			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
677
+		  [_AM_DEPENDENCIES([OBJC])],
678
+		  [m4_define([AC_PROG_OBJC],
679
+			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
680
+AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
681
+		  [_AM_DEPENDENCIES([OBJCXX])],
682
+		  [m4_define([AC_PROG_OBJCXX],
683
+			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
680 684
 ])
681
-_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
682
-dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
683
-dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
684
-dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
685
+AC_REQUIRE([AM_SILENT_RULES])dnl
686
+dnl The testsuite driver may need to know about EXEEXT, so add the
687
+dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
688
+dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
685 689
 AC_CONFIG_COMMANDS_PRE(dnl
686 690
 [m4_provide_if([_AM_COMPILER_EXEEXT],
687 691
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
688
-])
689 692
 
690
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
693
+# POSIX will say in a future version that running "rm -f" with no argument
694
+# is OK; and we want to be able to make that assumption in our Makefile
695
+# recipes.  So use an aggressive probe to check that the usage we want is
696
+# actually supported "in the wild" to an acceptable degree.
697
+# See automake bug#10828.
698
+# To make any issue more visible, cause the running configure to be aborted
699
+# by default if the 'rm' program in use doesn't match our expectations; the
700
+# user can still override this though.
701
+if rm -f && rm -fr && rm -rf; then : OK; else
702
+  cat >&2 <<'END'
703
+Oops!
704
+
705
+Your 'rm' program seems unable to run without file operands specified
706
+on the command line, even when the '-f' option is present.  This is contrary
707
+to the behaviour of most rm programs out there, and not conforming with
708
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
709
+
710
+Please tell bug-automake@gnu.org about your system, including the value
711
+of your $PATH and any error possibly output before this message.  This
712
+can help us improve future automake versions.
713
+
714
+END
715
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
716
+    echo 'Configuration will proceed anyway, since you have set the' >&2
717
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
718
+    echo >&2
719
+  else
720
+    cat >&2 <<'END'
721
+Aborting the configuration process, to ensure you take notice of the issue.
722
+
723
+You can download and install GNU coreutils to get an 'rm' implementation
724
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
725
+
726
+If you want to complete the configuration process using your problematic
727
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
728
+to "yes", and re-run configure.
729
+
730
+END
731
+    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
732
+  fi
733
+fi])
734
+
735
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
691 736
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
692 737
 dnl mangled by Autoconf and run in a shell conditional statement.
693 738
 m4_define([_AC_COMPILER_EXEEXT],
694 739
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
695 740
 
696
-
697 741
 # When config.status generates a header, we must update the stamp-h file.
698 742
 # This file resides in the same directory as the config header
699 743
 # that is generated.  The stamp files are numbered to have different names.
... ...
@@ -715,15 +762,12 @@ for _am_header in $config_headers :; do
715 715
 done
716 716
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
717 717
 
718
-# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
719
-# Inc.
718
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
720 719
 #
721 720
 # This file is free software; the Free Software Foundation
722 721
 # gives unlimited permission to copy and/or distribute it,
723 722
 # with or without modifications, as long as this notice is preserved.
724 723
 
725
-# serial 1
726
-
727 724
 # AM_PROG_INSTALL_SH
728 725
 # ------------------
729 726
 # Define $install_sh.
... ...
@@ -737,16 +781,14 @@ if test x"${install_sh}" != xset; then
737 737
     install_sh="\${SHELL} $am_aux_dir/install-sh"
738 738
   esac
739 739
 fi
740
-AC_SUBST(install_sh)])
740
+AC_SUBST([install_sh])])
741 741
 
742
-# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
742
+# Copyright (C) 2003-2013 Free Software Foundation, Inc.
743 743
 #
744 744
 # This file is free software; the Free Software Foundation
745 745
 # gives unlimited permission to copy and/or distribute it,
746 746
 # with or without modifications, as long as this notice is preserved.
747 747
 
748
-# serial 2
749
-
750 748
 # Check whether the underlying file-system supports filenames
751 749
 # with a leading dot.  For instance MS-DOS doesn't.
752 750
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -760,21 +802,18 @@ fi
760 760
 rmdir .tst 2>/dev/null
761 761
 AC_SUBST([am__leading_dot])])
762 762
 
763
-# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
764
-# Free Software Foundation, Inc.
763
+# Copyright (C) 1998-2013 Free Software Foundation, Inc.
765 764
 #
766 765
 # This file is free software; the Free Software Foundation
767 766
 # gives unlimited permission to copy and/or distribute it,
768 767
 # with or without modifications, as long as this notice is preserved.
769 768
 
770
-# serial 5
771
-
772 769
 # AM_PROG_LEX
773 770
 # -----------
774 771
 # Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
775 772
 # "missing" invocation, for better error output.
776 773
 AC_DEFUN([AM_PROG_LEX],
777
-[AC_PREREQ(2.50)dnl
774
+[AC_PREREQ([2.50])dnl
778 775
 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
779 776
 AC_REQUIRE([AC_PROG_LEX])dnl
780 777
 if test "$LEX" = :; then
... ...
@@ -783,14 +822,12 @@ fi])
783 783
 
784 784
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
785 785
 
786
-# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
786
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
787 787
 #
788 788
 # This file is free software; the Free Software Foundation
789 789
 # gives unlimited permission to copy and/or distribute it,
790 790
 # with or without modifications, as long as this notice is preserved.
791 791
 
792
-# serial 4
793
-
794 792
 # AM_MAKE_INCLUDE()
795 793
 # -----------------
796 794
 # Check to see how make treats includes.
... ...
@@ -808,7 +845,7 @@ am__quote=
808 808
 _am_result=none
809 809
 # First try GNU make style include.
810 810
 echo "include confinc" > confmf
811
-# Ignore all kinds of additional output from `make'.
811
+# Ignore all kinds of additional output from 'make'.
812 812
 case `$am_make -s -f confmf 2> /dev/null` in #(
813 813
 *the\ am__doit\ target*)
814 814
   am__include=include
... ...
@@ -835,15 +872,12 @@ rm -f confinc confmf
835 835
 
836 836
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
837 837
 
838
-# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
839
-# Free Software Foundation, Inc.
838
+# Copyright (C) 1997-2013 Free Software Foundation, Inc.
840 839
 #
841 840
 # This file is free software; the Free Software Foundation
842 841
 # gives unlimited permission to copy and/or distribute it,
843 842
 # with or without modifications, as long as this notice is preserved.
844 843
 
845
-# serial 6
846
-
847 844
 # AM_MISSING_PROG(NAME, PROGRAM)
848 845
 # ------------------------------
849 846
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -851,11 +885,10 @@ AC_DEFUN([AM_MISSING_PROG],
851 851
 $1=${$1-"${am_missing_run}$2"}
852 852
 AC_SUBST($1)])
853 853
 
854
-
855 854
 # AM_MISSING_HAS_RUN
856 855
 # ------------------
857
-# Define MISSING if not defined so far and test if it supports --run.
858
-# If it does, set am_missing_run to use it, otherwise, to nothing.
856
+# Define MISSING if not defined so far and test if it is modern enough.
857
+# If it is, set am_missing_run to use it, otherwise, to nothing.
859 858
 AC_DEFUN([AM_MISSING_HAS_RUN],
860 859
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
861 860
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -868,54 +901,22 @@ if test x"${MISSING+set}" != xset; then
868 868
   esac
869 869
 fi
870 870
 # Use eval to expand $SHELL
871
-if eval "$MISSING --run true"; then
872
-  am_missing_run="$MISSING --run "
871
+if eval "$MISSING --is-lightweight"; then
872
+  am_missing_run="$MISSING "
873 873
 else
874 874
   am_missing_run=
875
-  AC_MSG_WARN([`missing' script is too old or missing])
875
+  AC_MSG_WARN(['missing' script is too old or missing])
876 876
 fi
877 877
 ])
878 878
 
879
-# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
880
-# Inc.
881
-#
882
-# This file is free software; the Free Software Foundation
883
-# gives unlimited permission to copy and/or distribute it,
884
-# with or without modifications, as long as this notice is preserved.
885
-
886
-# serial 1
887
-
888
-# AM_PROG_MKDIR_P
889
-# ---------------
890
-# Check for `mkdir -p'.
891
-AC_DEFUN([AM_PROG_MKDIR_P],
892
-[AC_PREREQ([2.60])dnl
893
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
894
-dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
895
-dnl while keeping a definition of mkdir_p for backward compatibility.
896
-dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
897
-dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
898
-dnl Makefile.ins that do not define MKDIR_P, so we do our own
899
-dnl adjustment using top_builddir (which is defined more often than
900
-dnl MKDIR_P).
901
-AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
902
-case $mkdir_p in
903
-  [[\\/$]]* | ?:[[\\/]]*) ;;
904
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
905
-esac
906
-])
907
-
908 879
 # Helper functions for option handling.                     -*- Autoconf -*-
909 880
 
910
-# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
911
-# Foundation, Inc.
881
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
912 882
 #
913 883
 # This file is free software; the Free Software Foundation
914 884
 # gives unlimited permission to copy and/or distribute it,
915 885
 # with or without modifications, as long as this notice is preserved.
916 886
 
917
-# serial 5
918
-
919 887
 # _AM_MANGLE_OPTION(NAME)
920 888
 # -----------------------
921 889
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -925,7 +926,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
925 925
 # --------------------
926 926
 # Set option NAME.  Presently that only means defining a flag for this option.
927 927
 AC_DEFUN([_AM_SET_OPTION],
928
-[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
928
+[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
929 929
 
930 930
 # _AM_SET_OPTIONS(OPTIONS)
931 931
 # ------------------------
... ...
@@ -939,13 +940,58 @@ AC_DEFUN([_AM_SET_OPTIONS],
939 939
 AC_DEFUN([_AM_IF_OPTION],
940 940
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
941 941
 
942
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
942
+# Copyright (C) 1999-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
948
+# _AM_PROG_CC_C_O
949
+# ---------------
950
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
951
+# to automatically call this.
952
+AC_DEFUN([_AM_PROG_CC_C_O],
953
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
954
+AC_REQUIRE_AUX_FILE([compile])dnl
955
+AC_LANG_PUSH([C])dnl
956
+AC_CACHE_CHECK(
957
+  [whether $CC understands -c and -o together],
958
+  [am_cv_prog_cc_c_o],
959
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
960
+  # Make sure it works both with $CC and with simple cc.
961
+  # Following AC_PROG_CC_C_O, we do the test twice because some
962
+  # compilers refuse to overwrite an existing .o file with -o,
963
+  # though they will create one.
964
+  am_cv_prog_cc_c_o=yes
965
+  for am_i in 1 2; do
966
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
967
+         && test -f conftest2.$ac_objext; then
968
+      : OK
969
+    else
970
+      am_cv_prog_cc_c_o=no
971
+      break
972
+    fi
973
+  done
974
+  rm -f core conftest*
975
+  unset am_i])
976
+if test "$am_cv_prog_cc_c_o" != yes; then
977
+   # Losing compiler, so override with the script.
978
+   # FIXME: It is wrong to rewrite CC.
979
+   # But if we don't then we get into trouble of one sort or another.
980
+   # A longer-term fix would be to have automake use am__CC in this case,
981
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
982
+   CC="$am_aux_dir/compile $CC"
983
+fi
984
+AC_LANG_POP([C])])
985
+
986
+# For backward compatibility.
987
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
988
+
989
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
990
+#
991
+# This file is free software; the Free Software Foundation
992
+# gives unlimited permission to copy and/or distribute it,
993
+# with or without modifications, as long as this notice is preserved.
949 994
 
950 995
 # AM_RUN_LOG(COMMAND)
951 996
 # -------------------
... ...
@@ -960,22 +1006,16 @@ AC_DEFUN([AM_RUN_LOG],
960 960
 
961 961
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
962 962
 
963
-# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
964
-# Free Software Foundation, Inc.
963
+# Copyright (C) 1996-2013 Free Software Foundation, Inc.
965 964
 #
966 965
 # This file is free software; the Free Software Foundation
967 966
 # gives unlimited permission to copy and/or distribute it,
968 967
 # with or without modifications, as long as this notice is preserved.
969 968
 
970
-# serial 5
971
-
972 969
 # AM_SANITY_CHECK
973 970
 # ---------------
974 971
 AC_DEFUN([AM_SANITY_CHECK],
975 972
 [AC_MSG_CHECKING([whether build environment is sane])
976
-# Just in case
977
-sleep 1
978
-echo timestamp > conftest.file
979 973
 # Reject unsafe characters in $srcdir or the absolute working directory
980 974
 # name.  Accept space and tab only in the latter.
981 975
 am_lf='
... ...
@@ -986,32 +1026,40 @@ case `pwd` in
986 986
 esac
987 987
 case $srcdir in
988 988
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
989
-    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
989
+    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
990 990
 esac
991 991
 
992
-# Do `set' in a subshell so we don't clobber the current shell's
992
+# Do 'set' in a subshell so we don't clobber the current shell's
993 993
 # arguments.  Must try -L first in case configure is actually a
994 994
 # symlink; some systems play weird games with the mod time of symlinks
995 995
 # (eg FreeBSD returns the mod time of the symlink's containing
996 996
 # directory).
997 997
 if (
998
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
999
-   if test "$[*]" = "X"; then
1000
-      # -L didn't work.
1001
-      set X `ls -t "$srcdir/configure" conftest.file`
1002
-   fi
1003
-   rm -f conftest.file
1004
-   if test "$[*]" != "X $srcdir/configure conftest.file" \
1005
-      && test "$[*]" != "X conftest.file $srcdir/configure"; then
1006
-
1007
-      # If neither matched, then we have a broken ls.  This can happen
1008
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
1009
-      # broken ls alias from the environment.  This has actually
1010
-      # happened.  Such a system could not be considered "sane".
1011
-      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1012
-alias in your environment])
1013
-   fi
1014
-
998
+   am_has_slept=no
999
+   for am_try in 1 2; do
1000
+     echo "timestamp, slept: $am_has_slept" > conftest.file
1001
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1002
+     if test "$[*]" = "X"; then
1003
+	# -L didn't work.
1004
+	set X `ls -t "$srcdir/configure" conftest.file`
1005
+     fi
1006
+     if test "$[*]" != "X $srcdir/configure conftest.file" \
1007
+	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
1008
+
1009
+	# If neither matched, then we have a broken ls.  This can happen
1010
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
1011
+	# broken ls alias from the environment.  This has actually
1012
+	# happened.  Such a system could not be considered "sane".
1013
+	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1014
+  alias in your environment])
1015
+     fi
1016
+     if test "$[2]" = conftest.file || test $am_try -eq 2; then
1017
+       break
1018
+     fi
1019
+     # Just in case.
1020
+     sleep 1
1021
+     am_has_slept=yes
1022
+   done
1015 1023
    test "$[2]" = conftest.file
1016 1024
    )
1017 1025
 then
... ...
@@ -1021,31 +1069,50 @@ else
1021 1021
    AC_MSG_ERROR([newly created file is older than distributed files!
1022 1022
 Check your system clock])
1023 1023
 fi
1024
-AC_MSG_RESULT(yes)])
1024
+AC_MSG_RESULT([yes])
1025
+# If we didn't sleep, we still need to ensure time stamps of config.status and
1026
+# generated files are strictly newer.
1027
+am_sleep_pid=
1028
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1029
+  ( sleep 1 ) &
1030
+  am_sleep_pid=$!
1031
+fi
1032
+AC_CONFIG_COMMANDS_PRE(
1033
+  [AC_MSG_CHECKING([that generated files are newer than configure])
1034
+   if test -n "$am_sleep_pid"; then
1035
+     # Hide warnings about reused PIDs.
1036
+     wait $am_sleep_pid 2>/dev/null
1037
+   fi
1038
+   AC_MSG_RESULT([done])])
1039
+rm -f conftest.file
1040
+])
1025 1041
 
1026
-# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
1042
+# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1027 1043
 #
1028 1044
 # This file is free software; the Free Software Foundation
1029 1045
 # gives unlimited permission to copy and/or distribute it,
1030 1046
 # with or without modifications, as long as this notice is preserved.
1031 1047
 
1032
-# serial 2
1033
-
1034 1048
 # AM_SILENT_RULES([DEFAULT])
1035 1049
 # --------------------------
1036 1050
 # Enable less verbose build rules; with the default set to DEFAULT
1037
-# (`yes' being less verbose, `no' or empty being verbose).
1051
+# ("yes" being less verbose, "no" or empty being verbose).
1038 1052
 AC_DEFUN([AM_SILENT_RULES],
1039
-[AC_ARG_ENABLE([silent-rules],
1040
-[  --enable-silent-rules          less verbose build output (undo: `make V=1')
1041
-  --disable-silent-rules         verbose build output (undo: `make V=0')])
1042
-case $enable_silent_rules in
1043
-yes) AM_DEFAULT_VERBOSITY=0;;
1044
-no)  AM_DEFAULT_VERBOSITY=1;;
1045
-*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1053
+[AC_ARG_ENABLE([silent-rules], [dnl
1054
+AS_HELP_STRING(
1055
+  [--enable-silent-rules],
1056
+  [less verbose build output (undo: "make V=1")])
1057
+AS_HELP_STRING(
1058
+  [--disable-silent-rules],
1059
+  [verbose build output (undo: "make V=0")])dnl
1060
+])
1061
+case $enable_silent_rules in @%:@ (((
1062
+  yes) AM_DEFAULT_VERBOSITY=0;;
1063
+   no) AM_DEFAULT_VERBOSITY=1;;
1064
+    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1046 1065
 esac
1047 1066
 dnl
1048
-dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1067
+dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1049 1068
 dnl do not support nested variable expansions.
1050 1069
 dnl See automake bug#9928 and bug#10237.
1051 1070
 am_make=${MAKE-make}
... ...
@@ -1063,7 +1130,7 @@ else
1063 1063
   am_cv_make_support_nested_variables=no
1064 1064
 fi])
1065 1065
 if test $am_cv_make_support_nested_variables = yes; then
1066
-  dnl Using `$V' instead of `$(V)' breaks IRIX make.
1066
+  dnl Using '$V' instead of '$(V)' breaks IRIX make.
1067 1067
   AM_V='$(V)'
1068 1068
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1069 1069
 else
... ...
@@ -1080,44 +1147,40 @@ AC_SUBST([AM_BACKSLASH])dnl
1080 1080
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1081 1081
 ])
1082 1082
 
1083
-# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1083
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1084 1084
 #
1085 1085
 # This file is free software; the Free Software Foundation
1086 1086
 # gives unlimited permission to copy and/or distribute it,
1087 1087
 # with or without modifications, as long as this notice is preserved.
1088 1088
 
1089
-# serial 1
1090
-
1091 1089
 # AM_PROG_INSTALL_STRIP
1092 1090
 # ---------------------
1093
-# One issue with vendor `install' (even GNU) is that you can't
1091
+# One issue with vendor 'install' (even GNU) is that you can't
1094 1092
 # specify the program used to strip binaries.  This is especially
1095 1093
 # annoying in cross-compiling environments, where the build's strip
1096 1094
 # is unlikely to handle the host's binaries.
1097 1095
 # Fortunately install-sh will honor a STRIPPROG variable, so we
1098
-# always use install-sh in `make install-strip', and initialize
1096
+# always use install-sh in "make install-strip", and initialize
1099 1097
 # STRIPPROG with the value of the STRIP variable (set by the user).
1100 1098
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1101 1099
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1102
-# Installed binaries are usually stripped using `strip' when the user
1103
-# run `make install-strip'.  However `strip' might not be the right
1100
+# Installed binaries are usually stripped using 'strip' when the user
1101
+# run "make install-strip".  However 'strip' might not be the right
1104 1102
 # tool to use in cross-compilation environments, therefore Automake
1105
-# will honor the `STRIP' environment variable to overrule this program.
1106
-dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1103
+# will honor the 'STRIP' environment variable to overrule this program.
1104
+dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1107 1105
 if test "$cross_compiling" != no; then
1108 1106
   AC_CHECK_TOOL([STRIP], [strip], :)
1109 1107
 fi
1110 1108
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1111 1109
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1112 1110
 
1113
-# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1111
+# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1114 1112
 #
1115 1113
 # This file is free software; the Free Software Foundation
1116 1114
 # gives unlimited permission to copy and/or distribute it,
1117 1115
 # with or without modifications, as long as this notice is preserved.
1118 1116
 
1119
-# serial 3
1120
-
1121 1117
 # _AM_SUBST_NOTMAKE(VARIABLE)
1122 1118
 # ---------------------------
1123 1119
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -1131,18 +1194,16 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1131 1131
 
1132 1132
 # Check how to create a tarball.                            -*- Autoconf -*-
1133 1133
 
1134
-# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1134
+# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1135 1135
 #
1136 1136
 # This file is free software; the Free Software Foundation
1137 1137
 # gives unlimited permission to copy and/or distribute it,
1138 1138
 # with or without modifications, as long as this notice is preserved.
1139 1139
 
1140
-# serial 2
1141
-
1142 1140
 # _AM_PROG_TAR(FORMAT)
1143 1141
 # --------------------
1144 1142
 # Check how to create a tarball in format FORMAT.
1145
-# FORMAT should be one of `v7', `ustar', or `pax'.
1143
+# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1146 1144
 #
1147 1145
 # Substitute a variable $(am__tar) that is a command
1148 1146
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -1152,76 +1213,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1152 1152
 # Substitute a variable $(am__untar) that extract such
1153 1153
 # a tarball read from stdin.
1154 1154
 #     $(am__untar) < result.tar
1155
+#
1155 1156
 AC_DEFUN([_AM_PROG_TAR],
1156 1157
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1157 1158
 # in the wild :-(  We should find a proper way to deprecate it ...
1158 1159
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1159
-m4_if([$1], [v7],
1160
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1161
-     [m4_case([$1], [ustar],, [pax],,
1162
-              [m4_fatal([Unknown tar format])])
1163
-AC_MSG_CHECKING([how to create a $1 tar archive])
1164
-# Loop over all known methods to create a tar archive until one works.
1160
+
1161
+# We'll loop over all known methods to create a tar archive until one works.
1165 1162
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1166
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1167
-# Do not fold the above two line into one, because Tru64 sh and
1168
-# Solaris sh will not grok spaces in the rhs of `-'.
1169
-for _am_tool in $_am_tools
1170
-do
1171
-  case $_am_tool in
1172
-  gnutar)
1173
-    for _am_tar in tar gnutar gtar;
1174
-    do
1175
-      AM_RUN_LOG([$_am_tar --version]) && break
1176
-    done
1177
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1178
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1179
-    am__untar="$_am_tar -xf -"
1180
-    ;;
1181
-  plaintar)
1182
-    # Must skip GNU tar: if it does not support --format= it doesn't create
1183
-    # ustar tarball either.
1184
-    (tar --version) >/dev/null 2>&1 && continue
1185
-    am__tar='tar chf - "$$tardir"'
1186
-    am__tar_='tar chf - "$tardir"'
1187
-    am__untar='tar xf -'
1188
-    ;;
1189
-  pax)
1190
-    am__tar='pax -L -x $1 -w "$$tardir"'
1191
-    am__tar_='pax -L -x $1 -w "$tardir"'
1192
-    am__untar='pax -r'
1193
-    ;;
1194
-  cpio)
1195
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1196
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1197
-    am__untar='cpio -i -H $1 -d'
1198
-    ;;
1199
-  none)
1200
-    am__tar=false
1201
-    am__tar_=false
1202
-    am__untar=false
1203
-    ;;
1204
-  esac
1205 1163
 
1206
-  # If the value was cached, stop now.  We just wanted to have am__tar
1207
-  # and am__untar set.
1208
-  test -n "${am_cv_prog_tar_$1}" && break
1164
+m4_if([$1], [v7],
1165
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1166
+
1167
+  [m4_case([$1],
1168
+    [ustar],
1169
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1170
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1171
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1172
+      # and bug#13588).
1173
+      am_max_uid=2097151 # 2^21 - 1
1174
+      am_max_gid=$am_max_uid
1175
+      # The $UID and $GID variables are not portable, so we need to resort
1176
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1177
+      # below are definitely unexpected, so allow the users to see them
1178
+      # (that is, avoid stderr redirection).
1179
+      am_uid=`id -u || echo unknown`
1180
+      am_gid=`id -g || echo unknown`
1181
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1182
+      if test $am_uid -le $am_max_uid; then
1183
+         AC_MSG_RESULT([yes])
1184
+      else
1185
+         AC_MSG_RESULT([no])
1186
+         _am_tools=none
1187
+      fi
1188
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1189
+      if test $am_gid -le $am_max_gid; then
1190
+         AC_MSG_RESULT([yes])
1191
+      else
1192
+        AC_MSG_RESULT([no])
1193
+        _am_tools=none
1194
+      fi],
1195
+
1196
+  [pax],
1197
+    [],
1198
+
1199
+  [m4_fatal([Unknown tar format])])
1200
+
1201
+  AC_MSG_CHECKING([how to create a $1 tar archive])
1202
+
1203
+  # Go ahead even if we have the value already cached.  We do so because we
1204
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
1205
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1206
+
1207
+  for _am_tool in $_am_tools; do
1208
+    case $_am_tool in
1209
+    gnutar)
1210
+      for _am_tar in tar gnutar gtar; do
1211
+        AM_RUN_LOG([$_am_tar --version]) && break
1212
+      done
1213
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1214
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1215
+      am__untar="$_am_tar -xf -"
1216
+      ;;
1217
+    plaintar)
1218
+      # Must skip GNU tar: if it does not support --format= it doesn't create
1219
+      # ustar tarball either.
1220
+      (tar --version) >/dev/null 2>&1 && continue
1221
+      am__tar='tar chf - "$$tardir"'
1222
+      am__tar_='tar chf - "$tardir"'
1223
+      am__untar='tar xf -'
1224
+      ;;
1225
+    pax)
1226
+      am__tar='pax -L -x $1 -w "$$tardir"'
1227
+      am__tar_='pax -L -x $1 -w "$tardir"'
1228
+      am__untar='pax -r'
1229
+      ;;
1230
+    cpio)
1231
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1232
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1233
+      am__untar='cpio -i -H $1 -d'
1234
+      ;;
1235
+    none)
1236
+      am__tar=false
1237
+      am__tar_=false
1238
+      am__untar=false
1239
+      ;;
1240
+    esac
1209 1241
 
1210
-  # tar/untar a dummy directory, and stop if the command works
1211
-  rm -rf conftest.dir
1212
-  mkdir conftest.dir
1213
-  echo GrepMe > conftest.dir/file
1214
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1242
+    # If the value was cached, stop now.  We just wanted to have am__tar
1243
+    # and am__untar set.
1244
+    test -n "${am_cv_prog_tar_$1}" && break
1245
+
1246
+    # tar/untar a dummy directory, and stop if the command works.
1247
+    rm -rf conftest.dir
1248
+    mkdir conftest.dir
1249
+    echo GrepMe > conftest.dir/file
1250
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1251
+    rm -rf conftest.dir
1252
+    if test -s conftest.tar; then
1253
+      AM_RUN_LOG([$am__untar <conftest.tar])
1254
+      AM_RUN_LOG([cat conftest.dir/file])
1255
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1256
+    fi
1257
+  done
1215 1258
   rm -rf conftest.dir
1216
-  if test -s conftest.tar; then
1217
-    AM_RUN_LOG([$am__untar <conftest.tar])
1218
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1219
-  fi
1220
-done
1221
-rm -rf conftest.dir
1222 1259
 
1223
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1224
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1260
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1261
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1262
+
1225 1263
 AC_SUBST([am__tar])
1226 1264
 AC_SUBST([am__untar])
1227 1265
 ]) # _AM_PROG_TAR
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -56,7 +100,8 @@ target_triplet = @target@
56 56
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =  \
57 57
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
58 58
 subdir = clamav-milter
59
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60
+	$(top_srcdir)/config/depcomp
60 61
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 62
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
62 63
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -156,6 +201,19 @@ clamav_milter_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,22 +226,23 @@ 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 = $(clamav_milter_SOURCES)
186 182
 DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST)
183
+am__can_run_installinfo = \
184
+  case $$AM_UPDATE_INFO_DIR in \
185
+    n|no|NO) false;; \
186
+    *) (install-info --version) >/dev/null 2>&1;; \
187
+  esac
187 188
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
188 189
 am__vpath_adj = case $$p in \
189 190
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -214,6 +273,23 @@ am__uninstall_files_from_dir = { \
214 214
 man8dir = $(mandir)/man8
215 215
 NROFF = nroff
216 216
 MANS = $(man_MANS)
217
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
218
+# Read a list of newline-separated strings from the standard input,
219
+# and print each of them once, without duplicates.  Input order is
220
+# *not* preserved.
221
+am__uniquify_input = $(AWK) '\
222
+  BEGIN { nonempty = 0; } \
223
+  { items[$$0] = 1; nonempty = 1; } \
224
+  END { if (nonempty) { for (i in items) print i; }; } \
225
+'
226
+# Make sure the list of sources is unique.  This is necessary because,
227
+# e.g., the same source file might be shared among _SOURCES variables
228
+# for different programs/libraries.
229
+am__define_uniq_tagged_files = \
230
+  list='$(am__tagged_files)'; \
231
+  unique=`for i in $$list; do \
232
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
233
+  done | $(am__uniquify_input)`
217 234
 ETAGS = etags
218 235
 CTAGS = ctags
219 236
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -480,14 +556,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
480 480
 $(am__aclocal_m4_deps):
481 481
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
482 482
 	@$(NORMAL_INSTALL)
483
-	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
484 483
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
484
+	if test -n "$$list"; then \
485
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
486
+	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
487
+	fi; \
485 488
 	for p in $$list; do echo "$$p $$p"; done | \
486 489
 	sed 's/$(EXEEXT)$$//' | \
487
-	while read p p1; do if test -f $$p || test -f $$p1; \
488
-	  then echo "$$p"; echo "$$p"; else :; fi; \
490
+	while read p p1; do if test -f $$p \
491
+	 || test -f $$p1 \
492
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
489 493
 	done | \
490
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
494
+	sed -e 'p;s,.*/,,;n;h' \
495
+	    -e 's|.*|.|' \
491 496
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
492 497
 	sed 'N;N;N;s,\n, ,g' | \
493 498
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -508,7 +589,8 @@ uninstall-sbinPROGRAMS:
508 508
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
509 509
 	files=`for p in $$list; do echo "$$p"; done | \
510 510
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
511
-	      -e 's/$$/$(EXEEXT)/' `; \
511
+	      -e 's/$$/$(EXEEXT)/' \
512
+	`; \
512 513
 	test -n "$$list" || exit 0; \
513 514
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
514 515
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -537,6 +619,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
537 537
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
538 538
 	  done; \
539 539
 	done; rm -f c$${pid}_.???; exit $$bad
540
+
540 541
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) 
541 542
 	@rm -f clamav-milter$(EXEEXT)
542 543
 	$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
... ...
@@ -562,14 +645,14 @@ distclean-compile:
562 562
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
563 563
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
564 564
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
565
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
565
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
566 566
 
567 567
 .c.obj:
568 568
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
569 569
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
570 570
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
571 571
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
572
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
572
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
573 573
 
574 574
 .c.lo:
575 575
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -641,11 +724,18 @@ clean-libtool:
641 641
 	-rm -rf .libs _libs
642 642
 install-man8: $(man_MANS)
643 643
 	@$(NORMAL_INSTALL)
644
-	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
645
-	@list=''; test -n "$(man8dir)" || exit 0; \
646
-	{ for i in $$list; do echo "$$i"; done; \
647
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
648
-	  sed -n '/\.8[a-z]*$$/p'; \
644
+	@list1=''; \
645
+	list2='$(man_MANS)'; \
646
+	test -n "$(man8dir)" \
647
+	  && test -n "`echo $$list1$$list2`" \
648
+	  || exit 0; \
649
+	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
650
+	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
651
+	{ for i in $$list1; do echo "$$i"; done;  \
652
+	if test -n "$$list2"; then \
653
+	  for i in $$list2; do echo "$$i"; done \
654
+	    | sed -n '/\.8[a-z]*$$/p'; \
655
+	fi; \
649 656
 	} | while read p; do \
650 657
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
651 658
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -676,26 +766,15 @@ uninstall-man8:
676 676
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
677 677
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
678 678
 
679
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; }; }'`; \
686
-	mkid -fID $$unique
687
-tags: TAGS
688
-
689
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
690
-		$(TAGS_FILES) $(LISP)
679
+ID: $(am__tagged_files)
680
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
681
+tags: tags-am
682
+TAGS: tags
683
+
684
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
691 685
 	set x; \
692 686
 	here=`pwd`; \
693
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
694
-	unique=`for i in $$list; do \
695
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
696
-	  done | \
697
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
698
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
687
+	$(am__define_uniq_tagged_files); \
699 688
 	shift; \
700 689
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701 690
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -707,15 +786,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
707 707
 	      $$unique; \
708 708
 	  fi; \
709 709
 	fi
710
-ctags: CTAGS
711
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
712
-		$(TAGS_FILES) $(LISP)
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; }; }'`; \
710
+ctags: ctags-am
711
+
712
+CTAGS: ctags
713
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714
+	$(am__define_uniq_tagged_files); \
719 715
 	test -z "$(CTAGS_ARGS)$$unique" \
720 716
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
721 717
 	     $$unique
... ...
@@ -724,24 +799,26 @@ GTAGS:
724 724
 	here=`$(am__cd) $(top_builddir) && pwd` \
725 725
 	  && $(am__cd) $(top_srcdir) \
726 726
 	  && gtags -i $(GTAGS_ARGS) "$$here"
727
+cscopelist: cscopelist-am
728
+
729
+cscopelist-am: $(am__tagged_files)
730
+	list='$(am__tagged_files)'; \
731
+	case "$(srcdir)" in \
732
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
733
+	  *) sdir=$(subdir)/$(srcdir) ;; \
734
+	esac; \
735
+	for i in $$list; do \
736
+	  if test -f "$$i"; then \
737
+	    echo "$(subdir)/$$i"; \
738
+	  else \
739
+	    echo "$$sdir/$$i"; \
740
+	  fi; \
741
+	done >> $(top_builddir)/cscope.files
727 742
 
728 743
 distclean-tags:
729 744
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
730 745
 
731 746
 distdir: $(DISTFILES)
732
-	@list='$(MANS)'; if test -n "$$list"; then \
733
-	  list=`for p in $$list; do \
734
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
735
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
736
-	  if test -n "$$list" && \
737
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
738
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
739
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
740
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
741
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
742
-	    exit 1; \
743
-	  else :; fi; \
744
-	else :; fi
745 747
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
746 748
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
747 749
 	list='$(DISTFILES)'; \
... ...
@@ -884,19 +961,20 @@ uninstall-man: uninstall-man8
884 884
 
885 885
 .MAKE: install-am install-strip
886 886
 
887
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
888
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
889
-	distclean-compile distclean-generic distclean-libtool \
890
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
891
-	install install-am install-data install-data-am install-dvi \
892
-	install-dvi-am install-exec install-exec-am install-html \
893
-	install-html-am install-info install-info-am install-man \
894
-	install-man8 install-pdf install-pdf-am install-ps \
895
-	install-ps-am install-sbinPROGRAMS install-strip installcheck \
896
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
897
-	maintainer-clean maintainer-clean-generic mostlyclean \
898
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
899
-	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
887
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
888
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
889
+	distclean distclean-compile distclean-generic \
890
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
891
+	html-am info info-am install install-am install-data \
892
+	install-data-am install-dvi install-dvi-am install-exec \
893
+	install-exec-am install-html install-html-am install-info \
894
+	install-info-am install-man install-man8 install-pdf \
895
+	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
896
+	install-strip installcheck installcheck-am \
897
+	installcheck-sbinPROGRAMS installdirs maintainer-clean \
898
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
899
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
900
+	tags tags-am uninstall uninstall-am uninstall-man \
900 901
 	uninstall-man8 uninstall-sbinPROGRAMS
901 902
 
902 903
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -16,6 +15,51 @@
16 16
 @SET_MAKE@
17 17
 
18 18
 VPATH = @srcdir@
19
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
+am__make_running_with_option = \
21
+  case $${target_option-} in \
22
+      ?) ;; \
23
+      *) echo "am__make_running_with_option: internal error: invalid" \
24
+              "target option '$${target_option-}' specified" >&2; \
25
+         exit 1;; \
26
+  esac; \
27
+  has_opt=no; \
28
+  sane_makeflags=$$MAKEFLAGS; \
29
+  if $(am__is_gnu_make); then \
30
+    sane_makeflags=$$MFLAGS; \
31
+  else \
32
+    case $$MAKEFLAGS in \
33
+      *\\[\ \	]*) \
34
+        bs=\\; \
35
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37
+    esac; \
38
+  fi; \
39
+  skip_next=no; \
40
+  strip_trailopt () \
41
+  { \
42
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43
+  }; \
44
+  for flg in $$sane_makeflags; do \
45
+    test $$skip_next = yes && { skip_next=no; continue; }; \
46
+    case $$flg in \
47
+      *=*|--*) continue;; \
48
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
49
+      -*I?*) strip_trailopt 'I';; \
50
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
51
+      -*O?*) strip_trailopt 'O';; \
52
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
53
+      -*l?*) strip_trailopt 'l';; \
54
+      -[dEDm]) skip_next=yes;; \
55
+      -[JT]) skip_next=yes;; \
56
+    esac; \
57
+    case $$flg in \
58
+      *$$target_option*) has_opt=yes; break;; \
59
+    esac; \
60
+  done; \
61
+  test $$has_opt = yes
62
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19 64
 pkgdatadir = $(datadir)/@PACKAGE@
20 65
 pkgincludedir = $(includedir)/@PACKAGE@
21 66
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -37,7 +81,8 @@ host_triplet = @host@
37 37
 target_triplet = @target@
38 38
 bin_PROGRAMS = clambc$(EXEEXT)
39 39
 subdir = clambc
40
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41
+	$(top_srcdir)/config/depcomp
41 42
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 43
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
43 44
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -122,6 +167,19 @@ clambc_LDADD = $(LDADD)
122 122
 AM_V_lt = $(am__v_lt_@AM_V@)
123 123
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
124 124
 am__v_lt_0 = --silent
125
+am__v_lt_1 = 
126
+AM_V_P = $(am__v_P_@AM_V@)
127
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
128
+am__v_P_0 = false
129
+am__v_P_1 = :
130
+AM_V_GEN = $(am__v_GEN_@AM_V@)
131
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
132
+am__v_GEN_0 = @echo "  GEN     " $@;
133
+am__v_GEN_1 = 
134
+AM_V_at = $(am__v_at_@AM_V@)
135
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
136
+am__v_at_0 = @
137
+am__v_at_1 = 
125 138
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
126 139
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
127 140
 am__depfiles_maybe = depfiles
... ...
@@ -134,22 +192,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
134 134
 	$(AM_CFLAGS) $(CFLAGS)
135 135
 AM_V_CC = $(am__v_CC_@AM_V@)
136 136
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
137
-am__v_CC_0 = @echo "  CC    " $@;
138
-AM_V_at = $(am__v_at_@AM_V@)
139
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
140
-am__v_at_0 = @
137
+am__v_CC_0 = @echo "  CC      " $@;
138
+am__v_CC_1 = 
141 139
 CCLD = $(CC)
142 140
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143 141
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
144 142
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
145 143
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
146 144
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
147
-am__v_CCLD_0 = @echo "  CCLD  " $@;
148
-AM_V_GEN = $(am__v_GEN_@AM_V@)
149
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150
-am__v_GEN_0 = @echo "  GEN   " $@;
145
+am__v_CCLD_0 = @echo "  CCLD    " $@;
146
+am__v_CCLD_1 = 
151 147
 SOURCES = $(clambc_SOURCES)
152 148
 DIST_SOURCES = $(clambc_SOURCES)
149
+am__can_run_installinfo = \
150
+  case $$AM_UPDATE_INFO_DIR in \
151
+    n|no|NO) false;; \
152
+    *) (install-info --version) >/dev/null 2>&1;; \
153
+  esac
154
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
155
+# Read a list of newline-separated strings from the standard input,
156
+# and print each of them once, without duplicates.  Input order is
157
+# *not* preserved.
158
+am__uniquify_input = $(AWK) '\
159
+  BEGIN { nonempty = 0; } \
160
+  { items[$$0] = 1; nonempty = 1; } \
161
+  END { if (nonempty) { for (i in items) print i; }; } \
162
+'
163
+# Make sure the list of sources is unique.  This is necessary because,
164
+# e.g., the same source file might be shared among _SOURCES variables
165
+# for different programs/libraries.
166
+am__define_uniq_tagged_files = \
167
+  list='$(am__tagged_files)'; \
168
+  unique=`for i in $$list; do \
169
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
170
+  done | $(am__uniquify_input)`
153 171
 ETAGS = etags
154 172
 CTAGS = ctags
155 173
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -405,14 +481,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
405 405
 $(am__aclocal_m4_deps):
406 406
 install-binPROGRAMS: $(bin_PROGRAMS)
407 407
 	@$(NORMAL_INSTALL)
408
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
409 408
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
409
+	if test -n "$$list"; then \
410
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
411
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
412
+	fi; \
410 413
 	for p in $$list; do echo "$$p $$p"; done | \
411 414
 	sed 's/$(EXEEXT)$$//' | \
412
-	while read p p1; do if test -f $$p || test -f $$p1; \
413
-	  then echo "$$p"; echo "$$p"; else :; fi; \
415
+	while read p p1; do if test -f $$p \
416
+	 || test -f $$p1 \
417
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
414 418
 	done | \
415
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
419
+	sed -e 'p;s,.*/,,;n;h' \
420
+	    -e 's|.*|.|' \
416 421
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
417 422
 	sed 'N;N;N;s,\n, ,g' | \
418 423
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -433,7 +514,8 @@ uninstall-binPROGRAMS:
433 433
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
434 434
 	files=`for p in $$list; do echo "$$p"; done | \
435 435
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
436
-	      -e 's/$$/$(EXEEXT)/' `; \
436
+	      -e 's/$$/$(EXEEXT)/' \
437
+	`; \
437 438
 	test -n "$$list" || exit 0; \
438 439
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
439 440
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -462,6 +544,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
462 462
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
463 463
 	  done; \
464 464
 	done; rm -f c$${pid}_.???; exit $$bad
465
+
465 466
 clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) 
466 467
 	@rm -f clambc$(EXEEXT)
467 468
 	$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS)
... ...
@@ -482,14 +565,14 @@ distclean-compile:
482 482
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
483 483
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
484 484
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
485
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
485
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
486 486
 
487 487
 .c.obj:
488 488
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
489 489
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
490 490
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
491 491
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
492
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
492
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
493 493
 
494 494
 .c.lo:
495 495
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -546,26 +629,15 @@ mostlyclean-libtool:
546 546
 clean-libtool:
547 547
 	-rm -rf .libs _libs
548 548
 
549
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
550
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
551
-	unique=`for i in $$list; do \
552
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
553
-	  done | \
554
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
555
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
556
-	mkid -fID $$unique
557
-tags: TAGS
558
-
559
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
560
-		$(TAGS_FILES) $(LISP)
549
+ID: $(am__tagged_files)
550
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
551
+tags: tags-am
552
+TAGS: tags
553
+
554
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
561 555
 	set x; \
562 556
 	here=`pwd`; \
563
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
564
-	unique=`for i in $$list; do \
565
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
566
-	  done | \
567
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
568
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
557
+	$(am__define_uniq_tagged_files); \
569 558
 	shift; \
570 559
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
571 560
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -577,15 +649,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
577 577
 	      $$unique; \
578 578
 	  fi; \
579 579
 	fi
580
-ctags: CTAGS
581
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582
-		$(TAGS_FILES) $(LISP)
583
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
584
-	unique=`for i in $$list; do \
585
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
586
-	  done | \
587
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
588
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
580
+ctags: ctags-am
581
+
582
+CTAGS: ctags
583
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
584
+	$(am__define_uniq_tagged_files); \
589 585
 	test -z "$(CTAGS_ARGS)$$unique" \
590 586
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
591 587
 	     $$unique
... ...
@@ -594,6 +662,21 @@ GTAGS:
594 594
 	here=`$(am__cd) $(top_builddir) && pwd` \
595 595
 	  && $(am__cd) $(top_srcdir) \
596 596
 	  && gtags -i $(GTAGS_ARGS) "$$here"
597
+cscopelist: cscopelist-am
598
+
599
+cscopelist-am: $(am__tagged_files)
600
+	list='$(am__tagged_files)'; \
601
+	case "$(srcdir)" in \
602
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
603
+	  *) sdir=$(subdir)/$(srcdir) ;; \
604
+	esac; \
605
+	for i in $$list; do \
606
+	  if test -f "$$i"; then \
607
+	    echo "$(subdir)/$$i"; \
608
+	  else \
609
+	    echo "$$sdir/$$i"; \
610
+	  fi; \
611
+	done >> $(top_builddir)/cscope.files
597 612
 
598 613
 distclean-tags:
599 614
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -738,19 +821,20 @@ uninstall-am: uninstall-binPROGRAMS
738 738
 
739 739
 .MAKE: install-am install-strip
740 740
 
741
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
742
-	clean-generic clean-libtool ctags distclean distclean-compile \
743
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
744
-	dvi-am html html-am info info-am install install-am \
745
-	install-binPROGRAMS install-data install-data-am install-dvi \
746
-	install-dvi-am install-exec install-exec-am install-html \
747
-	install-html-am install-info install-info-am install-man \
748
-	install-pdf install-pdf-am install-ps install-ps-am \
749
-	install-strip installcheck installcheck-am \
750
-	installcheck-binPROGRAMS installdirs maintainer-clean \
751
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
752
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
753
-	tags uninstall uninstall-am uninstall-binPROGRAMS
741
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
742
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
743
+	ctags ctags-am distclean distclean-compile distclean-generic \
744
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
745
+	html-am info info-am install install-am install-binPROGRAMS \
746
+	install-data install-data-am install-dvi install-dvi-am \
747
+	install-exec install-exec-am install-html install-html-am \
748
+	install-info install-info-am install-man install-pdf \
749
+	install-pdf-am install-ps install-ps-am install-strip \
750
+	installcheck installcheck-am installcheck-binPROGRAMS \
751
+	installdirs maintainer-clean maintainer-clean-generic \
752
+	mostlyclean mostlyclean-compile mostlyclean-generic \
753
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
754
+	uninstall-am uninstall-binPROGRAMS
754 755
 
755 756
 
756 757
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,8 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 bin_PROGRAMS = clamconf$(EXEEXT)
57 57
 subdir = clamconf
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp
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 \
... ...
@@ -140,6 +185,19 @@ clamconf_LDADD = $(LDADD)
140 140
 AM_V_lt = $(am__v_lt_@AM_V@)
141 141
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 142
 am__v_lt_0 = --silent
143
+am__v_lt_1 = 
144
+AM_V_P = $(am__v_P_@AM_V@)
145
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146
+am__v_P_0 = false
147
+am__v_P_1 = :
148
+AM_V_GEN = $(am__v_GEN_@AM_V@)
149
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150
+am__v_GEN_0 = @echo "  GEN     " $@;
151
+am__v_GEN_1 = 
152
+AM_V_at = $(am__v_at_@AM_V@)
153
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154
+am__v_at_0 = @
155
+am__v_at_1 = 
143 156
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
144 157
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
145 158
 am__depfiles_maybe = depfiles
... ...
@@ -152,22 +210,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152 152
 	$(AM_CFLAGS) $(CFLAGS)
153 153
 AM_V_CC = $(am__v_CC_@AM_V@)
154 154
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155
-am__v_CC_0 = @echo "  CC    " $@;
156
-AM_V_at = $(am__v_at_@AM_V@)
157
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158
-am__v_at_0 = @
155
+am__v_CC_0 = @echo "  CC      " $@;
156
+am__v_CC_1 = 
159 157
 CCLD = $(CC)
160 158
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161 159
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
162 160
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
163 161
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
164 162
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
165
-am__v_CCLD_0 = @echo "  CCLD  " $@;
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   " $@;
163
+am__v_CCLD_0 = @echo "  CCLD    " $@;
164
+am__v_CCLD_1 = 
169 165
 SOURCES = $(clamconf_SOURCES)
170 166
 DIST_SOURCES = $(clamconf_SOURCES)
167
+am__can_run_installinfo = \
168
+  case $$AM_UPDATE_INFO_DIR in \
169
+    n|no|NO) false;; \
170
+    *) (install-info --version) >/dev/null 2>&1;; \
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)`
171 189
 ETAGS = etags
172 190
 CTAGS = ctags
173 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -428,14 +504,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
428 428
 $(am__aclocal_m4_deps):
429 429
 install-binPROGRAMS: $(bin_PROGRAMS)
430 430
 	@$(NORMAL_INSTALL)
431
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
432 431
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
432
+	if test -n "$$list"; then \
433
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
434
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
435
+	fi; \
433 436
 	for p in $$list; do echo "$$p $$p"; done | \
434 437
 	sed 's/$(EXEEXT)$$//' | \
435
-	while read p p1; do if test -f $$p || test -f $$p1; \
436
-	  then echo "$$p"; echo "$$p"; else :; fi; \
438
+	while read p p1; do if test -f $$p \
439
+	 || test -f $$p1 \
440
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
437 441
 	done | \
438
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
442
+	sed -e 'p;s,.*/,,;n;h' \
443
+	    -e 's|.*|.|' \
439 444
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
440 445
 	sed 'N;N;N;s,\n, ,g' | \
441 446
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -456,7 +537,8 @@ uninstall-binPROGRAMS:
456 456
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
457 457
 	files=`for p in $$list; do echo "$$p"; done | \
458 458
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
459
-	      -e 's/$$/$(EXEEXT)/' `; \
459
+	      -e 's/$$/$(EXEEXT)/' \
460
+	`; \
460 461
 	test -n "$$list" || exit 0; \
461 462
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
462 463
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -485,6 +567,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
485 485
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
486 486
 	  done; \
487 487
 	done; rm -f c$${pid}_.???; exit $$bad
488
+
488 489
 clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) 
489 490
 	@rm -f clamconf$(EXEEXT)
490 491
 	$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS)
... ...
@@ -505,14 +588,14 @@ distclean-compile:
505 505
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
506 506
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
507 507
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
508
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
508
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
509 509
 
510 510
 .c.obj:
511 511
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
512 512
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513 513
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514 514
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
515
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
516 516
 
517 517
 .c.lo:
518 518
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -569,26 +652,15 @@ mostlyclean-libtool:
569 569
 clean-libtool:
570 570
 	-rm -rf .libs _libs
571 571
 
572
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
573
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
574
-	unique=`for i in $$list; do \
575
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
576
-	  done | \
577
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
578
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
579
-	mkid -fID $$unique
580
-tags: TAGS
581
-
582
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
583
-		$(TAGS_FILES) $(LISP)
572
+ID: $(am__tagged_files)
573
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
574
+tags: tags-am
575
+TAGS: tags
576
+
577
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
584 578
 	set x; \
585 579
 	here=`pwd`; \
586
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
587
-	unique=`for i in $$list; do \
588
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
-	  done | \
590
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
580
+	$(am__define_uniq_tagged_files); \
592 581
 	shift; \
593 582
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
594 583
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -600,15 +672,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
600 600
 	      $$unique; \
601 601
 	  fi; \
602 602
 	fi
603
-ctags: CTAGS
604
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
605
-		$(TAGS_FILES) $(LISP)
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; }; }'`; \
603
+ctags: ctags-am
604
+
605
+CTAGS: ctags
606
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
607
+	$(am__define_uniq_tagged_files); \
612 608
 	test -z "$(CTAGS_ARGS)$$unique" \
613 609
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
614 610
 	     $$unique
... ...
@@ -617,6 +685,21 @@ GTAGS:
617 617
 	here=`$(am__cd) $(top_builddir) && pwd` \
618 618
 	  && $(am__cd) $(top_srcdir) \
619 619
 	  && gtags -i $(GTAGS_ARGS) "$$here"
620
+cscopelist: cscopelist-am
621
+
622
+cscopelist-am: $(am__tagged_files)
623
+	list='$(am__tagged_files)'; \
624
+	case "$(srcdir)" in \
625
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
626
+	  *) sdir=$(subdir)/$(srcdir) ;; \
627
+	esac; \
628
+	for i in $$list; do \
629
+	  if test -f "$$i"; then \
630
+	    echo "$(subdir)/$$i"; \
631
+	  else \
632
+	    echo "$$sdir/$$i"; \
633
+	  fi; \
634
+	done >> $(top_builddir)/cscope.files
620 635
 
621 636
 distclean-tags:
622 637
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -761,19 +844,20 @@ uninstall-am: uninstall-binPROGRAMS
761 761
 
762 762
 .MAKE: install-am install-strip
763 763
 
764
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
765
-	clean-generic clean-libtool ctags distclean distclean-compile \
766
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
767
-	dvi-am html html-am info info-am install install-am \
768
-	install-binPROGRAMS install-data install-data-am install-dvi \
769
-	install-dvi-am install-exec install-exec-am install-html \
770
-	install-html-am install-info install-info-am install-man \
771
-	install-pdf install-pdf-am install-ps install-ps-am \
772
-	install-strip installcheck installcheck-am \
773
-	installcheck-binPROGRAMS installdirs maintainer-clean \
774
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
775
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
776
-	tags uninstall uninstall-am uninstall-binPROGRAMS
764
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
765
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
766
+	ctags ctags-am distclean distclean-compile distclean-generic \
767
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
768
+	html-am info info-am install install-am install-binPROGRAMS \
769
+	install-data install-data-am install-dvi install-dvi-am \
770
+	install-exec install-exec-am install-html install-html-am \
771
+	install-info install-info-am install-man install-pdf \
772
+	install-pdf-am install-ps install-ps-am install-strip \
773
+	installcheck installcheck-am installcheck-binPROGRAMS \
774
+	installdirs maintainer-clean maintainer-clean-generic \
775
+	mostlyclean mostlyclean-compile mostlyclean-generic \
776
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
777
+	uninstall-am uninstall-binPROGRAMS
777 778
 
778 779
 
779 780
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,8 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 @BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
57 57
 subdir = clamd
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp
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 \
... ...
@@ -158,6 +203,19 @@ clamd_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,22 +228,40 @@ 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 = $(clamd_SOURCES)
188 184
 DIST_SOURCES = $(am__clamd_SOURCES_DIST)
185
+am__can_run_installinfo = \
186
+  case $$AM_UPDATE_INFO_DIR in \
187
+    n|no|NO) false;; \
188
+    *) (install-info --version) >/dev/null 2>&1;; \
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)`
189 207
 ETAGS = etags
190 208
 CTAGS = ctags
191 209
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -470,14 +546,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
470 470
 $(am__aclocal_m4_deps):
471 471
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
472 472
 	@$(NORMAL_INSTALL)
473
-	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
474 473
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
474
+	if test -n "$$list"; then \
475
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
476
+	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
477
+	fi; \
475 478
 	for p in $$list; do echo "$$p $$p"; done | \
476 479
 	sed 's/$(EXEEXT)$$//' | \
477
-	while read p p1; do if test -f $$p || test -f $$p1; \
478
-	  then echo "$$p"; echo "$$p"; else :; fi; \
480
+	while read p p1; do if test -f $$p \
481
+	 || test -f $$p1 \
482
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
479 483
 	done | \
480
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
484
+	sed -e 'p;s,.*/,,;n;h' \
485
+	    -e 's|.*|.|' \
481 486
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
482 487
 	sed 'N;N;N;s,\n, ,g' | \
483 488
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -498,7 +579,8 @@ uninstall-sbinPROGRAMS:
498 498
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
499 499
 	files=`for p in $$list; do echo "$$p"; done | \
500 500
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
501
-	      -e 's/$$/$(EXEEXT)/' `; \
501
+	      -e 's/$$/$(EXEEXT)/' \
502
+	`; \
502 503
 	test -n "$$list" || exit 0; \
503 504
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
504 505
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -527,6 +609,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
527 527
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
528 528
 	  done; \
529 529
 	done; rm -f c$${pid}_.???; exit $$bad
530
+
530 531
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) 
531 532
 	@rm -f clamd$(EXEEXT)
532 533
 	$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
... ...
@@ -559,14 +642,14 @@ distclean-compile:
559 559
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
560 560
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
561 561
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
562
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
562
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
563 563
 
564 564
 .c.obj:
565 565
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
566 566
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
567 567
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
568 568
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
569
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
569
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
570 570
 
571 571
 .c.lo:
572 572
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -637,26 +720,15 @@ mostlyclean-libtool:
637 637
 clean-libtool:
638 638
 	-rm -rf .libs _libs
639 639
 
640
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
641
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
642
-	unique=`for i in $$list; do \
643
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
644
-	  done | \
645
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
646
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
647
-	mkid -fID $$unique
648
-tags: TAGS
649
-
650
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
651
-		$(TAGS_FILES) $(LISP)
640
+ID: $(am__tagged_files)
641
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
642
+tags: tags-am
643
+TAGS: tags
644
+
645
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652 646
 	set x; \
653 647
 	here=`pwd`; \
654
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
655
-	unique=`for i in $$list; do \
656
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
657
-	  done | \
658
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
659
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
648
+	$(am__define_uniq_tagged_files); \
660 649
 	shift; \
661 650
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
662 651
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -668,15 +740,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
668 668
 	      $$unique; \
669 669
 	  fi; \
670 670
 	fi
671
-ctags: CTAGS
672
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
673
-		$(TAGS_FILES) $(LISP)
674
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
675
-	unique=`for i in $$list; do \
676
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
677
-	  done | \
678
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
679
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
671
+ctags: ctags-am
672
+
673
+CTAGS: ctags
674
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675
+	$(am__define_uniq_tagged_files); \
680 676
 	test -z "$(CTAGS_ARGS)$$unique" \
681 677
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
682 678
 	     $$unique
... ...
@@ -685,6 +753,21 @@ GTAGS:
685 685
 	here=`$(am__cd) $(top_builddir) && pwd` \
686 686
 	  && $(am__cd) $(top_srcdir) \
687 687
 	  && gtags -i $(GTAGS_ARGS) "$$here"
688
+cscopelist: cscopelist-am
689
+
690
+cscopelist-am: $(am__tagged_files)
691
+	list='$(am__tagged_files)'; \
692
+	case "$(srcdir)" in \
693
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
694
+	  *) sdir=$(subdir)/$(srcdir) ;; \
695
+	esac; \
696
+	for i in $$list; do \
697
+	  if test -f "$$i"; then \
698
+	    echo "$(subdir)/$$i"; \
699
+	  else \
700
+	    echo "$$sdir/$$i"; \
701
+	  fi; \
702
+	done >> $(top_builddir)/cscope.files
688 703
 
689 704
 distclean-tags:
690 705
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -830,20 +913,20 @@ uninstall-am: uninstall-sbinPROGRAMS
830 830
 
831 831
 .MAKE: install-am install-strip
832 832
 
833
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
834
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
835
-	distclean-compile distclean-generic distclean-libtool \
836
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
837
-	install install-am install-data install-data-am install-dvi \
838
-	install-dvi-am install-exec install-exec-am install-html \
839
-	install-html-am install-info install-info-am install-man \
840
-	install-pdf install-pdf-am install-ps install-ps-am \
841
-	install-sbinPROGRAMS install-strip installcheck \
842
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
843
-	maintainer-clean maintainer-clean-generic mostlyclean \
844
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
845
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
846
-	uninstall-sbinPROGRAMS
833
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
834
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
835
+	distclean distclean-compile distclean-generic \
836
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
837
+	html-am info info-am install install-am install-data \
838
+	install-data-am install-dvi install-dvi-am install-exec \
839
+	install-exec-am install-html install-html-am install-info \
840
+	install-info-am install-man install-pdf install-pdf-am \
841
+	install-ps install-ps-am install-sbinPROGRAMS install-strip \
842
+	installcheck installcheck-am installcheck-sbinPROGRAMS \
843
+	installdirs maintainer-clean maintainer-clean-generic \
844
+	mostlyclean mostlyclean-compile mostlyclean-generic \
845
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
846
+	uninstall-am uninstall-sbinPROGRAMS
847 847
 
848 848
 
849 849
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,8 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 @BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
57 57
 subdir = clamdscan
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp
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 \
... ...
@@ -151,6 +196,19 @@ clamdscan_LDADD = $(LDADD)
151 151
 AM_V_lt = $(am__v_lt_@AM_V@)
152 152
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
153 153
 am__v_lt_0 = --silent
154
+am__v_lt_1 = 
155
+AM_V_P = $(am__v_P_@AM_V@)
156
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
157
+am__v_P_0 = false
158
+am__v_P_1 = :
159
+AM_V_GEN = $(am__v_GEN_@AM_V@)
160
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
161
+am__v_GEN_0 = @echo "  GEN     " $@;
162
+am__v_GEN_1 = 
163
+AM_V_at = $(am__v_at_@AM_V@)
164
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165
+am__v_at_0 = @
166
+am__v_at_1 = 
154 167
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
155 168
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
156 169
 am__depfiles_maybe = depfiles
... ...
@@ -163,22 +221,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163 163
 	$(AM_CFLAGS) $(CFLAGS)
164 164
 AM_V_CC = $(am__v_CC_@AM_V@)
165 165
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
166
-am__v_CC_0 = @echo "  CC    " $@;
167
-AM_V_at = $(am__v_at_@AM_V@)
168
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
169
-am__v_at_0 = @
166
+am__v_CC_0 = @echo "  CC      " $@;
167
+am__v_CC_1 = 
170 168
 CCLD = $(CC)
171 169
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
172 170
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
173 171
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
174 172
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
175 173
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
176
-am__v_CCLD_0 = @echo "  CCLD  " $@;
177
-AM_V_GEN = $(am__v_GEN_@AM_V@)
178
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
179
-am__v_GEN_0 = @echo "  GEN   " $@;
174
+am__v_CCLD_0 = @echo "  CCLD    " $@;
175
+am__v_CCLD_1 = 
180 176
 SOURCES = $(clamdscan_SOURCES)
181 177
 DIST_SOURCES = $(am__clamdscan_SOURCES_DIST)
178
+am__can_run_installinfo = \
179
+  case $$AM_UPDATE_INFO_DIR in \
180
+    n|no|NO) false;; \
181
+    *) (install-info --version) >/dev/null 2>&1;; \
182
+  esac
183
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
184
+# Read a list of newline-separated strings from the standard input,
185
+# and print each of them once, without duplicates.  Input order is
186
+# *not* preserved.
187
+am__uniquify_input = $(AWK) '\
188
+  BEGIN { nonempty = 0; } \
189
+  { items[$$0] = 1; nonempty = 1; } \
190
+  END { if (nonempty) { for (i in items) print i; }; } \
191
+'
192
+# Make sure the list of sources is unique.  This is necessary because,
193
+# e.g., the same source file might be shared among _SOURCES variables
194
+# for different programs/libraries.
195
+am__define_uniq_tagged_files = \
196
+  list='$(am__tagged_files)'; \
197
+  unique=`for i in $$list; do \
198
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
199
+  done | $(am__uniquify_input)`
182 200
 ETAGS = etags
183 201
 CTAGS = ctags
184 202
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -445,14 +521,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
445 445
 $(am__aclocal_m4_deps):
446 446
 install-binPROGRAMS: $(bin_PROGRAMS)
447 447
 	@$(NORMAL_INSTALL)
448
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
449 448
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
449
+	if test -n "$$list"; then \
450
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
451
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
452
+	fi; \
450 453
 	for p in $$list; do echo "$$p $$p"; done | \
451 454
 	sed 's/$(EXEEXT)$$//' | \
452
-	while read p p1; do if test -f $$p || test -f $$p1; \
453
-	  then echo "$$p"; echo "$$p"; else :; fi; \
455
+	while read p p1; do if test -f $$p \
456
+	 || test -f $$p1 \
457
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
454 458
 	done | \
455
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
459
+	sed -e 'p;s,.*/,,;n;h' \
460
+	    -e 's|.*|.|' \
456 461
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
457 462
 	sed 'N;N;N;s,\n, ,g' | \
458 463
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -473,7 +554,8 @@ uninstall-binPROGRAMS:
473 473
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
474 474
 	files=`for p in $$list; do echo "$$p"; done | \
475 475
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
476
-	      -e 's/$$/$(EXEEXT)/' `; \
476
+	      -e 's/$$/$(EXEEXT)/' \
477
+	`; \
477 478
 	test -n "$$list" || exit 0; \
478 479
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
479 480
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -502,6 +584,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
502 502
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
503 503
 	  done; \
504 504
 	done; rm -f c$${pid}_.???; exit $$bad
505
+
505 506
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) 
506 507
 	@rm -f clamdscan$(EXEEXT)
507 508
 	$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
... ...
@@ -527,14 +610,14 @@ distclean-compile:
527 527
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
528 528
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
529 529
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
530
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
530
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
531 531
 
532 532
 .c.obj:
533 533
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
534 534
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
535 535
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
536 536
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
537
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
537
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
538 538
 
539 539
 .c.lo:
540 540
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -633,26 +716,15 @@ mostlyclean-libtool:
633 633
 clean-libtool:
634 634
 	-rm -rf .libs _libs
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 +736,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,6 +749,21 @@ 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
... ...
@@ -825,19 +908,20 @@ uninstall-am: uninstall-binPROGRAMS
825 825
 
826 826
 .MAKE: install-am install-strip
827 827
 
828
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
829
-	clean-generic clean-libtool ctags distclean distclean-compile \
830
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
831
-	dvi-am html html-am info info-am install install-am \
832
-	install-binPROGRAMS install-data install-data-am install-dvi \
833
-	install-dvi-am install-exec install-exec-am install-html \
834
-	install-html-am install-info install-info-am install-man \
835
-	install-pdf install-pdf-am install-ps install-ps-am \
836
-	install-strip installcheck installcheck-am \
837
-	installcheck-binPROGRAMS installdirs maintainer-clean \
838
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
839
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
840
-	tags uninstall uninstall-am uninstall-binPROGRAMS
828
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
829
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
830
+	ctags ctags-am distclean distclean-compile distclean-generic \
831
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
832
+	html-am info info-am install install-am install-binPROGRAMS \
833
+	install-data install-data-am install-dvi install-dvi-am \
834
+	install-exec install-exec-am install-html install-html-am \
835
+	install-info install-info-am install-man install-pdf \
836
+	install-pdf-am install-ps install-ps-am install-strip \
837
+	installcheck installcheck-am installcheck-binPROGRAMS \
838
+	installdirs maintainer-clean maintainer-clean-generic \
839
+	mostlyclean mostlyclean-compile mostlyclean-generic \
840
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
841
+	uninstall-am uninstall-binPROGRAMS
841 842
 
842 843
 
843 844
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -16,6 +15,51 @@
16 16
 @SET_MAKE@
17 17
 
18 18
 VPATH = @srcdir@
19
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
20
+am__make_running_with_option = \
21
+  case $${target_option-} in \
22
+      ?) ;; \
23
+      *) echo "am__make_running_with_option: internal error: invalid" \
24
+              "target option '$${target_option-}' specified" >&2; \
25
+         exit 1;; \
26
+  esac; \
27
+  has_opt=no; \
28
+  sane_makeflags=$$MAKEFLAGS; \
29
+  if $(am__is_gnu_make); then \
30
+    sane_makeflags=$$MFLAGS; \
31
+  else \
32
+    case $$MAKEFLAGS in \
33
+      *\\[\ \	]*) \
34
+        bs=\\; \
35
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
36
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
37
+    esac; \
38
+  fi; \
39
+  skip_next=no; \
40
+  strip_trailopt () \
41
+  { \
42
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
43
+  }; \
44
+  for flg in $$sane_makeflags; do \
45
+    test $$skip_next = yes && { skip_next=no; continue; }; \
46
+    case $$flg in \
47
+      *=*|--*) continue;; \
48
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
49
+      -*I?*) strip_trailopt 'I';; \
50
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
51
+      -*O?*) strip_trailopt 'O';; \
52
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
53
+      -*l?*) strip_trailopt 'l';; \
54
+      -[dEDm]) skip_next=yes;; \
55
+      -[JT]) skip_next=yes;; \
56
+    esac; \
57
+    case $$flg in \
58
+      *$$target_option*) has_opt=yes; break;; \
59
+    esac; \
60
+  done; \
61
+  test $$has_opt = yes
62
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
63
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
19 64
 pkgdatadir = $(datadir)/@PACKAGE@
20 65
 pkgincludedir = $(includedir)/@PACKAGE@
21 66
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -37,7 +81,8 @@ host_triplet = @host@
37 37
 target_triplet = @target@
38 38
 @HAVE_CURSES_TRUE@bin_PROGRAMS = clamdtop$(EXEEXT)
39 39
 subdir = clamdtop
40
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
41
+	$(top_srcdir)/config/depcomp
41 42
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 43
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
43 44
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -127,6 +172,19 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS)
127 127
 AM_V_lt = $(am__v_lt_@AM_V@)
128 128
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
129 129
 am__v_lt_0 = --silent
130
+am__v_lt_1 = 
131
+AM_V_P = $(am__v_P_@AM_V@)
132
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
133
+am__v_P_0 = false
134
+am__v_P_1 = :
135
+AM_V_GEN = $(am__v_GEN_@AM_V@)
136
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
137
+am__v_GEN_0 = @echo "  GEN     " $@;
138
+am__v_GEN_1 = 
139
+AM_V_at = $(am__v_at_@AM_V@)
140
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
141
+am__v_at_0 = @
142
+am__v_at_1 = 
130 143
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
131 144
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
132 145
 am__depfiles_maybe = depfiles
... ...
@@ -139,22 +197,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
139 139
 	$(AM_CFLAGS) $(CFLAGS)
140 140
 AM_V_CC = $(am__v_CC_@AM_V@)
141 141
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
142
-am__v_CC_0 = @echo "  CC    " $@;
143
-AM_V_at = $(am__v_at_@AM_V@)
144
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
145
-am__v_at_0 = @
142
+am__v_CC_0 = @echo "  CC      " $@;
143
+am__v_CC_1 = 
146 144
 CCLD = $(CC)
147 145
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
148 146
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
149 147
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
150 148
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
151 149
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
152
-am__v_CCLD_0 = @echo "  CCLD  " $@;
153
-AM_V_GEN = $(am__v_GEN_@AM_V@)
154
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
155
-am__v_GEN_0 = @echo "  GEN   " $@;
150
+am__v_CCLD_0 = @echo "  CCLD    " $@;
151
+am__v_CCLD_1 = 
156 152
 SOURCES = $(clamdtop_SOURCES)
157 153
 DIST_SOURCES = $(am__clamdtop_SOURCES_DIST)
154
+am__can_run_installinfo = \
155
+  case $$AM_UPDATE_INFO_DIR in \
156
+    n|no|NO) false;; \
157
+    *) (install-info --version) >/dev/null 2>&1;; \
158
+  esac
158 159
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
159 160
 am__vpath_adj = case $$p in \
160 161
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -185,6 +244,23 @@ am__uninstall_files_from_dir = { \
185 185
 man1dir = $(mandir)/man1
186 186
 NROFF = nroff
187 187
 MANS = $(man_MANS)
188
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
189
+# Read a list of newline-separated strings from the standard input,
190
+# and print each of them once, without duplicates.  Input order is
191
+# *not* preserved.
192
+am__uniquify_input = $(AWK) '\
193
+  BEGIN { nonempty = 0; } \
194
+  { items[$$0] = 1; nonempty = 1; } \
195
+  END { if (nonempty) { for (i in items) print i; }; } \
196
+'
197
+# Make sure the list of sources is unique.  This is necessary because,
198
+# e.g., the same source file might be shared among _SOURCES variables
199
+# for different programs/libraries.
200
+am__define_uniq_tagged_files = \
201
+  list='$(am__tagged_files)'; \
202
+  unique=`for i in $$list; do \
203
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204
+  done | $(am__uniquify_input)`
188 205
 ETAGS = etags
189 206
 CTAGS = ctags
190 207
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -442,14 +518,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
442 442
 $(am__aclocal_m4_deps):
443 443
 install-binPROGRAMS: $(bin_PROGRAMS)
444 444
 	@$(NORMAL_INSTALL)
445
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
446 445
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
446
+	if test -n "$$list"; then \
447
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
448
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
449
+	fi; \
447 450
 	for p in $$list; do echo "$$p $$p"; done | \
448 451
 	sed 's/$(EXEEXT)$$//' | \
449
-	while read p p1; do if test -f $$p || test -f $$p1; \
450
-	  then echo "$$p"; echo "$$p"; else :; fi; \
452
+	while read p p1; do if test -f $$p \
453
+	 || test -f $$p1 \
454
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
451 455
 	done | \
452
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
456
+	sed -e 'p;s,.*/,,;n;h' \
457
+	    -e 's|.*|.|' \
453 458
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
454 459
 	sed 'N;N;N;s,\n, ,g' | \
455 460
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -470,7 +551,8 @@ uninstall-binPROGRAMS:
470 470
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
471 471
 	files=`for p in $$list; do echo "$$p"; done | \
472 472
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
473
-	      -e 's/$$/$(EXEEXT)/' `; \
473
+	      -e 's/$$/$(EXEEXT)/' \
474
+	`; \
474 475
 	test -n "$$list" || exit 0; \
475 476
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
476 477
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -499,6 +581,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
499 499
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
500 500
 	  done; \
501 501
 	done; rm -f c$${pid}_.???; exit $$bad
502
+
502 503
 clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) 
503 504
 	@rm -f clamdtop$(EXEEXT)
504 505
 	$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS)
... ...
@@ -519,14 +602,14 @@ distclean-compile:
519 519
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
520 520
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521 521
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
522
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
523 523
 
524 524
 .c.obj:
525 525
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
526 526
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
527 527
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
528 528
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
529
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
529
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
530 530
 
531 531
 .c.lo:
532 532
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -584,11 +667,18 @@ clean-libtool:
584 584
 	-rm -rf .libs _libs
585 585
 install-man1: $(man_MANS)
586 586
 	@$(NORMAL_INSTALL)
587
-	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
588
-	@list=''; test -n "$(man1dir)" || exit 0; \
589
-	{ for i in $$list; do echo "$$i"; done; \
590
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
591
-	  sed -n '/\.1[a-z]*$$/p'; \
587
+	@list1=''; \
588
+	list2='$(man_MANS)'; \
589
+	test -n "$(man1dir)" \
590
+	  && test -n "`echo $$list1$$list2`" \
591
+	  || exit 0; \
592
+	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
593
+	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
594
+	{ for i in $$list1; do echo "$$i"; done;  \
595
+	if test -n "$$list2"; then \
596
+	  for i in $$list2; do echo "$$i"; done \
597
+	    | sed -n '/\.1[a-z]*$$/p'; \
598
+	fi; \
592 599
 	} | while read p; do \
593 600
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
594 601
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -619,26 +709,15 @@ uninstall-man1:
619 619
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
620 620
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
621 621
 
622
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
623
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
624
-	unique=`for i in $$list; do \
625
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
-	  done | \
627
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
629
-	mkid -fID $$unique
630
-tags: TAGS
631
-
632
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
633
-		$(TAGS_FILES) $(LISP)
622
+ID: $(am__tagged_files)
623
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
624
+tags: tags-am
625
+TAGS: tags
626
+
627
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
634 628
 	set x; \
635 629
 	here=`pwd`; \
636
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
637
-	unique=`for i in $$list; do \
638
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
639
-	  done | \
640
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
641
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
630
+	$(am__define_uniq_tagged_files); \
642 631
 	shift; \
643 632
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
644 633
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -650,15 +729,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650 650
 	      $$unique; \
651 651
 	  fi; \
652 652
 	fi
653
-ctags: CTAGS
654
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655
-		$(TAGS_FILES) $(LISP)
656
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
657
-	unique=`for i in $$list; do \
658
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
659
-	  done | \
660
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
661
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
653
+ctags: ctags-am
654
+
655
+CTAGS: ctags
656
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
657
+	$(am__define_uniq_tagged_files); \
662 658
 	test -z "$(CTAGS_ARGS)$$unique" \
663 659
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
664 660
 	     $$unique
... ...
@@ -667,24 +742,26 @@ GTAGS:
667 667
 	here=`$(am__cd) $(top_builddir) && pwd` \
668 668
 	  && $(am__cd) $(top_srcdir) \
669 669
 	  && gtags -i $(GTAGS_ARGS) "$$here"
670
+cscopelist: cscopelist-am
671
+
672
+cscopelist-am: $(am__tagged_files)
673
+	list='$(am__tagged_files)'; \
674
+	case "$(srcdir)" in \
675
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
676
+	  *) sdir=$(subdir)/$(srcdir) ;; \
677
+	esac; \
678
+	for i in $$list; do \
679
+	  if test -f "$$i"; then \
680
+	    echo "$(subdir)/$$i"; \
681
+	  else \
682
+	    echo "$$sdir/$$i"; \
683
+	  fi; \
684
+	done >> $(top_builddir)/cscope.files
670 685
 
671 686
 distclean-tags:
672 687
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
673 688
 
674 689
 distdir: $(DISTFILES)
675
-	@list='$(MANS)'; if test -n "$$list"; then \
676
-	  list=`for p in $$list; do \
677
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
678
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
679
-	  if test -n "$$list" && \
680
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
681
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
682
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
683
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
684
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
685
-	    exit 1; \
686
-	  else :; fi; \
687
-	else :; fi
688 690
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
689 691
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
690 692
 	list='$(DISTFILES)'; \
... ...
@@ -825,19 +902,20 @@ uninstall-man: uninstall-man1
825 825
 
826 826
 .MAKE: install-am install-strip
827 827
 
828
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
829
-	clean-generic clean-libtool ctags distclean distclean-compile \
830
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
831
-	dvi-am html html-am info info-am install install-am \
832
-	install-binPROGRAMS install-data install-data-am install-dvi \
833
-	install-dvi-am install-exec install-exec-am install-html \
834
-	install-html-am install-info install-info-am install-man \
835
-	install-man1 install-pdf install-pdf-am install-ps \
836
-	install-ps-am install-strip installcheck installcheck-am \
828
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
829
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
830
+	ctags ctags-am distclean distclean-compile distclean-generic \
831
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
832
+	html-am info info-am install install-am install-binPROGRAMS \
833
+	install-data install-data-am install-dvi install-dvi-am \
834
+	install-exec install-exec-am install-html install-html-am \
835
+	install-info install-info-am install-man install-man1 \
836
+	install-pdf install-pdf-am install-ps install-ps-am \
837
+	install-strip installcheck installcheck-am \
837 838
 	installcheck-binPROGRAMS installdirs maintainer-clean \
838 839
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
839 840
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
840
-	tags uninstall uninstall-am uninstall-binPROGRAMS \
841
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
841 842
 	uninstall-man uninstall-man1
842 843
 
843 844
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -35,6 +34,51 @@
35 35
 #  MA 02110-1301, USA.
36 36
 
37 37
 VPATH = @srcdir@
38
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39
+am__make_running_with_option = \
40
+  case $${target_option-} in \
41
+      ?) ;; \
42
+      *) echo "am__make_running_with_option: internal error: invalid" \
43
+              "target option '$${target_option-}' specified" >&2; \
44
+         exit 1;; \
45
+  esac; \
46
+  has_opt=no; \
47
+  sane_makeflags=$$MAKEFLAGS; \
48
+  if $(am__is_gnu_make); then \
49
+    sane_makeflags=$$MFLAGS; \
50
+  else \
51
+    case $$MAKEFLAGS in \
52
+      *\\[\ \	]*) \
53
+        bs=\\; \
54
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56
+    esac; \
57
+  fi; \
58
+  skip_next=no; \
59
+  strip_trailopt () \
60
+  { \
61
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62
+  }; \
63
+  for flg in $$sane_makeflags; do \
64
+    test $$skip_next = yes && { skip_next=no; continue; }; \
65
+    case $$flg in \
66
+      *=*|--*) continue;; \
67
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
68
+      -*I?*) strip_trailopt 'I';; \
69
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
70
+      -*O?*) strip_trailopt 'O';; \
71
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
72
+      -*l?*) strip_trailopt 'l';; \
73
+      -[dEDm]) skip_next=yes;; \
74
+      -[JT]) skip_next=yes;; \
75
+    esac; \
76
+    case $$flg in \
77
+      *$$target_option*) has_opt=yes; break;; \
78
+    esac; \
79
+  done; \
80
+  test $$has_opt = yes
81
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38 83
 pkgdatadir = $(datadir)/@PACKAGE@
39 84
 pkgincludedir = $(includedir)/@PACKAGE@
40 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -56,7 +100,8 @@ host_triplet = @host@
56 56
 target_triplet = @target@
57 57
 bin_PROGRAMS = clamscan$(EXEEXT)
58 58
 subdir = clamscan
59
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60
+	$(top_srcdir)/config/depcomp
60 61
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 62
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
62 63
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -142,6 +187,19 @@ clamscan_LDADD = $(LDADD)
142 142
 AM_V_lt = $(am__v_lt_@AM_V@)
143 143
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
144 144
 am__v_lt_0 = --silent
145
+am__v_lt_1 = 
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 = :
150
+AM_V_GEN = $(am__v_GEN_@AM_V@)
151
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
152
+am__v_GEN_0 = @echo "  GEN     " $@;
153
+am__v_GEN_1 = 
154
+AM_V_at = $(am__v_at_@AM_V@)
155
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
156
+am__v_at_0 = @
157
+am__v_at_1 = 
145 158
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
146 159
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
147 160
 am__depfiles_maybe = depfiles
... ...
@@ -154,22 +212,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
154 154
 	$(AM_CFLAGS) $(CFLAGS)
155 155
 AM_V_CC = $(am__v_CC_@AM_V@)
156 156
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
157
-am__v_CC_0 = @echo "  CC    " $@;
158
-AM_V_at = $(am__v_at_@AM_V@)
159
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
160
-am__v_at_0 = @
157
+am__v_CC_0 = @echo "  CC      " $@;
158
+am__v_CC_1 = 
161 159
 CCLD = $(CC)
162 160
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
163 161
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
164 162
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
165 163
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
166 164
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
167
-am__v_CCLD_0 = @echo "  CCLD  " $@;
168
-AM_V_GEN = $(am__v_GEN_@AM_V@)
169
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
170
-am__v_GEN_0 = @echo "  GEN   " $@;
165
+am__v_CCLD_0 = @echo "  CCLD    " $@;
166
+am__v_CCLD_1 = 
171 167
 SOURCES = $(clamscan_SOURCES)
172 168
 DIST_SOURCES = $(clamscan_SOURCES)
169
+am__can_run_installinfo = \
170
+  case $$AM_UPDATE_INFO_DIR in \
171
+    n|no|NO) false;; \
172
+    *) (install-info --version) >/dev/null 2>&1;; \
173
+  esac
174
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175
+# Read a list of newline-separated strings from the standard input,
176
+# and print each of them once, without duplicates.  Input order is
177
+# *not* preserved.
178
+am__uniquify_input = $(AWK) '\
179
+  BEGIN { nonempty = 0; } \
180
+  { items[$$0] = 1; nonempty = 1; } \
181
+  END { if (nonempty) { for (i in items) print i; }; } \
182
+'
183
+# Make sure the list of sources is unique.  This is necessary because,
184
+# e.g., the same source file might be shared among _SOURCES variables
185
+# for different programs/libraries.
186
+am__define_uniq_tagged_files = \
187
+  list='$(am__tagged_files)'; \
188
+  unique=`for i in $$list; do \
189
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
190
+  done | $(am__uniquify_input)`
173 191
 ETAGS = etags
174 192
 CTAGS = ctags
175 193
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -432,14 +508,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432 432
 $(am__aclocal_m4_deps):
433 433
 install-binPROGRAMS: $(bin_PROGRAMS)
434 434
 	@$(NORMAL_INSTALL)
435
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
436 435
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
436
+	if test -n "$$list"; then \
437
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
438
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
439
+	fi; \
437 440
 	for p in $$list; do echo "$$p $$p"; done | \
438 441
 	sed 's/$(EXEEXT)$$//' | \
439
-	while read p p1; do if test -f $$p || test -f $$p1; \
440
-	  then echo "$$p"; echo "$$p"; else :; fi; \
442
+	while read p p1; do if test -f $$p \
443
+	 || test -f $$p1 \
444
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
441 445
 	done | \
442
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
446
+	sed -e 'p;s,.*/,,;n;h' \
447
+	    -e 's|.*|.|' \
443 448
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
444 449
 	sed 'N;N;N;s,\n, ,g' | \
445 450
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -460,7 +541,8 @@ uninstall-binPROGRAMS:
460 460
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
461 461
 	files=`for p in $$list; do echo "$$p"; done | \
462 462
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
463
-	      -e 's/$$/$(EXEEXT)/' `; \
463
+	      -e 's/$$/$(EXEEXT)/' \
464
+	`; \
464 465
 	test -n "$$list" || exit 0; \
465 466
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
466 467
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -489,6 +571,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
489 489
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
490 490
 	  done; \
491 491
 	done; rm -f c$${pid}_.???; exit $$bad
492
+
492 493
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) 
493 494
 	@rm -f clamscan$(EXEEXT)
494 495
 	$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
... ...
@@ -512,14 +595,14 @@ distclean-compile:
512 512
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
513 513
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
514 514
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
515
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
515
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
516 516
 
517 517
 .c.obj:
518 518
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
519 519
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
520 520
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
521 521
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
522
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
522
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
523 523
 
524 524
 .c.lo:
525 525
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -604,26 +687,15 @@ mostlyclean-libtool:
604 604
 clean-libtool:
605 605
 	-rm -rf .libs _libs
606 606
 
607
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
608
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
609
-	unique=`for i in $$list; do \
610
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
611
-	  done | \
612
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
613
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
614
-	mkid -fID $$unique
615
-tags: TAGS
616
-
617
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618
-		$(TAGS_FILES) $(LISP)
607
+ID: $(am__tagged_files)
608
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
609
+tags: tags-am
610
+TAGS: tags
611
+
612
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
619 613
 	set x; \
620 614
 	here=`pwd`; \
621
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
622
-	unique=`for i in $$list; do \
623
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
624
-	  done | \
625
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
626
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
615
+	$(am__define_uniq_tagged_files); \
627 616
 	shift; \
628 617
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
629 618
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -635,15 +707,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
635 635
 	      $$unique; \
636 636
 	  fi; \
637 637
 	fi
638
-ctags: CTAGS
639
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
640
-		$(TAGS_FILES) $(LISP)
641
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
642
-	unique=`for i in $$list; do \
643
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
644
-	  done | \
645
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
646
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
638
+ctags: ctags-am
639
+
640
+CTAGS: ctags
641
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
642
+	$(am__define_uniq_tagged_files); \
647 643
 	test -z "$(CTAGS_ARGS)$$unique" \
648 644
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
649 645
 	     $$unique
... ...
@@ -652,6 +720,21 @@ GTAGS:
652 652
 	here=`$(am__cd) $(top_builddir) && pwd` \
653 653
 	  && $(am__cd) $(top_srcdir) \
654 654
 	  && gtags -i $(GTAGS_ARGS) "$$here"
655
+cscopelist: cscopelist-am
656
+
657
+cscopelist-am: $(am__tagged_files)
658
+	list='$(am__tagged_files)'; \
659
+	case "$(srcdir)" in \
660
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
661
+	  *) sdir=$(subdir)/$(srcdir) ;; \
662
+	esac; \
663
+	for i in $$list; do \
664
+	  if test -f "$$i"; then \
665
+	    echo "$(subdir)/$$i"; \
666
+	  else \
667
+	    echo "$$sdir/$$i"; \
668
+	  fi; \
669
+	done >> $(top_builddir)/cscope.files
655 670
 
656 671
 distclean-tags:
657 672
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -796,19 +879,20 @@ uninstall-am: uninstall-binPROGRAMS
796 796
 
797 797
 .MAKE: install-am install-strip
798 798
 
799
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
800
-	clean-generic clean-libtool ctags distclean distclean-compile \
801
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
802
-	dvi-am html html-am info info-am install install-am \
803
-	install-binPROGRAMS install-data install-data-am install-dvi \
804
-	install-dvi-am install-exec install-exec-am install-html \
805
-	install-html-am install-info install-info-am install-man \
806
-	install-pdf install-pdf-am install-ps install-ps-am \
807
-	install-strip installcheck installcheck-am \
808
-	installcheck-binPROGRAMS installdirs maintainer-clean \
809
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
810
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
811
-	tags uninstall uninstall-am uninstall-binPROGRAMS
799
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
800
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
801
+	ctags ctags-am distclean distclean-compile distclean-generic \
802
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
803
+	html-am info info-am install install-am install-binPROGRAMS \
804
+	install-data install-data-am install-dvi install-dvi-am \
805
+	install-exec install-exec-am install-html install-html-am \
806
+	install-info install-info-am install-man install-pdf \
807
+	install-pdf-am install-ps install-ps-am install-strip \
808
+	installcheck installcheck-am installcheck-binPROGRAMS \
809
+	installdirs maintainer-clean maintainer-clean-generic \
810
+	mostlyclean mostlyclean-compile mostlyclean-generic \
811
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
812
+	uninstall-am uninstall-binPROGRAMS
812 813
 
813 814
 
814 815
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,8 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 bin_PROGRAMS = clamsubmit$(EXEEXT)
57 57
 subdir = clamsubmit
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp
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 \
... ...
@@ -140,6 +185,19 @@ clamsubmit_LDADD = $(LDADD)
140 140
 AM_V_lt = $(am__v_lt_@AM_V@)
141 141
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
142 142
 am__v_lt_0 = --silent
143
+am__v_lt_1 = 
144
+AM_V_P = $(am__v_P_@AM_V@)
145
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
146
+am__v_P_0 = false
147
+am__v_P_1 = :
148
+AM_V_GEN = $(am__v_GEN_@AM_V@)
149
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
150
+am__v_GEN_0 = @echo "  GEN     " $@;
151
+am__v_GEN_1 = 
152
+AM_V_at = $(am__v_at_@AM_V@)
153
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
154
+am__v_at_0 = @
155
+am__v_at_1 = 
143 156
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
144 157
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
145 158
 am__depfiles_maybe = depfiles
... ...
@@ -152,22 +210,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
152 152
 	$(AM_CFLAGS) $(CFLAGS)
153 153
 AM_V_CC = $(am__v_CC_@AM_V@)
154 154
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
155
-am__v_CC_0 = @echo "  CC    " $@;
156
-AM_V_at = $(am__v_at_@AM_V@)
157
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158
-am__v_at_0 = @
155
+am__v_CC_0 = @echo "  CC      " $@;
156
+am__v_CC_1 = 
159 157
 CCLD = $(CC)
160 158
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
161 159
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
162 160
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
163 161
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
164 162
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
165
-am__v_CCLD_0 = @echo "  CCLD  " $@;
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   " $@;
163
+am__v_CCLD_0 = @echo "  CCLD    " $@;
164
+am__v_CCLD_1 = 
169 165
 SOURCES = $(clamsubmit_SOURCES)
170 166
 DIST_SOURCES = $(clamsubmit_SOURCES)
167
+am__can_run_installinfo = \
168
+  case $$AM_UPDATE_INFO_DIR in \
169
+    n|no|NO) false;; \
170
+    *) (install-info --version) >/dev/null 2>&1;; \
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)`
171 189
 ETAGS = etags
172 190
 CTAGS = ctags
173 191
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -426,14 +502,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
426 426
 $(am__aclocal_m4_deps):
427 427
 install-binPROGRAMS: $(bin_PROGRAMS)
428 428
 	@$(NORMAL_INSTALL)
429
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
430 429
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
430
+	if test -n "$$list"; then \
431
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
432
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
433
+	fi; \
431 434
 	for p in $$list; do echo "$$p $$p"; done | \
432 435
 	sed 's/$(EXEEXT)$$//' | \
433
-	while read p p1; do if test -f $$p || test -f $$p1; \
434
-	  then echo "$$p"; echo "$$p"; else :; fi; \
436
+	while read p p1; do if test -f $$p \
437
+	 || test -f $$p1 \
438
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
435 439
 	done | \
436
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
440
+	sed -e 'p;s,.*/,,;n;h' \
441
+	    -e 's|.*|.|' \
437 442
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
438 443
 	sed 'N;N;N;s,\n, ,g' | \
439 444
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -454,7 +535,8 @@ uninstall-binPROGRAMS:
454 454
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
455 455
 	files=`for p in $$list; do echo "$$p"; done | \
456 456
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
457
-	      -e 's/$$/$(EXEEXT)/' `; \
457
+	      -e 's/$$/$(EXEEXT)/' \
458
+	`; \
458 459
 	test -n "$$list" || exit 0; \
459 460
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
460 461
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -483,6 +565,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
483 483
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
484 484
 	  done; \
485 485
 	done; rm -f c$${pid}_.???; exit $$bad
486
+
486 487
 clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) 
487 488
 	@rm -f clamsubmit$(EXEEXT)
488 489
 	$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS)
... ...
@@ -504,14 +587,14 @@ distclean-compile:
504 504
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
505 505
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
506 506
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
507
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
507
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
508 508
 
509 509
 .c.obj:
510 510
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
511 511
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
512 512
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
513 513
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
514
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
514
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
515 515
 
516 516
 .c.lo:
517 517
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -582,26 +665,15 @@ mostlyclean-libtool:
582 582
 clean-libtool:
583 583
 	-rm -rf .libs _libs
584 584
 
585
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
586
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
587
-	unique=`for i in $$list; do \
588
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
589
-	  done | \
590
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
591
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
592
-	mkid -fID $$unique
593
-tags: TAGS
594
-
595
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
596
-		$(TAGS_FILES) $(LISP)
585
+ID: $(am__tagged_files)
586
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
587
+tags: tags-am
588
+TAGS: tags
589
+
590
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
597 591
 	set x; \
598 592
 	here=`pwd`; \
599
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
600
-	unique=`for i in $$list; do \
601
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
602
-	  done | \
603
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
604
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
593
+	$(am__define_uniq_tagged_files); \
605 594
 	shift; \
606 595
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
607 596
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -613,15 +685,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
613 613
 	      $$unique; \
614 614
 	  fi; \
615 615
 	fi
616
-ctags: CTAGS
617
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618
-		$(TAGS_FILES) $(LISP)
619
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
620
-	unique=`for i in $$list; do \
621
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
622
-	  done | \
623
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
624
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
616
+ctags: ctags-am
617
+
618
+CTAGS: ctags
619
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
620
+	$(am__define_uniq_tagged_files); \
625 621
 	test -z "$(CTAGS_ARGS)$$unique" \
626 622
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
627 623
 	     $$unique
... ...
@@ -630,6 +698,21 @@ GTAGS:
630 630
 	here=`$(am__cd) $(top_builddir) && pwd` \
631 631
 	  && $(am__cd) $(top_srcdir) \
632 632
 	  && gtags -i $(GTAGS_ARGS) "$$here"
633
+cscopelist: cscopelist-am
634
+
635
+cscopelist-am: $(am__tagged_files)
636
+	list='$(am__tagged_files)'; \
637
+	case "$(srcdir)" in \
638
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
639
+	  *) sdir=$(subdir)/$(srcdir) ;; \
640
+	esac; \
641
+	for i in $$list; do \
642
+	  if test -f "$$i"; then \
643
+	    echo "$(subdir)/$$i"; \
644
+	  else \
645
+	    echo "$$sdir/$$i"; \
646
+	  fi; \
647
+	done >> $(top_builddir)/cscope.files
633 648
 
634 649
 distclean-tags:
635 650
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -774,19 +857,20 @@ uninstall-am: uninstall-binPROGRAMS
774 774
 
775 775
 .MAKE: install-am install-strip
776 776
 
777
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
778
-	clean-generic clean-libtool ctags distclean distclean-compile \
779
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
780
-	dvi-am html html-am info info-am install install-am \
781
-	install-binPROGRAMS install-data install-data-am install-dvi \
782
-	install-dvi-am install-exec install-exec-am install-html \
783
-	install-html-am install-info install-info-am install-man \
784
-	install-pdf install-pdf-am install-ps install-ps-am \
785
-	install-strip installcheck installcheck-am \
786
-	installcheck-binPROGRAMS installdirs maintainer-clean \
787
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
788
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
789
-	tags uninstall uninstall-am uninstall-binPROGRAMS
777
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
778
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
779
+	ctags ctags-am distclean distclean-compile distclean-generic \
780
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
781
+	html-am info info-am install install-am install-binPROGRAMS \
782
+	install-data install-data-am install-dvi install-dvi-am \
783
+	install-exec install-exec-am install-html install-html-am \
784
+	install-info install-info-am install-man install-pdf \
785
+	install-pdf-am install-ps install-ps-am install-strip \
786
+	installcheck installcheck-am installcheck-binPROGRAMS \
787
+	installdirs maintainer-clean maintainer-clean-generic \
788
+	mostlyclean mostlyclean-compile mostlyclean-generic \
789
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
790
+	uninstall-am uninstall-binPROGRAMS
790 791
 
791 792
 
792 793
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,13 +1,11 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.68 for ClamAV devel.
3
+# Generated by GNU Autoconf 2.69 for ClamAV devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net/>.
6 6
 #
7 7
 #
8
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10
-# Foundation, Inc.
8
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 9
 #
12 10
 #
13 11
 # This configure script is free software; the Free Software Foundation
... ...
@@ -136,6 +134,31 @@ export LANGUAGE
136 136
 # CDPATH.
137 137
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 138
 
139
+# Use a proper internal environment variable to ensure we don't fall
140
+  # into an infinite loop, continuously re-executing ourselves.
141
+  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
142
+    _as_can_reexec=no; export _as_can_reexec;
143
+    # We cannot yet assume a decent shell, so we have to provide a
144
+# neutralization value for shells without unset; and this also
145
+# works around shells that cannot unset nonexistent variables.
146
+# Preserve -v and -x to the replacement shell.
147
+BASH_ENV=/dev/null
148
+ENV=/dev/null
149
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
150
+case $- in # ((((
151
+  *v*x* | *x*v* ) as_opts=-vx ;;
152
+  *v* ) as_opts=-v ;;
153
+  *x* ) as_opts=-x ;;
154
+  * ) as_opts= ;;
155
+esac
156
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
157
+# Admittedly, this is quite paranoid, since all the known shells bail
158
+# out after a failed `exec'.
159
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160
+as_fn_exit 255
161
+  fi
162
+  # We don't want this to propagate to other subprocesses.
163
+          { _as_can_reexec=; unset _as_can_reexec;}
139 164
 if test "x$CONFIG_SHELL" = x; then
140 165
   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 166
   emulate sh
... ...
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
169 169
 else
170 170
   exitcode=1; echo positional parameters were not saved.
171 171
 fi
172
-test x\$exitcode = x0 || exit 1"
172
+test x\$exitcode = x0 || exit 1
173
+test -x / || exit 1"
173 174
   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 175
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 176
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
... ...
@@ -222,21 +246,25 @@ IFS=$as_save_IFS
222 222
 
223 223
 
224 224
       if test "x$CONFIG_SHELL" != x; then :
225
-  # We cannot yet assume a decent shell, so we have to provide a
226
-	# neutralization value for shells without unset; and this also
227
-	# works around shells that cannot unset nonexistent variables.
228
-	# Preserve -v and -x to the replacement shell.
229
-	BASH_ENV=/dev/null
230
-	ENV=/dev/null
231
-	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
232
-	export CONFIG_SHELL
233
-	case $- in # ((((
234
-	  *v*x* | *x*v* ) as_opts=-vx ;;
235
-	  *v* ) as_opts=-v ;;
236
-	  *x* ) as_opts=-x ;;
237
-	  * ) as_opts= ;;
238
-	esac
239
-	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
225
+  export CONFIG_SHELL
226
+             # We cannot yet assume a decent shell, so we have to provide a
227
+# neutralization value for shells without unset; and this also
228
+# works around shells that cannot unset nonexistent variables.
229
+# Preserve -v and -x to the replacement shell.
230
+BASH_ENV=/dev/null
231
+ENV=/dev/null
232
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
233
+case $- in # ((((
234
+  *v*x* | *x*v* ) as_opts=-vx ;;
235
+  *v* ) as_opts=-v ;;
236
+  *x* ) as_opts=-x ;;
237
+  * ) as_opts= ;;
238
+esac
239
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
240
+# Admittedly, this is quite paranoid, since all the known shells bail
241
+# out after a failed `exec'.
242
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
243
+exit 255
240 244
 fi
241 245
 
242 246
     if test x$as_have_required = xno; then :
... ...
@@ -339,6 +367,14 @@ $as_echo X"$as_dir" |
339 339
 
340 340
 
341 341
 } # as_fn_mkdir_p
342
+
343
+# as_fn_executable_p FILE
344
+# -----------------------
345
+# Test if FILE is an executable regular file.
346
+as_fn_executable_p ()
347
+{
348
+  test -f "$1" && test -x "$1"
349
+} # as_fn_executable_p
342 350
 # as_fn_append VAR VALUE
343 351
 # ----------------------
344 352
 # Append the text in VALUE to the end of the definition contained in VAR. Take
... ...
@@ -460,6 +496,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
460 460
   chmod +x "$as_me.lineno" ||
461 461
     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
462 462
 
463
+  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
464
+  # already done that, so ensure we don't try to do so again and fall
465
+  # in an infinite loop.  This has already happened in practice.
466
+  _as_can_reexec=no; export _as_can_reexec
463 467
   # Don't try to exec as it changes $[0], causing all sort of problems
464 468
   # (the dirname of $[0] is not the place where we might find the
465 469
   # original and so on.  Autoconf is especially sensitive to this).
... ...
@@ -494,16 +534,16 @@ if (echo >conf$$.file) 2>/dev/null; then
494 494
     # ... but there are two gotchas:
495 495
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 496
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497
-    # In both cases, we have to default to `cp -p'.
497
+    # In both cases, we have to default to `cp -pR'.
498 498
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499
-      as_ln_s='cp -p'
499
+      as_ln_s='cp -pR'
500 500
   elif ln conf$$.file conf$$ 2>/dev/null; then
501 501
     as_ln_s=ln
502 502
   else
503
-    as_ln_s='cp -p'
503
+    as_ln_s='cp -pR'
504 504
   fi
505 505
 else
506
-  as_ln_s='cp -p'
506
+  as_ln_s='cp -pR'
507 507
 fi
508 508
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 509
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -515,28 +555,8 @@ else
515 515
   as_mkdir_p=false
516 516
 fi
517 517
 
518
-if test -x / >/dev/null 2>&1; then
519
-  as_test_x='test -x'
520
-else
521
-  if ls -dL / >/dev/null 2>&1; then
522
-    as_ls_L_option=L
523
-  else
524
-    as_ls_L_option=
525
-  fi
526
-  as_test_x='
527
-    eval sh -c '\''
528
-      if test -d "$1"; then
529
-	test -d "$1/.";
530
-      else
531
-	case $1 in #(
532
-	-*)set "./$1";;
533
-	esac;
534
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
535
-	???[sx]*):;;*)false;;esac;fi
536
-    '\'' sh
537
-  '
538
-fi
539
-as_executable_p=$as_test_x
518
+as_test_x='test -x'
519
+as_executable_p=as_fn_executable_p
540 520
 
541 521
 # Sed expression to map a string onto a valid CPP name.
542 522
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -1387,8 +1407,6 @@ target=$target_alias
1387 1387
 if test "x$host_alias" != x; then
1388 1388
   if test "x$build_alias" = x; then
1389 1389
     cross_compiling=maybe
1390
-    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1391
-    If a cross compiler is detected then cross compile mode will be used" >&2
1392 1390
   elif test "x$build_alias" != "x$host_alias"; then
1393 1391
     cross_compiling=yes
1394 1392
   fi
... ...
@@ -1553,10 +1571,12 @@ Optional Features:
1553 1553
   --disable-option-checking  ignore unrecognized --enable/--with options
1554 1554
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1555 1555
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1556
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1557
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1558
-  --disable-dependency-tracking  speeds up one-time build
1559
-  --enable-dependency-tracking   do not reject slow dependency extractors
1556
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1557
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1558
+  --enable-dependency-tracking
1559
+                          do not reject slow dependency extractors
1560
+  --disable-dependency-tracking
1561
+                          speeds up one-time build
1560 1562
   --enable-static[=PKGS]  build static libraries [default=no]
1561 1563
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1562 1564
   --enable-fast-install[=PKGS]
... ...
@@ -1741,9 +1761,9 @@ test -n "$ac_init_help" && exit $ac_status
1741 1741
 if $ac_init_version; then
1742 1742
   cat <<\_ACEOF
1743 1743
 ClamAV configure devel
1744
-generated by GNU Autoconf 2.68
1744
+generated by GNU Autoconf 2.69
1745 1745
 
1746
-Copyright (C) 2010 Free Software Foundation, Inc.
1746
+Copyright (C) 2012 Free Software Foundation, Inc.
1747 1747
 This configure script is free software; the Free Software Foundation
1748 1748
 gives unlimited permission to copy, distribute and modify it.
1749 1749
 _ACEOF
... ...
@@ -2020,7 +2040,7 @@ $as_echo "$ac_try_echo"; } >&5
2020 2020
 	 test ! -s conftest.err
2021 2021
        } && test -s conftest$ac_exeext && {
2022 2022
 	 test "$cross_compiling" = yes ||
2023
-	 $as_test_x conftest$ac_exeext
2023
+	 test -x conftest$ac_exeext
2024 2024
        }; then :
2025 2025
   ac_retval=0
2026 2026
 else
... ...
@@ -2210,7 +2230,7 @@ This file contains any messages produced by compilers while
2210 2210
 running configure, to aid debugging if configure makes a mistake.
2211 2211
 
2212 2212
 It was created by ClamAV $as_me devel, which was
2213
-generated by GNU Autoconf 2.68.  Invocation command line was
2213
+generated by GNU Autoconf 2.69.  Invocation command line was
2214 2214
 
2215 2215
   $ $0 $@
2216 2216
 
... ...
@@ -2892,7 +2912,7 @@ done
2892 2892
 
2893 2893
 
2894 2894
 
2895
-am__api_version='1.11'
2895
+am__api_version='1.14'
2896 2896
 
2897 2897
 # Find a good install program.  We prefer a C program (faster),
2898 2898
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2931,7 +2951,7 @@ case $as_dir/ in #((
2931 2931
     # by default.
2932 2932
     for ac_prog in ginstall scoinst install; do
2933 2933
       for ac_exec_ext in '' $ac_executable_extensions; do
2934
-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2934
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2935 2935
 	  if test $ac_prog = install &&
2936 2936
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2937 2937
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2989,9 +3009,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2989 2989
 
2990 2990
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2991 2991
 $as_echo_n "checking whether build environment is sane... " >&6; }
2992
-# Just in case
2993
-sleep 1
2994
-echo timestamp > conftest.file
2995 2992
 # Reject unsafe characters in $srcdir or the absolute working directory
2996 2993
 # name.  Accept space and tab only in the latter.
2997 2994
 am_lf='
... ...
@@ -3002,32 +3019,40 @@ case `pwd` in
3002 3002
 esac
3003 3003
 case $srcdir in
3004 3004
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3005
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3005
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3006 3006
 esac
3007 3007
 
3008
-# Do `set' in a subshell so we don't clobber the current shell's
3008
+# Do 'set' in a subshell so we don't clobber the current shell's
3009 3009
 # arguments.  Must try -L first in case configure is actually a
3010 3010
 # symlink; some systems play weird games with the mod time of symlinks
3011 3011
 # (eg FreeBSD returns the mod time of the symlink's containing
3012 3012
 # directory).
3013 3013
 if (
3014
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3015
-   if test "$*" = "X"; then
3016
-      # -L didn't work.
3017
-      set X `ls -t "$srcdir/configure" conftest.file`
3018
-   fi
3019
-   rm -f conftest.file
3020
-   if test "$*" != "X $srcdir/configure conftest.file" \
3021
-      && test "$*" != "X conftest.file $srcdir/configure"; then
3022
-
3023
-      # If neither matched, then we have a broken ls.  This can happen
3024
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
3025
-      # broken ls alias from the environment.  This has actually
3026
-      # happened.  Such a system could not be considered "sane".
3027
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3028
-alias in your environment" "$LINENO" 5
3029
-   fi
3030
-
3014
+   am_has_slept=no
3015
+   for am_try in 1 2; do
3016
+     echo "timestamp, slept: $am_has_slept" > conftest.file
3017
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3018
+     if test "$*" = "X"; then
3019
+	# -L didn't work.
3020
+	set X `ls -t "$srcdir/configure" conftest.file`
3021
+     fi
3022
+     if test "$*" != "X $srcdir/configure conftest.file" \
3023
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
3024
+
3025
+	# If neither matched, then we have a broken ls.  This can happen
3026
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
3027
+	# broken ls alias from the environment.  This has actually
3028
+	# happened.  Such a system could not be considered "sane".
3029
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3030
+  alias in your environment" "$LINENO" 5
3031
+     fi
3032
+     if test "$2" = conftest.file || test $am_try -eq 2; then
3033
+       break
3034
+     fi
3035
+     # Just in case.
3036
+     sleep 1
3037
+     am_has_slept=yes
3038
+   done
3031 3039
    test "$2" = conftest.file
3032 3040
    )
3033 3041
 then
... ...
@@ -3039,6 +3064,16 @@ Check your system clock" "$LINENO" 5
3039 3039
 fi
3040 3040
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3041 3041
 $as_echo "yes" >&6; }
3042
+# If we didn't sleep, we still need to ensure time stamps of config.status and
3043
+# generated files are strictly newer.
3044
+am_sleep_pid=
3045
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3046
+  ( sleep 1 ) &
3047
+  am_sleep_pid=$!
3048
+fi
3049
+
3050
+rm -f conftest.file
3051
+
3042 3052
 test "$program_prefix" != NONE &&
3043 3053
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3044 3054
 # Use a double $ so make ignores it.
... ...
@@ -3061,12 +3096,12 @@ if test x"${MISSING+set}" != xset; then
3061 3061
   esac
3062 3062
 fi
3063 3063
 # Use eval to expand $SHELL
3064
-if eval "$MISSING --run true"; then
3065
-  am_missing_run="$MISSING --run "
3064
+if eval "$MISSING --is-lightweight"; then
3065
+  am_missing_run="$MISSING "
3066 3066
 else
3067 3067
   am_missing_run=
3068
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3069
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3068
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3069
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3070 3070
 fi
3071 3071
 
3072 3072
 if test x"${install_sh}" != xset; then
... ...
@@ -3078,10 +3113,10 @@ if test x"${install_sh}" != xset; then
3078 3078
   esac
3079 3079
 fi
3080 3080
 
3081
-# Installed binaries are usually stripped using `strip' when the user
3082
-# run `make install-strip'.  However `strip' might not be the right
3081
+# Installed binaries are usually stripped using 'strip' when the user
3082
+# run "make install-strip".  However 'strip' might not be the right
3083 3083
 # tool to use in cross-compilation environments, therefore Automake
3084
-# will honor the `STRIP' environment variable to overrule this program.
3084
+# will honor the 'STRIP' environment variable to overrule this program.
3085 3085
 if test "$cross_compiling" != no; then
3086 3086
   if test -n "$ac_tool_prefix"; then
3087 3087
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3100,7 +3135,7 @@ do
3100 3100
   IFS=$as_save_IFS
3101 3101
   test -z "$as_dir" && as_dir=.
3102 3102
     for ac_exec_ext in '' $ac_executable_extensions; do
3103
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3103
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3104 3104
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3105 3105
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3106 3106
     break 2
... ...
@@ -3140,7 +3175,7 @@ do
3140 3140
   IFS=$as_save_IFS
3141 3141
   test -z "$as_dir" && as_dir=.
3142 3142
     for ac_exec_ext in '' $ac_executable_extensions; do
3143
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3143
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3144 3144
     ac_cv_prog_ac_ct_STRIP="strip"
3145 3145
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3146 3146
     break 2
... ...
@@ -3191,7 +3226,7 @@ do
3191 3191
   test -z "$as_dir" && as_dir=.
3192 3192
     for ac_prog in mkdir gmkdir; do
3193 3193
 	 for ac_exec_ext in '' $ac_executable_extensions; do
3194
-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3194
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3195 3195
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3196 3196
 	     'mkdir (GNU coreutils) '* | \
3197 3197
 	     'mkdir (coreutils) '* | \
... ...
@@ -3220,12 +3255,6 @@ fi
3220 3220
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3221 3221
 $as_echo "$MKDIR_P" >&6; }
3222 3222
 
3223
-mkdir_p="$MKDIR_P"
3224
-case $mkdir_p in
3225
-  [\\/$]* | ?:[\\/]*) ;;
3226
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3227
-esac
3228
-
3229 3223
 for ac_prog in gawk mawk nawk awk
3230 3224
 do
3231 3225
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3244,7 +3273,7 @@ do
3244 3244
   IFS=$as_save_IFS
3245 3245
   test -z "$as_dir" && as_dir=.
3246 3246
     for ac_exec_ext in '' $ac_executable_extensions; do
3247
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3247
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3248 3248
     ac_cv_prog_AWK="$ac_prog"
3249 3249
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3250 3250
     break 2
... ...
@@ -3308,6 +3337,45 @@ else
3308 3308
 fi
3309 3309
 rmdir .tst 2>/dev/null
3310 3310
 
3311
+# Check whether --enable-silent-rules was given.
3312
+if test "${enable_silent_rules+set}" = set; then :
3313
+  enableval=$enable_silent_rules;
3314
+fi
3315
+
3316
+case $enable_silent_rules in # (((
3317
+  yes) AM_DEFAULT_VERBOSITY=0;;
3318
+   no) AM_DEFAULT_VERBOSITY=1;;
3319
+    *) AM_DEFAULT_VERBOSITY=1;;
3320
+esac
3321
+am_make=${MAKE-make}
3322
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3323
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3324
+if ${am_cv_make_support_nested_variables+:} false; then :
3325
+  $as_echo_n "(cached) " >&6
3326
+else
3327
+  if $as_echo 'TRUE=$(BAR$(V))
3328
+BAR0=false
3329
+BAR1=true
3330
+V=1
3331
+am__doit:
3332
+	@$(TRUE)
3333
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3334
+  am_cv_make_support_nested_variables=yes
3335
+else
3336
+  am_cv_make_support_nested_variables=no
3337
+fi
3338
+fi
3339
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3340
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
3341
+if test $am_cv_make_support_nested_variables = yes; then
3342
+    AM_V='$(V)'
3343
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3344
+else
3345
+  AM_V=$AM_DEFAULT_VERBOSITY
3346
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3347
+fi
3348
+AM_BACKSLASH='\'
3349
+
3311 3350
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3312 3351
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3313 3352
   # is not polluted with repeated "-I."
... ...
@@ -3349,6 +3417,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3349 3349
 
3350 3350
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3351 3351
 
3352
+# For better backward compatibility.  To be removed once Automake 1.9.x
3353
+# dies out for good.  For more background, see:
3354
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3355
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3356
+mkdir_p='$(MKDIR_P)'
3357
+
3352 3358
 # We need awk for the "check" target.  The system "awk" is bad on
3353 3359
 # some platforms.
3354 3360
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3356,101 +3430,182 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3356 3356
 AMTAR='$${TAR-tar}'
3357 3357
 
3358 3358
 
3359
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3360
-$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3361
-# Loop over all known methods to create a tar archive until one works.
3359
+# We'll loop over all known methods to create a tar archive until one works.
3362 3360
 _am_tools='gnutar plaintar pax cpio none'
3363
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3364
-# Do not fold the above two line into one, because Tru64 sh and
3365
-# Solaris sh will not grok spaces in the rhs of `-'.
3366
-for _am_tool in $_am_tools
3367
-do
3368
-  case $_am_tool in
3369
-  gnutar)
3370
-    for _am_tar in tar gnutar gtar;
3371
-    do
3372
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3361
+
3362
+# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3363
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
3364
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3365
+      # and bug#13588).
3366
+      am_max_uid=2097151 # 2^21 - 1
3367
+      am_max_gid=$am_max_uid
3368
+      # The $UID and $GID variables are not portable, so we need to resort
3369
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
3370
+      # below are definitely unexpected, so allow the users to see them
3371
+      # (that is, avoid stderr redirection).
3372
+      am_uid=`id -u || echo unknown`
3373
+      am_gid=`id -g || echo unknown`
3374
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3375
+$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3376
+      if test $am_uid -le $am_max_uid; then
3377
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3378
+$as_echo "yes" >&6; }
3379
+      else
3380
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3381
+$as_echo "no" >&6; }
3382
+         _am_tools=none
3383
+      fi
3384
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3385
+$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3386
+      if test $am_gid -le $am_max_gid; then
3387
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3388
+$as_echo "yes" >&6; }
3389
+      else
3390
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3391
+$as_echo "no" >&6; }
3392
+        _am_tools=none
3393
+      fi
3394
+
3395
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3396
+$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3397
+
3398
+  # Go ahead even if we have the value already cached.  We do so because we
3399
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
3400
+  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3401
+
3402
+  for _am_tool in $_am_tools; do
3403
+    case $_am_tool in
3404
+    gnutar)
3405
+      for _am_tar in tar gnutar gtar; do
3406
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3373 3407
    ($_am_tar --version) >&5 2>&5
3374 3408
    ac_status=$?
3375 3409
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3376 3410
    (exit $ac_status); } && break
3377
-    done
3378
-    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3379
-    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3380
-    am__untar="$_am_tar -xf -"
3381
-    ;;
3382
-  plaintar)
3383
-    # Must skip GNU tar: if it does not support --format= it doesn't create
3384
-    # ustar tarball either.
3385
-    (tar --version) >/dev/null 2>&1 && continue
3386
-    am__tar='tar chf - "$$tardir"'
3387
-    am__tar_='tar chf - "$tardir"'
3388
-    am__untar='tar xf -'
3389
-    ;;
3390
-  pax)
3391
-    am__tar='pax -L -x ustar -w "$$tardir"'
3392
-    am__tar_='pax -L -x ustar -w "$tardir"'
3393
-    am__untar='pax -r'
3394
-    ;;
3395
-  cpio)
3396
-    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3397
-    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3398
-    am__untar='cpio -i -H ustar -d'
3399
-    ;;
3400
-  none)
3401
-    am__tar=false
3402
-    am__tar_=false
3403
-    am__untar=false
3404
-    ;;
3405
-  esac
3411
+      done
3412
+      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3413
+      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3414
+      am__untar="$_am_tar -xf -"
3415
+      ;;
3416
+    plaintar)
3417
+      # Must skip GNU tar: if it does not support --format= it doesn't create
3418
+      # ustar tarball either.
3419
+      (tar --version) >/dev/null 2>&1 && continue
3420
+      am__tar='tar chf - "$$tardir"'
3421
+      am__tar_='tar chf - "$tardir"'
3422
+      am__untar='tar xf -'
3423
+      ;;
3424
+    pax)
3425
+      am__tar='pax -L -x ustar -w "$$tardir"'
3426
+      am__tar_='pax -L -x ustar -w "$tardir"'
3427
+      am__untar='pax -r'
3428
+      ;;
3429
+    cpio)
3430
+      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3431
+      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3432
+      am__untar='cpio -i -H ustar -d'
3433
+      ;;
3434
+    none)
3435
+      am__tar=false
3436
+      am__tar_=false
3437
+      am__untar=false
3438
+      ;;
3439
+    esac
3406 3440
 
3407
-  # If the value was cached, stop now.  We just wanted to have am__tar
3408
-  # and am__untar set.
3409
-  test -n "${am_cv_prog_tar_ustar}" && break
3441
+    # If the value was cached, stop now.  We just wanted to have am__tar
3442
+    # and am__untar set.
3443
+    test -n "${am_cv_prog_tar_ustar}" && break
3410 3444
 
3411
-  # tar/untar a dummy directory, and stop if the command works
3412
-  rm -rf conftest.dir
3413
-  mkdir conftest.dir
3414
-  echo GrepMe > conftest.dir/file
3415
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3445
+    # tar/untar a dummy directory, and stop if the command works.
3446
+    rm -rf conftest.dir
3447
+    mkdir conftest.dir
3448
+    echo GrepMe > conftest.dir/file
3449
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3416 3450
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3417 3451
    ac_status=$?
3418 3452
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3419 3453
    (exit $ac_status); }
3420
-  rm -rf conftest.dir
3421
-  if test -s conftest.tar; then
3422
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3454
+    rm -rf conftest.dir
3455
+    if test -s conftest.tar; then
3456
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3423 3457
    ($am__untar <conftest.tar) >&5 2>&5
3424 3458
    ac_status=$?
3425 3459
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3426 3460
    (exit $ac_status); }
3427
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3428
-  fi
3429
-done
3430
-rm -rf conftest.dir
3461
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3462
+   (cat conftest.dir/file) >&5 2>&5
3463
+   ac_status=$?
3464
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465
+   (exit $ac_status); }
3466
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3467
+    fi
3468
+  done
3469
+  rm -rf conftest.dir
3431 3470
 
3432
-if ${am_cv_prog_tar_ustar+:} false; then :
3471
+  if ${am_cv_prog_tar_ustar+:} false; then :
3433 3472
   $as_echo_n "(cached) " >&6
3434 3473
 else
3435 3474
   am_cv_prog_tar_ustar=$_am_tool
3436 3475
 fi
3437 3476
 
3438
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3477
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3439 3478
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3440 3479
 
3441 3480
 
3442 3481
 
3443 3482
 
3444 3483
 
3484
+
3485
+# POSIX will say in a future version that running "rm -f" with no argument
3486
+# is OK; and we want to be able to make that assumption in our Makefile
3487
+# recipes.  So use an aggressive probe to check that the usage we want is
3488
+# actually supported "in the wild" to an acceptable degree.
3489
+# See automake bug#10828.
3490
+# To make any issue more visible, cause the running configure to be aborted
3491
+# by default if the 'rm' program in use doesn't match our expectations; the
3492
+# user can still override this though.
3493
+if rm -f && rm -fr && rm -rf; then : OK; else
3494
+  cat >&2 <<'END'
3495
+Oops!
3496
+
3497
+Your 'rm' program seems unable to run without file operands specified
3498
+on the command line, even when the '-f' option is present.  This is contrary
3499
+to the behaviour of most rm programs out there, and not conforming with
3500
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3501
+
3502
+Please tell bug-automake@gnu.org about your system, including the value
3503
+of your $PATH and any error possibly output before this message.  This
3504
+can help us improve future automake versions.
3505
+
3506
+END
3507
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3508
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3509
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3510
+    echo >&2
3511
+  else
3512
+    cat >&2 <<'END'
3513
+Aborting the configuration process, to ensure you take notice of the issue.
3514
+
3515
+You can download and install GNU coreutils to get an 'rm' implementation
3516
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3517
+
3518
+If you want to complete the configuration process using your problematic
3519
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3520
+to "yes", and re-run configure.
3521
+
3522
+END
3523
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3524
+  fi
3525
+fi
3445 3526
 # Check whether --enable-silent-rules was given.
3446 3527
 if test "${enable_silent_rules+set}" = set; then :
3447 3528
   enableval=$enable_silent_rules;
3448 3529
 fi
3449 3530
 
3450
-case $enable_silent_rules in
3451
-yes) AM_DEFAULT_VERBOSITY=0;;
3452
-no)  AM_DEFAULT_VERBOSITY=1;;
3453
-*)   AM_DEFAULT_VERBOSITY=0;;
3531
+case $enable_silent_rules in # (((
3532
+  yes) AM_DEFAULT_VERBOSITY=0;;
3533
+   no) AM_DEFAULT_VERBOSITY=1;;
3534
+    *) AM_DEFAULT_VERBOSITY=0;;
3454 3535
 esac
3455 3536
 am_make=${MAKE-make}
3456 3537
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3504,7 +3659,7 @@ am__quote=
3504 3504
 _am_result=none
3505 3505
 # First try GNU make style include.
3506 3506
 echo "include confinc" > confmf
3507
-# Ignore all kinds of additional output from `make'.
3507
+# Ignore all kinds of additional output from 'make'.
3508 3508
 case `$am_make -s -f confmf 2> /dev/null` in #(
3509 3509
 *the\ am__doit\ target*)
3510 3510
   am__include=include
... ...
@@ -3570,7 +3725,7 @@ do
3570 3570
   IFS=$as_save_IFS
3571 3571
   test -z "$as_dir" && as_dir=.
3572 3572
     for ac_exec_ext in '' $ac_executable_extensions; do
3573
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3573
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3574 3574
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3575 3575
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3576 3576
     break 2
... ...
@@ -3610,7 +3765,7 @@ do
3610 3610
   IFS=$as_save_IFS
3611 3611
   test -z "$as_dir" && as_dir=.
3612 3612
     for ac_exec_ext in '' $ac_executable_extensions; do
3613
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3613
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3614 3614
     ac_cv_prog_ac_ct_CC="gcc"
3615 3615
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3616 3616
     break 2
... ...
@@ -3663,7 +3818,7 @@ do
3663 3663
   IFS=$as_save_IFS
3664 3664
   test -z "$as_dir" && as_dir=.
3665 3665
     for ac_exec_ext in '' $ac_executable_extensions; do
3666
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3666
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3667 3667
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3668 3668
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3669 3669
     break 2
... ...
@@ -3704,7 +3859,7 @@ do
3704 3704
   IFS=$as_save_IFS
3705 3705
   test -z "$as_dir" && as_dir=.
3706 3706
     for ac_exec_ext in '' $ac_executable_extensions; do
3707
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3707
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3708 3708
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3709 3709
        ac_prog_rejected=yes
3710 3710
        continue
... ...
@@ -3762,7 +3917,7 @@ do
3762 3762
   IFS=$as_save_IFS
3763 3763
   test -z "$as_dir" && as_dir=.
3764 3764
     for ac_exec_ext in '' $ac_executable_extensions; do
3765
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3765
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3766 3766
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3767 3767
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3768 3768
     break 2
... ...
@@ -3806,7 +3961,7 @@ do
3806 3806
   IFS=$as_save_IFS
3807 3807
   test -z "$as_dir" && as_dir=.
3808 3808
     for ac_exec_ext in '' $ac_executable_extensions; do
3809
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3809
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3810 3810
     ac_cv_prog_ac_ct_CC="$ac_prog"
3811 3811
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3812 3812
     break 2
... ...
@@ -4252,8 +4407,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4252 4252
 /* end confdefs.h.  */
4253 4253
 #include <stdarg.h>
4254 4254
 #include <stdio.h>
4255
-#include <sys/types.h>
4256
-#include <sys/stat.h>
4255
+struct stat;
4257 4256
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4258 4257
 struct buf { int x; };
4259 4258
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4338,6 +4492,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4338 4338
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4339 4339
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4340 4340
 
4341
+ac_ext=c
4342
+ac_cpp='$CPP $CPPFLAGS'
4343
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4344
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4345
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4346
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4347
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4348
+if ${am_cv_prog_cc_c_o+:} false; then :
4349
+  $as_echo_n "(cached) " >&6
4350
+else
4351
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4352
+/* end confdefs.h.  */
4353
+
4354
+int
4355
+main ()
4356
+{
4357
+
4358
+  ;
4359
+  return 0;
4360
+}
4361
+_ACEOF
4362
+  # Make sure it works both with $CC and with simple cc.
4363
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4364
+  # compilers refuse to overwrite an existing .o file with -o,
4365
+  # though they will create one.
4366
+  am_cv_prog_cc_c_o=yes
4367
+  for am_i in 1 2; do
4368
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4369
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4370
+   ac_status=$?
4371
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4372
+   (exit $ac_status); } \
4373
+         && test -f conftest2.$ac_objext; then
4374
+      : OK
4375
+    else
4376
+      am_cv_prog_cc_c_o=no
4377
+      break
4378
+    fi
4379
+  done
4380
+  rm -f core conftest*
4381
+  unset am_i
4382
+fi
4383
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4384
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4385
+if test "$am_cv_prog_cc_c_o" != yes; then
4386
+   # Losing compiler, so override with the script.
4387
+   # FIXME: It is wrong to rewrite CC.
4388
+   # But if we don't then we get into trouble of one sort or another.
4389
+   # A longer-term fix would be to have automake use am__CC in this case,
4390
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4391
+   CC="$am_aux_dir/compile $CC"
4392
+fi
4393
+ac_ext=c
4394
+ac_cpp='$CPP $CPPFLAGS'
4395
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4396
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4397
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4398
+
4399
+
4341 4400
 depcc="$CC"   am_compiler_list=
4342 4401
 
4343 4402
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4349,8 +4562,8 @@ else
4349 4349
   # We make a subdir and do the tests there.  Otherwise we can end up
4350 4350
   # making bogus files that we don't know about and never remove.  For
4351 4351
   # instance it was reported that on HP-UX the gcc test will end up
4352
-  # making a dummy file named `D' -- because `-MD' means `put the output
4353
-  # in D'.
4352
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4353
+  # in D".
4354 4354
   rm -rf conftest.dir
4355 4355
   mkdir conftest.dir
4356 4356
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4385,16 +4598,16 @@ else
4385 4385
     : > sub/conftest.c
4386 4386
     for i in 1 2 3 4 5 6; do
4387 4387
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4388
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4389
-      # Solaris 8's {/usr,}/bin/sh.
4390
-      touch sub/conftst$i.h
4388
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4389
+      # Solaris 10 /bin/sh.
4390
+      echo '/* dummy */' > sub/conftst$i.h
4391 4391
     done
4392 4392
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4393 4393
 
4394
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4394
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4395 4395
     # mode.  It turns out that the SunPro C++ compiler does not properly
4396
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4397
-    # versions had trouble with output in subdirs
4396
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4397
+    # versions had trouble with output in subdirs.
4398 4398
     am__obj=sub/conftest.${OBJEXT-o}
4399 4399
     am__minus_obj="-o $am__obj"
4400 4400
     case $depmode in
... ...
@@ -4403,8 +4616,8 @@ else
4403 4403
       test "$am__universal" = false || continue
4404 4404
       ;;
4405 4405
     nosideeffect)
4406
-      # after this tag, mechanisms are not by side-effect, so they'll
4407
-      # only be used when explicitly requested
4406
+      # After this tag, mechanisms are not by side-effect, so they'll
4407
+      # only be used when explicitly requested.
4408 4408
       if test "x$enable_dependency_tracking" = xyes; then
4409 4409
 	continue
4410 4410
       else
... ...
@@ -4412,7 +4625,7 @@ else
4412 4412
       fi
4413 4413
       ;;
4414 4414
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4415
-      # This compiler won't grok `-c -o', but also, the minuso test has
4415
+      # This compiler won't grok '-c -o', but also, the minuso test has
4416 4416
       # not run yet.  These depmodes are late enough in the game, and
4417 4417
       # so weak that their functioning should not be impacted.
4418 4418
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4621,7 +4834,7 @@ do
4621 4621
     for ac_prog in grep ggrep; do
4622 4622
     for ac_exec_ext in '' $ac_executable_extensions; do
4623 4623
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4624
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4624
+      as_fn_executable_p "$ac_path_GREP" || continue
4625 4625
 # Check for GNU ac_path_GREP and select it if it is found.
4626 4626
   # Check for GNU $ac_path_GREP
4627 4627
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4687,7 +4900,7 @@ do
4687 4687
     for ac_prog in egrep; do
4688 4688
     for ac_exec_ext in '' $ac_executable_extensions; do
4689 4689
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4690
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4690
+      as_fn_executable_p "$ac_path_EGREP" || continue
4691 4691
 # Check for GNU ac_path_EGREP and select it if it is found.
4692 4692
   # Check for GNU $ac_path_EGREP
4693 4693
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -4894,8 +5107,8 @@ else
4894 4894
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4895 4895
 /* end confdefs.h.  */
4896 4896
 
4897
-#	  define __EXTENSIONS__ 1
4898
-	  $ac_includes_default
4897
+#         define __EXTENSIONS__ 1
4898
+          $ac_includes_default
4899 4899
 int
4900 4900
 main ()
4901 4901
 {
... ...
@@ -5083,7 +5296,7 @@ do
5083 5083
     for ac_prog in sed gsed; do
5084 5084
     for ac_exec_ext in '' $ac_executable_extensions; do
5085 5085
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5086
-      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5086
+      as_fn_executable_p "$ac_path_SED" || continue
5087 5087
 # Check for GNU ac_path_SED and select it if it is found.
5088 5088
   # Check for GNU $ac_path_SED
5089 5089
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5162,7 +5375,7 @@ do
5162 5162
     for ac_prog in fgrep; do
5163 5163
     for ac_exec_ext in '' $ac_executable_extensions; do
5164 5164
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5165
-      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5165
+      as_fn_executable_p "$ac_path_FGREP" || continue
5166 5166
 # Check for GNU ac_path_FGREP and select it if it is found.
5167 5167
   # Check for GNU $ac_path_FGREP
5168 5168
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5418,7 +5631,7 @@ do
5418 5418
   IFS=$as_save_IFS
5419 5419
   test -z "$as_dir" && as_dir=.
5420 5420
     for ac_exec_ext in '' $ac_executable_extensions; do
5421
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5421
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5422 5422
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5423 5423
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5424 5424
     break 2
... ...
@@ -5462,7 +5675,7 @@ do
5462 5462
   IFS=$as_save_IFS
5463 5463
   test -z "$as_dir" && as_dir=.
5464 5464
     for ac_exec_ext in '' $ac_executable_extensions; do
5465
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5465
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5466 5466
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5467 5467
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5468 5468
     break 2
... ...
@@ -5886,7 +6099,7 @@ do
5886 5886
   IFS=$as_save_IFS
5887 5887
   test -z "$as_dir" && as_dir=.
5888 5888
     for ac_exec_ext in '' $ac_executable_extensions; do
5889
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5889
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5890 5890
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5891 5891
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5892 5892
     break 2
... ...
@@ -5926,7 +6139,7 @@ do
5926 5926
   IFS=$as_save_IFS
5927 5927
   test -z "$as_dir" && as_dir=.
5928 5928
     for ac_exec_ext in '' $ac_executable_extensions; do
5929
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5929
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5930 5930
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5931 5931
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5932 5932
     break 2
... ...
@@ -6232,7 +6445,7 @@ do
6232 6232
   IFS=$as_save_IFS
6233 6233
   test -z "$as_dir" && as_dir=.
6234 6234
     for ac_exec_ext in '' $ac_executable_extensions; do
6235
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6235
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6236 6236
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6237 6237
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6238 6238
     break 2
... ...
@@ -6272,7 +6485,7 @@ do
6272 6272
   IFS=$as_save_IFS
6273 6273
   test -z "$as_dir" && as_dir=.
6274 6274
     for ac_exec_ext in '' $ac_executable_extensions; do
6275
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6275
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6276 6276
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6277 6277
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6278 6278
     break 2
... ...
@@ -6375,7 +6588,7 @@ do
6375 6375
   IFS=$as_save_IFS
6376 6376
   test -z "$as_dir" && as_dir=.
6377 6377
     for ac_exec_ext in '' $ac_executable_extensions; do
6378
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6378
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6379 6379
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6380 6380
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6381 6381
     break 2
... ...
@@ -6419,7 +6632,7 @@ do
6419 6419
   IFS=$as_save_IFS
6420 6420
   test -z "$as_dir" && as_dir=.
6421 6421
     for ac_exec_ext in '' $ac_executable_extensions; do
6422
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6422
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6423 6423
     ac_cv_prog_ac_ct_AR="$ac_prog"
6424 6424
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6425 6425
     break 2
... ...
@@ -6544,7 +6757,7 @@ do
6544 6544
   IFS=$as_save_IFS
6545 6545
   test -z "$as_dir" && as_dir=.
6546 6546
     for ac_exec_ext in '' $ac_executable_extensions; do
6547
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6547
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6548 6548
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6549 6549
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6550 6550
     break 2
... ...
@@ -6584,7 +6797,7 @@ do
6584 6584
   IFS=$as_save_IFS
6585 6585
   test -z "$as_dir" && as_dir=.
6586 6586
     for ac_exec_ext in '' $ac_executable_extensions; do
6587
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6587
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6588 6588
     ac_cv_prog_ac_ct_STRIP="strip"
6589 6589
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6590 6590
     break 2
... ...
@@ -6643,7 +6856,7 @@ do
6643 6643
   IFS=$as_save_IFS
6644 6644
   test -z "$as_dir" && as_dir=.
6645 6645
     for ac_exec_ext in '' $ac_executable_extensions; do
6646
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6646
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6647 6647
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6648 6648
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6649 6649
     break 2
... ...
@@ -6683,7 +6896,7 @@ do
6683 6683
   IFS=$as_save_IFS
6684 6684
   test -z "$as_dir" && as_dir=.
6685 6685
     for ac_exec_ext in '' $ac_executable_extensions; do
6686
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6686
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6687 6687
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6688 6688
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6689 6689
     break 2
... ...
@@ -7332,7 +7545,7 @@ do
7332 7332
   IFS=$as_save_IFS
7333 7333
   test -z "$as_dir" && as_dir=.
7334 7334
     for ac_exec_ext in '' $ac_executable_extensions; do
7335
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7335
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7336 7336
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7337 7337
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7338 7338
     break 2
... ...
@@ -7372,7 +7585,7 @@ do
7372 7372
   IFS=$as_save_IFS
7373 7373
   test -z "$as_dir" && as_dir=.
7374 7374
     for ac_exec_ext in '' $ac_executable_extensions; do
7375
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7375
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7376 7376
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7377 7377
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7378 7378
     break 2
... ...
@@ -7452,7 +7665,7 @@ do
7452 7452
   IFS=$as_save_IFS
7453 7453
   test -z "$as_dir" && as_dir=.
7454 7454
     for ac_exec_ext in '' $ac_executable_extensions; do
7455
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7456 7456
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7457 7457
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7458 7458
     break 2
... ...
@@ -7492,7 +7705,7 @@ do
7492 7492
   IFS=$as_save_IFS
7493 7493
   test -z "$as_dir" && as_dir=.
7494 7494
     for ac_exec_ext in '' $ac_executable_extensions; do
7495
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7495
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7496 7496
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7497 7497
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7498 7498
     break 2
... ...
@@ -7544,7 +7757,7 @@ do
7544 7544
   IFS=$as_save_IFS
7545 7545
   test -z "$as_dir" && as_dir=.
7546 7546
     for ac_exec_ext in '' $ac_executable_extensions; do
7547
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7547
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7548 7548
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7549 7549
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7550 7550
     break 2
... ...
@@ -7584,7 +7797,7 @@ do
7584 7584
   IFS=$as_save_IFS
7585 7585
   test -z "$as_dir" && as_dir=.
7586 7586
     for ac_exec_ext in '' $ac_executable_extensions; do
7587
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7587
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7588 7588
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7589 7589
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7590 7590
     break 2
... ...
@@ -7636,7 +7849,7 @@ do
7636 7636
   IFS=$as_save_IFS
7637 7637
   test -z "$as_dir" && as_dir=.
7638 7638
     for ac_exec_ext in '' $ac_executable_extensions; do
7639
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7639
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7640 7640
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7641 7641
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7642 7642
     break 2
... ...
@@ -7676,7 +7889,7 @@ do
7676 7676
   IFS=$as_save_IFS
7677 7677
   test -z "$as_dir" && as_dir=.
7678 7678
     for ac_exec_ext in '' $ac_executable_extensions; do
7679
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7679
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7680 7680
     ac_cv_prog_ac_ct_LIPO="lipo"
7681 7681
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7682 7682
     break 2
... ...
@@ -7728,7 +7941,7 @@ do
7728 7728
   IFS=$as_save_IFS
7729 7729
   test -z "$as_dir" && as_dir=.
7730 7730
     for ac_exec_ext in '' $ac_executable_extensions; do
7731
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7731
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7732 7732
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7733 7733
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7734 7734
     break 2
... ...
@@ -7768,7 +7981,7 @@ do
7768 7768
   IFS=$as_save_IFS
7769 7769
   test -z "$as_dir" && as_dir=.
7770 7770
     for ac_exec_ext in '' $ac_executable_extensions; do
7771
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7771
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7772 7772
     ac_cv_prog_ac_ct_OTOOL="otool"
7773 7773
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7774 7774
     break 2
... ...
@@ -7820,7 +8033,7 @@ do
7820 7820
   IFS=$as_save_IFS
7821 7821
   test -z "$as_dir" && as_dir=.
7822 7822
     for ac_exec_ext in '' $ac_executable_extensions; do
7823
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7823
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7824 7824
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
7825 7825
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7826 7826
     break 2
... ...
@@ -7860,7 +8073,7 @@ do
7860 7860
   IFS=$as_save_IFS
7861 7861
   test -z "$as_dir" && as_dir=.
7862 7862
     for ac_exec_ext in '' $ac_executable_extensions; do
7863
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7863
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7864 7864
     ac_cv_prog_ac_ct_OTOOL64="otool64"
7865 7865
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7866 7866
     break 2
... ...
@@ -13171,7 +13384,7 @@ do
13171 13171
   IFS=$as_save_IFS
13172 13172
   test -z "$as_dir" && as_dir=.
13173 13173
     for ac_exec_ext in '' $ac_executable_extensions; do
13174
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13174
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13175 13175
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
13176 13176
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13177 13177
     break 2
... ...
@@ -13211,7 +13424,7 @@ do
13211 13211
   IFS=$as_save_IFS
13212 13212
   test -z "$as_dir" && as_dir=.
13213 13213
     for ac_exec_ext in '' $ac_executable_extensions; do
13214
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13214
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13215 13215
     ac_cv_prog_ac_ct_CC="gcc"
13216 13216
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13217 13217
     break 2
... ...
@@ -13264,7 +13477,7 @@ do
13264 13264
   IFS=$as_save_IFS
13265 13265
   test -z "$as_dir" && as_dir=.
13266 13266
     for ac_exec_ext in '' $ac_executable_extensions; do
13267
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13267
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13268 13268
     ac_cv_prog_CC="${ac_tool_prefix}cc"
13269 13269
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13270 13270
     break 2
... ...
@@ -13305,7 +13518,7 @@ do
13305 13305
   IFS=$as_save_IFS
13306 13306
   test -z "$as_dir" && as_dir=.
13307 13307
     for ac_exec_ext in '' $ac_executable_extensions; do
13308
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13308
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13309 13309
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
13310 13310
        ac_prog_rejected=yes
13311 13311
        continue
... ...
@@ -13363,7 +13576,7 @@ do
13363 13363
   IFS=$as_save_IFS
13364 13364
   test -z "$as_dir" && as_dir=.
13365 13365
     for ac_exec_ext in '' $ac_executable_extensions; do
13366
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13366
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13367 13367
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13368 13368
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13369 13369
     break 2
... ...
@@ -13407,7 +13620,7 @@ do
13407 13407
   IFS=$as_save_IFS
13408 13408
   test -z "$as_dir" && as_dir=.
13409 13409
     for ac_exec_ext in '' $ac_executable_extensions; do
13410
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13410
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13411 13411
     ac_cv_prog_ac_ct_CC="$ac_prog"
13412 13412
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13413 13413
     break 2
... ...
@@ -13603,8 +13816,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13603 13603
 /* end confdefs.h.  */
13604 13604
 #include <stdarg.h>
13605 13605
 #include <stdio.h>
13606
-#include <sys/types.h>
13607
-#include <sys/stat.h>
13606
+struct stat;
13608 13607
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
13609 13608
 struct buf { int x; };
13610 13609
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -13689,6 +13901,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13689 13689
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13690 13690
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13691 13691
 
13692
+ac_ext=c
13693
+ac_cpp='$CPP $CPPFLAGS'
13694
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13695
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13696
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13697
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
13698
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
13699
+if ${am_cv_prog_cc_c_o+:} false; then :
13700
+  $as_echo_n "(cached) " >&6
13701
+else
13702
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13703
+/* end confdefs.h.  */
13704
+
13705
+int
13706
+main ()
13707
+{
13708
+
13709
+  ;
13710
+  return 0;
13711
+}
13712
+_ACEOF
13713
+  # Make sure it works both with $CC and with simple cc.
13714
+  # Following AC_PROG_CC_C_O, we do the test twice because some
13715
+  # compilers refuse to overwrite an existing .o file with -o,
13716
+  # though they will create one.
13717
+  am_cv_prog_cc_c_o=yes
13718
+  for am_i in 1 2; do
13719
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
13720
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
13721
+   ac_status=$?
13722
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13723
+   (exit $ac_status); } \
13724
+         && test -f conftest2.$ac_objext; then
13725
+      : OK
13726
+    else
13727
+      am_cv_prog_cc_c_o=no
13728
+      break
13729
+    fi
13730
+  done
13731
+  rm -f core conftest*
13732
+  unset am_i
13733
+fi
13734
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
13735
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
13736
+if test "$am_cv_prog_cc_c_o" != yes; then
13737
+   # Losing compiler, so override with the script.
13738
+   # FIXME: It is wrong to rewrite CC.
13739
+   # But if we don't then we get into trouble of one sort or another.
13740
+   # A longer-term fix would be to have automake use am__CC in this case,
13741
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
13742
+   CC="$am_aux_dir/compile $CC"
13743
+fi
13744
+ac_ext=c
13745
+ac_cpp='$CPP $CPPFLAGS'
13746
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13747
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13748
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
13749
+
13750
+
13692 13751
 depcc="$CC"   am_compiler_list=
13693 13752
 
13694 13753
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -13700,8 +13971,8 @@ else
13700 13700
   # We make a subdir and do the tests there.  Otherwise we can end up
13701 13701
   # making bogus files that we don't know about and never remove.  For
13702 13702
   # instance it was reported that on HP-UX the gcc test will end up
13703
-  # making a dummy file named `D' -- because `-MD' means `put the output
13704
-  # in D'.
13703
+  # making a dummy file named 'D' -- because '-MD' means "put the output
13704
+  # in D".
13705 13705
   rm -rf conftest.dir
13706 13706
   mkdir conftest.dir
13707 13707
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -13736,16 +14007,16 @@ else
13736 13736
     : > sub/conftest.c
13737 13737
     for i in 1 2 3 4 5 6; do
13738 13738
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
13739
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13740
-      # Solaris 8's {/usr,}/bin/sh.
13741
-      touch sub/conftst$i.h
13739
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
13740
+      # Solaris 10 /bin/sh.
13741
+      echo '/* dummy */' > sub/conftst$i.h
13742 13742
     done
13743 13743
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13744 13744
 
13745
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
13745
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
13746 13746
     # mode.  It turns out that the SunPro C++ compiler does not properly
13747
-    # handle `-M -o', and we need to detect this.  Also, some Intel
13748
-    # versions had trouble with output in subdirs
13747
+    # handle '-M -o', and we need to detect this.  Also, some Intel
13748
+    # versions had trouble with output in subdirs.
13749 13749
     am__obj=sub/conftest.${OBJEXT-o}
13750 13750
     am__minus_obj="-o $am__obj"
13751 13751
     case $depmode in
... ...
@@ -13754,8 +14025,8 @@ else
13754 13754
       test "$am__universal" = false || continue
13755 13755
       ;;
13756 13756
     nosideeffect)
13757
-      # after this tag, mechanisms are not by side-effect, so they'll
13758
-      # only be used when explicitly requested
13757
+      # After this tag, mechanisms are not by side-effect, so they'll
13758
+      # only be used when explicitly requested.
13759 13759
       if test "x$enable_dependency_tracking" = xyes; then
13760 13760
 	continue
13761 13761
       else
... ...
@@ -13763,7 +14034,7 @@ else
13763 13763
       fi
13764 13764
       ;;
13765 13765
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
13766
-      # This compiler won't grok `-c -o', but also, the minuso test has
13766
+      # This compiler won't grok '-c -o', but also, the minuso test has
13767 13767
       # not run yet.  These depmodes are late enough in the game, and
13768 13768
       # so weak that their functioning should not be impacted.
13769 13769
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -13835,7 +14106,7 @@ do
13835 13835
   IFS=$as_save_IFS
13836 13836
   test -z "$as_dir" && as_dir=.
13837 13837
     for ac_exec_ext in '' $ac_executable_extensions; do
13838
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13838
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13839 13839
     ac_cv_prog_LEX="$ac_prog"
13840 13840
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13841 13841
     break 2
... ...
@@ -13867,7 +14138,8 @@ a { ECHO; }
13867 13867
 b { REJECT; }
13868 13868
 c { yymore (); }
13869 13869
 d { yyless (1); }
13870
-e { yyless (input () != 0); }
13870
+e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
13871
+    yyless ((input () != 0)); }
13871 13872
 f { unput (yytext[0]); }
13872 13873
 . { BEGIN INITIAL; }
13873 13874
 %%
... ...
@@ -13996,7 +14268,7 @@ do
13996 13996
   IFS=$as_save_IFS
13997 13997
   test -z "$as_dir" && as_dir=.
13998 13998
     for ac_exec_ext in '' $ac_executable_extensions; do
13999
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13999
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14000 14000
     ac_cv_prog_YACC="$ac_prog"
14001 14001
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14002 14002
     break 2
... ...
@@ -14338,11 +14610,11 @@ else
14338 14338
 int
14339 14339
 main ()
14340 14340
 {
14341
-/* FIXME: Include the comments suggested by Paul. */
14341
+
14342 14342
 #ifndef __cplusplus
14343
-  /* Ultrix mips cc rejects this.  */
14343
+  /* Ultrix mips cc rejects this sort of thing.  */
14344 14344
   typedef int charset[2];
14345
-  const charset cs;
14345
+  const charset cs = { 0, 0 };
14346 14346
   /* SunOS 4.1.1 cc rejects this.  */
14347 14347
   char const *const *pcpcc;
14348 14348
   char **ppc;
... ...
@@ -14359,8 +14631,9 @@ main ()
14359 14359
   ++pcpcc;
14360 14360
   ppc = (char**) pcpcc;
14361 14361
   pcpcc = (char const *const *) ppc;
14362
-  { /* SCO 3.2v4 cc rejects this.  */
14363
-    char *t;
14362
+  { /* SCO 3.2v4 cc rejects this sort of thing.  */
14363
+    char tx;
14364
+    char *t = &tx;
14364 14365
     char const *s = 0 ? (char *) 0 : (char const *) 0;
14365 14366
 
14366 14367
     *t++ = 0;
... ...
@@ -14376,10 +14649,10 @@ main ()
14376 14376
     iptr p = 0;
14377 14377
     ++p;
14378 14378
   }
14379
-  { /* AIX XL C 1.02.0.0 rejects this saying
14379
+  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
14380 14380
        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14381
-    struct s { int j; const int *ap[3]; };
14382
-    struct s *b; b->j = 5;
14381
+    struct s { int j; const int *ap[3]; } bx;
14382
+    struct s *b = &bx; b->j = 5;
14383 14383
   }
14384 14384
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14385 14385
     const int foo = 10;
... ...
@@ -15880,7 +16153,7 @@ do
15880 15880
   IFS=$as_save_IFS
15881 15881
   test -z "$as_dir" && as_dir=.
15882 15882
     for ac_exec_ext in '' $ac_executable_extensions; do
15883
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15883
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15884 15884
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15885 15885
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15886 15886
     break 2
... ...
@@ -15923,7 +16196,7 @@ do
15923 15923
   IFS=$as_save_IFS
15924 15924
   test -z "$as_dir" && as_dir=.
15925 15925
     for ac_exec_ext in '' $ac_executable_extensions; do
15926
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15926
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
15927 15927
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
15928 15928
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
15929 15929
     break 2
... ...
@@ -16807,7 +17080,7 @@ do
16807 16807
   IFS=$as_save_IFS
16808 16808
   test -z "$as_dir" && as_dir=.
16809 16809
     for ac_exec_ext in '' $ac_executable_extensions; do
16810
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16810
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16811 16811
     ac_cv_prog_GCOV="$ac_prog"
16812 16812
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16813 16813
     break 2
... ...
@@ -16850,7 +17123,7 @@ do
16850 16850
   IFS=$as_save_IFS
16851 16851
   test -z "$as_dir" && as_dir=.
16852 16852
     for ac_exec_ext in '' $ac_executable_extensions; do
16853
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16853
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16854 16854
     ac_cv_prog_LCOV="$ac_prog"
16855 16855
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16856 16856
     break 2
... ...
@@ -16893,7 +17166,7 @@ do
16893 16893
   IFS=$as_save_IFS
16894 16894
   test -z "$as_dir" && as_dir=.
16895 16895
     for ac_exec_ext in '' $ac_executable_extensions; do
16896
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16896
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16897 16897
     ac_cv_prog_GENHTML="$ac_prog"
16898 16898
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16899 16899
     break 2
... ...
@@ -17565,10 +17838,19 @@ $as_echo_n "checking pcre-config version... " >&6; }
17565 17565
 
17566 17566
   { $as_echo "$as_me:${as_lineno-$LINENO}: result: $PCRECONF_VERSION" >&5
17567 17567
 $as_echo "$PCRECONF_VERSION" >&6; }
17568
+
17569
+  pcrever_major=`echo "$PCRECONF_VERSION" | sed -e 's/\([0-9]*\).*/\1/'`
17570
+  pcrever_minor=`echo "$PCRECONF_VERSION" | sed -e 's/[0-9]*\.\([0-9]*\).*/\1/'`
17571
+
17572
+  if test $pcrever_major -lt 6; then
17573
+    as_fn_error $? "This pcre version is missing features used by ClamAV. Please upgrade to a newer version: http://www.pcre.org." "$LINENO" 5
17574
+  fi
17575
+  if test $pcrever_major -eq 6 && test $pcrever_minor -lt 5; then
17576
+    as_fn_error $? "This pcre version is missing features used by ClamAV. Please upgrade to a newer version: http://www.pcre.org." "$LINENO" 5
17577
+  fi
17578
+
17568 17579
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for CVE-2015-3210" >&5
17569 17580
 $as_echo_n "checking for CVE-2015-3210... " >&6; }
17570
-  pcrever_major=`echo "$PCRECONF_VERSION" | sed -e 's/\([0-9]\).*/\1/'`
17571
-  pcrever_minor=`echo "$PCRECONF_VERSION" | sed -e 's/[0-9]\.\(.*\)/\1/'`
17572 17581
   if test $pcrever_major -eq 8; then
17573 17582
     if test $pcrever_minor -gt 33 && test $pcrever_minor -lt 38; then
17574 17583
        { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
... ...
@@ -17591,9 +17873,6 @@ fi
17591 17591
 
17592 17592
 have_pcre="no"
17593 17593
 if test "x$found_pcre" != "xno"; then
17594
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for pcre.h in $PCRE_HOME" >&5
17595
-$as_echo_n "checking for pcre.h in $PCRE_HOME... " >&6; }
17596
-
17597 17594
     save_CPPFLAGS="$CPPFLAGS"
17598 17595
   CPPFLAGS="$CPPFLAGS $PCRE_CPPFLAGS"
17599 17596
   save_LDFLAGS="$LDFLAGS"
... ...
@@ -17663,10 +17942,8 @@ fi
17663 17663
 
17664 17664
   fi
17665 17665
 
17666
-  if test "x$have_pcre" = "xno"; then
17667
-        CPPFLAGS="$save_CPPFLAGS"
17668
-    LDFLAGS="$save_LDFLAGS"
17669
-  fi
17666
+    CPPFLAGS="$save_CPPFLAGS"
17667
+  LDFLAGS="$save_LDFLAGS"
17670 17668
 fi
17671 17669
 
17672 17670
 if test "x$have_pcre" = "xyes"; then
... ...
@@ -20151,7 +20428,7 @@ do
20151 20151
   IFS=$as_save_IFS
20152 20152
   test -z "$as_dir" && as_dir=.
20153 20153
     for ac_exec_ext in '' $ac_executable_extensions; do
20154
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20154
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20155 20155
     ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext"
20156 20156
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20157 20157
     break 2
... ...
@@ -23110,6 +23387,14 @@ LIBOBJS=$ac_libobjs
23110 23110
 LTLIBOBJS=$ac_ltlibobjs
23111 23111
 
23112 23112
 
23113
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
23114
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
23115
+   if test -n "$am_sleep_pid"; then
23116
+     # Hide warnings about reused PIDs.
23117
+     wait $am_sleep_pid 2>/dev/null
23118
+   fi
23119
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
23120
+$as_echo "done" >&6; }
23113 23121
  if test -n "$EXEEXT"; then
23114 23122
   am__EXEEXT_TRUE=
23115 23123
   am__EXEEXT_FALSE='#'
... ...
@@ -23498,16 +23783,16 @@ if (echo >conf$$.file) 2>/dev/null; then
23498 23498
     # ... but there are two gotchas:
23499 23499
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23500 23500
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23501
-    # In both cases, we have to default to `cp -p'.
23501
+    # In both cases, we have to default to `cp -pR'.
23502 23502
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23503
-      as_ln_s='cp -p'
23503
+      as_ln_s='cp -pR'
23504 23504
   elif ln conf$$.file conf$$ 2>/dev/null; then
23505 23505
     as_ln_s=ln
23506 23506
   else
23507
-    as_ln_s='cp -p'
23507
+    as_ln_s='cp -pR'
23508 23508
   fi
23509 23509
 else
23510
-  as_ln_s='cp -p'
23510
+  as_ln_s='cp -pR'
23511 23511
 fi
23512 23512
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23513 23513
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -23567,28 +23852,16 @@ else
23567 23567
   as_mkdir_p=false
23568 23568
 fi
23569 23569
 
23570
-if test -x / >/dev/null 2>&1; then
23571
-  as_test_x='test -x'
23572
-else
23573
-  if ls -dL / >/dev/null 2>&1; then
23574
-    as_ls_L_option=L
23575
-  else
23576
-    as_ls_L_option=
23577
-  fi
23578
-  as_test_x='
23579
-    eval sh -c '\''
23580
-      if test -d "$1"; then
23581
-	test -d "$1/.";
23582
-      else
23583
-	case $1 in #(
23584
-	-*)set "./$1";;
23585
-	esac;
23586
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
23587
-	???[sx]*):;;*)false;;esac;fi
23588
-    '\'' sh
23589
-  '
23590
-fi
23591
-as_executable_p=$as_test_x
23570
+
23571
+# as_fn_executable_p FILE
23572
+# -----------------------
23573
+# Test if FILE is an executable regular file.
23574
+as_fn_executable_p ()
23575
+{
23576
+  test -f "$1" && test -x "$1"
23577
+} # as_fn_executable_p
23578
+as_test_x='test -x'
23579
+as_executable_p=as_fn_executable_p
23592 23580
 
23593 23581
 # Sed expression to map a string onto a valid CPP name.
23594 23582
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -23610,7 +23883,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23610 23610
 # values after options handling.
23611 23611
 ac_log="
23612 23612
 This file was extended by ClamAV $as_me devel, which was
23613
-generated by GNU Autoconf 2.68.  Invocation command line was
23613
+generated by GNU Autoconf 2.69.  Invocation command line was
23614 23614
 
23615 23615
   CONFIG_FILES    = $CONFIG_FILES
23616 23616
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -23677,10 +23950,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23677 23677
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23678 23678
 ac_cs_version="\\
23679 23679
 ClamAV config.status devel
23680
-configured by $0, generated by GNU Autoconf 2.68,
23680
+configured by $0, generated by GNU Autoconf 2.69,
23681 23681
   with options \\"\$ac_cs_config\\"
23682 23682
 
23683
-Copyright (C) 2010 Free Software Foundation, Inc.
23683
+Copyright (C) 2012 Free Software Foundation, Inc.
23684 23684
 This config.status script is free software; the Free Software Foundation
23685 23685
 gives unlimited permission to copy, distribute and modify it."
23686 23686
 
... ...
@@ -23771,7 +24044,7 @@ fi
23771 23771
 _ACEOF
23772 23772
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23773 23773
 if \$ac_cs_recheck; then
23774
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23774
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23775 23775
   shift
23776 23776
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
23777 23777
   CONFIG_SHELL='$SHELL'
... ...
@@ -24714,7 +24987,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24714 24714
 
24715 24715
   case $ac_file$ac_mode in
24716 24716
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
24717
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
24717
+  # Older Autoconf quotes --file arguments for eval, but not when files
24718 24718
   # are listed without --file.  Let's play safe and only enable the eval
24719 24719
   # if we detect the quoting.
24720 24720
   case $CONFIG_FILES in
... ...
@@ -24727,7 +25000,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24727 24727
     # Strip MF so we end up with the name of the file.
24728 24728
     mf=`echo "$mf" | sed -e 's/:.*$//'`
24729 24729
     # Check whether this is an Automake generated Makefile or not.
24730
-    # We used to match only the files named `Makefile.in', but
24730
+    # We used to match only the files named 'Makefile.in', but
24731 24731
     # some people rename them; so instead we look at the file content.
24732 24732
     # Grep'ing the first line is not enough: some people post-process
24733 24733
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -24761,21 +25034,19 @@ $as_echo X"$mf" |
24761 24761
       continue
24762 24762
     fi
24763 24763
     # Extract the definition of DEPDIR, am__include, and am__quote
24764
-    # from the Makefile without running `make'.
24764
+    # from the Makefile without running 'make'.
24765 24765
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
24766 24766
     test -z "$DEPDIR" && continue
24767 24767
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
24768
-    test -z "am__include" && continue
24768
+    test -z "$am__include" && continue
24769 24769
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
24770
-    # When using ansi2knr, U may be empty or an underscore; expand it
24771
-    U=`sed -n 's/^U = //p' < "$mf"`
24772 24770
     # Find all dependency output files, they are included files with
24773 24771
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
24774 24772
     # simplest approach to changing $(DEPDIR) to its actual value in the
24775 24773
     # expansion.
24776 24774
     for file in `sed -n "
24777 24775
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
24778
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
24776
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
24779 24777
       # Make sure the directory exists.
24780 24778
       test -f "$dirpart/$file" && continue
24781 24779
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -25762,6 +26033,14 @@ LIBOBJS=$ac_libobjs
25762 25762
 LTLIBOBJS=$ac_ltlibobjs
25763 25763
 
25764 25764
 
25765
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
25766
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
25767
+   if test -n "$am_sleep_pid"; then
25768
+     # Hide warnings about reused PIDs.
25769
+     wait $am_sleep_pid 2>/dev/null
25770
+   fi
25771
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
25772
+$as_echo "done" >&6; }
25765 25773
  if test -n "$EXEEXT"; then
25766 25774
   am__EXEEXT_TRUE=
25767 25775
   am__EXEEXT_FALSE='#'
... ...
@@ -26162,16 +26441,16 @@ if (echo >conf$$.file) 2>/dev/null; then
26162 26162
     # ... but there are two gotchas:
26163 26163
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26164 26164
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26165
-    # In both cases, we have to default to `cp -p'.
26165
+    # In both cases, we have to default to `cp -pR'.
26166 26166
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26167
-      as_ln_s='cp -p'
26167
+      as_ln_s='cp -pR'
26168 26168
   elif ln conf$$.file conf$$ 2>/dev/null; then
26169 26169
     as_ln_s=ln
26170 26170
   else
26171
-    as_ln_s='cp -p'
26171
+    as_ln_s='cp -pR'
26172 26172
   fi
26173 26173
 else
26174
-  as_ln_s='cp -p'
26174
+  as_ln_s='cp -pR'
26175 26175
 fi
26176 26176
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26177 26177
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -26231,28 +26510,16 @@ else
26231 26231
   as_mkdir_p=false
26232 26232
 fi
26233 26233
 
26234
-if test -x / >/dev/null 2>&1; then
26235
-  as_test_x='test -x'
26236
-else
26237
-  if ls -dL / >/dev/null 2>&1; then
26238
-    as_ls_L_option=L
26239
-  else
26240
-    as_ls_L_option=
26241
-  fi
26242
-  as_test_x='
26243
-    eval sh -c '\''
26244
-      if test -d "$1"; then
26245
-	test -d "$1/.";
26246
-      else
26247
-	case $1 in #(
26248
-	-*)set "./$1";;
26249
-	esac;
26250
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
26251
-	???[sx]*):;;*)false;;esac;fi
26252
-    '\'' sh
26253
-  '
26254
-fi
26255
-as_executable_p=$as_test_x
26234
+
26235
+# as_fn_executable_p FILE
26236
+# -----------------------
26237
+# Test if FILE is an executable regular file.
26238
+as_fn_executable_p ()
26239
+{
26240
+  test -f "$1" && test -x "$1"
26241
+} # as_fn_executable_p
26242
+as_test_x='test -x'
26243
+as_executable_p=as_fn_executable_p
26256 26244
 
26257 26245
 # Sed expression to map a string onto a valid CPP name.
26258 26246
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -26274,7 +26541,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26274 26274
 # values after options handling.
26275 26275
 ac_log="
26276 26276
 This file was extended by ClamAV $as_me devel, which was
26277
-generated by GNU Autoconf 2.68.  Invocation command line was
26277
+generated by GNU Autoconf 2.69.  Invocation command line was
26278 26278
 
26279 26279
   CONFIG_FILES    = $CONFIG_FILES
26280 26280
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -26341,10 +26608,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26341 26341
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26342 26342
 ac_cs_version="\\
26343 26343
 ClamAV config.status devel
26344
-configured by $0, generated by GNU Autoconf 2.68,
26344
+configured by $0, generated by GNU Autoconf 2.69,
26345 26345
   with options \\"\$ac_cs_config\\"
26346 26346
 
26347
-Copyright (C) 2010 Free Software Foundation, Inc.
26347
+Copyright (C) 2012 Free Software Foundation, Inc.
26348 26348
 This config.status script is free software; the Free Software Foundation
26349 26349
 gives unlimited permission to copy, distribute and modify it."
26350 26350
 
... ...
@@ -26435,7 +26702,7 @@ fi
26435 26435
 _ACEOF
26436 26436
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26437 26437
 if \$ac_cs_recheck; then
26438
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26438
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26439 26439
   shift
26440 26440
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
26441 26441
   CONFIG_SHELL='$SHELL'
... ...
@@ -27380,7 +27647,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27380 27380
 
27381 27381
   case $ac_file$ac_mode in
27382 27382
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
27383
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
27383
+  # Older Autoconf quotes --file arguments for eval, but not when files
27384 27384
   # are listed without --file.  Let's play safe and only enable the eval
27385 27385
   # if we detect the quoting.
27386 27386
   case $CONFIG_FILES in
... ...
@@ -27393,7 +27660,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27393 27393
     # Strip MF so we end up with the name of the file.
27394 27394
     mf=`echo "$mf" | sed -e 's/:.*$//'`
27395 27395
     # Check whether this is an Automake generated Makefile or not.
27396
-    # We used to match only the files named `Makefile.in', but
27396
+    # We used to match only the files named 'Makefile.in', but
27397 27397
     # some people rename them; so instead we look at the file content.
27398 27398
     # Grep'ing the first line is not enough: some people post-process
27399 27399
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -27427,21 +27694,19 @@ $as_echo X"$mf" |
27427 27427
       continue
27428 27428
     fi
27429 27429
     # Extract the definition of DEPDIR, am__include, and am__quote
27430
-    # from the Makefile without running `make'.
27430
+    # from the Makefile without running 'make'.
27431 27431
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
27432 27432
     test -z "$DEPDIR" && continue
27433 27433
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
27434
-    test -z "am__include" && continue
27434
+    test -z "$am__include" && continue
27435 27435
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
27436
-    # When using ansi2knr, U may be empty or an underscore; expand it
27437
-    U=`sed -n 's/^U = //p' < "$mf"`
27438 27436
     # Find all dependency output files, they are included files with
27439 27437
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
27440 27438
     # simplest approach to changing $(DEPDIR) to its actual value in the
27441 27439
     # expansion.
27442 27440
     for file in `sed -n "
27443 27441
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
27444
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
27442
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
27445 27443
       # Make sure the directory exists.
27446 27444
       test -f "$dirpart/$file" && continue
27447 27445
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  along with this program; if not, write to the Free Software
35 35
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -54,7 +98,7 @@ build_triplet = @build@
54 54
 host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 subdir = database
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
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 \
... ...
@@ -130,14 +174,26 @@ mkinstalldirs = $(install_sh) -d
130 130
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
131 131
 CONFIG_CLEAN_FILES =
132 132
 CONFIG_CLEAN_VPATH_FILES =
133
+AM_V_P = $(am__v_P_@AM_V@)
134
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135
+am__v_P_0 = false
136
+am__v_P_1 = :
133 137
 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 138
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135
-am__v_GEN_0 = @echo "  GEN   " $@;
139
+am__v_GEN_0 = @echo "  GEN     " $@;
140
+am__v_GEN_1 = 
136 141
 AM_V_at = $(am__v_at_@AM_V@)
137 142
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 143
 am__v_at_0 = @
144
+am__v_at_1 = 
139 145
 SOURCES =
140 146
 DIST_SOURCES =
147
+am__can_run_installinfo = \
148
+  case $$AM_UPDATE_INFO_DIR in \
149
+    n|no|NO) false;; \
150
+    *) (install-info --version) >/dev/null 2>&1;; \
151
+  esac
152
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
141 153
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
142 154
 ACLOCAL = @ACLOCAL@
143 155
 AMTAR = @AMTAR@
... ...
@@ -384,11 +440,11 @@ mostlyclean-libtool:
384 384
 
385 385
 clean-libtool:
386 386
 	-rm -rf .libs _libs
387
-tags: TAGS
388
-TAGS:
387
+tags TAGS:
388
+
389
+ctags CTAGS:
389 390
 
390
-ctags: CTAGS
391
-CTAGS:
391
+cscope cscopelist:
392 392
 
393 393
 
394 394
 distdir: $(DISTFILES)
... ...
@@ -524,16 +580,17 @@ uninstall-am:
524 524
 .MAKE: install-am install-strip
525 525
 
526 526
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
527
-	distclean distclean-generic distclean-libtool distdir dvi \
528
-	dvi-am html html-am info info-am install install-am \
529
-	install-data install-data-am install-data-local install-dvi \
530
-	install-dvi-am install-exec install-exec-am install-html \
531
-	install-html-am install-info install-info-am install-man \
532
-	install-pdf install-pdf-am install-ps install-ps-am \
533
-	install-strip installcheck installcheck-am installdirs \
534
-	maintainer-clean maintainer-clean-generic mostlyclean \
535
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
536
-	uninstall uninstall-am
527
+	cscopelist-am ctags-am distclean distclean-generic \
528
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
529
+	install install-am install-data install-data-am \
530
+	install-data-local install-dvi install-dvi-am install-exec \
531
+	install-exec-am install-html install-html-am install-info \
532
+	install-info-am install-man install-pdf install-pdf-am \
533
+	install-ps install-ps-am install-strip installcheck \
534
+	installcheck-am installdirs maintainer-clean \
535
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
536
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
537
+	uninstall-am
537 538
 
538 539
 
539 540
 install-data-local:
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -33,6 +32,51 @@
33 33
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
34 34
 #  MA 02110-1301, USA.
35 35
 VPATH = @srcdir@
36
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
37
+am__make_running_with_option = \
38
+  case $${target_option-} in \
39
+      ?) ;; \
40
+      *) echo "am__make_running_with_option: internal error: invalid" \
41
+              "target option '$${target_option-}' specified" >&2; \
42
+         exit 1;; \
43
+  esac; \
44
+  has_opt=no; \
45
+  sane_makeflags=$$MAKEFLAGS; \
46
+  if $(am__is_gnu_make); then \
47
+    sane_makeflags=$$MFLAGS; \
48
+  else \
49
+    case $$MAKEFLAGS in \
50
+      *\\[\ \	]*) \
51
+        bs=\\; \
52
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
53
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
54
+    esac; \
55
+  fi; \
56
+  skip_next=no; \
57
+  strip_trailopt () \
58
+  { \
59
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
60
+  }; \
61
+  for flg in $$sane_makeflags; do \
62
+    test $$skip_next = yes && { skip_next=no; continue; }; \
63
+    case $$flg in \
64
+      *=*|--*) continue;; \
65
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
66
+      -*I?*) strip_trailopt 'I';; \
67
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
68
+      -*O?*) strip_trailopt 'O';; \
69
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
70
+      -*l?*) strip_trailopt 'l';; \
71
+      -[dEDm]) skip_next=yes;; \
72
+      -[JT]) skip_next=yes;; \
73
+    esac; \
74
+    case $$flg in \
75
+      *$$target_option*) has_opt=yes; break;; \
76
+    esac; \
77
+  done; \
78
+  test $$has_opt = yes
79
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
80
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
36 81
 pkgdatadir = $(datadir)/@PACKAGE@
37 82
 pkgincludedir = $(includedir)/@PACKAGE@
38 83
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -54,7 +98,7 @@ host_triplet = @host@
54 54
 target_triplet = @target@
55 55
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = man/clamsubmit.1
56 56
 subdir = docs
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
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 \
... ...
@@ -130,14 +174,25 @@ mkinstalldirs = $(install_sh) -d
130 130
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
131 131
 CONFIG_CLEAN_FILES =
132 132
 CONFIG_CLEAN_VPATH_FILES =
133
+AM_V_P = $(am__v_P_@AM_V@)
134
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
135
+am__v_P_0 = false
136
+am__v_P_1 = :
133 137
 AM_V_GEN = $(am__v_GEN_@AM_V@)
134 138
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
135
-am__v_GEN_0 = @echo "  GEN   " $@;
139
+am__v_GEN_0 = @echo "  GEN     " $@;
140
+am__v_GEN_1 = 
136 141
 AM_V_at = $(am__v_at_@AM_V@)
137 142
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
138 143
 am__v_at_0 = @
144
+am__v_at_1 = 
139 145
 SOURCES =
140 146
 DIST_SOURCES =
147
+am__can_run_installinfo = \
148
+  case $$AM_UPDATE_INFO_DIR in \
149
+    n|no|NO) false;; \
150
+    *) (install-info --version) >/dev/null 2>&1;; \
151
+  esac
141 152
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
142 153
 am__vpath_adj = case $$p in \
143 154
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -172,6 +227,7 @@ man5dir = $(mandir)/man5
172 172
 man8dir = $(mandir)/man8
173 173
 NROFF = nroff
174 174
 MANS = $(man_MANS)
175
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
175 176
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
176 177
 ACLOCAL = @ACLOCAL@
177 178
 AMTAR = @AMTAR@
... ...
@@ -423,11 +479,18 @@ clean-libtool:
423 423
 	-rm -rf .libs _libs
424 424
 install-man1: $(man_MANS)
425 425
 	@$(NORMAL_INSTALL)
426
-	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
427
-	@list=''; test -n "$(man1dir)" || exit 0; \
428
-	{ for i in $$list; do echo "$$i"; done; \
429
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
430
-	  sed -n '/\.1[a-z]*$$/p'; \
426
+	@list1=''; \
427
+	list2='$(man_MANS)'; \
428
+	test -n "$(man1dir)" \
429
+	  && test -n "`echo $$list1$$list2`" \
430
+	  || exit 0; \
431
+	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
432
+	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
433
+	{ for i in $$list1; do echo "$$i"; done;  \
434
+	if test -n "$$list2"; then \
435
+	  for i in $$list2; do echo "$$i"; done \
436
+	    | sed -n '/\.1[a-z]*$$/p'; \
437
+	fi; \
431 438
 	} | while read p; do \
432 439
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
433 440
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -459,11 +522,18 @@ uninstall-man1:
459 459
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
460 460
 install-man5: $(man_MANS)
461 461
 	@$(NORMAL_INSTALL)
462
-	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
463
-	@list=''; test -n "$(man5dir)" || exit 0; \
464
-	{ for i in $$list; do echo "$$i"; done; \
465
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
466
-	  sed -n '/\.5[a-z]*$$/p'; \
462
+	@list1=''; \
463
+	list2='$(man_MANS)'; \
464
+	test -n "$(man5dir)" \
465
+	  && test -n "`echo $$list1$$list2`" \
466
+	  || exit 0; \
467
+	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
468
+	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
469
+	{ for i in $$list1; do echo "$$i"; done;  \
470
+	if test -n "$$list2"; then \
471
+	  for i in $$list2; do echo "$$i"; done \
472
+	    | sed -n '/\.5[a-z]*$$/p'; \
473
+	fi; \
467 474
 	} | while read p; do \
468 475
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
469 476
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -495,11 +565,18 @@ uninstall-man5:
495 495
 	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
496 496
 install-man8: $(man_MANS)
497 497
 	@$(NORMAL_INSTALL)
498
-	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
499
-	@list=''; test -n "$(man8dir)" || exit 0; \
500
-	{ for i in $$list; do echo "$$i"; done; \
501
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
502
-	  sed -n '/\.8[a-z]*$$/p'; \
498
+	@list1=''; \
499
+	list2='$(man_MANS)'; \
500
+	test -n "$(man8dir)" \
501
+	  && test -n "`echo $$list1$$list2`" \
502
+	  || exit 0; \
503
+	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
504
+	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
505
+	{ for i in $$list1; do echo "$$i"; done;  \
506
+	if test -n "$$list2"; then \
507
+	  for i in $$list2; do echo "$$i"; done \
508
+	    | sed -n '/\.8[a-z]*$$/p'; \
509
+	fi; \
503 510
 	} | while read p; do \
504 511
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
505 512
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -529,27 +606,14 @@ uninstall-man8:
529 529
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
530 530
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
531 531
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
532
-tags: TAGS
533
-TAGS:
532
+tags TAGS:
533
+
534
+ctags CTAGS:
534 535
 
535
-ctags: CTAGS
536
-CTAGS:
536
+cscope cscopelist:
537 537
 
538 538
 
539 539
 distdir: $(DISTFILES)
540
-	@list='$(MANS)'; if test -n "$$list"; then \
541
-	  list=`for p in $$list; do \
542
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
543
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
544
-	  if test -n "$$list" && \
545
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
546
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
547
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
548
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
549
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
550
-	    exit 1; \
551
-	  else :; fi; \
552
-	else :; fi
553 540
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
554 541
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
555 542
 	list='$(DISTFILES)'; \
... ...
@@ -687,17 +751,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
687 687
 .MAKE: install-am install-strip
688 688
 
689 689
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
690
-	distclean distclean-generic distclean-libtool distdir dvi \
691
-	dvi-am html html-am info info-am install install-am \
692
-	install-data install-data-am install-dvi install-dvi-am \
693
-	install-exec install-exec-am install-html install-html-am \
694
-	install-info install-info-am install-man install-man1 \
695
-	install-man5 install-man8 install-pdf install-pdf-am \
696
-	install-ps install-ps-am install-strip installcheck \
697
-	installcheck-am installdirs maintainer-clean \
690
+	cscopelist-am ctags-am distclean distclean-generic \
691
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
692
+	install install-am install-data install-data-am install-dvi \
693
+	install-dvi-am install-exec install-exec-am install-html \
694
+	install-html-am install-info install-info-am install-man \
695
+	install-man1 install-man5 install-man8 install-pdf \
696
+	install-pdf-am install-ps install-ps-am install-strip \
697
+	installcheck installcheck-am installdirs maintainer-clean \
698 698
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
699
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
700
-	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
699
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
700
+	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
701
+	uninstall-man8
701 702
 
702 703
 
703 704
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,7 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am__append_1 = clamav-milter.conf.sample
57 57
 subdir = etc
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
59 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
60 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
61 61
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -131,14 +175,25 @@ mkinstalldirs = $(install_sh) -d
131 131
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
132 132
 CONFIG_CLEAN_FILES =
133 133
 CONFIG_CLEAN_VPATH_FILES =
134
+AM_V_P = $(am__v_P_@AM_V@)
135
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
136
+am__v_P_0 = false
137
+am__v_P_1 = :
134 138
 AM_V_GEN = $(am__v_GEN_@AM_V@)
135 139
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
136
-am__v_GEN_0 = @echo "  GEN   " $@;
140
+am__v_GEN_0 = @echo "  GEN     " $@;
141
+am__v_GEN_1 = 
137 142
 AM_V_at = $(am__v_at_@AM_V@)
138 143
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
139 144
 am__v_at_0 = @
145
+am__v_at_1 = 
140 146
 SOURCES =
141 147
 DIST_SOURCES =
148
+am__can_run_installinfo = \
149
+  case $$AM_UPDATE_INFO_DIR in \
150
+    n|no|NO) false;; \
151
+    *) (install-info --version) >/dev/null 2>&1;; \
152
+  esac
142 153
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
143 154
 am__vpath_adj = case $$p in \
144 155
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -168,6 +223,7 @@ am__uninstall_files_from_dir = { \
168 168
   }
169 169
 am__installdirs = "$(DESTDIR)$(sysconfdir)"
170 170
 DATA = $(sysconf_DATA)
171
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
171 172
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
172 173
 ACLOCAL = @ACLOCAL@
173 174
 AMTAR = @AMTAR@
... ...
@@ -417,8 +473,11 @@ clean-libtool:
417 417
 	-rm -rf .libs _libs
418 418
 install-sysconfDATA: $(sysconf_DATA)
419 419
 	@$(NORMAL_INSTALL)
420
-	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
421 420
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
421
+	if test -n "$$list"; then \
422
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
423
+	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
424
+	fi; \
422 425
 	for p in $$list; do \
423 426
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
424 427
 	  echo "$$d$$p"; \
... ...
@@ -433,11 +492,11 @@ uninstall-sysconfDATA:
433 433
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
434 434
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
435 435
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
436
-tags: TAGS
437
-TAGS:
436
+tags TAGS:
437
+
438
+ctags CTAGS:
438 439
 
439
-ctags: CTAGS
440
-CTAGS:
440
+cscope cscopelist:
441 441
 
442 442
 
443 443
 distdir: $(DISTFILES)
... ...
@@ -576,16 +635,16 @@ uninstall-am: uninstall-sysconfDATA
576 576
 .MAKE: install-am install-strip
577 577
 
578 578
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
579
-	distclean distclean-generic distclean-libtool distdir dvi \
580
-	dvi-am html html-am info info-am install install-am \
581
-	install-data install-data-am install-dvi install-dvi-am \
582
-	install-exec install-exec-am install-html install-html-am \
583
-	install-info install-info-am install-man install-pdf \
584
-	install-pdf-am install-ps install-ps-am install-strip \
585
-	install-sysconfDATA installcheck installcheck-am installdirs \
586
-	maintainer-clean maintainer-clean-generic mostlyclean \
587
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
588
-	uninstall uninstall-am uninstall-sysconfDATA
579
+	cscopelist-am ctags-am distclean distclean-generic \
580
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
581
+	install install-am install-data install-data-am install-dvi \
582
+	install-dvi-am install-exec install-exec-am install-html \
583
+	install-html-am install-info install-info-am install-man \
584
+	install-pdf install-pdf-am install-ps install-ps-am \
585
+	install-strip install-sysconfDATA installcheck installcheck-am \
586
+	installdirs maintainer-clean maintainer-clean-generic \
587
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
588
+	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
589 589
 
590 590
 
591 591
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -35,6 +34,51 @@
35 35
 #  MA 02110-1301, USA.
36 36
 
37 37
 VPATH = @srcdir@
38
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
39
+am__make_running_with_option = \
40
+  case $${target_option-} in \
41
+      ?) ;; \
42
+      *) echo "am__make_running_with_option: internal error: invalid" \
43
+              "target option '$${target_option-}' specified" >&2; \
44
+         exit 1;; \
45
+  esac; \
46
+  has_opt=no; \
47
+  sane_makeflags=$$MAKEFLAGS; \
48
+  if $(am__is_gnu_make); then \
49
+    sane_makeflags=$$MFLAGS; \
50
+  else \
51
+    case $$MAKEFLAGS in \
52
+      *\\[\ \	]*) \
53
+        bs=\\; \
54
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
55
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
56
+    esac; \
57
+  fi; \
58
+  skip_next=no; \
59
+  strip_trailopt () \
60
+  { \
61
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
62
+  }; \
63
+  for flg in $$sane_makeflags; do \
64
+    test $$skip_next = yes && { skip_next=no; continue; }; \
65
+    case $$flg in \
66
+      *=*|--*) continue;; \
67
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
68
+      -*I?*) strip_trailopt 'I';; \
69
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
70
+      -*O?*) strip_trailopt 'O';; \
71
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
72
+      -*l?*) strip_trailopt 'l';; \
73
+      -[dEDm]) skip_next=yes;; \
74
+      -[JT]) skip_next=yes;; \
75
+    esac; \
76
+    case $$flg in \
77
+      *$$target_option*) has_opt=yes; break;; \
78
+    esac; \
79
+  done; \
80
+  test $$has_opt = yes
81
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
82
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
38 83
 pkgdatadir = $(datadir)/@PACKAGE@
39 84
 pkgincludedir = $(includedir)/@PACKAGE@
40 85
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -56,7 +100,8 @@ host_triplet = @host@
56 56
 target_triplet = @target@
57 57
 bin_PROGRAMS = freshclam$(EXEEXT)
58 58
 subdir = freshclam
59
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
59
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60
+	$(top_srcdir)/config/depcomp
60 61
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
61 62
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
62 63
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -144,6 +189,19 @@ freshclam_LDADD = $(LDADD)
144 144
 AM_V_lt = $(am__v_lt_@AM_V@)
145 145
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
146 146
 am__v_lt_0 = --silent
147
+am__v_lt_1 = 
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 = :
152
+AM_V_GEN = $(am__v_GEN_@AM_V@)
153
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
154
+am__v_GEN_0 = @echo "  GEN     " $@;
155
+am__v_GEN_1 = 
156
+AM_V_at = $(am__v_at_@AM_V@)
157
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
158
+am__v_at_0 = @
159
+am__v_at_1 = 
147 160
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
148 161
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
149 162
 am__depfiles_maybe = depfiles
... ...
@@ -156,22 +214,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
156 156
 	$(AM_CFLAGS) $(CFLAGS)
157 157
 AM_V_CC = $(am__v_CC_@AM_V@)
158 158
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
159
-am__v_CC_0 = @echo "  CC    " $@;
160
-AM_V_at = $(am__v_at_@AM_V@)
161
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
162
-am__v_at_0 = @
159
+am__v_CC_0 = @echo "  CC      " $@;
160
+am__v_CC_1 = 
163 161
 CCLD = $(CC)
164 162
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
165 163
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166 164
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
167 165
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
168 166
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
169
-am__v_CCLD_0 = @echo "  CCLD  " $@;
170
-AM_V_GEN = $(am__v_GEN_@AM_V@)
171
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
172
-am__v_GEN_0 = @echo "  GEN   " $@;
167
+am__v_CCLD_0 = @echo "  CCLD    " $@;
168
+am__v_CCLD_1 = 
173 169
 SOURCES = $(freshclam_SOURCES)
174 170
 DIST_SOURCES = $(freshclam_SOURCES)
171
+am__can_run_installinfo = \
172
+  case $$AM_UPDATE_INFO_DIR in \
173
+    n|no|NO) false;; \
174
+    *) (install-info --version) >/dev/null 2>&1;; \
175
+  esac
176
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
177
+# Read a list of newline-separated strings from the standard input,
178
+# and print each of them once, without duplicates.  Input order is
179
+# *not* preserved.
180
+am__uniquify_input = $(AWK) '\
181
+  BEGIN { nonempty = 0; } \
182
+  { items[$$0] = 1; nonempty = 1; } \
183
+  END { if (nonempty) { for (i in items) print i; }; } \
184
+'
185
+# Make sure the list of sources is unique.  This is necessary because,
186
+# e.g., the same source file might be shared among _SOURCES variables
187
+# for different programs/libraries.
188
+am__define_uniq_tagged_files = \
189
+  list='$(am__tagged_files)'; \
190
+  unique=`for i in $$list; do \
191
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
192
+  done | $(am__uniquify_input)`
175 193
 ETAGS = etags
176 194
 CTAGS = ctags
177 195
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -449,14 +525,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
449 449
 $(am__aclocal_m4_deps):
450 450
 install-binPROGRAMS: $(bin_PROGRAMS)
451 451
 	@$(NORMAL_INSTALL)
452
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
453 452
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
453
+	if test -n "$$list"; then \
454
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
455
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
456
+	fi; \
454 457
 	for p in $$list; do echo "$$p $$p"; done | \
455 458
 	sed 's/$(EXEEXT)$$//' | \
456
-	while read p p1; do if test -f $$p || test -f $$p1; \
457
-	  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; \
458 462
 	done | \
459
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
463
+	sed -e 'p;s,.*/,,;n;h' \
464
+	    -e 's|.*|.|' \
460 465
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
461 466
 	sed 'N;N;N;s,\n, ,g' | \
462 467
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -477,7 +558,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
... ...
@@ -506,6 +588,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
506 506
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
507 507
 	  done; \
508 508
 	done; rm -f c$${pid}_.???; exit $$bad
509
+
509 510
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
510 511
 	@rm -f freshclam$(EXEEXT)
511 512
 	$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
... ...
@@ -536,14 +619,14 @@ distclean-compile:
536 536
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
537 537
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
538 538
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
539
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
539
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
540 540
 
541 541
 .c.obj:
542 542
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
543 543
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
544 544
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
545 545
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
546
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
546
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
547 547
 
548 548
 .c.lo:
549 549
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -656,26 +739,15 @@ mostlyclean-libtool:
656 656
 clean-libtool:
657 657
 	-rm -rf .libs _libs
658 658
 
659
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
660
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
661
-	unique=`for i in $$list; do \
662
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
663
-	  done | \
664
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
665
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
666
-	mkid -fID $$unique
667
-tags: TAGS
668
-
669
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
670
-		$(TAGS_FILES) $(LISP)
659
+ID: $(am__tagged_files)
660
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
661
+tags: tags-am
662
+TAGS: tags
663
+
664
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
671 665
 	set x; \
672 666
 	here=`pwd`; \
673
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
674
-	unique=`for i in $$list; do \
675
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
676
-	  done | \
677
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
678
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
667
+	$(am__define_uniq_tagged_files); \
679 668
 	shift; \
680 669
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
681 670
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -687,15 +759,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
687 687
 	      $$unique; \
688 688
 	  fi; \
689 689
 	fi
690
-ctags: CTAGS
691
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
692
-		$(TAGS_FILES) $(LISP)
693
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
694
-	unique=`for i in $$list; do \
695
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
696
-	  done | \
697
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
698
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
690
+ctags: ctags-am
691
+
692
+CTAGS: ctags
693
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
694
+	$(am__define_uniq_tagged_files); \
699 695
 	test -z "$(CTAGS_ARGS)$$unique" \
700 696
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
701 697
 	     $$unique
... ...
@@ -704,6 +772,21 @@ GTAGS:
704 704
 	here=`$(am__cd) $(top_builddir) && pwd` \
705 705
 	  && $(am__cd) $(top_srcdir) \
706 706
 	  && gtags -i $(GTAGS_ARGS) "$$here"
707
+cscopelist: cscopelist-am
708
+
709
+cscopelist-am: $(am__tagged_files)
710
+	list='$(am__tagged_files)'; \
711
+	case "$(srcdir)" in \
712
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
713
+	  *) sdir=$(subdir)/$(srcdir) ;; \
714
+	esac; \
715
+	for i in $$list; do \
716
+	  if test -f "$$i"; then \
717
+	    echo "$(subdir)/$$i"; \
718
+	  else \
719
+	    echo "$$sdir/$$i"; \
720
+	  fi; \
721
+	done >> $(top_builddir)/cscope.files
707 722
 
708 723
 distclean-tags:
709 724
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -848,19 +931,20 @@ uninstall-am: uninstall-binPROGRAMS
848 848
 
849 849
 .MAKE: install-am install-strip
850 850
 
851
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
852
-	clean-generic clean-libtool ctags distclean distclean-compile \
853
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
854
-	dvi-am html html-am info info-am install install-am \
855
-	install-binPROGRAMS install-data install-data-am install-dvi \
856
-	install-dvi-am install-exec install-exec-am install-html \
857
-	install-html-am install-info install-info-am install-man \
858
-	install-pdf install-pdf-am install-ps install-ps-am \
859
-	install-strip installcheck installcheck-am \
860
-	installcheck-binPROGRAMS installdirs maintainer-clean \
861
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
862
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
863
-	tags uninstall uninstall-am uninstall-binPROGRAMS
851
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
852
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
853
+	ctags ctags-am distclean distclean-compile distclean-generic \
854
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
855
+	html-am info info-am install install-am install-binPROGRAMS \
856
+	install-data install-data-am install-dvi install-dvi-am \
857
+	install-exec install-exec-am install-html install-html-am \
858
+	install-info install-info-am install-man install-pdf \
859
+	install-pdf-am install-ps install-ps-am install-strip \
860
+	installcheck installcheck-am installcheck-binPROGRAMS \
861
+	installdirs maintainer-clean maintainer-clean-generic \
862
+	mostlyclean mostlyclean-compile mostlyclean-generic \
863
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
864
+	uninstall-am uninstall-binPROGRAMS
864 865
 
865 866
 
866 867
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -36,6 +35,51 @@
36 36
 
37 37
 
38 38
 VPATH = @srcdir@
39
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
40
+am__make_running_with_option = \
41
+  case $${target_option-} in \
42
+      ?) ;; \
43
+      *) echo "am__make_running_with_option: internal error: invalid" \
44
+              "target option '$${target_option-}' specified" >&2; \
45
+         exit 1;; \
46
+  esac; \
47
+  has_opt=no; \
48
+  sane_makeflags=$$MAKEFLAGS; \
49
+  if $(am__is_gnu_make); then \
50
+    sane_makeflags=$$MFLAGS; \
51
+  else \
52
+    case $$MAKEFLAGS in \
53
+      *\\[\ \	]*) \
54
+        bs=\\; \
55
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
56
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
57
+    esac; \
58
+  fi; \
59
+  skip_next=no; \
60
+  strip_trailopt () \
61
+  { \
62
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
63
+  }; \
64
+  for flg in $$sane_makeflags; do \
65
+    test $$skip_next = yes && { skip_next=no; continue; }; \
66
+    case $$flg in \
67
+      *=*|--*) continue;; \
68
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
69
+      -*I?*) strip_trailopt 'I';; \
70
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
71
+      -*O?*) strip_trailopt 'O';; \
72
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
73
+      -*l?*) strip_trailopt 'l';; \
74
+      -[dEDm]) skip_next=yes;; \
75
+      -[JT]) skip_next=yes;; \
76
+    esac; \
77
+    case $$flg in \
78
+      *$$target_option*) has_opt=yes; break;; \
79
+    esac; \
80
+  done; \
81
+  test $$has_opt = yes
82
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
83
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
39 84
 pkgdatadir = $(datadir)/@PACKAGE@
40 85
 pkgincludedir = $(includedir)/@PACKAGE@
41 86
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -80,9 +124,10 @@ target_triplet = @target@
80 80
 @ENABLE_YARA_TRUE@	yara_clam.h
81 81
 
82 82
 subdir = libclamav
83
-DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
84
-	$(srcdir)/Makefile.in yara_grammar.c yara_grammar.h \
85
-	yara_lexer.c
83
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
84
+	yara_grammar.h yara_grammar.c yara_lexer.c \
85
+	$(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \
86
+	$(include_HEADERS)
86 87
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 88
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
88 89
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -442,6 +487,7 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
442 442
 AM_V_lt = $(am__v_lt_@AM_V@)
443 443
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
444 444
 am__v_lt_0 = --silent
445
+am__v_lt_1 = 
445 446
 libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
446 447
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \
447 448
 	$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -524,6 +570,18 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
524 524
 	$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \
525 525
 	$(LDFLAGS) -o $@
526 526
 @ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir)
527
+AM_V_P = $(am__v_P_@AM_V@)
528
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
529
+am__v_P_0 = false
530
+am__v_P_1 = :
531
+AM_V_GEN = $(am__v_GEN_@AM_V@)
532
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
533
+am__v_GEN_0 = @echo "  GEN     " $@;
534
+am__v_GEN_1 = 
535
+AM_V_at = $(am__v_at_@AM_V@)
536
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
537
+am__v_at_0 = @
538
+am__v_at_1 = 
527 539
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
528 540
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
529 541
 am__depfiles_maybe = depfiles
... ...
@@ -536,35 +594,35 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
536 536
 	$(AM_CFLAGS) $(CFLAGS)
537 537
 AM_V_CC = $(am__v_CC_@AM_V@)
538 538
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
539
-am__v_CC_0 = @echo "  CC    " $@;
540
-AM_V_at = $(am__v_at_@AM_V@)
541
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
542
-am__v_at_0 = @
539
+am__v_CC_0 = @echo "  CC      " $@;
540
+am__v_CC_1 = 
543 541
 CCLD = $(CC)
544 542
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
545 543
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
546 544
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
547 545
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
548 546
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
549
-am__v_CCLD_0 = @echo "  CCLD  " $@;
547
+am__v_CCLD_0 = @echo "  CCLD    " $@;
548
+am__v_CCLD_1 = 
550 549
 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
551 550
 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
552 551
 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
553 552
 	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
554 553
 AM_V_LEX = $(am__v_LEX_@AM_V@)
555 554
 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
556
-am__v_LEX_0 = @echo "  LEX   " $@;
555
+am__v_LEX_0 = @echo "  LEX     " $@;
556
+am__v_LEX_1 = 
557 557
 YLWRAP = $(top_srcdir)/config/ylwrap
558 558
 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
559
+am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
560
+		   -e s/c++$$/h++/ -e s/c$$/h/
559 561
 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
560 562
 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
561 563
 	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
562 564
 AM_V_YACC = $(am__v_YACC_@AM_V@)
563 565
 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
564
-am__v_YACC_0 = @echo "  YACC  " $@;
565
-AM_V_GEN = $(am__v_GEN_@AM_V@)
566
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
567
-am__v_GEN_0 = @echo "  GEN   " $@;
566
+am__v_YACC_0 = @echo "  YACC    " $@;
567
+am__v_YACC_1 = 
568 568
 SOURCES = $(libclamav_la_SOURCES) \
569 569
 	$(libclamav_internal_utils_la_SOURCES) \
570 570
 	$(libclamav_internal_utils_nothreads_la_SOURCES) \
... ...
@@ -576,19 +634,45 @@ DIST_SOURCES = $(am__libclamav_la_SOURCES_DIST) \
576 576
 	$(libclamav_nocxx_la_SOURCES) \
577 577
 	$(am__libclamunrar_la_SOURCES_DIST) \
578 578
 	$(am__libclamunrar_iface_la_SOURCES_DIST)
579
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
580
-	html-recursive info-recursive install-data-recursive \
581
-	install-dvi-recursive install-exec-recursive \
582
-	install-html-recursive install-info-recursive \
583
-	install-pdf-recursive install-ps-recursive install-recursive \
584
-	installcheck-recursive installdirs-recursive pdf-recursive \
585
-	ps-recursive uninstall-recursive
579
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
580
+	ctags-recursive dvi-recursive html-recursive info-recursive \
581
+	install-data-recursive install-dvi-recursive \
582
+	install-exec-recursive install-html-recursive \
583
+	install-info-recursive install-pdf-recursive \
584
+	install-ps-recursive install-recursive installcheck-recursive \
585
+	installdirs-recursive pdf-recursive ps-recursive \
586
+	tags-recursive uninstall-recursive
587
+am__can_run_installinfo = \
588
+  case $$AM_UPDATE_INFO_DIR in \
589
+    n|no|NO) false;; \
590
+    *) (install-info --version) >/dev/null 2>&1;; \
591
+  esac
586 592
 HEADERS = $(include_HEADERS)
587 593
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
588 594
   distclean-recursive maintainer-clean-recursive
589
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
590
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
595
+am__recursive_targets = \
596
+  $(RECURSIVE_TARGETS) \
597
+  $(RECURSIVE_CLEAN_TARGETS) \
598
+  $(am__extra_recursive_targets)
599
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
591 600
 	distdir
601
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
602
+# Read a list of newline-separated strings from the standard input,
603
+# and print each of them once, without duplicates.  Input order is
604
+# *not* preserved.
605
+am__uniquify_input = $(AWK) '\
606
+  BEGIN { nonempty = 0; } \
607
+  { items[$$0] = 1; nonempty = 1; } \
608
+  END { if (nonempty) { for (i in items) print i; }; } \
609
+'
610
+# Make sure the list of sources is unique.  This is necessary because,
611
+# e.g., the same source file might be shared among _SOURCES variables
612
+# for different programs/libraries.
613
+am__define_uniq_tagged_files = \
614
+  list='$(am__tagged_files)'; \
615
+  unique=`for i in $$list; do \
616
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
617
+  done | $(am__uniquify_input)`
592 618
 ETAGS = etags
593 619
 CTAGS = ctags
594 620
 DIST_SUBDIRS = c++
... ...
@@ -1092,9 +1176,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1092 1092
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1093 1093
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1094 1094
 $(am__aclocal_m4_deps):
1095
+
1095 1096
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1096 1097
 	@$(NORMAL_INSTALL)
1097
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1098 1098
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1099 1099
 	list2=; for p in $$list; do \
1100 1100
 	  if test -f $$p; then \
... ...
@@ -1102,6 +1186,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1102 1102
 	  else :; fi; \
1103 1103
 	done; \
1104 1104
 	test -z "$$list2" || { \
1105
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1106
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1105 1107
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1106 1108
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1107 1109
 	}
... ...
@@ -1117,34 +1203,44 @@ uninstall-libLTLIBRARIES:
1117 1117
 
1118 1118
 clean-libLTLIBRARIES:
1119 1119
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1120
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1121
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1122
-	  test "$$dir" != "$$p" || dir=.; \
1123
-	  echo "rm -f \"$${dir}/so_locations\""; \
1124
-	  rm -f "$${dir}/so_locations"; \
1125
-	done
1120
+	@list='$(lib_LTLIBRARIES)'; \
1121
+	locs=`for p in $$list; do echo $$p; done | \
1122
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1123
+	      sort -u`; \
1124
+	test -z "$$locs" || { \
1125
+	  echo rm -f $${locs}; \
1126
+	  rm -f $${locs}; \
1127
+	}
1126 1128
 
1127 1129
 clean-noinstLTLIBRARIES:
1128 1130
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1129
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1130
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1131
-	  test "$$dir" != "$$p" || dir=.; \
1132
-	  echo "rm -f \"$${dir}/so_locations\""; \
1133
-	  rm -f "$${dir}/so_locations"; \
1134
-	done
1131
+	@list='$(noinst_LTLIBRARIES)'; \
1132
+	locs=`for p in $$list; do echo $$p; done | \
1133
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1134
+	      sort -u`; \
1135
+	test -z "$$locs" || { \
1136
+	  echo rm -f $${locs}; \
1137
+	  rm -f $${locs}; \
1138
+	}
1135 1139
 yara_grammar.h: yara_grammar.c
1136 1140
 	@if test ! -f $@; then rm -f yara_grammar.c; else :; fi
1137 1141
 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi
1142
+
1138 1143
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
1139 1144
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
1145
+
1140 1146
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
1141 1147
 	$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK)  $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS)
1148
+
1142 1149
 libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) 
1143 1150
 	$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK)  $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS)
1151
+
1144 1152
 libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) 
1145 1153
 	$(AM_V_CCLD)$(libclamav_nocxx_la_LINK)  $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS)
1154
+
1146 1155
 libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) 
1147 1156
 	$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS)
1157
+
1148 1158
 libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) 
1149 1159
 	$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
1150 1160
 
... ...
@@ -1426,14 +1522,14 @@ distclean-compile:
1426 1426
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1427 1427
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1428 1428
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1429
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1429
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1430 1430
 
1431 1431
 .c.obj:
1432 1432
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1433 1433
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1434 1434
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1435 1435
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1436
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1436
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1437 1437
 
1438 1438
 .c.lo:
1439 1439
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -3308,7 +3404,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c
3308 3308
 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
3309 3309
 
3310 3310
 .y.c:
3311
-	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
3311
+	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
3312 3312
 
3313 3313
 mostlyclean-libtool:
3314 3314
 	-rm -f *.lo
... ...
@@ -3317,8 +3413,11 @@ clean-libtool:
3317 3317
 	-rm -rf .libs _libs
3318 3318
 install-includeHEADERS: $(include_HEADERS)
3319 3319
 	@$(NORMAL_INSTALL)
3320
-	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
3321 3320
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3321
+	if test -n "$$list"; then \
3322
+	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
3323
+	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
3324
+	fi; \
3322 3325
 	for p in $$list; do \
3323 3326
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3324 3327
 	  echo "$$d$$p"; \
... ...
@@ -3335,22 +3434,25 @@ uninstall-includeHEADERS:
3335 3335
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
3336 3336
 
3337 3337
 # This directory's subdirectories are mostly independent; you can cd
3338
-# into them and run `make' without going through this Makefile.
3339
-# To change the values of `make' variables: instead of editing Makefiles,
3340
-# (1) if the variable is set in `config.status', edit `config.status'
3341
-#     (which will cause the Makefiles to be regenerated when you run `make');
3342
-# (2) otherwise, pass the desired values on the `make' command line.
3343
-$(RECURSIVE_TARGETS):
3344
-	@fail= failcom='exit 1'; \
3345
-	for f in x $$MAKEFLAGS; do \
3346
-	  case $$f in \
3347
-	    *=* | --[!k]*);; \
3348
-	    *k*) failcom='fail=yes';; \
3349
-	  esac; \
3350
-	done; \
3338
+# into them and run 'make' without going through this Makefile.
3339
+# To change the values of 'make' variables: instead of editing Makefiles,
3340
+# (1) if the variable is set in 'config.status', edit 'config.status'
3341
+#     (which will cause the Makefiles to be regenerated when you run 'make');
3342
+# (2) otherwise, pass the desired values on the 'make' command line.
3343
+$(am__recursive_targets):
3344
+	@fail=; \
3345
+	if $(am__make_keepgoing); then \
3346
+	  failcom='fail=yes'; \
3347
+	else \
3348
+	  failcom='exit 1'; \
3349
+	fi; \
3351 3350
 	dot_seen=no; \
3352 3351
 	target=`echo $@ | sed s/-recursive//`; \
3353
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3352
+	case "$@" in \
3353
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3354
+	  *) list='$(SUBDIRS)' ;; \
3355
+	esac; \
3356
+	for subdir in $$list; do \
3354 3357
 	  echo "Making $$target in $$subdir"; \
3355 3358
 	  if test "$$subdir" = "."; then \
3356 3359
 	    dot_seen=yes; \
... ...
@@ -3365,57 +3467,12 @@ $(RECURSIVE_TARGETS):
3365 3365
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3366 3366
 	fi; test -z "$$fail"
3367 3367
 
3368
-$(RECURSIVE_CLEAN_TARGETS):
3369
-	@fail= failcom='exit 1'; \
3370
-	for f in x $$MAKEFLAGS; do \
3371
-	  case $$f in \
3372
-	    *=* | --[!k]*);; \
3373
-	    *k*) failcom='fail=yes';; \
3374
-	  esac; \
3375
-	done; \
3376
-	dot_seen=no; \
3377
-	case "$@" in \
3378
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3379
-	  *) list='$(SUBDIRS)' ;; \
3380
-	esac; \
3381
-	rev=''; for subdir in $$list; do \
3382
-	  if test "$$subdir" = "."; then :; else \
3383
-	    rev="$$subdir $$rev"; \
3384
-	  fi; \
3385
-	done; \
3386
-	rev="$$rev ."; \
3387
-	target=`echo $@ | sed s/-recursive//`; \
3388
-	for subdir in $$rev; do \
3389
-	  echo "Making $$target in $$subdir"; \
3390
-	  if test "$$subdir" = "."; then \
3391
-	    local_target="$$target-am"; \
3392
-	  else \
3393
-	    local_target="$$target"; \
3394
-	  fi; \
3395
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3396
-	  || eval $$failcom; \
3397
-	done && test -z "$$fail"
3398
-tags-recursive:
3399
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3400
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3401
-	done
3402
-ctags-recursive:
3403
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3404
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3405
-	done
3368
+ID: $(am__tagged_files)
3369
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
3370
+tags: tags-recursive
3371
+TAGS: tags
3406 3372
 
3407
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3408
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3409
-	unique=`for i in $$list; do \
3410
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3411
-	  done | \
3412
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3413
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3414
-	mkid -fID $$unique
3415
-tags: TAGS
3416
-
3417
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3418
-		$(TAGS_FILES) $(LISP)
3373
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3419 3374
 	set x; \
3420 3375
 	here=`pwd`; \
3421 3376
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3431,12 +3488,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3431 3431
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3432 3432
 	  fi; \
3433 3433
 	done; \
3434
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3435
-	unique=`for i in $$list; do \
3436
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3437
-	  done | \
3438
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3439
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3434
+	$(am__define_uniq_tagged_files); \
3440 3435
 	shift; \
3441 3436
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3442 3437
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3448,15 +3500,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3448 3448
 	      $$unique; \
3449 3449
 	  fi; \
3450 3450
 	fi
3451
-ctags: CTAGS
3452
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3453
-		$(TAGS_FILES) $(LISP)
3454
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3455
-	unique=`for i in $$list; do \
3456
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3457
-	  done | \
3458
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3459
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3451
+ctags: ctags-recursive
3452
+
3453
+CTAGS: ctags
3454
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3455
+	$(am__define_uniq_tagged_files); \
3460 3456
 	test -z "$(CTAGS_ARGS)$$unique" \
3461 3457
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3462 3458
 	     $$unique
... ...
@@ -3465,6 +3513,21 @@ GTAGS:
3465 3465
 	here=`$(am__cd) $(top_builddir) && pwd` \
3466 3466
 	  && $(am__cd) $(top_srcdir) \
3467 3467
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3468
+cscopelist: cscopelist-recursive
3469
+
3470
+cscopelist-am: $(am__tagged_files)
3471
+	list='$(am__tagged_files)'; \
3472
+	case "$(srcdir)" in \
3473
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3474
+	  *) sdir=$(subdir)/$(srcdir) ;; \
3475
+	esac; \
3476
+	for i in $$list; do \
3477
+	  if test -f "$$i"; then \
3478
+	    echo "$(subdir)/$$i"; \
3479
+	  else \
3480
+	    echo "$$sdir/$$i"; \
3481
+	  fi; \
3482
+	done >> $(top_builddir)/cscope.files
3468 3483
 
3469 3484
 distclean-tags:
3470 3485
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3501,13 +3564,10 @@ distdir: $(DISTFILES)
3501 3501
 	done
3502 3502
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3503 3503
 	  if test "$$subdir" = .; then :; else \
3504
-	    test -d "$(distdir)/$$subdir" \
3505
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
3506
-	    || exit 1; \
3507
-	  fi; \
3508
-	done
3509
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3510
-	  if test "$$subdir" = .; then :; else \
3504
+	    $(am__make_dryrun) \
3505
+	      || test -d "$(distdir)/$$subdir" \
3506
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3507
+	      || exit 1; \
3511 3508
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3512 3509
 	    $(am__relativize); \
3513 3510
 	    new_distdir=$$reldir; \
... ...
@@ -3643,26 +3703,25 @@ ps-am:
3643 3643
 
3644 3644
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3645 3645
 
3646
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3647
-	ctags-recursive install install-am install-strip \
3648
-	tags-recursive
3649
-
3650
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3651
-	all all-am check check-am clean clean-generic \
3652
-	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3653
-	ctags ctags-recursive distclean distclean-compile \
3654
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
3655
-	dvi-am html html-am info info-am install install-am \
3656
-	install-data install-data-am install-dvi install-dvi-am \
3657
-	install-exec install-exec-am install-html install-html-am \
3646
+.MAKE: $(am__recursive_targets) all check install install-am \
3647
+	install-strip
3648
+
3649
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3650
+	check-am clean clean-generic clean-libLTLIBRARIES \
3651
+	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3652
+	ctags-am distclean distclean-compile distclean-generic \
3653
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
3654
+	html-am info info-am install install-am install-data \
3655
+	install-data-am install-dvi install-dvi-am install-exec \
3656
+	install-exec-am install-html install-html-am \
3658 3657
 	install-includeHEADERS install-info install-info-am \
3659 3658
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3660 3659
 	install-ps install-ps-am install-strip installcheck \
3661 3660
 	installcheck-am installdirs installdirs-am maintainer-clean \
3662 3661
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3663 3662
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3664
-	tags tags-recursive uninstall uninstall-am \
3665
-	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3663
+	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3664
+	uninstall-libLTLIBRARIES
3666 3665
 
3667 3666
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3668 3667
 @ENABLE_LLVM_FALSE@	$(AM_V_at) cp $< $@
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -32,6 +31,51 @@
32 32
 
33 33
 
34 34
 VPATH = @srcdir@
35
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
36
+am__make_running_with_option = \
37
+  case $${target_option-} in \
38
+      ?) ;; \
39
+      *) echo "am__make_running_with_option: internal error: invalid" \
40
+              "target option '$${target_option-}' specified" >&2; \
41
+         exit 1;; \
42
+  esac; \
43
+  has_opt=no; \
44
+  sane_makeflags=$$MAKEFLAGS; \
45
+  if $(am__is_gnu_make); then \
46
+    sane_makeflags=$$MFLAGS; \
47
+  else \
48
+    case $$MAKEFLAGS in \
49
+      *\\[\ \	]*) \
50
+        bs=\\; \
51
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
52
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
53
+    esac; \
54
+  fi; \
55
+  skip_next=no; \
56
+  strip_trailopt () \
57
+  { \
58
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
59
+  }; \
60
+  for flg in $$sane_makeflags; do \
61
+    test $$skip_next = yes && { skip_next=no; continue; }; \
62
+    case $$flg in \
63
+      *=*|--*) continue;; \
64
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
65
+      -*I?*) strip_trailopt 'I';; \
66
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
67
+      -*O?*) strip_trailopt 'O';; \
68
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
69
+      -*l?*) strip_trailopt 'l';; \
70
+      -[dEDm]) skip_next=yes;; \
71
+      -[JT]) skip_next=yes;; \
72
+    esac; \
73
+    case $$flg in \
74
+      *$$target_option*) has_opt=yes; break;; \
75
+    esac; \
76
+  done; \
77
+  test $$has_opt = yes
78
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
79
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
35 80
 pkgdatadir = $(datadir)/@PACKAGE@
36 81
 pkgincludedir = $(includedir)/@PACKAGE@
37 82
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -63,11 +107,16 @@ target_triplet = @target@
63 63
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@am__append_9 = $(TBLGENFILES)
64 64
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = tblgen$(EXEEXT)
65 65
 subdir = .
66
-DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
67
-	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
68
-	$(top_srcdir)/configure config/compile config/config.guess \
69
-	config/config.sub config/depcomp config/install-sh \
70
-	config/ltmain.sh config/missing
66
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
67
+	$(top_srcdir)/configure $(am__configure_deps) \
68
+	$(srcdir)/clamavcxx-config.h.in $(top_srcdir)/config/depcomp \
69
+	config/compile config/config.guess config/config.sub \
70
+	config/depcomp config/install-sh config/missing \
71
+	config/ltmain.sh $(top_srcdir)/config/compile \
72
+	$(top_srcdir)/config/config.guess \
73
+	$(top_srcdir)/config/config.sub \
74
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
75
+	$(top_srcdir)/config/missing
71 76
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
72 77
 am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \
73 78
 	$(top_srcdir)/m4/cxx_flag_check.m4 $(top_srcdir)/m4/libtool.m4 \
... ...
@@ -97,6 +146,7 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
97 97
 AM_V_lt = $(am__v_lt_@AM_V@)
98 98
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
99 99
 am__v_lt_0 = --silent
100
+am__v_lt_1 = 
100 101
 libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
101 102
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
102 103
 	$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \
... ...
@@ -762,6 +812,18 @@ tblgen_LDADD = $(LDADD)
762 762
 tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
763 763
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
764 764
 	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
765
+AM_V_P = $(am__v_P_@AM_V@)
766
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
767
+am__v_P_0 = false
768
+am__v_P_1 = :
769
+AM_V_GEN = $(am__v_GEN_@AM_V@)
770
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
771
+am__v_GEN_0 = @echo "  GEN     " $@;
772
+am__v_GEN_1 = 
773
+AM_V_at = $(am__v_at_@AM_V@)
774
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
775
+am__v_at_0 = @
776
+am__v_at_1 = 
765 777
 DEFAULT_INCLUDES = -I.@am__isrc@
766 778
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
767 779
 am__depfiles_maybe = depfiles
... ...
@@ -774,17 +836,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
774 774
 	$(AM_CFLAGS) $(CFLAGS)
775 775
 AM_V_CC = $(am__v_CC_@AM_V@)
776 776
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
777
-am__v_CC_0 = @echo "  CC    " $@;
778
-AM_V_at = $(am__v_at_@AM_V@)
779
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
780
-am__v_at_0 = @
777
+am__v_CC_0 = @echo "  CC      " $@;
778
+am__v_CC_1 = 
781 779
 CCLD = $(CC)
782 780
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
783 781
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
784 782
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
785 783
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
786 784
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
787
-am__v_CCLD_0 = @echo "  CCLD  " $@;
785
+am__v_CCLD_0 = @echo "  CCLD    " $@;
786
+am__v_CCLD_1 = 
788 787
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
789 788
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
790 789
 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
... ...
@@ -793,17 +854,16 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
793 793
 	$(AM_CXXFLAGS) $(CXXFLAGS)
794 794
 AM_V_CXX = $(am__v_CXX_@AM_V@)
795 795
 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
796
-am__v_CXX_0 = @echo "  CXX   " $@;
796
+am__v_CXX_0 = @echo "  CXX     " $@;
797
+am__v_CXX_1 = 
797 798
 CXXLD = $(CXX)
798 799
 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
799 800
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
800 801
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
801 802
 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
802 803
 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
803
-am__v_CXXLD_0 = @echo "  CXXLD " $@;
804
-AM_V_GEN = $(am__v_GEN_@AM_V@)
805
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
806
-am__v_GEN_0 = @echo "  GEN   " $@;
804
+am__v_CXXLD_0 = @echo "  CXXLD   " $@;
805
+am__v_CXXLD_1 = 
807 806
 SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
808 807
 	$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \
809 808
 	$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \
... ...
@@ -815,8 +875,33 @@ DIST_SOURCES = $(am__libclamavcxx_la_SOURCES_DIST) \
815 815
 	$(am__libllvmsystem_la_SOURCES_DIST) \
816 816
 	$(am__libllvmx86codegen_la_SOURCES_DIST) \
817 817
 	$(am__tblgen_SOURCES_DIST)
818
+am__can_run_installinfo = \
819
+  case $$AM_UPDATE_INFO_DIR in \
820
+    n|no|NO) false;; \
821
+    *) (install-info --version) >/dev/null 2>&1;; \
822
+  esac
823
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
824
+	$(LISP)clamavcxx-config.h.in
825
+# Read a list of newline-separated strings from the standard input,
826
+# and print each of them once, without duplicates.  Input order is
827
+# *not* preserved.
828
+am__uniquify_input = $(AWK) '\
829
+  BEGIN { nonempty = 0; } \
830
+  { items[$$0] = 1; nonempty = 1; } \
831
+  END { if (nonempty) { for (i in items) print i; }; } \
832
+'
833
+# Make sure the list of sources is unique.  This is necessary because,
834
+# e.g., the same source file might be shared among _SOURCES variables
835
+# for different programs/libraries.
836
+am__define_uniq_tagged_files = \
837
+  list='$(am__tagged_files)'; \
838
+  unique=`for i in $$list; do \
839
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
840
+  done | $(am__uniquify_input)`
818 841
 ETAGS = etags
819 842
 CTAGS = ctags
843
+CSCOPE = cscope
844
+AM_RECURSIVE_TARGETS = cscope
820 845
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
821 846
 distdir = $(PACKAGE)-$(VERSION)
822 847
 top_distdir = $(distdir)
... ...
@@ -826,8 +911,10 @@ am__remove_distdir = \
826 826
       && rm -rf "$(distdir)" \
827 827
       || { sleep 5 && rm -rf "$(distdir)"; }; \
828 828
   else :; fi
829
+am__post_remove_distdir = $(am__remove_distdir)
829 830
 DIST_ARCHIVES = $(distdir).tar.gz
830 831
 GZIP_ENV = --best
832
+DIST_TARGETS = dist-gzip
831 833
 distuninstallcheck_listfiles = find . -type f -print
832 834
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
833 835
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
... ...
@@ -1482,8 +1569,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1482 1482
 $(am__aclocal_m4_deps):
1483 1483
 
1484 1484
 clamavcxx-config.h: stamp-h1
1485
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1486
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1485
+	@test -f $@ || rm -f stamp-h1
1486
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1487 1487
 
1488 1488
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
1489 1489
 	@rm -f stamp-h1
... ...
@@ -1498,22 +1585,30 @@ distclean-hdr:
1498 1498
 
1499 1499
 clean-noinstLTLIBRARIES:
1500 1500
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1501
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1502
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1503
-	  test "$$dir" != "$$p" || dir=.; \
1504
-	  echo "rm -f \"$${dir}/so_locations\""; \
1505
-	  rm -f "$${dir}/so_locations"; \
1506
-	done
1501
+	@list='$(noinst_LTLIBRARIES)'; \
1502
+	locs=`for p in $$list; do echo $$p; done | \
1503
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1504
+	      sort -u`; \
1505
+	test -z "$$locs" || { \
1506
+	  echo rm -f $${locs}; \
1507
+	  rm -f $${locs}; \
1508
+	}
1509
+
1507 1510
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1508 1511
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1512
+
1509 1513
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
1510 1514
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
1515
+
1511 1516
 libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) 
1512 1517
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS)
1518
+
1513 1519
 libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) 
1514 1520
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS)
1521
+
1515 1522
 libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) 
1516 1523
 	$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
1524
+
1517 1525
 libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) 
1518 1526
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS)
1519 1527
 
... ...
@@ -1525,6 +1620,7 @@ clean-noinstPROGRAMS:
1525 1525
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1526 1526
 	echo " rm -f" $$list; \
1527 1527
 	rm -f $$list
1528
+
1528 1529
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) 
1529 1530
 	@rm -f tblgen$(EXEEXT)
1530 1531
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
... ...
@@ -1935,14 +2031,14 @@ distclean-compile:
1935 1935
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1936 1936
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1937 1937
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1938
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1938
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1939 1939
 
1940 1940
 .c.obj:
1941 1941
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1942 1942
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1943 1943
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1944 1944
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1945
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1945
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1946 1946
 
1947 1947
 .c.lo:
1948 1948
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -5390,26 +5486,15 @@ clean-libtool:
5390 5390
 distclean-libtool:
5391 5391
 	-rm -f libtool config.lt
5392 5392
 
5393
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5394
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5395
-	unique=`for i in $$list; do \
5396
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5397
-	  done | \
5398
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5399
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5400
-	mkid -fID $$unique
5401
-tags: TAGS
5402
-
5403
-TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5404
-		$(TAGS_FILES) $(LISP)
5393
+ID: $(am__tagged_files)
5394
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
5395
+tags: tags-am
5396
+TAGS: tags
5397
+
5398
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5405 5399
 	set x; \
5406 5400
 	here=`pwd`; \
5407
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5408
-	unique=`for i in $$list; do \
5409
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5410
-	  done | \
5411
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5412
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5401
+	$(am__define_uniq_tagged_files); \
5413 5402
 	shift; \
5414 5403
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5415 5404
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5421,15 +5506,11 @@ TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5421 5421
 	      $$unique; \
5422 5422
 	  fi; \
5423 5423
 	fi
5424
-ctags: CTAGS
5425
-CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5426
-		$(TAGS_FILES) $(LISP)
5427
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5428
-	unique=`for i in $$list; do \
5429
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5430
-	  done | \
5431
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5432
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5424
+ctags: ctags-am
5425
+
5426
+CTAGS: ctags
5427
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5428
+	$(am__define_uniq_tagged_files); \
5433 5429
 	test -z "$(CTAGS_ARGS)$$unique" \
5434 5430
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5435 5431
 	     $$unique
... ...
@@ -5438,9 +5519,31 @@ GTAGS:
5438 5438
 	here=`$(am__cd) $(top_builddir) && pwd` \
5439 5439
 	  && $(am__cd) $(top_srcdir) \
5440 5440
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5441
+cscope: cscope.files
5442
+	test ! -s cscope.files \
5443
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5444
+clean-cscope:
5445
+	-rm -f cscope.files
5446
+cscope.files: clean-cscope cscopelist
5447
+cscopelist: cscopelist-am
5448
+
5449
+cscopelist-am: $(am__tagged_files)
5450
+	list='$(am__tagged_files)'; \
5451
+	case "$(srcdir)" in \
5452
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5453
+	  *) sdir=$(subdir)/$(srcdir) ;; \
5454
+	esac; \
5455
+	for i in $$list; do \
5456
+	  if test -f "$$i"; then \
5457
+	    echo "$(subdir)/$$i"; \
5458
+	  else \
5459
+	    echo "$$sdir/$$i"; \
5460
+	  fi; \
5461
+	done >> $(top_builddir)/cscope.files
5441 5462
 
5442 5463
 distclean-tags:
5443 5464
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5465
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5444 5466
 
5445 5467
 distdir: $(DISTFILES)
5446 5468
 	$(am__remove_distdir)
... ...
@@ -5486,40 +5589,42 @@ distdir: $(DISTFILES)
5486 5486
 	|| chmod -R a+r "$(distdir)"
5487 5487
 dist-gzip: distdir
5488 5488
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5489
-	$(am__remove_distdir)
5489
+	$(am__post_remove_distdir)
5490 5490
 
5491 5491
 dist-bzip2: distdir
5492 5492
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5493
-	$(am__remove_distdir)
5493
+	$(am__post_remove_distdir)
5494 5494
 
5495 5495
 dist-lzip: distdir
5496 5496
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5497
-	$(am__remove_distdir)
5498
-
5499
-dist-lzma: distdir
5500
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5501
-	$(am__remove_distdir)
5497
+	$(am__post_remove_distdir)
5502 5498
 
5503 5499
 dist-xz: distdir
5504 5500
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5505
-	$(am__remove_distdir)
5501
+	$(am__post_remove_distdir)
5506 5502
 
5507 5503
 dist-tarZ: distdir
5504
+	@echo WARNING: "Support for shar distribution archives is" \
5505
+	               "deprecated." >&2
5506
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5508 5507
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5509
-	$(am__remove_distdir)
5508
+	$(am__post_remove_distdir)
5510 5509
 
5511 5510
 dist-shar: distdir
5511
+	@echo WARNING: "Support for distribution archives compressed with" \
5512
+		       "legacy program 'compress' is deprecated." >&2
5513
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5512 5514
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5513
-	$(am__remove_distdir)
5515
+	$(am__post_remove_distdir)
5514 5516
 
5515 5517
 dist-zip: distdir
5516 5518
 	-rm -f $(distdir).zip
5517 5519
 	zip -rq $(distdir).zip $(distdir)
5518
-	$(am__remove_distdir)
5520
+	$(am__post_remove_distdir)
5519 5521
 
5520
-dist dist-all: distdir
5521
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5522
-	$(am__remove_distdir)
5522
+dist dist-all:
5523
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5524
+	$(am__post_remove_distdir)
5523 5525
 
5524 5526
 # This target untars the dist file and tries a VPATH configuration.  Then
5525 5527
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5530,8 +5635,6 @@ distcheck: dist
5530 5530
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5531 5531
 	*.tar.bz2*) \
5532 5532
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5533
-	*.tar.lzma*) \
5534
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5535 5533
 	*.tar.lz*) \
5536 5534
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5537 5535
 	*.tar.xz*) \
... ...
@@ -5543,18 +5646,19 @@ distcheck: dist
5543 5543
 	*.zip*) \
5544 5544
 	  unzip $(distdir).zip ;;\
5545 5545
 	esac
5546
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
5547
-	mkdir $(distdir)/_build
5548
-	mkdir $(distdir)/_inst
5546
+	chmod -R a-w $(distdir)
5547
+	chmod u+w $(distdir)
5548
+	mkdir $(distdir)/_build $(distdir)/_inst
5549 5549
 	chmod a-w $(distdir)
5550 5550
 	test -d $(distdir)/_build || exit 0; \
5551 5551
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5552 5552
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
5553 5553
 	  && am__cwd=`pwd` \
5554 5554
 	  && $(am__cd) $(distdir)/_build \
5555
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5555
+	  && ../configure \
5556 5556
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
5557 5557
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
5558
+	    --srcdir=.. --prefix="$$dc_install_base" \
5558 5559
 	  && $(MAKE) $(AM_MAKEFLAGS) \
5559 5560
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5560 5561
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -5577,7 +5681,7 @@ distcheck: dist
5577 5577
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5578 5578
 	  && cd "$$am__cwd" \
5579 5579
 	  || exit 1
5580
-	$(am__remove_distdir)
5580
+	$(am__post_remove_distdir)
5581 5581
 	@(echo "$(distdir) archives ready for distribution: "; \
5582 5582
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5583 5583
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5644,8 +5748,8 @@ maintainer-clean-generic:
5644 5644
 	@echo "This command is intended for maintainers to use"
5645 5645
 	@echo "it deletes files that may require special tools to rebuild."
5646 5646
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
5647
-@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5648 5647
 @BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5648
+@BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5649 5649
 clean: clean-am
5650 5650
 
5651 5651
 clean-am: clean-generic clean-libtool clean-local \
... ...
@@ -5722,23 +5826,23 @@ uninstall-am:
5722 5722
 
5723 5723
 .MAKE: all check install install-am install-strip
5724 5724
 
5725
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5726
-	clean-generic clean-libtool clean-local \
5727
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5728
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5729
-	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5730
-	distclean-compile distclean-generic distclean-hdr \
5731
-	distclean-libtool distclean-local distclean-tags \
5732
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5733
-	html-am info info-am install install-am install-data \
5734
-	install-data-am install-dvi install-dvi-am install-exec \
5735
-	install-exec-am install-html install-html-am install-info \
5736
-	install-info-am install-man install-pdf install-pdf-am \
5737
-	install-ps install-ps-am install-strip installcheck \
5738
-	installcheck-am installdirs maintainer-clean \
5739
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
5740
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5741
-	tags uninstall uninstall-am
5725
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5726
+	clean-cscope clean-generic clean-libtool clean-local \
5727
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5728
+	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5729
+	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5730
+	dist-zip distcheck distclean distclean-compile \
5731
+	distclean-generic distclean-hdr distclean-libtool \
5732
+	distclean-local distclean-tags distcleancheck distdir \
5733
+	distuninstallcheck dvi dvi-am html html-am info info-am \
5734
+	install install-am install-data install-data-am install-dvi \
5735
+	install-dvi-am install-exec install-exec-am install-html \
5736
+	install-html-am install-info install-info-am install-man \
5737
+	install-pdf install-pdf-am install-ps install-ps-am \
5738
+	install-strip installcheck installcheck-am installdirs \
5739
+	maintainer-clean maintainer-clean-generic mostlyclean \
5740
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5741
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5742 5742
 
5743 5743
 
5744 5744
 @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.3 -*- Autoconf -*-
1
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
+
3
+# Copyright (C) 1996-2013 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
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
18
-[m4_warning([this file was generated for autoconf 2.68.
18
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
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.14'
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.3], [],
39
+m4_if([$1], [1.14.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.3])dnl
57
+[AM_AUTOMAKE_VERSION([1.14.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
-    test -z "am__include" && continue
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,18 +409,21 @@ 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
 
430
+dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
431
+m4_define([AC_PROG_CC],
432
+m4_defn([AC_PROG_CC])
433
+[_AM_PROG_CC_C_O
434
+])
435
+
433 436
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
434 437
 # AM_INIT_AUTOMAKE([OPTIONS])
435 438
 # -----------------------------------------------
... ...
@@ -442,7 +436,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 +465,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,34 +509,78 @@ _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
-])
529 532
 
530
-dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
533
+# POSIX will say in a future version that running "rm -f" with no argument
534
+# is OK; and we want to be able to make that assumption in our Makefile
535
+# recipes.  So use an aggressive probe to check that the usage we want is
536
+# actually supported "in the wild" to an acceptable degree.
537
+# See automake bug#10828.
538
+# To make any issue more visible, cause the running configure to be aborted
539
+# by default if the 'rm' program in use doesn't match our expectations; the
540
+# user can still override this though.
541
+if rm -f && rm -fr && rm -rf; then : OK; else
542
+  cat >&2 <<'END'
543
+Oops!
544
+
545
+Your 'rm' program seems unable to run without file operands specified
546
+on the command line, even when the '-f' option is present.  This is contrary
547
+to the behaviour of most rm programs out there, and not conforming with
548
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
549
+
550
+Please tell bug-automake@gnu.org about your system, including the value
551
+of your $PATH and any error possibly output before this message.  This
552
+can help us improve future automake versions.
553
+
554
+END
555
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
556
+    echo 'Configuration will proceed anyway, since you have set the' >&2
557
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
558
+    echo >&2
559
+  else
560
+    cat >&2 <<'END'
561
+Aborting the configuration process, to ensure you take notice of the issue.
562
+
563
+You can download and install GNU coreutils to get an 'rm' implementation
564
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
565
+
566
+If you want to complete the configuration process using your problematic
567
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
568
+to "yes", and re-run configure.
569
+
570
+END
571
+    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
572
+  fi
573
+fi])
574
+
575
+dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
531 576
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
532 577
 dnl mangled by Autoconf and run in a shell conditional statement.
533 578
 m4_define([_AC_COMPILER_EXEEXT],
534 579
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
535 580
 
536
-
537 581
 # When config.status generates a header, we must update the stamp-h file.
538 582
 # This file resides in the same directory as the config header
539 583
 # that is generated.  The stamp files are numbered to have different names.
... ...
@@ -555,15 +602,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 +621,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 +645,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 +666,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 +678,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 +703,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 +730,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 +743,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 +759,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 +784,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,13 +798,58 @@ 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) 1999-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
807
+# _AM_PROG_CC_C_O
808
+# ---------------
809
+# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
810
+# to automatically call this.
811
+AC_DEFUN([_AM_PROG_CC_C_O],
812
+[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
813
+AC_REQUIRE_AUX_FILE([compile])dnl
814
+AC_LANG_PUSH([C])dnl
815
+AC_CACHE_CHECK(
816
+  [whether $CC understands -c and -o together],
817
+  [am_cv_prog_cc_c_o],
818
+  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
819
+  # Make sure it works both with $CC and with simple cc.
820
+  # Following AC_PROG_CC_C_O, we do the test twice because some
821
+  # compilers refuse to overwrite an existing .o file with -o,
822
+  # though they will create one.
823
+  am_cv_prog_cc_c_o=yes
824
+  for am_i in 1 2; do
825
+    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
826
+         && test -f conftest2.$ac_objext; then
827
+      : OK
828
+    else
829
+      am_cv_prog_cc_c_o=no
830
+      break
831
+    fi
832
+  done
833
+  rm -f core conftest*
834
+  unset am_i])
835
+if test "$am_cv_prog_cc_c_o" != yes; then
836
+   # Losing compiler, so override with the script.
837
+   # FIXME: It is wrong to rewrite CC.
838
+   # But if we don't then we get into trouble of one sort or another.
839
+   # A longer-term fix would be to have automake use am__CC in this case,
840
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
841
+   CC="$am_aux_dir/compile $CC"
842
+fi
843
+AC_LANG_POP([C])])
844
+
845
+# For backward compatibility.
846
+AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
847
+
848
+# Copyright (C) 2001-2013 Free Software Foundation, Inc.
849
+#
850
+# This file is free software; the Free Software Foundation
851
+# gives unlimited permission to copy and/or distribute it,
852
+# with or without modifications, as long as this notice is preserved.
808 853
 
809 854
 # AM_RUN_LOG(COMMAND)
810 855
 # -------------------
... ...
@@ -819,22 +864,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 +884,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 +927,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 +988,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 +1005,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 +1052,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
... ...
@@ -1011,76 +1071,114 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1011 1011
 # Substitute a variable $(am__untar) that extract such
1012 1012
 # a tarball read from stdin.
1013 1013
 #     $(am__untar) < result.tar
1014
+#
1014 1015
 AC_DEFUN([_AM_PROG_TAR],
1015 1016
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1016 1017
 # in the wild :-(  We should find a proper way to deprecate it ...
1017 1018
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1018
-m4_if([$1], [v7],
1019
-     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1020
-     [m4_case([$1], [ustar],, [pax],,
1021
-              [m4_fatal([Unknown tar format])])
1022
-AC_MSG_CHECKING([how to create a $1 tar archive])
1023
-# Loop over all known methods to create a tar archive until one works.
1019
+
1020
+# We'll loop over all known methods to create a tar archive until one works.
1024 1021
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1025
-_am_tools=${am_cv_prog_tar_$1-$_am_tools}
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 `-'.
1028
-for _am_tool in $_am_tools
1029
-do
1030
-  case $_am_tool in
1031
-  gnutar)
1032
-    for _am_tar in tar gnutar gtar;
1033
-    do
1034
-      AM_RUN_LOG([$_am_tar --version]) && break
1035
-    done
1036
-    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1037
-    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1038
-    am__untar="$_am_tar -xf -"
1039
-    ;;
1040
-  plaintar)
1041
-    # Must skip GNU tar: if it does not support --format= it doesn't create
1042
-    # ustar tarball either.
1043
-    (tar --version) >/dev/null 2>&1 && continue
1044
-    am__tar='tar chf - "$$tardir"'
1045
-    am__tar_='tar chf - "$tardir"'
1046
-    am__untar='tar xf -'
1047
-    ;;
1048
-  pax)
1049
-    am__tar='pax -L -x $1 -w "$$tardir"'
1050
-    am__tar_='pax -L -x $1 -w "$tardir"'
1051
-    am__untar='pax -r'
1052
-    ;;
1053
-  cpio)
1054
-    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1055
-    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1056
-    am__untar='cpio -i -H $1 -d'
1057
-    ;;
1058
-  none)
1059
-    am__tar=false
1060
-    am__tar_=false
1061
-    am__untar=false
1062
-    ;;
1063
-  esac
1064 1022
 
1065
-  # If the value was cached, stop now.  We just wanted to have am__tar
1066
-  # and am__untar set.
1067
-  test -n "${am_cv_prog_tar_$1}" && break
1023
+m4_if([$1], [v7],
1024
+  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1025
+
1026
+  [m4_case([$1],
1027
+    [ustar],
1028
+     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1029
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1030
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1031
+      # and bug#13588).
1032
+      am_max_uid=2097151 # 2^21 - 1
1033
+      am_max_gid=$am_max_uid
1034
+      # The $UID and $GID variables are not portable, so we need to resort
1035
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1036
+      # below are definitely unexpected, so allow the users to see them
1037
+      # (that is, avoid stderr redirection).
1038
+      am_uid=`id -u || echo unknown`
1039
+      am_gid=`id -g || echo unknown`
1040
+      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1041
+      if test $am_uid -le $am_max_uid; then
1042
+         AC_MSG_RESULT([yes])
1043
+      else
1044
+         AC_MSG_RESULT([no])
1045
+         _am_tools=none
1046
+      fi
1047
+      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1048
+      if test $am_gid -le $am_max_gid; then
1049
+         AC_MSG_RESULT([yes])
1050
+      else
1051
+        AC_MSG_RESULT([no])
1052
+        _am_tools=none
1053
+      fi],
1054
+
1055
+  [pax],
1056
+    [],
1057
+
1058
+  [m4_fatal([Unknown tar format])])
1059
+
1060
+  AC_MSG_CHECKING([how to create a $1 tar archive])
1061
+
1062
+  # Go ahead even if we have the value already cached.  We do so because we
1063
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
1064
+  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1065
+
1066
+  for _am_tool in $_am_tools; do
1067
+    case $_am_tool in
1068
+    gnutar)
1069
+      for _am_tar in tar gnutar gtar; do
1070
+        AM_RUN_LOG([$_am_tar --version]) && break
1071
+      done
1072
+      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1073
+      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1074
+      am__untar="$_am_tar -xf -"
1075
+      ;;
1076
+    plaintar)
1077
+      # Must skip GNU tar: if it does not support --format= it doesn't create
1078
+      # ustar tarball either.
1079
+      (tar --version) >/dev/null 2>&1 && continue
1080
+      am__tar='tar chf - "$$tardir"'
1081
+      am__tar_='tar chf - "$tardir"'
1082
+      am__untar='tar xf -'
1083
+      ;;
1084
+    pax)
1085
+      am__tar='pax -L -x $1 -w "$$tardir"'
1086
+      am__tar_='pax -L -x $1 -w "$tardir"'
1087
+      am__untar='pax -r'
1088
+      ;;
1089
+    cpio)
1090
+      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1091
+      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1092
+      am__untar='cpio -i -H $1 -d'
1093
+      ;;
1094
+    none)
1095
+      am__tar=false
1096
+      am__tar_=false
1097
+      am__untar=false
1098
+      ;;
1099
+    esac
1068 1100
 
1069
-  # tar/untar a dummy directory, and stop if the command works
1070
-  rm -rf conftest.dir
1071
-  mkdir conftest.dir
1072
-  echo GrepMe > conftest.dir/file
1073
-  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1101
+    # If the value was cached, stop now.  We just wanted to have am__tar
1102
+    # and am__untar set.
1103
+    test -n "${am_cv_prog_tar_$1}" && break
1104
+
1105
+    # tar/untar a dummy directory, and stop if the command works.
1106
+    rm -rf conftest.dir
1107
+    mkdir conftest.dir
1108
+    echo GrepMe > conftest.dir/file
1109
+    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1110
+    rm -rf conftest.dir
1111
+    if test -s conftest.tar; then
1112
+      AM_RUN_LOG([$am__untar <conftest.tar])
1113
+      AM_RUN_LOG([cat conftest.dir/file])
1114
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1115
+    fi
1116
+  done
1074 1117
   rm -rf conftest.dir
1075
-  if test -s conftest.tar; then
1076
-    AM_RUN_LOG([$am__untar <conftest.tar])
1077
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1078
-  fi
1079
-done
1080
-rm -rf conftest.dir
1081 1118
 
1082
-AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1083
-AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1119
+  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1120
+  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1121
+
1084 1122
 AC_SUBST([am__tar])
1085 1123
 AC_SUBST([am__untar])
1086 1124
 ]) # _AM_PROG_TAR
... ...
@@ -1,13 +1,11 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.68 for libclamavc++ devel.
3
+# Generated by GNU Autoconf 2.69 for libclamavc++ devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net>.
6 6
 #
7 7
 #
8
-# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
9
-# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software
10
-# Foundation, Inc.
8
+# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
11 9
 #
12 10
 #
13 11
 # This configure script is free software; the Free Software Foundation
... ...
@@ -136,6 +134,31 @@ export LANGUAGE
136 136
 # CDPATH.
137 137
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
138 138
 
139
+# Use a proper internal environment variable to ensure we don't fall
140
+  # into an infinite loop, continuously re-executing ourselves.
141
+  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
142
+    _as_can_reexec=no; export _as_can_reexec;
143
+    # We cannot yet assume a decent shell, so we have to provide a
144
+# neutralization value for shells without unset; and this also
145
+# works around shells that cannot unset nonexistent variables.
146
+# Preserve -v and -x to the replacement shell.
147
+BASH_ENV=/dev/null
148
+ENV=/dev/null
149
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
150
+case $- in # ((((
151
+  *v*x* | *x*v* ) as_opts=-vx ;;
152
+  *v* ) as_opts=-v ;;
153
+  *x* ) as_opts=-x ;;
154
+  * ) as_opts= ;;
155
+esac
156
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
157
+# Admittedly, this is quite paranoid, since all the known shells bail
158
+# out after a failed `exec'.
159
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
160
+as_fn_exit 255
161
+  fi
162
+  # We don't want this to propagate to other subprocesses.
163
+          { _as_can_reexec=; unset _as_can_reexec;}
139 164
 if test "x$CONFIG_SHELL" = x; then
140 165
   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
141 166
   emulate sh
... ...
@@ -169,7 +192,8 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
169 169
 else
170 170
   exitcode=1; echo positional parameters were not saved.
171 171
 fi
172
-test x\$exitcode = x0 || exit 1"
172
+test x\$exitcode = x0 || exit 1
173
+test -x / || exit 1"
173 174
   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 175
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
175 176
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
... ...
@@ -222,21 +246,25 @@ IFS=$as_save_IFS
222 222
 
223 223
 
224 224
       if test "x$CONFIG_SHELL" != x; then :
225
-  # We cannot yet assume a decent shell, so we have to provide a
226
-	# neutralization value for shells without unset; and this also
227
-	# works around shells that cannot unset nonexistent variables.
228
-	# Preserve -v and -x to the replacement shell.
229
-	BASH_ENV=/dev/null
230
-	ENV=/dev/null
231
-	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
232
-	export CONFIG_SHELL
233
-	case $- in # ((((
234
-	  *v*x* | *x*v* ) as_opts=-vx ;;
235
-	  *v* ) as_opts=-v ;;
236
-	  *x* ) as_opts=-x ;;
237
-	  * ) as_opts= ;;
238
-	esac
239
-	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
225
+  export CONFIG_SHELL
226
+             # We cannot yet assume a decent shell, so we have to provide a
227
+# neutralization value for shells without unset; and this also
228
+# works around shells that cannot unset nonexistent variables.
229
+# Preserve -v and -x to the replacement shell.
230
+BASH_ENV=/dev/null
231
+ENV=/dev/null
232
+(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
233
+case $- in # ((((
234
+  *v*x* | *x*v* ) as_opts=-vx ;;
235
+  *v* ) as_opts=-v ;;
236
+  *x* ) as_opts=-x ;;
237
+  * ) as_opts= ;;
238
+esac
239
+exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
240
+# Admittedly, this is quite paranoid, since all the known shells bail
241
+# out after a failed `exec'.
242
+$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
243
+exit 255
240 244
 fi
241 245
 
242 246
     if test x$as_have_required = xno; then :
... ...
@@ -339,6 +367,14 @@ $as_echo X"$as_dir" |
339 339
 
340 340
 
341 341
 } # as_fn_mkdir_p
342
+
343
+# as_fn_executable_p FILE
344
+# -----------------------
345
+# Test if FILE is an executable regular file.
346
+as_fn_executable_p ()
347
+{
348
+  test -f "$1" && test -x "$1"
349
+} # as_fn_executable_p
342 350
 # as_fn_append VAR VALUE
343 351
 # ----------------------
344 352
 # Append the text in VALUE to the end of the definition contained in VAR. Take
... ...
@@ -460,6 +496,10 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
460 460
   chmod +x "$as_me.lineno" ||
461 461
     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
462 462
 
463
+  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
464
+  # already done that, so ensure we don't try to do so again and fall
465
+  # in an infinite loop.  This has already happened in practice.
466
+  _as_can_reexec=no; export _as_can_reexec
463 467
   # Don't try to exec as it changes $[0], causing all sort of problems
464 468
   # (the dirname of $[0] is not the place where we might find the
465 469
   # original and so on.  Autoconf is especially sensitive to this).
... ...
@@ -494,16 +534,16 @@ if (echo >conf$$.file) 2>/dev/null; then
494 494
     # ... but there are two gotchas:
495 495
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496 496
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497
-    # In both cases, we have to default to `cp -p'.
497
+    # In both cases, we have to default to `cp -pR'.
498 498
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499
-      as_ln_s='cp -p'
499
+      as_ln_s='cp -pR'
500 500
   elif ln conf$$.file conf$$ 2>/dev/null; then
501 501
     as_ln_s=ln
502 502
   else
503
-    as_ln_s='cp -p'
503
+    as_ln_s='cp -pR'
504 504
   fi
505 505
 else
506
-  as_ln_s='cp -p'
506
+  as_ln_s='cp -pR'
507 507
 fi
508 508
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
509 509
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -515,28 +555,8 @@ else
515 515
   as_mkdir_p=false
516 516
 fi
517 517
 
518
-if test -x / >/dev/null 2>&1; then
519
-  as_test_x='test -x'
520
-else
521
-  if ls -dL / >/dev/null 2>&1; then
522
-    as_ls_L_option=L
523
-  else
524
-    as_ls_L_option=
525
-  fi
526
-  as_test_x='
527
-    eval sh -c '\''
528
-      if test -d "$1"; then
529
-	test -d "$1/.";
530
-      else
531
-	case $1 in #(
532
-	-*)set "./$1";;
533
-	esac;
534
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
535
-	???[sx]*):;;*)false;;esac;fi
536
-    '\'' sh
537
-  '
538
-fi
539
-as_executable_p=$as_test_x
518
+as_test_x='test -x'
519
+as_executable_p=as_fn_executable_p
540 520
 
541 521
 # Sed expression to map a string onto a valid CPP name.
542 522
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -1250,8 +1270,6 @@ target=$target_alias
1250 1250
 if test "x$host_alias" != x; then
1251 1251
   if test "x$build_alias" = x; then
1252 1252
     cross_compiling=maybe
1253
-    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1254
-    If a cross compiler is detected then cross compile mode will be used" >&2
1255 1253
   elif test "x$build_alias" != "x$host_alias"; then
1256 1254
     cross_compiling=yes
1257 1255
   fi
... ...
@@ -1416,12 +1434,15 @@ Optional Features:
1416 1416
   --disable-option-checking  ignore unrecognized --enable/--with options
1417 1417
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1418 1418
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1419
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1420
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1421
-  --disable-dependency-tracking  speeds up one-time build
1422
-  --enable-dependency-tracking   do not reject slow dependency extractors
1423
-  --enable-maintainer-mode  enable make rules and dependencies not useful
1424
-			  (and sometimes confusing) to the casual installer
1419
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1420
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1421
+  --enable-dependency-tracking
1422
+                          do not reject slow dependency extractors
1423
+  --disable-dependency-tracking
1424
+                          speeds up one-time build
1425
+  --enable-maintainer-mode
1426
+                          enable make rules and dependencies not useful (and
1427
+                          sometimes confusing) to the casual installer
1425 1428
   --enable-static[=PKGS]  build static libraries [default=no]
1426 1429
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1427 1430
   --enable-fast-install[=PKGS]
... ...
@@ -1529,9 +1550,9 @@ test -n "$ac_init_help" && exit $ac_status
1529 1529
 if $ac_init_version; then
1530 1530
   cat <<\_ACEOF
1531 1531
 libclamavc++ configure devel
1532
-generated by GNU Autoconf 2.68
1532
+generated by GNU Autoconf 2.69
1533 1533
 
1534
-Copyright (C) 2010 Free Software Foundation, Inc.
1534
+Copyright (C) 2012 Free Software Foundation, Inc.
1535 1535
 This configure script is free software; the Free Software Foundation
1536 1536
 gives unlimited permission to copy, distribute and modify it.
1537 1537
 _ACEOF
... ...
@@ -1755,7 +1776,7 @@ $as_echo "$ac_try_echo"; } >&5
1755 1755
 	 test ! -s conftest.err
1756 1756
        } && test -s conftest$ac_exeext && {
1757 1757
 	 test "$cross_compiling" = yes ||
1758
-	 $as_test_x conftest$ac_exeext
1758
+	 test -x conftest$ac_exeext
1759 1759
        }; then :
1760 1760
   ac_retval=0
1761 1761
 else
... ...
@@ -1905,7 +1926,7 @@ $as_echo "$ac_try_echo"; } >&5
1905 1905
 	 test ! -s conftest.err
1906 1906
        } && test -s conftest$ac_exeext && {
1907 1907
 	 test "$cross_compiling" = yes ||
1908
-	 $as_test_x conftest$ac_exeext
1908
+	 test -x conftest$ac_exeext
1909 1909
        }; then :
1910 1910
   ac_retval=0
1911 1911
 else
... ...
@@ -1970,7 +1991,7 @@ This file contains any messages produced by compilers while
1970 1970
 running configure, to aid debugging if configure makes a mistake.
1971 1971
 
1972 1972
 It was created by libclamavc++ $as_me devel, which was
1973
-generated by GNU Autoconf 2.68.  Invocation command line was
1973
+generated by GNU Autoconf 2.69.  Invocation command line was
1974 1974
 
1975 1975
   $ $0 $@
1976 1976
 
... ...
@@ -2459,7 +2480,7 @@ test -n "$target_alias" &&
2459 2459
   test "$program_prefix$program_suffix$program_transform_name" = \
2460 2460
     NONENONEs,x,x, &&
2461 2461
   program_prefix=${target_alias}-
2462
-am__api_version='1.11'
2462
+am__api_version='1.14'
2463 2463
 
2464 2464
 # Find a good install program.  We prefer a C program (faster),
2465 2465
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2498,7 +2519,7 @@ case $as_dir/ in #((
2498 2498
     # by default.
2499 2499
     for ac_prog in ginstall scoinst install; do
2500 2500
       for ac_exec_ext in '' $ac_executable_extensions; do
2501
-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2501
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2502 2502
 	  if test $ac_prog = install &&
2503 2503
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2504 2504
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2556,9 +2577,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2556 2556
 
2557 2557
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2558 2558
 $as_echo_n "checking whether build environment is sane... " >&6; }
2559
-# Just in case
2560
-sleep 1
2561
-echo timestamp > conftest.file
2562 2559
 # Reject unsafe characters in $srcdir or the absolute working directory
2563 2560
 # name.  Accept space and tab only in the latter.
2564 2561
 am_lf='
... ...
@@ -2569,32 +2587,40 @@ case `pwd` in
2569 2569
 esac
2570 2570
 case $srcdir in
2571 2571
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2572
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2572
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2573 2573
 esac
2574 2574
 
2575
-# Do `set' in a subshell so we don't clobber the current shell's
2575
+# Do 'set' in a subshell so we don't clobber the current shell's
2576 2576
 # arguments.  Must try -L first in case configure is actually a
2577 2577
 # symlink; some systems play weird games with the mod time of symlinks
2578 2578
 # (eg FreeBSD returns the mod time of the symlink's containing
2579 2579
 # directory).
2580 2580
 if (
2581
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2582
-   if test "$*" = "X"; then
2583
-      # -L didn't work.
2584
-      set X `ls -t "$srcdir/configure" conftest.file`
2585
-   fi
2586
-   rm -f conftest.file
2587
-   if test "$*" != "X $srcdir/configure conftest.file" \
2588
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2589
-
2590
-      # If neither matched, then we have a broken ls.  This can happen
2591
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2592
-      # broken ls alias from the environment.  This has actually
2593
-      # happened.  Such a system could not be considered "sane".
2594
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2595
-alias in your environment" "$LINENO" 5
2596
-   fi
2597
-
2581
+   am_has_slept=no
2582
+   for am_try in 1 2; do
2583
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2584
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2585
+     if test "$*" = "X"; then
2586
+	# -L didn't work.
2587
+	set X `ls -t "$srcdir/configure" conftest.file`
2588
+     fi
2589
+     if test "$*" != "X $srcdir/configure conftest.file" \
2590
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2591
+
2592
+	# If neither matched, then we have a broken ls.  This can happen
2593
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2594
+	# broken ls alias from the environment.  This has actually
2595
+	# happened.  Such a system could not be considered "sane".
2596
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2597
+  alias in your environment" "$LINENO" 5
2598
+     fi
2599
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2600
+       break
2601
+     fi
2602
+     # Just in case.
2603
+     sleep 1
2604
+     am_has_slept=yes
2605
+   done
2598 2606
    test "$2" = conftest.file
2599 2607
    )
2600 2608
 then
... ...
@@ -2606,6 +2632,16 @@ Check your system clock" "$LINENO" 5
2606 2606
 fi
2607 2607
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2608 2608
 $as_echo "yes" >&6; }
2609
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2610
+# generated files are strictly newer.
2611
+am_sleep_pid=
2612
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2613
+  ( sleep 1 ) &
2614
+  am_sleep_pid=$!
2615
+fi
2616
+
2617
+rm -f conftest.file
2618
+
2609 2619
 test "$program_prefix" != NONE &&
2610 2620
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2611 2621
 # Use a double $ so make ignores it.
... ...
@@ -2628,12 +2664,12 @@ if test x"${MISSING+set}" != xset; then
2628 2628
   esac
2629 2629
 fi
2630 2630
 # Use eval to expand $SHELL
2631
-if eval "$MISSING --run true"; then
2632
-  am_missing_run="$MISSING --run "
2631
+if eval "$MISSING --is-lightweight"; then
2632
+  am_missing_run="$MISSING "
2633 2633
 else
2634 2634
   am_missing_run=
2635
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2636
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2635
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2636
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2637 2637
 fi
2638 2638
 
2639 2639
 if test x"${install_sh}" != xset; then
... ...
@@ -2645,10 +2681,10 @@ if test x"${install_sh}" != xset; then
2645 2645
   esac
2646 2646
 fi
2647 2647
 
2648
-# Installed binaries are usually stripped using `strip' when the user
2649
-# run `make install-strip'.  However `strip' might not be the right
2648
+# Installed binaries are usually stripped using 'strip' when the user
2649
+# run "make install-strip".  However 'strip' might not be the right
2650 2650
 # tool to use in cross-compilation environments, therefore Automake
2651
-# will honor the `STRIP' environment variable to overrule this program.
2651
+# will honor the 'STRIP' environment variable to overrule this program.
2652 2652
 if test "$cross_compiling" != no; then
2653 2653
   if test -n "$ac_tool_prefix"; then
2654 2654
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2667,7 +2703,7 @@ do
2667 2667
   IFS=$as_save_IFS
2668 2668
   test -z "$as_dir" && as_dir=.
2669 2669
     for ac_exec_ext in '' $ac_executable_extensions; do
2670
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2670
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2671 2671
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2672 2672
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2673 2673
     break 2
... ...
@@ -2707,7 +2743,7 @@ do
2707 2707
   IFS=$as_save_IFS
2708 2708
   test -z "$as_dir" && as_dir=.
2709 2709
     for ac_exec_ext in '' $ac_executable_extensions; do
2710
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2711 2711
     ac_cv_prog_ac_ct_STRIP="strip"
2712 2712
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2713 2713
     break 2
... ...
@@ -2758,7 +2794,7 @@ do
2758 2758
   test -z "$as_dir" && as_dir=.
2759 2759
     for ac_prog in mkdir gmkdir; do
2760 2760
 	 for ac_exec_ext in '' $ac_executable_extensions; do
2761
-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2761
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2762 2762
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2763 2763
 	     'mkdir (GNU coreutils) '* | \
2764 2764
 	     'mkdir (coreutils) '* | \
... ...
@@ -2787,12 +2823,6 @@ fi
2787 2787
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2788 2788
 $as_echo "$MKDIR_P" >&6; }
2789 2789
 
2790
-mkdir_p="$MKDIR_P"
2791
-case $mkdir_p in
2792
-  [\\/$]* | ?:[\\/]*) ;;
2793
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2794
-esac
2795
-
2796 2790
 for ac_prog in gawk mawk nawk awk
2797 2791
 do
2798 2792
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2811,7 +2841,7 @@ do
2811 2811
   IFS=$as_save_IFS
2812 2812
   test -z "$as_dir" && as_dir=.
2813 2813
     for ac_exec_ext in '' $ac_executable_extensions; do
2814
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2814
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2815 2815
     ac_cv_prog_AWK="$ac_prog"
2816 2816
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2817 2817
     break 2
... ...
@@ -2875,6 +2905,45 @@ else
2875 2875
 fi
2876 2876
 rmdir .tst 2>/dev/null
2877 2877
 
2878
+# Check whether --enable-silent-rules was given.
2879
+if test "${enable_silent_rules+set}" = set; then :
2880
+  enableval=$enable_silent_rules;
2881
+fi
2882
+
2883
+case $enable_silent_rules in # (((
2884
+  yes) AM_DEFAULT_VERBOSITY=0;;
2885
+   no) AM_DEFAULT_VERBOSITY=1;;
2886
+    *) AM_DEFAULT_VERBOSITY=1;;
2887
+esac
2888
+am_make=${MAKE-make}
2889
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2890
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2891
+if ${am_cv_make_support_nested_variables+:} false; then :
2892
+  $as_echo_n "(cached) " >&6
2893
+else
2894
+  if $as_echo 'TRUE=$(BAR$(V))
2895
+BAR0=false
2896
+BAR1=true
2897
+V=1
2898
+am__doit:
2899
+	@$(TRUE)
2900
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2901
+  am_cv_make_support_nested_variables=yes
2902
+else
2903
+  am_cv_make_support_nested_variables=no
2904
+fi
2905
+fi
2906
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2907
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2908
+if test $am_cv_make_support_nested_variables = yes; then
2909
+    AM_V='$(V)'
2910
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2911
+else
2912
+  AM_V=$AM_DEFAULT_VERBOSITY
2913
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2914
+fi
2915
+AM_BACKSLASH='\'
2916
+
2878 2917
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2879 2918
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2880 2919
   # is not polluted with repeated "-I."
... ...
@@ -2916,6 +2985,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2916 2916
 
2917 2917
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2918 2918
 
2919
+# For better backward compatibility.  To be removed once Automake 1.9.x
2920
+# dies out for good.  For more background, see:
2921
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2922
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2923
+mkdir_p='$(MKDIR_P)'
2924
+
2919 2925
 # We need awk for the "check" target.  The system "awk" is bad on
2920 2926
 # some platforms.
2921 2927
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2923,101 +2998,151 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2923 2923
 AMTAR='$${TAR-tar}'
2924 2924
 
2925 2925
 
2926
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2927
-$as_echo_n "checking how to create a pax tar archive... " >&6; }
2928
-# Loop over all known methods to create a tar archive until one works.
2926
+# We'll loop over all known methods to create a tar archive until one works.
2929 2927
 _am_tools='gnutar  pax cpio none'
2930
-_am_tools=${am_cv_prog_tar_pax-$_am_tools}
2931
-# Do not fold the above two line into one, because Tru64 sh and
2932
-# Solaris sh will not grok spaces in the rhs of `-'.
2933
-for _am_tool in $_am_tools
2934
-do
2935
-  case $_am_tool in
2936
-  gnutar)
2937
-    for _am_tar in tar gnutar gtar;
2938
-    do
2939
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
2928
+
2929
+
2930
+
2931
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2932
+$as_echo_n "checking how to create a pax tar archive... " >&6; }
2933
+
2934
+  # Go ahead even if we have the value already cached.  We do so because we
2935
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
2936
+  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
2937
+
2938
+  for _am_tool in $_am_tools; do
2939
+    case $_am_tool in
2940
+    gnutar)
2941
+      for _am_tar in tar gnutar gtar; do
2942
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2940 2943
    ($_am_tar --version) >&5 2>&5
2941 2944
    ac_status=$?
2942 2945
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2943 2946
    (exit $ac_status); } && break
2944
-    done
2945
-    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2946
-    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2947
-    am__untar="$_am_tar -xf -"
2948
-    ;;
2949
-  plaintar)
2950
-    # Must skip GNU tar: if it does not support --format= it doesn't create
2951
-    # ustar tarball either.
2952
-    (tar --version) >/dev/null 2>&1 && continue
2953
-    am__tar='tar chf - "$$tardir"'
2954
-    am__tar_='tar chf - "$tardir"'
2955
-    am__untar='tar xf -'
2956
-    ;;
2957
-  pax)
2958
-    am__tar='pax -L -x pax -w "$$tardir"'
2959
-    am__tar_='pax -L -x pax -w "$tardir"'
2960
-    am__untar='pax -r'
2961
-    ;;
2962
-  cpio)
2963
-    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2964
-    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2965
-    am__untar='cpio -i -H pax -d'
2966
-    ;;
2967
-  none)
2968
-    am__tar=false
2969
-    am__tar_=false
2970
-    am__untar=false
2971
-    ;;
2972
-  esac
2947
+      done
2948
+      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2949
+      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2950
+      am__untar="$_am_tar -xf -"
2951
+      ;;
2952
+    plaintar)
2953
+      # Must skip GNU tar: if it does not support --format= it doesn't create
2954
+      # ustar tarball either.
2955
+      (tar --version) >/dev/null 2>&1 && continue
2956
+      am__tar='tar chf - "$$tardir"'
2957
+      am__tar_='tar chf - "$tardir"'
2958
+      am__untar='tar xf -'
2959
+      ;;
2960
+    pax)
2961
+      am__tar='pax -L -x pax -w "$$tardir"'
2962
+      am__tar_='pax -L -x pax -w "$tardir"'
2963
+      am__untar='pax -r'
2964
+      ;;
2965
+    cpio)
2966
+      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2967
+      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2968
+      am__untar='cpio -i -H pax -d'
2969
+      ;;
2970
+    none)
2971
+      am__tar=false
2972
+      am__tar_=false
2973
+      am__untar=false
2974
+      ;;
2975
+    esac
2973 2976
 
2974
-  # If the value was cached, stop now.  We just wanted to have am__tar
2975
-  # and am__untar set.
2976
-  test -n "${am_cv_prog_tar_pax}" && break
2977
+    # If the value was cached, stop now.  We just wanted to have am__tar
2978
+    # and am__untar set.
2979
+    test -n "${am_cv_prog_tar_pax}" && break
2977 2980
 
2978
-  # tar/untar a dummy directory, and stop if the command works
2979
-  rm -rf conftest.dir
2980
-  mkdir conftest.dir
2981
-  echo GrepMe > conftest.dir/file
2982
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2981
+    # tar/untar a dummy directory, and stop if the command works.
2982
+    rm -rf conftest.dir
2983
+    mkdir conftest.dir
2984
+    echo GrepMe > conftest.dir/file
2985
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2983 2986
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2984 2987
    ac_status=$?
2985 2988
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2986 2989
    (exit $ac_status); }
2987
-  rm -rf conftest.dir
2988
-  if test -s conftest.tar; then
2989
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2990
+    rm -rf conftest.dir
2991
+    if test -s conftest.tar; then
2992
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
2990 2993
    ($am__untar <conftest.tar) >&5 2>&5
2991 2994
    ac_status=$?
2992 2995
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2993 2996
    (exit $ac_status); }
2994
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2995
-  fi
2996
-done
2997
-rm -rf conftest.dir
2997
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
2998
+   (cat conftest.dir/file) >&5 2>&5
2999
+   ac_status=$?
3000
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3001
+   (exit $ac_status); }
3002
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3003
+    fi
3004
+  done
3005
+  rm -rf conftest.dir
2998 3006
 
2999
-if ${am_cv_prog_tar_pax+:} false; then :
3007
+  if ${am_cv_prog_tar_pax+:} false; then :
3000 3008
   $as_echo_n "(cached) " >&6
3001 3009
 else
3002 3010
   am_cv_prog_tar_pax=$_am_tool
3003 3011
 fi
3004 3012
 
3005
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3013
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3006 3014
 $as_echo "$am_cv_prog_tar_pax" >&6; }
3007 3015
 
3008 3016
 
3009 3017
 
3010 3018
 
3011 3019
 
3020
+
3021
+# POSIX will say in a future version that running "rm -f" with no argument
3022
+# is OK; and we want to be able to make that assumption in our Makefile
3023
+# recipes.  So use an aggressive probe to check that the usage we want is
3024
+# actually supported "in the wild" to an acceptable degree.
3025
+# See automake bug#10828.
3026
+# To make any issue more visible, cause the running configure to be aborted
3027
+# by default if the 'rm' program in use doesn't match our expectations; the
3028
+# user can still override this though.
3029
+if rm -f && rm -fr && rm -rf; then : OK; else
3030
+  cat >&2 <<'END'
3031
+Oops!
3032
+
3033
+Your 'rm' program seems unable to run without file operands specified
3034
+on the command line, even when the '-f' option is present.  This is contrary
3035
+to the behaviour of most rm programs out there, and not conforming with
3036
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3037
+
3038
+Please tell bug-automake@gnu.org about your system, including the value
3039
+of your $PATH and any error possibly output before this message.  This
3040
+can help us improve future automake versions.
3041
+
3042
+END
3043
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3044
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3045
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3046
+    echo >&2
3047
+  else
3048
+    cat >&2 <<'END'
3049
+Aborting the configuration process, to ensure you take notice of the issue.
3050
+
3051
+You can download and install GNU coreutils to get an 'rm' implementation
3052
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3053
+
3054
+If you want to complete the configuration process using your problematic
3055
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3056
+to "yes", and re-run configure.
3057
+
3058
+END
3059
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3060
+  fi
3061
+fi
3012 3062
 # Check whether --enable-silent-rules was given.
3013 3063
 if test "${enable_silent_rules+set}" = set; then :
3014 3064
   enableval=$enable_silent_rules;
3015 3065
 fi
3016 3066
 
3017
-case $enable_silent_rules in
3018
-yes) AM_DEFAULT_VERBOSITY=0;;
3019
-no)  AM_DEFAULT_VERBOSITY=1;;
3020
-*)   AM_DEFAULT_VERBOSITY=0;;
3067
+case $enable_silent_rules in # (((
3068
+  yes) AM_DEFAULT_VERBOSITY=0;;
3069
+   no) AM_DEFAULT_VERBOSITY=1;;
3070
+    *) AM_DEFAULT_VERBOSITY=0;;
3021 3071
 esac
3022 3072
 am_make=${MAKE-make}
3023 3073
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3078,7 +3203,7 @@ do
3078 3078
   IFS=$as_save_IFS
3079 3079
   test -z "$as_dir" && as_dir=.
3080 3080
     for ac_exec_ext in '' $ac_executable_extensions; do
3081
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3081
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3082 3082
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3083 3083
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3084 3084
     break 2
... ...
@@ -3122,7 +3247,7 @@ do
3122 3122
   IFS=$as_save_IFS
3123 3123
   test -z "$as_dir" && as_dir=.
3124 3124
     for ac_exec_ext in '' $ac_executable_extensions; do
3125
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3125
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3126 3126
     ac_cv_prog_ac_ct_CXX="$ac_prog"
3127 3127
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3128 3128
     break 2
... ...
@@ -3575,7 +3700,7 @@ am__quote=
3575 3575
 _am_result=none
3576 3576
 # First try GNU make style include.
3577 3577
 echo "include confinc" > confmf
3578
-# Ignore all kinds of additional output from `make'.
3578
+# Ignore all kinds of additional output from 'make'.
3579 3579
 case `$am_make -s -f confmf 2> /dev/null` in #(
3580 3580
 *the\ am__doit\ target*)
3581 3581
   am__include=include
... ...
@@ -3631,8 +3756,8 @@ else
3631 3631
   # We make a subdir and do the tests there.  Otherwise we can end up
3632 3632
   # making bogus files that we don't know about and never remove.  For
3633 3633
   # instance it was reported that on HP-UX the gcc test will end up
3634
-  # making a dummy file named `D' -- because `-MD' means `put the output
3635
-  # in D'.
3634
+  # making a dummy file named 'D' -- because '-MD' means "put the output
3635
+  # in D".
3636 3636
   rm -rf conftest.dir
3637 3637
   mkdir conftest.dir
3638 3638
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3667,16 +3792,16 @@ else
3667 3667
     : > sub/conftest.c
3668 3668
     for i in 1 2 3 4 5 6; do
3669 3669
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3670
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3671
-      # Solaris 8's {/usr,}/bin/sh.
3672
-      touch sub/conftst$i.h
3670
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3671
+      # Solaris 10 /bin/sh.
3672
+      echo '/* dummy */' > sub/conftst$i.h
3673 3673
     done
3674 3674
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3675 3675
 
3676
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3676
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3677 3677
     # mode.  It turns out that the SunPro C++ compiler does not properly
3678
-    # handle `-M -o', and we need to detect this.  Also, some Intel
3679
-    # versions had trouble with output in subdirs
3678
+    # handle '-M -o', and we need to detect this.  Also, some Intel
3679
+    # versions had trouble with output in subdirs.
3680 3680
     am__obj=sub/conftest.${OBJEXT-o}
3681 3681
     am__minus_obj="-o $am__obj"
3682 3682
     case $depmode in
... ...
@@ -3685,8 +3810,8 @@ else
3685 3685
       test "$am__universal" = false || continue
3686 3686
       ;;
3687 3687
     nosideeffect)
3688
-      # after this tag, mechanisms are not by side-effect, so they'll
3689
-      # only be used when explicitly requested
3688
+      # After this tag, mechanisms are not by side-effect, so they'll
3689
+      # only be used when explicitly requested.
3690 3690
       if test "x$enable_dependency_tracking" = xyes; then
3691 3691
 	continue
3692 3692
       else
... ...
@@ -3694,7 +3819,7 @@ else
3694 3694
       fi
3695 3695
       ;;
3696 3696
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3697
-      # This compiler won't grok `-c -o', but also, the minuso test has
3697
+      # This compiler won't grok '-c -o', but also, the minuso test has
3698 3698
       # not run yet.  These depmodes are late enough in the game, and
3699 3699
       # so weak that their functioning should not be impacted.
3700 3700
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -3770,7 +3895,7 @@ do
3770 3770
   IFS=$as_save_IFS
3771 3771
   test -z "$as_dir" && as_dir=.
3772 3772
     for ac_exec_ext in '' $ac_executable_extensions; do
3773
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3774 3774
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3775 3775
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3776 3776
     break 2
... ...
@@ -3810,7 +3935,7 @@ do
3810 3810
   IFS=$as_save_IFS
3811 3811
   test -z "$as_dir" && as_dir=.
3812 3812
     for ac_exec_ext in '' $ac_executable_extensions; do
3813
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3814 3814
     ac_cv_prog_ac_ct_CC="gcc"
3815 3815
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 3816
     break 2
... ...
@@ -3863,7 +3988,7 @@ do
3863 3863
   IFS=$as_save_IFS
3864 3864
   test -z "$as_dir" && as_dir=.
3865 3865
     for ac_exec_ext in '' $ac_executable_extensions; do
3866
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3866
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3867 3867
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3868 3868
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3869 3869
     break 2
... ...
@@ -3904,7 +4029,7 @@ do
3904 3904
   IFS=$as_save_IFS
3905 3905
   test -z "$as_dir" && as_dir=.
3906 3906
     for ac_exec_ext in '' $ac_executable_extensions; do
3907
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3907
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3908 3908
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3909 3909
        ac_prog_rejected=yes
3910 3910
        continue
... ...
@@ -3962,7 +4087,7 @@ do
3962 3962
   IFS=$as_save_IFS
3963 3963
   test -z "$as_dir" && as_dir=.
3964 3964
     for ac_exec_ext in '' $ac_executable_extensions; do
3965
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3965
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3966 3966
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3967 3967
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3968 3968
     break 2
... ...
@@ -4006,7 +4131,7 @@ do
4006 4006
   IFS=$as_save_IFS
4007 4007
   test -z "$as_dir" && as_dir=.
4008 4008
     for ac_exec_ext in '' $ac_executable_extensions; do
4009
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4009
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4010 4010
     ac_cv_prog_ac_ct_CC="$ac_prog"
4011 4011
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4012 4012
     break 2
... ...
@@ -4202,8 +4327,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4202 4202
 /* end confdefs.h.  */
4203 4203
 #include <stdarg.h>
4204 4204
 #include <stdio.h>
4205
-#include <sys/types.h>
4206
-#include <sys/stat.h>
4205
+struct stat;
4207 4206
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4208 4207
 struct buf { int x; };
4209 4208
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4288,6 +4412,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4288 4288
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4289 4289
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4290 4290
 
4291
+ac_ext=c
4292
+ac_cpp='$CPP $CPPFLAGS'
4293
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4294
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4295
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4296
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4297
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4298
+if ${am_cv_prog_cc_c_o+:} false; then :
4299
+  $as_echo_n "(cached) " >&6
4300
+else
4301
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4302
+/* end confdefs.h.  */
4303
+
4304
+int
4305
+main ()
4306
+{
4307
+
4308
+  ;
4309
+  return 0;
4310
+}
4311
+_ACEOF
4312
+  # Make sure it works both with $CC and with simple cc.
4313
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4314
+  # compilers refuse to overwrite an existing .o file with -o,
4315
+  # though they will create one.
4316
+  am_cv_prog_cc_c_o=yes
4317
+  for am_i in 1 2; do
4318
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4319
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4320
+   ac_status=$?
4321
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4322
+   (exit $ac_status); } \
4323
+         && test -f conftest2.$ac_objext; then
4324
+      : OK
4325
+    else
4326
+      am_cv_prog_cc_c_o=no
4327
+      break
4328
+    fi
4329
+  done
4330
+  rm -f core conftest*
4331
+  unset am_i
4332
+fi
4333
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4334
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4335
+if test "$am_cv_prog_cc_c_o" != yes; then
4336
+   # Losing compiler, so override with the script.
4337
+   # FIXME: It is wrong to rewrite CC.
4338
+   # But if we don't then we get into trouble of one sort or another.
4339
+   # A longer-term fix would be to have automake use am__CC in this case,
4340
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4341
+   CC="$am_aux_dir/compile $CC"
4342
+fi
4343
+ac_ext=c
4344
+ac_cpp='$CPP $CPPFLAGS'
4345
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4346
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4347
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4348
+
4349
+
4291 4350
 depcc="$CC"   am_compiler_list=
4292 4351
 
4293 4352
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4299,8 +4482,8 @@ else
4299 4299
   # We make a subdir and do the tests there.  Otherwise we can end up
4300 4300
   # making bogus files that we don't know about and never remove.  For
4301 4301
   # instance it was reported that on HP-UX the gcc test will end up
4302
-  # making a dummy file named `D' -- because `-MD' means `put the output
4303
-  # in D'.
4302
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4303
+  # in D".
4304 4304
   rm -rf conftest.dir
4305 4305
   mkdir conftest.dir
4306 4306
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4335,16 +4518,16 @@ else
4335 4335
     : > sub/conftest.c
4336 4336
     for i in 1 2 3 4 5 6; do
4337 4337
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4338
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4339
-      # Solaris 8's {/usr,}/bin/sh.
4340
-      touch sub/conftst$i.h
4338
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4339
+      # Solaris 10 /bin/sh.
4340
+      echo '/* dummy */' > sub/conftst$i.h
4341 4341
     done
4342 4342
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4343 4343
 
4344
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4344
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4345 4345
     # mode.  It turns out that the SunPro C++ compiler does not properly
4346
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4347
-    # versions had trouble with output in subdirs
4346
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4347
+    # versions had trouble with output in subdirs.
4348 4348
     am__obj=sub/conftest.${OBJEXT-o}
4349 4349
     am__minus_obj="-o $am__obj"
4350 4350
     case $depmode in
... ...
@@ -4353,8 +4536,8 @@ else
4353 4353
       test "$am__universal" = false || continue
4354 4354
       ;;
4355 4355
     nosideeffect)
4356
-      # after this tag, mechanisms are not by side-effect, so they'll
4357
-      # only be used when explicitly requested
4356
+      # After this tag, mechanisms are not by side-effect, so they'll
4357
+      # only be used when explicitly requested.
4358 4358
       if test "x$enable_dependency_tracking" = xyes; then
4359 4359
 	continue
4360 4360
       else
... ...
@@ -4362,7 +4545,7 @@ else
4362 4362
       fi
4363 4363
       ;;
4364 4364
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4365
-      # This compiler won't grok `-c -o', but also, the minuso test has
4365
+      # This compiler won't grok '-c -o', but also, the minuso test has
4366 4366
       # not run yet.  These depmodes are late enough in the game, and
4367 4367
       # so weak that their functioning should not be impacted.
4368 4368
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4571,7 +4754,7 @@ do
4571 4571
     for ac_prog in grep ggrep; do
4572 4572
     for ac_exec_ext in '' $ac_executable_extensions; do
4573 4573
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4574
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4574
+      as_fn_executable_p "$ac_path_GREP" || continue
4575 4575
 # Check for GNU ac_path_GREP and select it if it is found.
4576 4576
   # Check for GNU $ac_path_GREP
4577 4577
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4637,7 +4820,7 @@ do
4637 4637
     for ac_prog in egrep; do
4638 4638
     for ac_exec_ext in '' $ac_executable_extensions; do
4639 4639
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4640
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4640
+      as_fn_executable_p "$ac_path_EGREP" || continue
4641 4641
 # Check for GNU ac_path_EGREP and select it if it is found.
4642 4642
   # Check for GNU $ac_path_EGREP
4643 4643
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5379,7 +5562,7 @@ do
5379 5379
     for ac_prog in sed gsed; do
5380 5380
     for ac_exec_ext in '' $ac_executable_extensions; do
5381 5381
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5382
-      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5382
+      as_fn_executable_p "$ac_path_SED" || continue
5383 5383
 # Check for GNU ac_path_SED and select it if it is found.
5384 5384
   # Check for GNU $ac_path_SED
5385 5385
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5458,7 +5641,7 @@ do
5458 5458
     for ac_prog in fgrep; do
5459 5459
     for ac_exec_ext in '' $ac_executable_extensions; do
5460 5460
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5461
-      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5461
+      as_fn_executable_p "$ac_path_FGREP" || continue
5462 5462
 # Check for GNU ac_path_FGREP and select it if it is found.
5463 5463
   # Check for GNU $ac_path_FGREP
5464 5464
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5714,7 +5897,7 @@ do
5714 5714
   IFS=$as_save_IFS
5715 5715
   test -z "$as_dir" && as_dir=.
5716 5716
     for ac_exec_ext in '' $ac_executable_extensions; do
5717
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5717
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5718 5718
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5719 5719
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5720 5720
     break 2
... ...
@@ -5758,7 +5941,7 @@ do
5758 5758
   IFS=$as_save_IFS
5759 5759
   test -z "$as_dir" && as_dir=.
5760 5760
     for ac_exec_ext in '' $ac_executable_extensions; do
5761
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5761
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5762 5762
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5763 5763
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5764 5764
     break 2
... ...
@@ -6182,7 +6365,7 @@ do
6182 6182
   IFS=$as_save_IFS
6183 6183
   test -z "$as_dir" && as_dir=.
6184 6184
     for ac_exec_ext in '' $ac_executable_extensions; do
6185
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6185
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6186 6186
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6187 6187
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6188 6188
     break 2
... ...
@@ -6222,7 +6405,7 @@ do
6222 6222
   IFS=$as_save_IFS
6223 6223
   test -z "$as_dir" && as_dir=.
6224 6224
     for ac_exec_ext in '' $ac_executable_extensions; do
6225
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6225
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6226 6226
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6227 6227
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6228 6228
     break 2
... ...
@@ -6528,7 +6711,7 @@ do
6528 6528
   IFS=$as_save_IFS
6529 6529
   test -z "$as_dir" && as_dir=.
6530 6530
     for ac_exec_ext in '' $ac_executable_extensions; do
6531
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6531
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6532 6532
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6533 6533
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6534 6534
     break 2
... ...
@@ -6568,7 +6751,7 @@ do
6568 6568
   IFS=$as_save_IFS
6569 6569
   test -z "$as_dir" && as_dir=.
6570 6570
     for ac_exec_ext in '' $ac_executable_extensions; do
6571
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6571
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6572 6572
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6573 6573
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 6574
     break 2
... ...
@@ -6671,7 +6854,7 @@ do
6671 6671
   IFS=$as_save_IFS
6672 6672
   test -z "$as_dir" && as_dir=.
6673 6673
     for ac_exec_ext in '' $ac_executable_extensions; do
6674
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6674
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6675 6675
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6676 6676
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6677 6677
     break 2
... ...
@@ -6715,7 +6898,7 @@ do
6715 6715
   IFS=$as_save_IFS
6716 6716
   test -z "$as_dir" && as_dir=.
6717 6717
     for ac_exec_ext in '' $ac_executable_extensions; do
6718
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6718
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6719 6719
     ac_cv_prog_ac_ct_AR="$ac_prog"
6720 6720
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6721 6721
     break 2
... ...
@@ -6840,7 +7023,7 @@ do
6840 6840
   IFS=$as_save_IFS
6841 6841
   test -z "$as_dir" && as_dir=.
6842 6842
     for ac_exec_ext in '' $ac_executable_extensions; do
6843
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6844 6844
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6845 6845
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6846 6846
     break 2
... ...
@@ -6880,7 +7063,7 @@ do
6880 6880
   IFS=$as_save_IFS
6881 6881
   test -z "$as_dir" && as_dir=.
6882 6882
     for ac_exec_ext in '' $ac_executable_extensions; do
6883
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6883
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6884 6884
     ac_cv_prog_ac_ct_STRIP="strip"
6885 6885
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 6886
     break 2
... ...
@@ -6939,7 +7122,7 @@ do
6939 6939
   IFS=$as_save_IFS
6940 6940
   test -z "$as_dir" && as_dir=.
6941 6941
     for ac_exec_ext in '' $ac_executable_extensions; do
6942
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6942
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6943 6943
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6944 6944
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6945 6945
     break 2
... ...
@@ -6979,7 +7162,7 @@ do
6979 6979
   IFS=$as_save_IFS
6980 6980
   test -z "$as_dir" && as_dir=.
6981 6981
     for ac_exec_ext in '' $ac_executable_extensions; do
6982
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6982
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6983 6983
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6984 6984
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6985 6985
     break 2
... ...
@@ -7628,7 +7811,7 @@ do
7628 7628
   IFS=$as_save_IFS
7629 7629
   test -z "$as_dir" && as_dir=.
7630 7630
     for ac_exec_ext in '' $ac_executable_extensions; do
7631
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7631
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7632 7632
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7633 7633
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7634 7634
     break 2
... ...
@@ -7668,7 +7851,7 @@ do
7668 7668
   IFS=$as_save_IFS
7669 7669
   test -z "$as_dir" && as_dir=.
7670 7670
     for ac_exec_ext in '' $ac_executable_extensions; do
7671
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7671
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7672 7672
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7673 7673
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7674 7674
     break 2
... ...
@@ -7748,7 +7931,7 @@ do
7748 7748
   IFS=$as_save_IFS
7749 7749
   test -z "$as_dir" && as_dir=.
7750 7750
     for ac_exec_ext in '' $ac_executable_extensions; do
7751
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7751
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7752 7752
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7753 7753
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7754 7754
     break 2
... ...
@@ -7788,7 +7971,7 @@ do
7788 7788
   IFS=$as_save_IFS
7789 7789
   test -z "$as_dir" && as_dir=.
7790 7790
     for ac_exec_ext in '' $ac_executable_extensions; do
7791
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7791
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7792 7792
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7793 7793
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7794 7794
     break 2
... ...
@@ -7840,7 +8023,7 @@ do
7840 7840
   IFS=$as_save_IFS
7841 7841
   test -z "$as_dir" && as_dir=.
7842 7842
     for ac_exec_ext in '' $ac_executable_extensions; do
7843
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7843
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7844 7844
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7845 7845
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7846 7846
     break 2
... ...
@@ -7880,7 +8063,7 @@ do
7880 7880
   IFS=$as_save_IFS
7881 7881
   test -z "$as_dir" && as_dir=.
7882 7882
     for ac_exec_ext in '' $ac_executable_extensions; do
7883
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7883
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7884 7884
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7885 7885
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7886 7886
     break 2
... ...
@@ -7932,7 +8115,7 @@ do
7932 7932
   IFS=$as_save_IFS
7933 7933
   test -z "$as_dir" && as_dir=.
7934 7934
     for ac_exec_ext in '' $ac_executable_extensions; do
7935
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7935
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7936 7936
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7937 7937
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7938 7938
     break 2
... ...
@@ -7972,7 +8155,7 @@ do
7972 7972
   IFS=$as_save_IFS
7973 7973
   test -z "$as_dir" && as_dir=.
7974 7974
     for ac_exec_ext in '' $ac_executable_extensions; do
7975
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7975
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7976 7976
     ac_cv_prog_ac_ct_LIPO="lipo"
7977 7977
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7978 7978
     break 2
... ...
@@ -8024,7 +8207,7 @@ do
8024 8024
   IFS=$as_save_IFS
8025 8025
   test -z "$as_dir" && as_dir=.
8026 8026
     for ac_exec_ext in '' $ac_executable_extensions; do
8027
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8027
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8028 8028
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8029 8029
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8030 8030
     break 2
... ...
@@ -8064,7 +8247,7 @@ do
8064 8064
   IFS=$as_save_IFS
8065 8065
   test -z "$as_dir" && as_dir=.
8066 8066
     for ac_exec_ext in '' $ac_executable_extensions; do
8067
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8067
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8068 8068
     ac_cv_prog_ac_ct_OTOOL="otool"
8069 8069
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8070 8070
     break 2
... ...
@@ -8116,7 +8299,7 @@ do
8116 8116
   IFS=$as_save_IFS
8117 8117
   test -z "$as_dir" && as_dir=.
8118 8118
     for ac_exec_ext in '' $ac_executable_extensions; do
8119
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8119
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8120 8120
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8121 8121
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8122 8122
     break 2
... ...
@@ -8156,7 +8339,7 @@ do
8156 8156
   IFS=$as_save_IFS
8157 8157
   test -z "$as_dir" && as_dir=.
8158 8158
     for ac_exec_ext in '' $ac_executable_extensions; do
8159
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8159
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8160 8160
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8161 8161
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8162 8162
     break 2
... ...
@@ -16082,6 +16265,14 @@ LIBOBJS=$ac_libobjs
16082 16082
 LTLIBOBJS=$ac_ltlibobjs
16083 16083
 
16084 16084
 
16085
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16086
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
16087
+   if test -n "$am_sleep_pid"; then
16088
+     # Hide warnings about reused PIDs.
16089
+     wait $am_sleep_pid 2>/dev/null
16090
+   fi
16091
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16092
+$as_echo "done" >&6; }
16085 16093
  if test -n "$EXEEXT"; then
16086 16094
   am__EXEEXT_TRUE=
16087 16095
   am__EXEEXT_FALSE='#'
... ...
@@ -16421,16 +16612,16 @@ if (echo >conf$$.file) 2>/dev/null; then
16421 16421
     # ... but there are two gotchas:
16422 16422
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16423 16423
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16424
-    # In both cases, we have to default to `cp -p'.
16424
+    # In both cases, we have to default to `cp -pR'.
16425 16425
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16426
-      as_ln_s='cp -p'
16426
+      as_ln_s='cp -pR'
16427 16427
   elif ln conf$$.file conf$$ 2>/dev/null; then
16428 16428
     as_ln_s=ln
16429 16429
   else
16430
-    as_ln_s='cp -p'
16430
+    as_ln_s='cp -pR'
16431 16431
   fi
16432 16432
 else
16433
-  as_ln_s='cp -p'
16433
+  as_ln_s='cp -pR'
16434 16434
 fi
16435 16435
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16436 16436
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -16490,28 +16681,16 @@ else
16490 16490
   as_mkdir_p=false
16491 16491
 fi
16492 16492
 
16493
-if test -x / >/dev/null 2>&1; then
16494
-  as_test_x='test -x'
16495
-else
16496
-  if ls -dL / >/dev/null 2>&1; then
16497
-    as_ls_L_option=L
16498
-  else
16499
-    as_ls_L_option=
16500
-  fi
16501
-  as_test_x='
16502
-    eval sh -c '\''
16503
-      if test -d "$1"; then
16504
-	test -d "$1/.";
16505
-      else
16506
-	case $1 in #(
16507
-	-*)set "./$1";;
16508
-	esac;
16509
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16510
-	???[sx]*):;;*)false;;esac;fi
16511
-    '\'' sh
16512
-  '
16513
-fi
16514
-as_executable_p=$as_test_x
16493
+
16494
+# as_fn_executable_p FILE
16495
+# -----------------------
16496
+# Test if FILE is an executable regular file.
16497
+as_fn_executable_p ()
16498
+{
16499
+  test -f "$1" && test -x "$1"
16500
+} # as_fn_executable_p
16501
+as_test_x='test -x'
16502
+as_executable_p=as_fn_executable_p
16515 16503
 
16516 16504
 # Sed expression to map a string onto a valid CPP name.
16517 16505
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -16533,7 +16712,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16533 16533
 # values after options handling.
16534 16534
 ac_log="
16535 16535
 This file was extended by libclamavc++ $as_me devel, which was
16536
-generated by GNU Autoconf 2.68.  Invocation command line was
16536
+generated by GNU Autoconf 2.69.  Invocation command line was
16537 16537
 
16538 16538
   CONFIG_FILES    = $CONFIG_FILES
16539 16539
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -16599,10 +16778,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16599 16599
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16600 16600
 ac_cs_version="\\
16601 16601
 libclamavc++ config.status devel
16602
-configured by $0, generated by GNU Autoconf 2.68,
16602
+configured by $0, generated by GNU Autoconf 2.69,
16603 16603
   with options \\"\$ac_cs_config\\"
16604 16604
 
16605
-Copyright (C) 2010 Free Software Foundation, Inc.
16605
+Copyright (C) 2012 Free Software Foundation, Inc.
16606 16606
 This config.status script is free software; the Free Software Foundation
16607 16607
 gives unlimited permission to copy, distribute and modify it."
16608 16608
 
... ...
@@ -16693,7 +16872,7 @@ fi
16693 16693
 _ACEOF
16694 16694
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16695 16695
 if \$ac_cs_recheck; then
16696
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16696
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16697 16697
   shift
16698 16698
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16699 16699
   CONFIG_SHELL='$SHELL'
... ...
@@ -17702,7 +17881,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17702 17702
 
17703 17703
   case $ac_file$ac_mode in
17704 17704
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17705
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
17705
+  # Older Autoconf quotes --file arguments for eval, but not when files
17706 17706
   # are listed without --file.  Let's play safe and only enable the eval
17707 17707
   # if we detect the quoting.
17708 17708
   case $CONFIG_FILES in
... ...
@@ -17715,7 +17894,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17715 17715
     # Strip MF so we end up with the name of the file.
17716 17716
     mf=`echo "$mf" | sed -e 's/:.*$//'`
17717 17717
     # Check whether this is an Automake generated Makefile or not.
17718
-    # We used to match only the files named `Makefile.in', but
17718
+    # We used to match only the files named 'Makefile.in', but
17719 17719
     # some people rename them; so instead we look at the file content.
17720 17720
     # Grep'ing the first line is not enough: some people post-process
17721 17721
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -17749,21 +17928,19 @@ $as_echo X"$mf" |
17749 17749
       continue
17750 17750
     fi
17751 17751
     # Extract the definition of DEPDIR, am__include, and am__quote
17752
-    # from the Makefile without running `make'.
17752
+    # from the Makefile without running 'make'.
17753 17753
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17754 17754
     test -z "$DEPDIR" && continue
17755 17755
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
17756
-    test -z "am__include" && continue
17756
+    test -z "$am__include" && continue
17757 17757
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17758
-    # When using ansi2knr, U may be empty or an underscore; expand it
17759
-    U=`sed -n 's/^U = //p' < "$mf"`
17760 17758
     # Find all dependency output files, they are included files with
17761 17759
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
17762 17760
     # simplest approach to changing $(DEPDIR) to its actual value in the
17763 17761
     # expansion.
17764 17762
     for file in `sed -n "
17765 17763
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17766
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17764
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17767 17765
       # Make sure the directory exists.
17768 17766
       test -f "$dirpart/$file" && continue
17769 17767
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -19,6 +18,51 @@
19 19
 
20 20
 
21 21
 VPATH = @srcdir@
22
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
23
+am__make_running_with_option = \
24
+  case $${target_option-} in \
25
+      ?) ;; \
26
+      *) echo "am__make_running_with_option: internal error: invalid" \
27
+              "target option '$${target_option-}' specified" >&2; \
28
+         exit 1;; \
29
+  esac; \
30
+  has_opt=no; \
31
+  sane_makeflags=$$MAKEFLAGS; \
32
+  if $(am__is_gnu_make); then \
33
+    sane_makeflags=$$MFLAGS; \
34
+  else \
35
+    case $$MAKEFLAGS in \
36
+      *\\[\ \	]*) \
37
+        bs=\\; \
38
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
39
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
40
+    esac; \
41
+  fi; \
42
+  skip_next=no; \
43
+  strip_trailopt () \
44
+  { \
45
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
46
+  }; \
47
+  for flg in $$sane_makeflags; do \
48
+    test $$skip_next = yes && { skip_next=no; continue; }; \
49
+    case $$flg in \
50
+      *=*|--*) continue;; \
51
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
52
+      -*I?*) strip_trailopt 'I';; \
53
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
54
+      -*O?*) strip_trailopt 'O';; \
55
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
56
+      -*l?*) strip_trailopt 'l';; \
57
+      -[dEDm]) skip_next=yes;; \
58
+      -[JT]) skip_next=yes;; \
59
+    esac; \
60
+    case $$flg in \
61
+      *$$target_option*) has_opt=yes; break;; \
62
+    esac; \
63
+  done; \
64
+  test $$has_opt = yes
65
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
66
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
22 67
 pkgdatadir = $(datadir)/@PACKAGE@
23 68
 pkgincludedir = $(includedir)/@PACKAGE@
24 69
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -42,9 +86,9 @@ target_triplet = @target@
42 42
 @INSTALL_LTDL_TRUE@am__append_2 = libltdl.la
43 43
 @CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la
44 44
 subdir = libltdl
45
-DIST_COMMON = README $(am__include_HEADERS_DIST) \
46
-	$(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
47
-	$(srcdir)/Makefile.in COPYING.LIB
45
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
46
+	$(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \
47
+	$(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README
48 48
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
49 49
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
50 50
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -156,6 +200,7 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS)
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 = 
159 160
 dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
160 161
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
161 162
 	$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -210,6 +255,18 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS)
210 210
 shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211 211
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
212 212
 	$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@
213
+AM_V_P = $(am__v_P_@AM_V@)
214
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
215
+am__v_P_0 = false
216
+am__v_P_1 = :
217
+AM_V_GEN = $(am__v_GEN_@AM_V@)
218
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
219
+am__v_GEN_0 = @echo "  GEN     " $@;
220
+am__v_GEN_1 = 
221
+AM_V_at = $(am__v_at_@AM_V@)
222
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
223
+am__v_at_0 = @
224
+am__v_at_1 = 
213 225
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
214 226
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
215 227
 am__depfiles_maybe = depfiles
... ...
@@ -222,20 +279,16 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
222 222
 	$(AM_CFLAGS) $(CFLAGS)
223 223
 AM_V_CC = $(am__v_CC_@AM_V@)
224 224
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
225
-am__v_CC_0 = @echo "  CC    " $@;
226
-AM_V_at = $(am__v_at_@AM_V@)
227
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
228
-am__v_at_0 = @
225
+am__v_CC_0 = @echo "  CC      " $@;
226
+am__v_CC_1 = 
229 227
 CCLD = $(CC)
230 228
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
231 229
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
232 230
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
233 231
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
234 232
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
235
-am__v_CCLD_0 = @echo "  CCLD  " $@;
236
-AM_V_GEN = $(am__v_GEN_@AM_V@)
237
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
238
-am__v_GEN_0 = @echo "  GEN   " $@;
233
+am__v_CCLD_0 = @echo "  CCLD    " $@;
234
+am__v_CCLD_1 = 
239 235
 SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
240 236
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
241 237
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
... ...
@@ -244,10 +297,32 @@ DIST_SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
244 244
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
245 245
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
246 246
 	$(loadlibrary_la_SOURCES) $(shl_load_la_SOURCES)
247
+am__can_run_installinfo = \
248
+  case $$AM_UPDATE_INFO_DIR in \
249
+    n|no|NO) false;; \
250
+    *) (install-info --version) >/dev/null 2>&1;; \
251
+  esac
247 252
 am__include_HEADERS_DIST = ltdl.h
248 253
 am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \
249 254
 	libltdl/lt_dlloader.h
250 255
 HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS)
256
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
257
+# Read a list of newline-separated strings from the standard input,
258
+# and print each of them once, without duplicates.  Input order is
259
+# *not* preserved.
260
+am__uniquify_input = $(AWK) '\
261
+  BEGIN { nonempty = 0; } \
262
+  { items[$$0] = 1; nonempty = 1; } \
263
+  END { if (nonempty) { for (i in items) print i; }; } \
264
+'
265
+# Make sure the list of sources is unique.  This is necessary because,
266
+# e.g., the same source file might be shared among _SOURCES variables
267
+# for different programs/libraries.
268
+am__define_uniq_tagged_files = \
269
+  list='$(am__tagged_files)'; \
270
+  unique=`for i in $$list; do \
271
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
272
+  done | $(am__uniquify_input)`
251 273
 ETAGS = etags
252 274
 CTAGS = ctags
253 275
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -555,9 +630,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
555 555
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
556 556
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
557 557
 $(am__aclocal_m4_deps):
558
+
558 559
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
559 560
 	@$(NORMAL_INSTALL)
560
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
561 561
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
562 562
 	list2=; for p in $$list; do \
563 563
 	  if test -f $$p; then \
... ...
@@ -565,6 +640,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
565 565
 	  else :; fi; \
566 566
 	done; \
567 567
 	test -z "$$list2" || { \
568
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
569
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
568 570
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
569 571
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
570 572
 	}
... ...
@@ -580,35 +657,47 @@ uninstall-libLTLIBRARIES:
580 580
 
581 581
 clean-libLTLIBRARIES:
582 582
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
583
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
584
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
585
-	  test "$$dir" != "$$p" || dir=.; \
586
-	  echo "rm -f \"$${dir}/so_locations\""; \
587
-	  rm -f "$${dir}/so_locations"; \
588
-	done
583
+	@list='$(lib_LTLIBRARIES)'; \
584
+	locs=`for p in $$list; do echo $$p; done | \
585
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
586
+	      sort -u`; \
587
+	test -z "$$locs" || { \
588
+	  echo rm -f $${locs}; \
589
+	  rm -f $${locs}; \
590
+	}
589 591
 
590 592
 clean-noinstLTLIBRARIES:
591 593
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
592
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
593
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
594
-	  test "$$dir" != "$$p" || dir=.; \
595
-	  echo "rm -f \"$${dir}/so_locations\""; \
596
-	  rm -f "$${dir}/so_locations"; \
597
-	done
594
+	@list='$(noinst_LTLIBRARIES)'; \
595
+	locs=`for p in $$list; do echo $$p; done | \
596
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
597
+	      sort -u`; \
598
+	test -z "$$locs" || { \
599
+	  echo rm -f $${locs}; \
600
+	  rm -f $${locs}; \
601
+	}
602
+
598 603
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
599 604
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
605
+
600 606
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
601 607
 	$(AM_V_CCLD)$(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
608
+
602 609
 dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) 
603 610
 	$(AM_V_CCLD)$(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
611
+
604 612
 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) 
605 613
 	$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
614
+
606 615
 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) 
607 616
 	$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
617
+
608 618
 load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) 
609 619
 	$(AM_V_CCLD)$(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
620
+
610 621
 loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) 
611 622
 	$(AM_V_CCLD)$(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
623
+
612 624
 shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) 
613 625
 	$(AM_V_CCLD)$(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
614 626
 
... ...
@@ -642,14 +731,14 @@ distclean-compile:
642 642
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
643 643
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
644 644
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
645
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
646 646
 
647 647
 .c.obj:
648 648
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
649 649
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
650 650
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
651 651
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
652
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
653 653
 
654 654
 .c.lo:
655 655
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -791,8 +880,11 @@ clean-libtool:
791 791
 	-rm -rf .libs _libs
792 792
 install-includeHEADERS: $(include_HEADERS)
793 793
 	@$(NORMAL_INSTALL)
794
-	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
795 794
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
795
+	if test -n "$$list"; then \
796
+	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
797
+	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
798
+	fi; \
796 799
 	for p in $$list; do \
797 800
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
798 801
 	  echo "$$d$$p"; \
... ...
@@ -809,8 +901,11 @@ uninstall-includeHEADERS:
809 809
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
810 810
 install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS)
811 811
 	@$(NORMAL_INSTALL)
812
-	test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)"
813 812
 	@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
813
+	if test -n "$$list"; then \
814
+	  echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \
815
+	  $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \
816
+	fi; \
814 817
 	for p in $$list; do \
815 818
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
816 819
 	  echo "$$d$$p"; \
... ...
@@ -826,26 +921,15 @@ uninstall-ltdlincludeHEADERS:
826 826
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
827 827
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
828 828
 
829
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
830
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
831
-	unique=`for i in $$list; do \
832
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
833
-	  done | \
834
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
835
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
836
-	mkid -fID $$unique
837
-tags: TAGS
838
-
839
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
840
-		$(TAGS_FILES) $(LISP)
829
+ID: $(am__tagged_files)
830
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
831
+tags: tags-am
832
+TAGS: tags
833
+
834
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
841 835
 	set x; \
842 836
 	here=`pwd`; \
843
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
844
-	unique=`for i in $$list; do \
845
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
846
-	  done | \
847
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
848
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
837
+	$(am__define_uniq_tagged_files); \
849 838
 	shift; \
850 839
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
851 840
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -857,15 +941,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
857 857
 	      $$unique; \
858 858
 	  fi; \
859 859
 	fi
860
-ctags: CTAGS
861
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
862
-		$(TAGS_FILES) $(LISP)
863
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
864
-	unique=`for i in $$list; do \
865
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
866
-	  done | \
867
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
868
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
860
+ctags: ctags-am
861
+
862
+CTAGS: ctags
863
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
864
+	$(am__define_uniq_tagged_files); \
869 865
 	test -z "$(CTAGS_ARGS)$$unique" \
870 866
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
871 867
 	     $$unique
... ...
@@ -874,6 +954,21 @@ GTAGS:
874 874
 	here=`$(am__cd) $(top_builddir) && pwd` \
875 875
 	  && $(am__cd) $(top_srcdir) \
876 876
 	  && gtags -i $(GTAGS_ARGS) "$$here"
877
+cscopelist: cscopelist-am
878
+
879
+cscopelist-am: $(am__tagged_files)
880
+	list='$(am__tagged_files)'; \
881
+	case "$(srcdir)" in \
882
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
883
+	  *) sdir=$(subdir)/$(srcdir) ;; \
884
+	esac; \
885
+	for i in $$list; do \
886
+	  if test -f "$$i"; then \
887
+	    echo "$(subdir)/$$i"; \
888
+	  else \
889
+	    echo "$$sdir/$$i"; \
890
+	  fi; \
891
+	done >> $(top_builddir)/cscope.files
877 892
 
878 893
 distclean-tags:
879 894
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -1024,20 +1119,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1024 1024
 
1025 1025
 .MAKE: all check install install-am install-strip
1026 1026
 
1027
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1027
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1028 1028
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1029
-	ctags distclean distclean-compile distclean-generic \
1030
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
1031
-	html-am info info-am install install-am install-data \
1032
-	install-data-am install-dvi install-dvi-am install-exec \
1033
-	install-exec-am install-html install-html-am \
1029
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1030
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1031
+	dvi-am html html-am info info-am install install-am \
1032
+	install-data install-data-am install-dvi install-dvi-am \
1033
+	install-exec install-exec-am install-html install-html-am \
1034 1034
 	install-includeHEADERS install-info install-info-am \
1035 1035
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1036 1036
 	install-pdf install-pdf-am install-ps install-ps-am \
1037 1037
 	install-strip installcheck installcheck-am installdirs \
1038 1038
 	maintainer-clean maintainer-clean-generic mostlyclean \
1039 1039
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1040
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1040
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1041 1041
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1042 1042
 	uninstall-ltdlincludeHEADERS
1043 1043
 
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -34,6 +33,51 @@
34 34
 #  MA 02110-1301, USA.
35 35
 
36 36
 VPATH = @srcdir@
37
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
38
+am__make_running_with_option = \
39
+  case $${target_option-} in \
40
+      ?) ;; \
41
+      *) echo "am__make_running_with_option: internal error: invalid" \
42
+              "target option '$${target_option-}' specified" >&2; \
43
+         exit 1;; \
44
+  esac; \
45
+  has_opt=no; \
46
+  sane_makeflags=$$MAKEFLAGS; \
47
+  if $(am__is_gnu_make); then \
48
+    sane_makeflags=$$MFLAGS; \
49
+  else \
50
+    case $$MAKEFLAGS in \
51
+      *\\[\ \	]*) \
52
+        bs=\\; \
53
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
54
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
55
+    esac; \
56
+  fi; \
57
+  skip_next=no; \
58
+  strip_trailopt () \
59
+  { \
60
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
61
+  }; \
62
+  for flg in $$sane_makeflags; do \
63
+    test $$skip_next = yes && { skip_next=no; continue; }; \
64
+    case $$flg in \
65
+      *=*|--*) continue;; \
66
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
67
+      -*I?*) strip_trailopt 'I';; \
68
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
69
+      -*O?*) strip_trailopt 'O';; \
70
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
71
+      -*l?*) strip_trailopt 'l';; \
72
+      -[dEDm]) skip_next=yes;; \
73
+      -[JT]) skip_next=yes;; \
74
+    esac; \
75
+    case $$flg in \
76
+      *$$target_option*) has_opt=yes; break;; \
77
+    esac; \
78
+  done; \
79
+  test $$has_opt = yes
80
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
81
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
37 82
 pkgdatadir = $(datadir)/@PACKAGE@
38 83
 pkgincludedir = $(includedir)/@PACKAGE@
39 84
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -55,7 +99,8 @@ host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 bin_PROGRAMS = sigtool$(EXEEXT)
57 57
 subdir = sigtool
58
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
58
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
59
+	$(top_srcdir)/config/depcomp
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 \
... ...
@@ -141,6 +186,19 @@ sigtool_LDADD = $(LDADD)
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,22 +211,40 @@ 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 = $(sigtool_SOURCES)
171 167
 DIST_SOURCES = $(sigtool_SOURCES)
168
+am__can_run_installinfo = \
169
+  case $$AM_UPDATE_INFO_DIR in \
170
+    n|no|NO) false;; \
171
+    *) (install-info --version) >/dev/null 2>&1;; \
172
+  esac
173
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
174
+# Read a list of newline-separated strings from the standard input,
175
+# and print each of them once, without duplicates.  Input order is
176
+# *not* preserved.
177
+am__uniquify_input = $(AWK) '\
178
+  BEGIN { nonempty = 0; } \
179
+  { items[$$0] = 1; nonempty = 1; } \
180
+  END { if (nonempty) { for (i in items) print i; }; } \
181
+'
182
+# Make sure the list of sources is unique.  This is necessary because,
183
+# e.g., the same source file might be shared among _SOURCES variables
184
+# for different programs/libraries.
185
+am__define_uniq_tagged_files = \
186
+  list='$(am__tagged_files)'; \
187
+  unique=`for i in $$list; do \
188
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
189
+  done | $(am__uniquify_input)`
172 190
 ETAGS = etags
173 191
 CTAGS = ctags
174 192
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -432,14 +508,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
432 432
 $(am__aclocal_m4_deps):
433 433
 install-binPROGRAMS: $(bin_PROGRAMS)
434 434
 	@$(NORMAL_INSTALL)
435
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
436 435
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
436
+	if test -n "$$list"; then \
437
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
438
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
439
+	fi; \
437 440
 	for p in $$list; do echo "$$p $$p"; done | \
438 441
 	sed 's/$(EXEEXT)$$//' | \
439
-	while read p p1; do if test -f $$p || test -f $$p1; \
440
-	  then echo "$$p"; echo "$$p"; else :; fi; \
442
+	while read p p1; do if test -f $$p \
443
+	 || test -f $$p1 \
444
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
441 445
 	done | \
442
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
446
+	sed -e 'p;s,.*/,,;n;h' \
447
+	    -e 's|.*|.|' \
443 448
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
444 449
 	sed 'N;N;N;s,\n, ,g' | \
445 450
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -460,7 +541,8 @@ uninstall-binPROGRAMS:
460 460
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
461 461
 	files=`for p in $$list; do echo "$$p"; done | \
462 462
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
463
-	      -e 's/$$/$(EXEEXT)/' `; \
463
+	      -e 's/$$/$(EXEEXT)/' \
464
+	`; \
464 465
 	test -n "$$list" || exit 0; \
465 466
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
466 467
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -489,6 +571,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
489 489
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
490 490
 	  done; \
491 491
 	done; rm -f c$${pid}_.???; exit $$bad
492
+
492 493
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) 
493 494
 	@rm -f sigtool$(EXEEXT)
494 495
 	$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
... ...
@@ -513,14 +596,14 @@ distclean-compile:
513 513
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
514 514
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
515 515
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
516
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
516
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
517 517
 
518 518
 .c.obj:
519 519
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
520 520
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
521 521
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
522 522
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
523
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
523
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
524 524
 
525 525
 .c.lo:
526 526
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -619,26 +702,15 @@ mostlyclean-libtool:
619 619
 clean-libtool:
620 620
 	-rm -rf .libs _libs
621 621
 
622
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
623
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
624
-	unique=`for i in $$list; do \
625
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
626
-	  done | \
627
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
628
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
629
-	mkid -fID $$unique
630
-tags: TAGS
631
-
632
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
633
-		$(TAGS_FILES) $(LISP)
622
+ID: $(am__tagged_files)
623
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
624
+tags: tags-am
625
+TAGS: tags
626
+
627
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
634 628
 	set x; \
635 629
 	here=`pwd`; \
636
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
637
-	unique=`for i in $$list; do \
638
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
639
-	  done | \
640
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
641
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
630
+	$(am__define_uniq_tagged_files); \
642 631
 	shift; \
643 632
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
644 633
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -650,15 +722,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650 650
 	      $$unique; \
651 651
 	  fi; \
652 652
 	fi
653
-ctags: CTAGS
654
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655
-		$(TAGS_FILES) $(LISP)
656
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
657
-	unique=`for i in $$list; do \
658
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
659
-	  done | \
660
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
661
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
653
+ctags: ctags-am
654
+
655
+CTAGS: ctags
656
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
657
+	$(am__define_uniq_tagged_files); \
662 658
 	test -z "$(CTAGS_ARGS)$$unique" \
663 659
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
664 660
 	     $$unique
... ...
@@ -667,6 +735,21 @@ GTAGS:
667 667
 	here=`$(am__cd) $(top_builddir) && pwd` \
668 668
 	  && $(am__cd) $(top_srcdir) \
669 669
 	  && gtags -i $(GTAGS_ARGS) "$$here"
670
+cscopelist: cscopelist-am
671
+
672
+cscopelist-am: $(am__tagged_files)
673
+	list='$(am__tagged_files)'; \
674
+	case "$(srcdir)" in \
675
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
676
+	  *) sdir=$(subdir)/$(srcdir) ;; \
677
+	esac; \
678
+	for i in $$list; do \
679
+	  if test -f "$$i"; then \
680
+	    echo "$(subdir)/$$i"; \
681
+	  else \
682
+	    echo "$$sdir/$$i"; \
683
+	  fi; \
684
+	done >> $(top_builddir)/cscope.files
670 685
 
671 686
 distclean-tags:
672 687
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -811,19 +894,20 @@ uninstall-am: uninstall-binPROGRAMS
811 811
 
812 812
 .MAKE: install-am install-strip
813 813
 
814
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
815
-	clean-generic clean-libtool ctags distclean distclean-compile \
816
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
817
-	dvi-am html html-am info info-am install install-am \
818
-	install-binPROGRAMS install-data install-data-am install-dvi \
819
-	install-dvi-am install-exec install-exec-am install-html \
820
-	install-html-am install-info install-info-am install-man \
821
-	install-pdf install-pdf-am install-ps install-ps-am \
822
-	install-strip installcheck installcheck-am \
823
-	installcheck-binPROGRAMS installdirs maintainer-clean \
824
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
825
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
826
-	tags uninstall uninstall-am uninstall-binPROGRAMS
814
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
815
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
816
+	ctags ctags-am distclean distclean-compile distclean-generic \
817
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
818
+	html-am info info-am install install-am install-binPROGRAMS \
819
+	install-data install-data-am install-dvi install-dvi-am \
820
+	install-exec install-exec-am install-html install-html-am \
821
+	install-info install-info-am install-man install-pdf \
822
+	install-pdf-am install-ps install-ps-am install-strip \
823
+	installcheck installcheck-am installcheck-binPROGRAMS \
824
+	installdirs maintainer-clean maintainer-clean-generic \
825
+	mostlyclean mostlyclean-compile mostlyclean-generic \
826
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
827
+	uninstall-am uninstall-binPROGRAMS
827 828
 
828 829
 
829 830
 # 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.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -15,6 +14,51 @@
15 15
 
16 16
 @SET_MAKE@
17 17
 VPATH = @srcdir@
18
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
+am__make_running_with_option = \
20
+  case $${target_option-} in \
21
+      ?) ;; \
22
+      *) echo "am__make_running_with_option: internal error: invalid" \
23
+              "target option '$${target_option-}' specified" >&2; \
24
+         exit 1;; \
25
+  esac; \
26
+  has_opt=no; \
27
+  sane_makeflags=$$MAKEFLAGS; \
28
+  if $(am__is_gnu_make); then \
29
+    sane_makeflags=$$MFLAGS; \
30
+  else \
31
+    case $$MAKEFLAGS in \
32
+      *\\[\ \	]*) \
33
+        bs=\\; \
34
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36
+    esac; \
37
+  fi; \
38
+  skip_next=no; \
39
+  strip_trailopt () \
40
+  { \
41
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
+  }; \
43
+  for flg in $$sane_makeflags; do \
44
+    test $$skip_next = yes && { skip_next=no; continue; }; \
45
+    case $$flg in \
46
+      *=*|--*) continue;; \
47
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
48
+      -*I?*) strip_trailopt 'I';; \
49
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
50
+      -*O?*) strip_trailopt 'O';; \
51
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
52
+      -*l?*) strip_trailopt 'l';; \
53
+      -[dEDm]) skip_next=yes;; \
54
+      -[JT]) skip_next=yes;; \
55
+    esac; \
56
+    case $$flg in \
57
+      *$$target_option*) has_opt=yes; break;; \
58
+    esac; \
59
+  done; \
60
+  test $$has_opt = yes
61
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18 63
 pkgdatadir = $(datadir)/@PACKAGE@
19 64
 pkgincludedir = $(includedir)/@PACKAGE@
20 65
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -37,7 +81,7 @@ target_triplet = @target@
37 37
 @ENABLE_UNRAR_TRUE@am__append_1 = clam-v2.rar clam-v3.rar
38 38
 @HAVE_LIBBZ2_TRUE@am__append_2 = clam.exe.bz2 clam.bz2.zip
39 39
 subdir = test
40
-DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
40
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
41 41
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42 42
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
43 43
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -113,14 +157,26 @@ mkinstalldirs = $(install_sh) -d
113 113
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
114 114
 CONFIG_CLEAN_FILES =
115 115
 CONFIG_CLEAN_VPATH_FILES =
116
+AM_V_P = $(am__v_P_@AM_V@)
117
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
118
+am__v_P_0 = false
119
+am__v_P_1 = :
116 120
 AM_V_GEN = $(am__v_GEN_@AM_V@)
117 121
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
118
-am__v_GEN_0 = @echo "  GEN   " $@;
122
+am__v_GEN_0 = @echo "  GEN     " $@;
123
+am__v_GEN_1 = 
119 124
 AM_V_at = $(am__v_at_@AM_V@)
120 125
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
121 126
 am__v_at_0 = @
127
+am__v_at_1 = 
122 128
 SOURCES =
123 129
 DIST_SOURCES =
130
+am__can_run_installinfo = \
131
+  case $$AM_UPDATE_INFO_DIR in \
132
+    n|no|NO) false;; \
133
+    *) (install-info --version) >/dev/null 2>&1;; \
134
+  esac
135
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
124 136
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
125 137
 ACLOCAL = @ACLOCAL@
126 138
 AMTAR = @AMTAR@
... ...
@@ -381,11 +437,11 @@ mostlyclean-libtool:
381 381
 
382 382
 clean-libtool:
383 383
 	-rm -rf .libs _libs
384
-tags: TAGS
385
-TAGS:
384
+tags TAGS:
385
+
386
+ctags CTAGS:
386 387
 
387
-ctags: CTAGS
388
-CTAGS:
388
+cscope cscopelist:
389 389
 
390 390
 
391 391
 distdir: $(DISTFILES)
... ...
@@ -521,16 +577,16 @@ uninstall-am:
521 521
 .MAKE: install-am install-strip
522 522
 
523 523
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
524
-	clean-local distclean distclean-generic distclean-libtool \
525
-	distdir dvi dvi-am html html-am info info-am install \
526
-	install-am install-data install-data-am install-dvi \
524
+	clean-local cscopelist-am ctags-am distclean distclean-generic \
525
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
526
+	install install-am install-data install-data-am install-dvi \
527 527
 	install-dvi-am install-exec install-exec-am install-html \
528 528
 	install-html-am install-info install-info-am install-man \
529 529
 	install-pdf install-pdf-am install-ps install-ps-am \
530 530
 	install-strip installcheck installcheck-am installdirs \
531 531
 	maintainer-clean maintainer-clean-generic mostlyclean \
532 532
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
533
-	uninstall uninstall-am
533
+	tags-am uninstall uninstall-am
534 534
 
535 535
 
536 536
 all: $(FILES)
... ...
@@ -1,9 +1,8 @@
1
-# Makefile.in generated by automake 1.11.3 from Makefile.am.
1
+# Makefile.in generated by automake 1.14.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-2013 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.
... ...
@@ -15,6 +14,51 @@
15 15
 
16 16
 @SET_MAKE@
17 17
 VPATH = @srcdir@
18
+am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
19
+am__make_running_with_option = \
20
+  case $${target_option-} in \
21
+      ?) ;; \
22
+      *) echo "am__make_running_with_option: internal error: invalid" \
23
+              "target option '$${target_option-}' specified" >&2; \
24
+         exit 1;; \
25
+  esac; \
26
+  has_opt=no; \
27
+  sane_makeflags=$$MAKEFLAGS; \
28
+  if $(am__is_gnu_make); then \
29
+    sane_makeflags=$$MFLAGS; \
30
+  else \
31
+    case $$MAKEFLAGS in \
32
+      *\\[\ \	]*) \
33
+        bs=\\; \
34
+        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
35
+          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
36
+    esac; \
37
+  fi; \
38
+  skip_next=no; \
39
+  strip_trailopt () \
40
+  { \
41
+    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
42
+  }; \
43
+  for flg in $$sane_makeflags; do \
44
+    test $$skip_next = yes && { skip_next=no; continue; }; \
45
+    case $$flg in \
46
+      *=*|--*) continue;; \
47
+        -*I) strip_trailopt 'I'; skip_next=yes;; \
48
+      -*I?*) strip_trailopt 'I';; \
49
+        -*O) strip_trailopt 'O'; skip_next=yes;; \
50
+      -*O?*) strip_trailopt 'O';; \
51
+        -*l) strip_trailopt 'l'; skip_next=yes;; \
52
+      -*l?*) strip_trailopt 'l';; \
53
+      -[dEDm]) skip_next=yes;; \
54
+      -[JT]) skip_next=yes;; \
55
+    esac; \
56
+    case $$flg in \
57
+      *$$target_option*) has_opt=yes; break;; \
58
+    esac; \
59
+  done; \
60
+  test $$has_opt = yes
61
+am__make_dryrun = (target_option=n; $(am__make_running_with_option))
62
+am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
18 63
 pkgdatadir = $(datadir)/@PACKAGE@
19 64
 pkgincludedir = $(includedir)/@PACKAGE@
20 65
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -38,7 +82,8 @@ target_triplet = @target@
38 38
 TESTS = $(am__EXEEXT_1) $(scripts)
39 39
 check_PROGRAMS = $(am__EXEEXT_1) check_clamd$(EXEEXT) $(am__EXEEXT_2)
40 40
 subdir = unit_tests
41
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
42
+	$(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver
42 43
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43 44
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
44 45
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -139,6 +184,7 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS)
139 139
 AM_V_lt = $(am__v_lt_@AM_V@)
140 140
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
141 141
 am__v_lt_0 = --silent
142
+am__v_lt_1 = 
142 143
 check_clamav_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
143 144
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_clamav_CFLAGS) \
144 145
 	$(CFLAGS) $(check_clamav_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -155,6 +201,18 @@ am_check_fpu_endian_OBJECTS =  \
155 155
 check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS)
156 156
 check_fpu_endian_DEPENDENCIES =  \
157 157
 	$(top_builddir)/libclamav/libclamav.la
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 = 
158 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
159 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
160 172
 am__depfiles_maybe = depfiles
... ...
@@ -167,40 +225,65 @@ 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 = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \
185 181
 	$(check_fpu_endian_SOURCES)
186 182
 DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \
187 183
 	$(am__check_clamd_SOURCES_DIST) $(check_fpu_endian_SOURCES)
184
+am__can_run_installinfo = \
185
+  case $$AM_UPDATE_INFO_DIR in \
186
+    n|no|NO) false;; \
187
+    *) (install-info --version) >/dev/null 2>&1;; \
188
+  esac
189
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
190
+# Read a list of newline-separated strings from the standard input,
191
+# and print each of them once, without duplicates.  Input order is
192
+# *not* preserved.
193
+am__uniquify_input = $(AWK) '\
194
+  BEGIN { nonempty = 0; } \
195
+  { items[$$0] = 1; nonempty = 1; } \
196
+  END { if (nonempty) { for (i in items) print i; }; } \
197
+'
198
+# Make sure the list of sources is unique.  This is necessary because,
199
+# e.g., the same source file might be shared among _SOURCES variables
200
+# for different programs/libraries.
201
+am__define_uniq_tagged_files = \
202
+  list='$(am__tagged_files)'; \
203
+  unique=`for i in $$list; do \
204
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
205
+  done | $(am__uniquify_input)`
188 206
 ETAGS = etags
189 207
 CTAGS = ctags
190
-# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
191
-# then this fails; a conservative approach.  Of course do not redirect
192
-# stdout here, just stderr.
193
-am__tty_colors = \
194
-red=; grn=; lgn=; blu=; std=; \
195
-test "X$(AM_COLOR_TESTS)" != Xno \
196
-&& test "X$$TERM" != Xdumb \
197
-&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
198
-&& { \
199
-  red=''; \
200
-  grn=''; \
201
-  lgn=''; \
202
-  blu=''; \
203
-  std=''; \
208
+am__tty_colors_dummy = \
209
+  mgn= red= grn= lgn= blu= brg= std=; \
210
+  am__color_tests=no
211
+am__tty_colors = { \
212
+  $(am__tty_colors_dummy); \
213
+  if test "X$(AM_COLOR_TESTS)" = Xno; then \
214
+    am__color_tests=no; \
215
+  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
216
+    am__color_tests=yes; \
217
+  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
218
+    am__color_tests=yes; \
219
+  fi; \
220
+  if test $$am__color_tests = yes; then \
221
+    red=''; \
222
+    grn=''; \
223
+    lgn=''; \
224
+    blu=''; \
225
+    mgn=''; \
226
+    brg=''; \
227
+    std=''; \
228
+  fi; \
204 229
 }
205 230
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
206 231
 am__vpath_adj = case $$p in \
... ...
@@ -229,91 +312,161 @@ am__uninstall_files_from_dir = { \
229 229
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
230 230
          $(am__cd) "$$dir" && rm -f $$files; }; \
231 231
   }
232
-# Restructured Text title and section.
233
-am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
234
-am__rst_section = sed 'p;s/./=/g;p;g'
235
-# Put stdin (possibly several lines separated by ".  ") in a box.
236
-# Prefix each line by 'col' and terminate each with 'std', for coloring.
237
-# Multi line coloring is problematic with "less -R", so we really need
238
-# to color each line individually.
239
-am__text_box = $(AWK) '{			\
240
-  n = split($$0, lines, "\\.  "); max = 0;	\
241
-  for (i = 1; i <= n; ++i)			\
242
-    if (max < length(lines[i]))			\
243
-      max = length(lines[i]);			\
244
-  for (i = 0; i < max; ++i)			\
245
-    line = line "=";				\
246
-  print col line std;				\
247
-  for (i = 1; i <= n; ++i)			\
248
-    if (lines[i])				\
249
-      print col lines[i] std;			\
250
-  print col line std;				\
232
+am__recheck_rx = ^[ 	]*:recheck:[ 	]*
233
+am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
234
+am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
235
+# A command that, given a newline-separated list of test names on the
236
+# standard input, print the name of the tests that are to be re-run
237
+# upon "make recheck".
238
+am__list_recheck_tests = $(AWK) '{ \
239
+  recheck = 1; \
240
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
241
+    { \
242
+      if (rc < 0) \
243
+        { \
244
+          if ((getline line2 < ($$0 ".log")) < 0) \
245
+	    recheck = 0; \
246
+          break; \
247
+        } \
248
+      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
249
+        { \
250
+          recheck = 0; \
251
+          break; \
252
+        } \
253
+      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
254
+        { \
255
+          break; \
256
+        } \
257
+    }; \
258
+  if (recheck) \
259
+    print $$0; \
260
+  close ($$0 ".trs"); \
261
+  close ($$0 ".log"); \
262
+}'
263
+# A command that, given a newline-separated list of test names on the
264
+# standard input, create the global log from their .trs and .log files.
265
+am__create_global_log = $(AWK) ' \
266
+function fatal(msg) \
267
+{ \
268
+  print "fatal: making $@: " msg | "cat >&2"; \
269
+  exit 1; \
270
+} \
271
+function rst_section(header) \
272
+{ \
273
+  print header; \
274
+  len = length(header); \
275
+  for (i = 1; i <= len; i = i + 1) \
276
+    printf "="; \
277
+  printf "\n\n"; \
278
+} \
279
+{ \
280
+  copy_in_global_log = 1; \
281
+  global_test_result = "RUN"; \
282
+  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
283
+    { \
284
+      if (rc < 0) \
285
+         fatal("failed to read from " $$0 ".trs"); \
286
+      if (line ~ /$(am__global_test_result_rx)/) \
287
+        { \
288
+          sub("$(am__global_test_result_rx)", "", line); \
289
+          sub("[ 	]*$$", "", line); \
290
+          global_test_result = line; \
291
+        } \
292
+      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
293
+        copy_in_global_log = 0; \
294
+    }; \
295
+  if (copy_in_global_log) \
296
+    { \
297
+      rst_section(global_test_result ": " $$0); \
298
+      while ((rc = (getline line < ($$0 ".log"))) != 0) \
299
+      { \
300
+        if (rc < 0) \
301
+          fatal("failed to read from " $$0 ".log"); \
302
+        print line; \
303
+      }; \
304
+      printf "\n"; \
305
+    }; \
306
+  close ($$0 ".trs"); \
307
+  close ($$0 ".log"); \
251 308
 }'
309
+# Restructured Text title.
310
+am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
252 311
 # Solaris 10 'make', and several other traditional 'make' implementations,
253 312
 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
254 313
 # by disabling -e (using the XSI extension "set +e") if it's set.
255 314
 am__sh_e_setup = case $$- in *e*) set +e;; esac
315
+# Default flags passed to test drivers.
316
+am__common_driver_flags = \
317
+  --color-tests "$$am__color_tests" \
318
+  --enable-hard-errors "$$am__enable_hard_errors" \
319
+  --expect-failure "$$am__expect_failure"
256 320
 # To be inserted before the command running the test.  Creates the
257 321
 # directory for the log if needed.  Stores in $dir the directory
258
-# containing $f, in $tst the test, in $log the log, and passes
259
-# TESTS_ENVIRONMENT.  Save and restore TERM around use of
260
-# TESTS_ENVIRONMENT, in case that unsets it.
322
+# containing $f, in $tst the test, in $log the log.  Executes the
323
+# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
324
+# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
325
+# will run the test scripts (or their associated LOG_COMPILER, if
326
+# thy have one).
261 327
 am__check_pre = \
262 328
 $(am__sh_e_setup);					\
263 329
 $(am__vpath_adj_setup) $(am__vpath_adj)			\
330
+$(am__tty_colors);					\
264 331
 srcdir=$(srcdir); export srcdir;			\
265
-rm -f $@-t;						\
266
-am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
267
-trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;	\
268
-trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
269
-am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
270
-test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
332
+case "$@" in						\
333
+  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
334
+    *) am__odir=.;; 					\
335
+esac;							\
336
+test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
337
+  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
271 338
 if test -f "./$$f"; then dir=./;			\
272 339
 elif test -f "$$f"; then dir=;				\
273 340
 else dir="$(srcdir)/"; fi;				\
274
-tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;		\
275
-$(TESTS_ENVIRONMENT)
276
-# To be appended to the command running the test.  Handle the stdout
277
-# and stderr redirection, and catch the exit status.
278
-am__check_post = \
279
->$@-t 2>&1;						\
280
-estatus=$$?;						\
281
-if test -n '$(DISABLE_HARD_ERRORS)'			\
282
-   && test $$estatus -eq 99; then			\
283
-  estatus=1;						\
284
-fi;							\
285
-TERM=$$__SAVED_TERM; export TERM;			\
286
-$(am__tty_colors);					\
287
-xfailed=PASS;						\
341
+tst=$$dir$$f; log='$@'; 				\
342
+if test -n '$(DISABLE_HARD_ERRORS)'; then		\
343
+  am__enable_hard_errors=no; 				\
344
+else							\
345
+  am__enable_hard_errors=yes; 				\
346
+fi; 							\
288 347
 case " $(XFAIL_TESTS) " in				\
289 348
   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
290
-    xfailed=XFAIL;;					\
291
-esac;							\
292
-case $$estatus.$$xfailed in				\
293
-    0.XFAIL) col=$$red; res=XPASS;;			\
294
-    0.*)     col=$$grn; res=PASS ;;			\
295
-    77.*)    col=$$blu; res=SKIP ;;			\
296
-    99.*)    col=$$red; res=FAIL ;;			\
297
-    *.XFAIL) col=$$lgn; res=XFAIL;;			\
298
-    *.*)     col=$$red; res=FAIL ;;			\
299
-esac;							\
300
-echo "$${col}$$res$${std}: $$f";			\
301
-echo "$$res: $$f (exit: $$estatus)" |			\
302
-  $(am__rst_section) >$@;				\
303
-cat $@-t >>$@;						\
304
-rm -f $@-t
349
+    am__expect_failure=yes;;				\
350
+  *)							\
351
+    am__expect_failure=no;;				\
352
+esac; 							\
353
+$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
354
+# A shell command to get the names of the tests scripts with any registered
355
+# extension removed (i.e., equivalently, the names of the test logs, with
356
+# the '.log' extension removed).  The result is saved in the shell variable
357
+# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
358
+# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
359
+# since that might cause problem with VPATH rewrites for suffix-less tests.
360
+# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
361
+am__set_TESTS_bases = \
362
+  bases='$(TEST_LOGS)'; \
363
+  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
364
+  bases=`echo $$bases`
305 365
 RECHECK_LOGS = $(TEST_LOGS)
306
-AM_RECURSIVE_TARGETS = check recheck check-html recheck-html
307
-TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
366
+AM_RECURSIVE_TARGETS = check recheck
308 367
 TEST_SUITE_LOG = test-suite.log
309 368
 TEST_EXTENSIONS = @EXEEXT@ .test
369
+LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
310 370
 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
371
+am__set_b = \
372
+  case '$@' in \
373
+    */*) \
374
+      case '$*' in \
375
+        */*) b='$*';; \
376
+          *) b=`echo '$@' | sed 's/\.log$$//'`; \
377
+       esac;; \
378
+    *) \
379
+      b='$*';; \
380
+  esac
311 381
 am__test_logs1 = $(TESTS:=.log)
312 382
 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
313 383
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
384
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
314 385
 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
315 386
 	$(TEST_LOG_FLAGS)
316
-TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
317 387
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
318 388
 ACLOCAL = @ACLOCAL@
319 389
 AMTAR = @AMTAR@
... ...
@@ -558,7 +711,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
558 558
 all: all-am
559 559
 
560 560
 .SUFFIXES:
561
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
561
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
562 562
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
563 563
 	@for dep in $?; do \
564 564
 	  case '$(am__configure_deps)' in \
... ...
@@ -598,12 +751,15 @@ clean-checkPROGRAMS:
598 598
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
599 599
 	echo " rm -f" $$list; \
600 600
 	rm -f $$list
601
+
601 602
 check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) 
602 603
 	@rm -f check_clamav$(EXEEXT)
603 604
 	$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS)
605
+
604 606
 check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) 
605 607
 	@rm -f check_clamd$(EXEEXT)
606 608
 	$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS)
609
+
607 610
 check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) 
608 611
 	@rm -f check_fpu_endian$(EXEEXT)
609 612
 	$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS)
... ...
@@ -633,14 +789,14 @@ distclean-compile:
633 633
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
634 634
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
635 635
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
636
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
636
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
637 637
 
638 638
 .c.obj:
639 639
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
640 640
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
641 641
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
642 642
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
643
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
643
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
644 644
 
645 645
 .c.lo:
646 646
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -837,26 +993,15 @@ mostlyclean-libtool:
837 837
 clean-libtool:
838 838
 	-rm -rf .libs _libs
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 +1013,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,167 +1026,271 @@ 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
891 906
 
907
+# Recover from deleted '.trs' file; this should ensure that
908
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
909
+# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
910
+# to avoid problems with "make -n".
911
+.log.trs:
912
+	rm -f $< $@
913
+	$(MAKE) $(AM_MAKEFLAGS) $<
914
+
915
+# Leading 'am--fnord' is there to ensure the list of targets does not
916
+# expand to empty, as could happen e.g. with make check TESTS=''.
917
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
918
+am--force-recheck:
919
+	@:
920
+
892 921
 $(TEST_SUITE_LOG): $(TEST_LOGS)
893
-	@$(am__sh_e_setup);						\
894
-	list='$(TEST_LOGS)';						\
895
-	results=`for f in $$list; do					\
896
-		   test -r $$f && read line < $$f && echo "$$line"	\
897
-		     || echo FAIL;					\
898
-		 done`;							\
899
-	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
900
-	fail=`echo "$$results" | grep -c '^FAIL'`;			\
901
-	pass=`echo "$$results" | grep -c '^PASS'`;			\
902
-	skip=`echo "$$results" | grep -c '^SKIP'`;			\
903
-	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
904
-	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
905
-	failures=`expr $$fail + $$xpass`;				\
906
-	all=`expr $$all - $$skip`;					\
907
-	if test "$$all" -eq 1; then tests=test; All=;			\
908
-	else tests=tests; All="All "; fi;				\
909
-	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
910
-	  fail=0:xpass=0:xfail=0)					\
911
-	    msg="$$All$$all $$tests passed.  ";				\
912
-	    exit=true;;							\
913
-	  fail=0:xpass=0:xfail=*)					\
914
-	    msg="$$All$$all $$tests behaved as expected";		\
915
-	    if test "$$xfail" -eq 1; then xfailures=failure;		\
916
-	    else xfailures=failures; fi;				\
917
-	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
918
-	    exit=true;;							\
919
-	  fail=*:xpass=0:xfail=*)					\
920
-	    msg="$$fail of $$all $$tests failed.  ";			\
921
-	    exit=false;;						\
922
-	  fail=*:xpass=*:xfail=*)					\
923
-	    msg="$$failures of $$all $$tests did not behave as expected"; \
924
-	    if test "$$xpass" -eq 1; then xpasses=pass;			\
925
-	    else xpasses=passes; fi;					\
926
-	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
927
-	    exit=false;;						\
928
-	  *)								\
929
-	    echo >&2 "incorrect case"; exit 4;;				\
930
-	esac;								\
931
-	if test "$$skip" -ne 0; then					\
932
-	  if test "$$skip" -eq 1; then					\
933
-	    msg="$$msg($$skip test was not run).  ";			\
934
-	  else								\
935
-	    msg="$$msg($$skip tests were not run).  ";			\
936
-	  fi;								\
937
-	fi;								\
922
+	@$(am__set_TESTS_bases); \
923
+	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
924
+	redo_bases=`for i in $$bases; do \
925
+	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
926
+	            done`; \
927
+	if test -n "$$redo_bases"; then \
928
+	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
929
+	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
930
+	  if $(am__make_dryrun); then :; else \
931
+	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
932
+	  fi; \
933
+	fi; \
934
+	if test -n "$$am__remaking_logs"; then \
935
+	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
936
+	       "recursion detected" >&2; \
937
+	else \
938
+	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
939
+	fi; \
940
+	if $(am__make_dryrun); then :; else \
941
+	  st=0;  \
942
+	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
943
+	  for i in $$redo_bases; do \
944
+	    test -f $$i.trs && test -r $$i.trs \
945
+	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
946
+	    test -f $$i.log && test -r $$i.log \
947
+	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
948
+	  done; \
949
+	  test $$st -eq 0 || exit 1; \
950
+	fi
951
+	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
952
+	ws='[ 	]'; \
953
+	results=`for b in $$bases; do echo $$b.trs; done`; \
954
+	test -n "$$results" || results=/dev/null; \
955
+	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
956
+	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
957
+	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
958
+	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
959
+	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
960
+	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
961
+	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
962
+	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
963
+	  success=true; \
964
+	else \
965
+	  success=false; \
966
+	fi; \
967
+	br='==================='; br=$$br$$br$$br$$br; \
968
+	result_count () \
969
+	{ \
970
+	    if test x"$$1" = x"--maybe-color"; then \
971
+	      maybe_colorize=yes; \
972
+	    elif test x"$$1" = x"--no-color"; then \
973
+	      maybe_colorize=no; \
974
+	    else \
975
+	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
976
+	    fi; \
977
+	    shift; \
978
+	    desc=$$1 count=$$2; \
979
+	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
980
+	      color_start=$$3 color_end=$$std; \
981
+	    else \
982
+	      color_start= color_end=; \
983
+	    fi; \
984
+	    echo "$${color_start}# $$desc $$count$${color_end}"; \
985
+	}; \
986
+	create_testsuite_report () \
987
+	{ \
988
+	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
989
+	  result_count $$1 "PASS: " $$pass  "$$grn"; \
990
+	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
991
+	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
992
+	  result_count $$1 "FAIL: " $$fail  "$$red"; \
993
+	  result_count $$1 "XPASS:" $$xpass "$$red"; \
994
+	  result_count $$1 "ERROR:" $$error "$$mgn"; \
995
+	}; \
938 996
 	{								\
939 997
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
940 998
 	    $(am__rst_title);						\
941
-	  echo "$$msg";							\
999
+	  create_testsuite_report --no-color;				\
942 1000
 	  echo;								\
943 1001
 	  echo ".. contents:: :depth: 2";				\
944 1002
 	  echo;								\
945
-	  for f in $$list; do						\
946
-	    test -r $$f && read line < $$f || line=;			\
947
-	    case $$line in						\
948
-	      PASS:*|XFAIL:*);;						\
949
-	      *) echo; cat $$f;;					\
950
-	    esac;							\
951
-	  done;								\
952
-	} >$(TEST_SUITE_LOG).tmp;					\
1003
+	  for b in $$bases; do echo $$b; done				\
1004
+	    | $(am__create_global_log);					\
1005
+	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
953 1006
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
954
-	if test "$$failures" -ne 0; then				\
955
-	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
956
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
957
-	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
958
-	  fi;								\
959
-	fi;								\
960
-	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
961
-	$(am__tty_colors);						\
962
-	if $$exit; then							\
1007
+	if $$success; then						\
963 1008
 	  col="$$grn";							\
964 1009
 	 else								\
965 1010
 	  col="$$red";							\
1011
+	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
966 1012
 	fi;								\
967
-	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
968
-	$$exit || exit 1
969
-
970
-check-TESTS recheck:
971
-	@if test $@ != recheck; then \
972
-	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
973
-	 fi
974
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
975
-	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
976
-	  test .log = $$f && continue; \
977
-	  if test $@ = recheck; then \
978
-	    test -f $$f || continue; \
979
-	    if test -r $$f && read line < $$f; then \
980
-	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
981
-	    fi; \
982
-	  fi; \
983
-	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
984
-	done; \
985
-	if test $@ = recheck && test -n "$$list"; then \
986
-	  echo "am--clean: ; rm -f $$list" \
987
-	    | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \
988
-	fi; \
989
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
990
-recheck: $(check_PROGRAMS) $(check_SCRIPTS)
991
-
992
-am--mostlyclean-test-html:
993
-	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
994
-	rm -f $(TEST_SUITE_HTML)
995
-
996
-.log.html:
997
-	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
998
-	for r2h in $$list; do						\
999
-	  if ($$r2h --version) >/dev/null 2>&1; then			\
1000
-	    R2H=$$r2h;							\
1013
+	echo "$${col}$$br$${std}"; 					\
1014
+	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1015
+	echo "$${col}$$br$${std}"; 					\
1016
+	create_testsuite_report --maybe-color;				\
1017
+	echo "$$col$$br$$std";						\
1018
+	if $$success; then :; else					\
1019
+	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1020
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1021
+	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1001 1022
 	  fi;								\
1002
-	done;								\
1003
-	if test -z "$$R2H"; then					\
1004
-	  echo >&2 "cannot find rst2html, cannot create $@";		\
1005
-	  exit 2;							\
1023
+	  echo "$$col$$br$$std";					\
1006 1024
 	fi;								\
1007
-	$$R2H $< >$@.tmp
1008
-	@mv $@.tmp $@
1009
-
1010
-# Be sure to run check first, and then to convert the result.
1011
-# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1012
-# check-SCRIPTS and other dependencies are rebuilt by the former only.
1013
-# And expect check to fail.
1014
-check-html recheck-html:
1015
-	@target=`echo $@ | sed 's/-html$$//'`; \
1016
-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1017
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1018
-	exit $$rv
1025
+	$$success || exit 1
1026
+
1027
+check-TESTS:
1028
+	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1029
+	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1030
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1031
+	@set +e; $(am__set_TESTS_bases); \
1032
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1033
+	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1034
+	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1035
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1036
+	exit $$?;
1037
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1038
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1039
+	@set +e; $(am__set_TESTS_bases); \
1040
+	bases=`for i in $$bases; do echo $$i; done \
1041
+	         | $(am__list_recheck_tests)` || exit 1; \
1042
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1043
+	log_list=`echo $$log_list`; \
1044
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1045
+	        am__force_recheck=am--force-recheck \
1046
+	        TEST_LOGS="$$log_list"; \
1047
+	exit $$?
1019 1048
 check_clamav.log: check_clamav$(EXEEXT)
1020
-	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1049
+	@p='check_clamav$(EXEEXT)'; \
1050
+	b='check_clamav'; \
1051
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1052
+	--log-file $$b.log --trs-file $$b.trs \
1053
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1054
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1021 1055
 check_freshclam.sh.log: check_freshclam.sh
1022
-	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1056
+	@p='check_freshclam.sh'; \
1057
+	b='check_freshclam.sh'; \
1058
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1059
+	--log-file $$b.log --trs-file $$b.trs \
1060
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1061
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1023 1062
 check_sigtool.sh.log: check_sigtool.sh
1024
-	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1063
+	@p='check_sigtool.sh'; \
1064
+	b='check_sigtool.sh'; \
1065
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1066
+	--log-file $$b.log --trs-file $$b.trs \
1067
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1068
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1025 1069
 check_unit_vg.sh.log: check_unit_vg.sh
1026
-	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1070
+	@p='check_unit_vg.sh'; \
1071
+	b='check_unit_vg.sh'; \
1072
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1073
+	--log-file $$b.log --trs-file $$b.trs \
1074
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1075
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1027 1076
 check1_clamscan.sh.log: check1_clamscan.sh
1028
-	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1077
+	@p='check1_clamscan.sh'; \
1078
+	b='check1_clamscan.sh'; \
1079
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1080
+	--log-file $$b.log --trs-file $$b.trs \
1081
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1082
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1029 1083
 check2_clamd.sh.log: check2_clamd.sh
1030
-	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1084
+	@p='check2_clamd.sh'; \
1085
+	b='check2_clamd.sh'; \
1086
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1087
+	--log-file $$b.log --trs-file $$b.trs \
1088
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1089
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1031 1090
 check3_clamd.sh.log: check3_clamd.sh
1032
-	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1091
+	@p='check3_clamd.sh'; \
1092
+	b='check3_clamd.sh'; \
1093
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1094
+	--log-file $$b.log --trs-file $$b.trs \
1095
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1096
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1033 1097
 check4_clamd.sh.log: check4_clamd.sh
1034
-	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1098
+	@p='check4_clamd.sh'; \
1099
+	b='check4_clamd.sh'; \
1100
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1101
+	--log-file $$b.log --trs-file $$b.trs \
1102
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1103
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1035 1104
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1036
-	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1105
+	@p='check5_clamd_vg.sh'; \
1106
+	b='check5_clamd_vg.sh'; \
1107
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1108
+	--log-file $$b.log --trs-file $$b.trs \
1109
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1110
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1037 1111
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1038
-	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1112
+	@p='check6_clamd_vg.sh'; \
1113
+	b='check6_clamd_vg.sh'; \
1114
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1115
+	--log-file $$b.log --trs-file $$b.trs \
1116
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1117
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1039 1118
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1040
-	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1119
+	@p='check7_clamd_hg.sh'; \
1120
+	b='check7_clamd_hg.sh'; \
1121
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1122
+	--log-file $$b.log --trs-file $$b.trs \
1123
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1124
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1041 1125
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1042
-	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1126
+	@p='check8_clamd_hg.sh'; \
1127
+	b='check8_clamd_hg.sh'; \
1128
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1129
+	--log-file $$b.log --trs-file $$b.trs \
1130
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1131
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1043 1132
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1044
-	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1133
+	@p='check9_clamscan_vg.sh'; \
1134
+	b='check9_clamscan_vg.sh'; \
1135
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1136
+	--log-file $$b.log --trs-file $$b.trs \
1137
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1138
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1045 1139
 .test.log:
1046
-	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1140
+	@p='$<'; \
1141
+	$(am__set_b); \
1142
+	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1143
+	--log-file $$b.log --trs-file $$b.trs \
1144
+	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1145
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1047 1146
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1048
-@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1147
+@am__EXEEXT_TRUE@	@p='$<'; \
1148
+@am__EXEEXT_TRUE@	$(am__set_b); \
1149
+@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1150
+@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1151
+@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1152
+@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1049 1153
 
1050 1154
 distdir: $(DISTFILES)
1051 1155
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1104,7 +1349,7 @@ install-strip:
1104 1104
 	fi
1105 1105
 mostlyclean-generic:
1106 1106
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1107
-	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1107
+	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1108 1108
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1109 1109
 
1110 1110
 clean-generic:
... ...
@@ -1176,8 +1421,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1176 1176
 
1177 1177
 mostlyclean: mostlyclean-am
1178 1178
 
1179
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1180
-	mostlyclean-generic mostlyclean-libtool
1179
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1180
+	mostlyclean-libtool
1181 1181
 
1182 1182
 pdf: pdf-am
1183 1183
 
... ...
@@ -1189,22 +1434,21 @@ ps-am:
1189 1189
 
1190 1190
 uninstall-am:
1191 1191
 
1192
-.MAKE: check-am check-html install-am install-strip recheck-html
1193
-
1194
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1195
-	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1196
-	clean-generic clean-libtool clean-local ctags distclean \
1197
-	distclean-compile distclean-generic distclean-libtool \
1198
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
1199
-	install install-am install-data install-data-am install-dvi \
1200
-	install-dvi-am install-exec install-exec-am install-html \
1201
-	install-html-am install-info install-info-am install-man \
1202
-	install-pdf install-pdf-am install-ps install-ps-am \
1203
-	install-strip installcheck installcheck-am installdirs \
1204
-	maintainer-clean maintainer-clean-generic mostlyclean \
1205
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1206
-	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1207
-	uninstall-am
1192
+.MAKE: check-am install-am install-strip
1193
+
1194
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1195
+	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1196
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1197
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1198
+	dvi-am html html-am info info-am install install-am \
1199
+	install-data install-data-am install-dvi install-dvi-am \
1200
+	install-exec install-exec-am install-html install-html-am \
1201
+	install-info install-info-am install-man install-pdf \
1202
+	install-pdf-am install-ps install-ps-am install-strip \
1203
+	installcheck installcheck-am installdirs maintainer-clean \
1204
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
1205
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1206
+	recheck tags tags-am uninstall uninstall-am
1208 1207
 
1209 1208
 
1210 1209
 check_unit_vg.sh: $(FILES)