Browse code

autoreconf w/new libtool.

Steven Morgan authored on 2016/03/15 02:32:20
Showing 24 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@
... ...
@@ -57,10 +101,10 @@ target_triplet = @target@
57 57
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit
58 58
 @ENABLE_LIBFRESHCLAM_TRUE@am__append_2 = libfreshclam
59 59
 subdir = .
60
-DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
61
-	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
62
-	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
63
-	$(srcdir)/platform.h.in $(top_srcdir)/configure \
60
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
61
+	$(top_srcdir)/configure $(am__configure_deps) \
62
+	$(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \
63
+	$(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \
64 64
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
65 65
 	$(top_srcdir)/docs/man/clamav-milter.conf.5.in \
66 66
 	$(top_srcdir)/docs/man/clambc.1.in \
... ...
@@ -68,16 +112,21 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
68 68
 	$(top_srcdir)/docs/man/clamd.8.in \
69 69
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
70 70
 	$(top_srcdir)/docs/man/clamdscan.1.in \
71
-	$(top_srcdir)/docs/man/clamdtop.1.in \
72 71
 	$(top_srcdir)/docs/man/clamscan.1.in \
73
-	$(top_srcdir)/docs/man/clamsubmit.1.in \
74 72
 	$(top_srcdir)/docs/man/freshclam.1.in \
75 73
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
76
-	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
77
-	INSTALL NEWS config/compile config/config.guess \
78
-	config/config.rpath config/config.sub config/depcomp \
79
-	config/install-sh config/ltmain.sh config/missing \
80
-	config/ylwrap
74
+	$(top_srcdir)/docs/man/sigtool.1.in \
75
+	$(top_srcdir)/docs/man/clamdtop.1.in \
76
+	$(top_srcdir)/docs/man/clamsubmit.1.in AUTHORS COPYING \
77
+	ChangeLog INSTALL NEWS README config/compile \
78
+	config/config.guess config/config.rpath config/config.sub \
79
+	config/depcomp config/install-sh config/missing config/ylwrap \
80
+	config/ltmain.sh $(top_srcdir)/config/compile \
81
+	$(top_srcdir)/config/config.guess \
82
+	$(top_srcdir)/config/config.rpath \
83
+	$(top_srcdir)/config/config.sub \
84
+	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
85
+	$(top_srcdir)/config/missing
81 86
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
82 87
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
83 88
 	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
... ...
@@ -189,29 +238,63 @@ am__uninstall_files_from_dir = { \
189 189
   }
190 190
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
191 191
 SCRIPTS = $(bin_SCRIPTS)
192
+AM_V_P = $(am__v_P_@AM_V@)
193
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
194
+am__v_P_0 = false
195
+am__v_P_1 = :
192 196
 AM_V_GEN = $(am__v_GEN_@AM_V@)
193 197
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
194
-am__v_GEN_0 = @echo "  GEN   " $@;
198
+am__v_GEN_0 = @echo "  GEN     " $@;
199
+am__v_GEN_1 = 
195 200
 AM_V_at = $(am__v_at_@AM_V@)
196 201
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
197 202
 am__v_at_0 = @
203
+am__v_at_1 = 
198 204
 SOURCES =
199 205
 DIST_SOURCES =
200
-RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
201
-	html-recursive info-recursive install-data-recursive \
202
-	install-dvi-recursive install-exec-recursive \
203
-	install-html-recursive install-info-recursive \
204
-	install-pdf-recursive install-ps-recursive install-recursive \
205
-	installcheck-recursive installdirs-recursive pdf-recursive \
206
-	ps-recursive uninstall-recursive
206
+RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
207
+	ctags-recursive dvi-recursive html-recursive info-recursive \
208
+	install-data-recursive install-dvi-recursive \
209
+	install-exec-recursive install-html-recursive \
210
+	install-info-recursive install-pdf-recursive \
211
+	install-ps-recursive install-recursive installcheck-recursive \
212
+	installdirs-recursive pdf-recursive ps-recursive \
213
+	tags-recursive uninstall-recursive
214
+am__can_run_installinfo = \
215
+  case $$AM_UPDATE_INFO_DIR in \
216
+    n|no|NO) false;; \
217
+    *) (install-info --version) >/dev/null 2>&1;; \
218
+  esac
207 219
 DATA = $(pkgconfig_DATA)
208 220
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
209 221
   distclean-recursive maintainer-clean-recursive
210
-AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
211
-	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
212
-	distdir dist dist-all distcheck
222
+am__recursive_targets = \
223
+  $(RECURSIVE_TARGETS) \
224
+  $(RECURSIVE_CLEAN_TARGETS) \
225
+  $(am__extra_recursive_targets)
226
+AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
227
+	cscope distdir dist dist-all distcheck
228
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
229
+	$(LISP)clamav-config.h.in
230
+# Read a list of newline-separated strings from the standard input,
231
+# and print each of them once, without duplicates.  Input order is
232
+# *not* preserved.
233
+am__uniquify_input = $(AWK) '\
234
+  BEGIN { nonempty = 0; } \
235
+  { items[$$0] = 1; nonempty = 1; } \
236
+  END { if (nonempty) { for (i in items) print i; }; } \
237
+'
238
+# Make sure the list of sources is unique.  This is necessary because,
239
+# e.g., the same source file might be shared among _SOURCES variables
240
+# for different programs/libraries.
241
+am__define_uniq_tagged_files = \
242
+  list='$(am__tagged_files)'; \
243
+  unique=`for i in $$list; do \
244
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
245
+  done | $(am__uniquify_input)`
213 246
 ETAGS = etags
214 247
 CTAGS = ctags
248
+CSCOPE = cscope
215 249
 DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \
216 250
 	sigtool clamconf database docs etc clamav-milter test clamdtop \
217 251
 	clambc unit_tests clamsubmit libfreshclam
... ...
@@ -224,6 +307,7 @@ am__remove_distdir = \
224 224
       && rm -rf "$(distdir)" \
225 225
       || { sleep 5 && rm -rf "$(distdir)"; }; \
226 226
   else :; fi
227
+am__post_remove_distdir = $(am__remove_distdir)
227 228
 am__relativize = \
228 229
   dir0=`pwd`; \
229 230
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
... ...
@@ -251,6 +335,7 @@ am__relativize = \
251 251
   reldir="$$dir2"
252 252
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
253 253
 GZIP_ENV = --best
254
+DIST_TARGETS = dist-bzip2 dist-gzip
254 255
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
255 256
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
256 257
 distcleancheck_listfiles = find . -type f -print
... ...
@@ -516,8 +601,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
516 516
 $(am__aclocal_m4_deps):
517 517
 
518 518
 clamav-config.h: stamp-h1
519
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
520
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
519
+	@test -f $@ || rm -f stamp-h1
520
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
521 521
 
522 522
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
523 523
 	@rm -f stamp-h1
... ...
@@ -563,8 +648,11 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam
563 563
 	cd $(top_builddir) && $(SHELL) ./config.status $@
564 564
 install-binSCRIPTS: $(bin_SCRIPTS)
565 565
 	@$(NORMAL_INSTALL)
566
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
567 566
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
567
+	if test -n "$$list"; then \
568
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
569
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
570
+	fi; \
568 571
 	for p in $$list; do \
569 572
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
570 573
 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
... ...
@@ -619,8 +707,11 @@ distclean-libtool:
619 619
 	-rm -f libtool config.lt
620 620
 install-pkgconfigDATA: $(pkgconfig_DATA)
621 621
 	@$(NORMAL_INSTALL)
622
-	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
623 622
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
623
+	if test -n "$$list"; then \
624
+	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
625
+	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
626
+	fi; \
624 627
 	for p in $$list; do \
625 628
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
626 629
 	  echo "$$d$$p"; \
... ...
@@ -637,22 +728,25 @@ uninstall-pkgconfigDATA:
637 637
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
638 638
 
639 639
 # This directory's subdirectories are mostly independent; you can cd
640
-# into them and run `make' without going through this Makefile.
641
-# To change the values of `make' variables: instead of editing Makefiles,
642
-# (1) if the variable is set in `config.status', edit `config.status'
643
-#     (which will cause the Makefiles to be regenerated when you run `make');
644
-# (2) otherwise, pass the desired values on the `make' command line.
645
-$(RECURSIVE_TARGETS):
646
-	@fail= failcom='exit 1'; \
647
-	for f in x $$MAKEFLAGS; do \
648
-	  case $$f in \
649
-	    *=* | --[!k]*);; \
650
-	    *k*) failcom='fail=yes';; \
651
-	  esac; \
652
-	done; \
640
+# into them and run 'make' without going through this Makefile.
641
+# To change the values of 'make' variables: instead of editing Makefiles,
642
+# (1) if the variable is set in 'config.status', edit 'config.status'
643
+#     (which will cause the Makefiles to be regenerated when you run 'make');
644
+# (2) otherwise, pass the desired values on the 'make' command line.
645
+$(am__recursive_targets):
646
+	@fail=; \
647
+	if $(am__make_keepgoing); then \
648
+	  failcom='fail=yes'; \
649
+	else \
650
+	  failcom='exit 1'; \
651
+	fi; \
653 652
 	dot_seen=no; \
654 653
 	target=`echo $@ | sed s/-recursive//`; \
655
-	list='$(SUBDIRS)'; for subdir in $$list; do \
654
+	case "$@" in \
655
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
656
+	  *) list='$(SUBDIRS)' ;; \
657
+	esac; \
658
+	for subdir in $$list; do \
656 659
 	  echo "Making $$target in $$subdir"; \
657 660
 	  if test "$$subdir" = "."; then \
658 661
 	    dot_seen=yes; \
... ...
@@ -667,57 +761,12 @@ $(RECURSIVE_TARGETS):
667 667
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
668 668
 	fi; test -z "$$fail"
669 669
 
670
-$(RECURSIVE_CLEAN_TARGETS):
671
-	@fail= failcom='exit 1'; \
672
-	for f in x $$MAKEFLAGS; do \
673
-	  case $$f in \
674
-	    *=* | --[!k]*);; \
675
-	    *k*) failcom='fail=yes';; \
676
-	  esac; \
677
-	done; \
678
-	dot_seen=no; \
679
-	case "$@" in \
680
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
681
-	  *) list='$(SUBDIRS)' ;; \
682
-	esac; \
683
-	rev=''; for subdir in $$list; do \
684
-	  if test "$$subdir" = "."; then :; else \
685
-	    rev="$$subdir $$rev"; \
686
-	  fi; \
687
-	done; \
688
-	rev="$$rev ."; \
689
-	target=`echo $@ | sed s/-recursive//`; \
690
-	for subdir in $$rev; do \
691
-	  echo "Making $$target in $$subdir"; \
692
-	  if test "$$subdir" = "."; then \
693
-	    local_target="$$target-am"; \
694
-	  else \
695
-	    local_target="$$target"; \
696
-	  fi; \
697
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
698
-	  || eval $$failcom; \
699
-	done && test -z "$$fail"
700
-tags-recursive:
701
-	list='$(SUBDIRS)'; for subdir in $$list; do \
702
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
703
-	done
704
-ctags-recursive:
705
-	list='$(SUBDIRS)'; for subdir in $$list; do \
706
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
707
-	done
670
+ID: $(am__tagged_files)
671
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
672
+tags: tags-recursive
673
+TAGS: tags
708 674
 
709
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
710
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
711
-	unique=`for i in $$list; do \
712
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
713
-	  done | \
714
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
715
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
716
-	mkid -fID $$unique
717
-tags: TAGS
718
-
719
-TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
720
-		$(TAGS_FILES) $(LISP)
675
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
721 676
 	set x; \
722 677
 	here=`pwd`; \
723 678
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -733,12 +782,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
733 733
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
734 734
 	  fi; \
735 735
 	done; \
736
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
737
-	unique=`for i in $$list; do \
738
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
739
-	  done | \
740
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
741
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
736
+	$(am__define_uniq_tagged_files); \
742 737
 	shift; \
743 738
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
744 739
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -750,15 +794,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIE
750 750
 	      $$unique; \
751 751
 	  fi; \
752 752
 	fi
753
-ctags: CTAGS
754
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
755
-		$(TAGS_FILES) $(LISP)
756
-	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
757
-	unique=`for i in $$list; do \
758
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
759
-	  done | \
760
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
761
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
753
+ctags: ctags-recursive
754
+
755
+CTAGS: ctags
756
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
757
+	$(am__define_uniq_tagged_files); \
762 758
 	test -z "$(CTAGS_ARGS)$$unique" \
763 759
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
764 760
 	     $$unique
... ...
@@ -767,9 +807,31 @@ GTAGS:
767 767
 	here=`$(am__cd) $(top_builddir) && pwd` \
768 768
 	  && $(am__cd) $(top_srcdir) \
769 769
 	  && gtags -i $(GTAGS_ARGS) "$$here"
770
+cscope: cscope.files
771
+	test ! -s cscope.files \
772
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
773
+clean-cscope:
774
+	-rm -f cscope.files
775
+cscope.files: clean-cscope cscopelist
776
+cscopelist: cscopelist-recursive
777
+
778
+cscopelist-am: $(am__tagged_files)
779
+	list='$(am__tagged_files)'; \
780
+	case "$(srcdir)" in \
781
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
782
+	  *) sdir=$(subdir)/$(srcdir) ;; \
783
+	esac; \
784
+	for i in $$list; do \
785
+	  if test -f "$$i"; then \
786
+	    echo "$(subdir)/$$i"; \
787
+	  else \
788
+	    echo "$$sdir/$$i"; \
789
+	  fi; \
790
+	done >> $(top_builddir)/cscope.files
770 791
 
771 792
 distclean-tags:
772 793
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
794
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
773 795
 
774 796
 distdir: $(DISTFILES)
775 797
 	$(am__remove_distdir)
... ...
@@ -805,13 +867,10 @@ distdir: $(DISTFILES)
805 805
 	done
806 806
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
807 807
 	  if test "$$subdir" = .; then :; else \
808
-	    test -d "$(distdir)/$$subdir" \
809
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
810
-	    || exit 1; \
811
-	  fi; \
812
-	done
813
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
814
-	  if test "$$subdir" = .; then :; else \
808
+	    $(am__make_dryrun) \
809
+	      || test -d "$(distdir)/$$subdir" \
810
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
811
+	      || exit 1; \
815 812
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
816 813
 	    $(am__relativize); \
817 814
 	    new_distdir=$$reldir; \
... ...
@@ -843,40 +902,41 @@ distdir: $(DISTFILES)
843 843
 	|| chmod -R a+r "$(distdir)"
844 844
 dist-gzip: distdir
845 845
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
846
-	$(am__remove_distdir)
846
+	$(am__post_remove_distdir)
847 847
 dist-bzip2: distdir
848 848
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
849
-	$(am__remove_distdir)
849
+	$(am__post_remove_distdir)
850 850
 
851 851
 dist-lzip: distdir
852 852
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
853
-	$(am__remove_distdir)
854
-
855
-dist-lzma: distdir
856
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
857
-	$(am__remove_distdir)
853
+	$(am__post_remove_distdir)
858 854
 
859 855
 dist-xz: distdir
860 856
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
861
-	$(am__remove_distdir)
857
+	$(am__post_remove_distdir)
862 858
 
863 859
 dist-tarZ: distdir
860
+	@echo WARNING: "Support for shar distribution archives is" \
861
+	               "deprecated." >&2
862
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
864 863
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
865
-	$(am__remove_distdir)
864
+	$(am__post_remove_distdir)
866 865
 
867 866
 dist-shar: distdir
867
+	@echo WARNING: "Support for distribution archives compressed with" \
868
+		       "legacy program 'compress' is deprecated." >&2
869
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
868 870
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
869
-	$(am__remove_distdir)
871
+	$(am__post_remove_distdir)
870 872
 
871 873
 dist-zip: distdir
872 874
 	-rm -f $(distdir).zip
873 875
 	zip -rq $(distdir).zip $(distdir)
874
-	$(am__remove_distdir)
876
+	$(am__post_remove_distdir)
875 877
 
876
-dist dist-all: distdir
877
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
878
-	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
879
-	$(am__remove_distdir)
878
+dist dist-all:
879
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
880
+	$(am__post_remove_distdir)
880 881
 
881 882
 # This target untars the dist file and tries a VPATH configuration.  Then
882 883
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -887,8 +947,6 @@ distcheck: dist
887 887
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
888 888
 	*.tar.bz2*) \
889 889
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
890
-	*.tar.lzma*) \
891
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
892 890
 	*.tar.lz*) \
893 891
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
894 892
 	*.tar.xz*) \
... ...
@@ -900,18 +958,19 @@ distcheck: dist
900 900
 	*.zip*) \
901 901
 	  unzip $(distdir).zip ;;\
902 902
 	esac
903
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
904
-	mkdir $(distdir)/_build
905
-	mkdir $(distdir)/_inst
903
+	chmod -R a-w $(distdir)
904
+	chmod u+w $(distdir)
905
+	mkdir $(distdir)/_build $(distdir)/_inst
906 906
 	chmod a-w $(distdir)
907 907
 	test -d $(distdir)/_build || exit 0; \
908 908
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
909 909
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
910 910
 	  && am__cwd=`pwd` \
911 911
 	  && $(am__cd) $(distdir)/_build \
912
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
912
+	  && ../configure \
913 913
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
914 914
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
915
+	    --srcdir=.. --prefix="$$dc_install_base" \
915 916
 	  && $(MAKE) $(AM_MAKEFLAGS) \
916 917
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
917 918
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -934,7 +993,7 @@ distcheck: dist
934 934
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
935 935
 	  && cd "$$am__cwd" \
936 936
 	  || exit 1
937
-	$(am__remove_distdir)
937
+	$(am__post_remove_distdir)
938 938
 	@(echo "$(distdir) archives ready for distribution: "; \
939 939
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
940 940
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1073,26 +1132,25 @@ ps-am:
1073 1073
 
1074 1074
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1075 1075
 
1076
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1077
-	ctags-recursive install-am install-strip tags-recursive
1078
-
1079
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1080
-	all all-am am--refresh check check-am clean clean-generic \
1081
-	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1082
-	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1083
-	dist-xz dist-zip distcheck distclean distclean-generic \
1084
-	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1085
-	distdir distuninstallcheck dvi dvi-am html html-am info \
1086
-	info-am install install-am install-binSCRIPTS install-data \
1087
-	install-data-am install-dvi install-dvi-am install-exec \
1088
-	install-exec-am install-html install-html-am install-info \
1089
-	install-info-am install-man install-pdf install-pdf-am \
1090
-	install-pkgconfigDATA install-ps install-ps-am install-strip \
1091
-	installcheck installcheck-am installcheck-binSCRIPTS \
1092
-	installdirs installdirs-am maintainer-clean \
1093
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
1094
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1095
-	uninstall uninstall-am uninstall-binSCRIPTS \
1076
+.MAKE: $(am__recursive_targets) all install-am install-strip
1077
+
1078
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1079
+	am--refresh check check-am clean clean-cscope clean-generic \
1080
+	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1081
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1082
+	dist-tarZ dist-xz dist-zip distcheck distclean \
1083
+	distclean-generic distclean-hdr distclean-libtool \
1084
+	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1085
+	dvi-am html html-am info info-am install install-am \
1086
+	install-binSCRIPTS install-data install-data-am install-dvi \
1087
+	install-dvi-am install-exec install-exec-am install-html \
1088
+	install-html-am install-info install-info-am install-man \
1089
+	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1090
+	install-ps-am install-strip installcheck installcheck-am \
1091
+	installcheck-binSCRIPTS installdirs installdirs-am \
1092
+	maintainer-clean maintainer-clean-generic mostlyclean \
1093
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1094
+	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1096 1095
 	uninstall-pkgconfigDATA
1097 1096
 
1098 1097
 lcov:
... ...
@@ -1,8 +1,7 @@
1
-# generated automatically by aclocal 1.11.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/ax_check_uname_syscall.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)
... ...
@@ -485,14 +561,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
485 485
 $(am__aclocal_m4_deps):
486 486
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
487 487
 	@$(NORMAL_INSTALL)
488
-	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
489 488
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
489
+	if test -n "$$list"; then \
490
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
491
+	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
492
+	fi; \
490 493
 	for p in $$list; do echo "$$p $$p"; done | \
491 494
 	sed 's/$(EXEEXT)$$//' | \
492
-	while read p p1; do if test -f $$p || test -f $$p1; \
493
-	  then echo "$$p"; echo "$$p"; else :; fi; \
495
+	while read p p1; do if test -f $$p \
496
+	 || test -f $$p1 \
497
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
494 498
 	done | \
495
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
499
+	sed -e 'p;s,.*/,,;n;h' \
500
+	    -e 's|.*|.|' \
496 501
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
497 502
 	sed 'N;N;N;s,\n, ,g' | \
498 503
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -513,7 +594,8 @@ uninstall-sbinPROGRAMS:
513 513
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
514 514
 	files=`for p in $$list; do echo "$$p"; done | \
515 515
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
516
-	      -e 's/$$/$(EXEEXT)/' `; \
516
+	      -e 's/$$/$(EXEEXT)/' \
517
+	`; \
517 518
 	test -n "$$list" || exit 0; \
518 519
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
519 520
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -542,6 +624,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
542 542
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
543 543
 	  done; \
544 544
 	done; rm -f c$${pid}_.???; exit $$bad
545
+
545 546
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) 
546 547
 	@rm -f clamav-milter$(EXEEXT)
547 548
 	$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
... ...
@@ -567,14 +650,14 @@ distclean-compile:
567 567
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
568 568
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
569 569
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
570
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
570
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
571 571
 
572 572
 .c.obj:
573 573
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
574 574
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
575 575
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
576 576
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
577
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
577
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
578 578
 
579 579
 .c.lo:
580 580
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -646,11 +729,18 @@ clean-libtool:
646 646
 	-rm -rf .libs _libs
647 647
 install-man8: $(man_MANS)
648 648
 	@$(NORMAL_INSTALL)
649
-	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
650
-	@list=''; test -n "$(man8dir)" || exit 0; \
651
-	{ for i in $$list; do echo "$$i"; done; \
652
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
653
-	  sed -n '/\.8[a-z]*$$/p'; \
649
+	@list1=''; \
650
+	list2='$(man_MANS)'; \
651
+	test -n "$(man8dir)" \
652
+	  && test -n "`echo $$list1$$list2`" \
653
+	  || exit 0; \
654
+	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
655
+	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
656
+	{ for i in $$list1; do echo "$$i"; done;  \
657
+	if test -n "$$list2"; then \
658
+	  for i in $$list2; do echo "$$i"; done \
659
+	    | sed -n '/\.8[a-z]*$$/p'; \
660
+	fi; \
654 661
 	} | while read p; do \
655 662
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
656 663
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -681,26 +771,15 @@ uninstall-man8:
681 681
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
682 682
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
683 683
 
684
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
685
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
686
-	unique=`for i in $$list; do \
687
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
688
-	  done | \
689
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
690
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
691
-	mkid -fID $$unique
692
-tags: TAGS
693
-
694
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
695
-		$(TAGS_FILES) $(LISP)
684
+ID: $(am__tagged_files)
685
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
686
+tags: tags-am
687
+TAGS: tags
688
+
689
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
696 690
 	set x; \
697 691
 	here=`pwd`; \
698
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
699
-	unique=`for i in $$list; do \
700
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
701
-	  done | \
702
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
703
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
692
+	$(am__define_uniq_tagged_files); \
704 693
 	shift; \
705 694
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
706 695
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -712,15 +791,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
712 712
 	      $$unique; \
713 713
 	  fi; \
714 714
 	fi
715
-ctags: CTAGS
716
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
717
-		$(TAGS_FILES) $(LISP)
718
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
719
-	unique=`for i in $$list; do \
720
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
721
-	  done | \
722
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
723
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
715
+ctags: ctags-am
716
+
717
+CTAGS: ctags
718
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
719
+	$(am__define_uniq_tagged_files); \
724 720
 	test -z "$(CTAGS_ARGS)$$unique" \
725 721
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
726 722
 	     $$unique
... ...
@@ -729,24 +804,26 @@ GTAGS:
729 729
 	here=`$(am__cd) $(top_builddir) && pwd` \
730 730
 	  && $(am__cd) $(top_srcdir) \
731 731
 	  && gtags -i $(GTAGS_ARGS) "$$here"
732
+cscopelist: cscopelist-am
733
+
734
+cscopelist-am: $(am__tagged_files)
735
+	list='$(am__tagged_files)'; \
736
+	case "$(srcdir)" in \
737
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
738
+	  *) sdir=$(subdir)/$(srcdir) ;; \
739
+	esac; \
740
+	for i in $$list; do \
741
+	  if test -f "$$i"; then \
742
+	    echo "$(subdir)/$$i"; \
743
+	  else \
744
+	    echo "$$sdir/$$i"; \
745
+	  fi; \
746
+	done >> $(top_builddir)/cscope.files
732 747
 
733 748
 distclean-tags:
734 749
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
735 750
 
736 751
 distdir: $(DISTFILES)
737
-	@list='$(MANS)'; if test -n "$$list"; then \
738
-	  list=`for p in $$list; do \
739
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
740
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
741
-	  if test -n "$$list" && \
742
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
743
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
744
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
745
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
746
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
747
-	    exit 1; \
748
-	  else :; fi; \
749
-	else :; fi
750 752
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
751 753
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
752 754
 	list='$(DISTFILES)'; \
... ...
@@ -889,19 +966,20 @@ uninstall-man: uninstall-man8
889 889
 
890 890
 .MAKE: install-am install-strip
891 891
 
892
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
893
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
894
-	distclean-compile distclean-generic distclean-libtool \
895
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
896
-	install install-am install-data install-data-am install-dvi \
897
-	install-dvi-am install-exec install-exec-am install-html \
898
-	install-html-am install-info install-info-am install-man \
899
-	install-man8 install-pdf install-pdf-am install-ps \
900
-	install-ps-am install-sbinPROGRAMS install-strip installcheck \
901
-	installcheck-am installcheck-sbinPROGRAMS installdirs \
902
-	maintainer-clean maintainer-clean-generic mostlyclean \
903
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
904
-	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
892
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
893
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
894
+	distclean distclean-compile distclean-generic \
895
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
896
+	html-am info info-am install install-am install-data \
897
+	install-data-am install-dvi install-dvi-am install-exec \
898
+	install-exec-am install-html install-html-am install-info \
899
+	install-info-am install-man install-man8 install-pdf \
900
+	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
901
+	install-strip installcheck installcheck-am \
902
+	installcheck-sbinPROGRAMS installdirs maintainer-clean \
903
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
904
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
905
+	tags tags-am uninstall uninstall-am uninstall-man \
905 906
 	uninstall-man8 uninstall-sbinPROGRAMS
906 907
 
907 908
 
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -410,14 +486,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
410 410
 $(am__aclocal_m4_deps):
411 411
 install-binPROGRAMS: $(bin_PROGRAMS)
412 412
 	@$(NORMAL_INSTALL)
413
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
414 413
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
414
+	if test -n "$$list"; then \
415
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
416
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
417
+	fi; \
415 418
 	for p in $$list; do echo "$$p $$p"; done | \
416 419
 	sed 's/$(EXEEXT)$$//' | \
417
-	while read p p1; do if test -f $$p || test -f $$p1; \
418
-	  then echo "$$p"; echo "$$p"; else :; fi; \
420
+	while read p p1; do if test -f $$p \
421
+	 || test -f $$p1 \
422
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
419 423
 	done | \
420
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
424
+	sed -e 'p;s,.*/,,;n;h' \
425
+	    -e 's|.*|.|' \
421 426
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
422 427
 	sed 'N;N;N;s,\n, ,g' | \
423 428
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -438,7 +519,8 @@ uninstall-binPROGRAMS:
438 438
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
439 439
 	files=`for p in $$list; do echo "$$p"; done | \
440 440
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
441
-	      -e 's/$$/$(EXEEXT)/' `; \
441
+	      -e 's/$$/$(EXEEXT)/' \
442
+	`; \
442 443
 	test -n "$$list" || exit 0; \
443 444
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
444 445
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -467,6 +549,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
467 467
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
468 468
 	  done; \
469 469
 	done; rm -f c$${pid}_.???; exit $$bad
470
+
470 471
 clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) 
471 472
 	@rm -f clambc$(EXEEXT)
472 473
 	$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS)
... ...
@@ -487,14 +570,14 @@ distclean-compile:
487 487
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
488 488
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
489 489
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
490
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
490
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
491 491
 
492 492
 .c.obj:
493 493
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
494 494
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
495 495
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
496 496
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
497
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
498 498
 
499 499
 .c.lo:
500 500
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -551,26 +634,15 @@ mostlyclean-libtool:
551 551
 clean-libtool:
552 552
 	-rm -rf .libs _libs
553 553
 
554
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
555
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
556
-	unique=`for i in $$list; do \
557
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
558
-	  done | \
559
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
560
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
561
-	mkid -fID $$unique
562
-tags: TAGS
563
-
564
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
565
-		$(TAGS_FILES) $(LISP)
554
+ID: $(am__tagged_files)
555
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
556
+tags: tags-am
557
+TAGS: tags
558
+
559
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
566 560
 	set x; \
567 561
 	here=`pwd`; \
568
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
569
-	unique=`for i in $$list; do \
570
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
571
-	  done | \
572
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
573
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
562
+	$(am__define_uniq_tagged_files); \
574 563
 	shift; \
575 564
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
576 565
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -582,15 +654,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
582 582
 	      $$unique; \
583 583
 	  fi; \
584 584
 	fi
585
-ctags: CTAGS
586
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
587
-		$(TAGS_FILES) $(LISP)
588
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
589
-	unique=`for i in $$list; do \
590
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
591
-	  done | \
592
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
593
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
585
+ctags: ctags-am
586
+
587
+CTAGS: ctags
588
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589
+	$(am__define_uniq_tagged_files); \
594 590
 	test -z "$(CTAGS_ARGS)$$unique" \
595 591
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
596 592
 	     $$unique
... ...
@@ -599,6 +667,21 @@ GTAGS:
599 599
 	here=`$(am__cd) $(top_builddir) && pwd` \
600 600
 	  && $(am__cd) $(top_srcdir) \
601 601
 	  && gtags -i $(GTAGS_ARGS) "$$here"
602
+cscopelist: cscopelist-am
603
+
604
+cscopelist-am: $(am__tagged_files)
605
+	list='$(am__tagged_files)'; \
606
+	case "$(srcdir)" in \
607
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
608
+	  *) sdir=$(subdir)/$(srcdir) ;; \
609
+	esac; \
610
+	for i in $$list; do \
611
+	  if test -f "$$i"; then \
612
+	    echo "$(subdir)/$$i"; \
613
+	  else \
614
+	    echo "$$sdir/$$i"; \
615
+	  fi; \
616
+	done >> $(top_builddir)/cscope.files
602 617
 
603 618
 distclean-tags:
604 619
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -743,19 +826,20 @@ uninstall-am: uninstall-binPROGRAMS
743 743
 
744 744
 .MAKE: install-am install-strip
745 745
 
746
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
747
-	clean-generic clean-libtool ctags distclean distclean-compile \
748
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
749
-	dvi-am html html-am info info-am install install-am \
750
-	install-binPROGRAMS install-data install-data-am install-dvi \
751
-	install-dvi-am install-exec install-exec-am install-html \
752
-	install-html-am install-info install-info-am install-man \
753
-	install-pdf install-pdf-am install-ps install-ps-am \
754
-	install-strip installcheck installcheck-am \
755
-	installcheck-binPROGRAMS installdirs maintainer-clean \
756
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
757
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
758
-	tags uninstall uninstall-am uninstall-binPROGRAMS
746
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
747
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
748
+	ctags ctags-am distclean distclean-compile distclean-generic \
749
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
750
+	html-am info info-am install install-am install-binPROGRAMS \
751
+	install-data install-data-am install-dvi install-dvi-am \
752
+	install-exec install-exec-am install-html install-html-am \
753
+	install-info install-info-am install-man install-pdf \
754
+	install-pdf-am install-ps install-ps-am install-strip \
755
+	installcheck installcheck-am installcheck-binPROGRAMS \
756
+	installdirs maintainer-clean maintainer-clean-generic \
757
+	mostlyclean mostlyclean-compile mostlyclean-generic \
758
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
759
+	uninstall-am uninstall-binPROGRAMS
759 760
 
760 761
 
761 762
 # 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/ax_check_uname_syscall.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)
... ...
@@ -433,14 +509,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
433 433
 $(am__aclocal_m4_deps):
434 434
 install-binPROGRAMS: $(bin_PROGRAMS)
435 435
 	@$(NORMAL_INSTALL)
436
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
437 436
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
437
+	if test -n "$$list"; then \
438
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
439
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
440
+	fi; \
438 441
 	for p in $$list; do echo "$$p $$p"; done | \
439 442
 	sed 's/$(EXEEXT)$$//' | \
440
-	while read p p1; do if test -f $$p || test -f $$p1; \
441
-	  then echo "$$p"; echo "$$p"; else :; fi; \
443
+	while read p p1; do if test -f $$p \
444
+	 || test -f $$p1 \
445
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
442 446
 	done | \
443
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
447
+	sed -e 'p;s,.*/,,;n;h' \
448
+	    -e 's|.*|.|' \
444 449
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
445 450
 	sed 'N;N;N;s,\n, ,g' | \
446 451
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -461,7 +542,8 @@ uninstall-binPROGRAMS:
461 461
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
462 462
 	files=`for p in $$list; do echo "$$p"; done | \
463 463
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
464
-	      -e 's/$$/$(EXEEXT)/' `; \
464
+	      -e 's/$$/$(EXEEXT)/' \
465
+	`; \
465 466
 	test -n "$$list" || exit 0; \
466 467
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
467 468
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -490,6 +572,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
490 490
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
491 491
 	  done; \
492 492
 	done; rm -f c$${pid}_.???; exit $$bad
493
+
493 494
 clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) 
494 495
 	@rm -f clamconf$(EXEEXT)
495 496
 	$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS)
... ...
@@ -510,14 +593,14 @@ distclean-compile:
510 510
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
511 511
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
512 512
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
513
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
513
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
514 514
 
515 515
 .c.obj:
516 516
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
517 517
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
518 518
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
519 519
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
520
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
521 521
 
522 522
 .c.lo:
523 523
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -574,26 +657,15 @@ mostlyclean-libtool:
574 574
 clean-libtool:
575 575
 	-rm -rf .libs _libs
576 576
 
577
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
578
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
579
-	unique=`for i in $$list; do \
580
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
581
-	  done | \
582
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
583
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
584
-	mkid -fID $$unique
585
-tags: TAGS
586
-
587
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
588
-		$(TAGS_FILES) $(LISP)
577
+ID: $(am__tagged_files)
578
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
579
+tags: tags-am
580
+TAGS: tags
581
+
582
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
589 583
 	set x; \
590 584
 	here=`pwd`; \
591
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
592
-	unique=`for i in $$list; do \
593
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
-	  done | \
595
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
585
+	$(am__define_uniq_tagged_files); \
597 586
 	shift; \
598 587
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
599 588
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -605,15 +677,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
605 605
 	      $$unique; \
606 606
 	  fi; \
607 607
 	fi
608
-ctags: CTAGS
609
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
610
-		$(TAGS_FILES) $(LISP)
611
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
612
-	unique=`for i in $$list; do \
613
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
614
-	  done | \
615
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
616
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
608
+ctags: ctags-am
609
+
610
+CTAGS: ctags
611
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
612
+	$(am__define_uniq_tagged_files); \
617 613
 	test -z "$(CTAGS_ARGS)$$unique" \
618 614
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
619 615
 	     $$unique
... ...
@@ -622,6 +690,21 @@ GTAGS:
622 622
 	here=`$(am__cd) $(top_builddir) && pwd` \
623 623
 	  && $(am__cd) $(top_srcdir) \
624 624
 	  && gtags -i $(GTAGS_ARGS) "$$here"
625
+cscopelist: cscopelist-am
626
+
627
+cscopelist-am: $(am__tagged_files)
628
+	list='$(am__tagged_files)'; \
629
+	case "$(srcdir)" in \
630
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
631
+	  *) sdir=$(subdir)/$(srcdir) ;; \
632
+	esac; \
633
+	for i in $$list; do \
634
+	  if test -f "$$i"; then \
635
+	    echo "$(subdir)/$$i"; \
636
+	  else \
637
+	    echo "$$sdir/$$i"; \
638
+	  fi; \
639
+	done >> $(top_builddir)/cscope.files
625 640
 
626 641
 distclean-tags:
627 642
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -766,19 +849,20 @@ uninstall-am: uninstall-binPROGRAMS
766 766
 
767 767
 .MAKE: install-am install-strip
768 768
 
769
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
770
-	clean-generic clean-libtool ctags distclean distclean-compile \
771
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
772
-	dvi-am html html-am info info-am install install-am \
773
-	install-binPROGRAMS install-data install-data-am install-dvi \
774
-	install-dvi-am install-exec install-exec-am install-html \
775
-	install-html-am install-info install-info-am install-man \
776
-	install-pdf install-pdf-am install-ps install-ps-am \
777
-	install-strip installcheck installcheck-am \
778
-	installcheck-binPROGRAMS installdirs maintainer-clean \
779
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
780
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
781
-	tags uninstall uninstall-am uninstall-binPROGRAMS
769
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
770
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
771
+	ctags ctags-am distclean distclean-compile distclean-generic \
772
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
773
+	html-am info info-am install install-am install-binPROGRAMS \
774
+	install-data install-data-am install-dvi install-dvi-am \
775
+	install-exec install-exec-am install-html install-html-am \
776
+	install-info install-info-am install-man install-pdf \
777
+	install-pdf-am install-ps install-ps-am install-strip \
778
+	installcheck installcheck-am installcheck-binPROGRAMS \
779
+	installdirs maintainer-clean maintainer-clean-generic \
780
+	mostlyclean mostlyclean-compile mostlyclean-generic \
781
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
782
+	uninstall-am uninstall-binPROGRAMS
782 783
 
783 784
 
784 785
 # 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
 
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,9 +100,9 @@ host_triplet = @host@
56 56
 target_triplet = @target@
57 57
 @BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
58 58
 subdir = clamd
59
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
59
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
60 60
 	$(srcdir)/clamav-daemon.service.in \
61
-	$(srcdir)/clamav-daemon.socket.in
61
+	$(srcdir)/clamav-daemon.socket.in $(top_srcdir)/config/depcomp
62 62
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 63
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
64 64
 	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
... ...
@@ -162,6 +206,19 @@ clamd_LDADD = $(LDADD)
162 162
 AM_V_lt = $(am__v_lt_@AM_V@)
163 163
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
164 164
 am__v_lt_0 = --silent
165
+am__v_lt_1 = 
166
+AM_V_P = $(am__v_P_@AM_V@)
167
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
168
+am__v_P_0 = false
169
+am__v_P_1 = :
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     " $@;
173
+am__v_GEN_1 = 
174
+AM_V_at = $(am__v_at_@AM_V@)
175
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
176
+am__v_at_0 = @
177
+am__v_at_1 = 
165 178
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
166 179
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
167 180
 am__depfiles_maybe = depfiles
... ...
@@ -174,22 +231,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
174 174
 	$(AM_CFLAGS) $(CFLAGS)
175 175
 AM_V_CC = $(am__v_CC_@AM_V@)
176 176
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
177
-am__v_CC_0 = @echo "  CC    " $@;
178
-AM_V_at = $(am__v_at_@AM_V@)
179
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
180
-am__v_at_0 = @
177
+am__v_CC_0 = @echo "  CC      " $@;
178
+am__v_CC_1 = 
181 179
 CCLD = $(CC)
182 180
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
183 181
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
184 182
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
185 183
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
186 184
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
187
-am__v_CCLD_0 = @echo "  CCLD  " $@;
188
-AM_V_GEN = $(am__v_GEN_@AM_V@)
189
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
190
-am__v_GEN_0 = @echo "  GEN   " $@;
185
+am__v_CCLD_0 = @echo "  CCLD    " $@;
186
+am__v_CCLD_1 = 
191 187
 SOURCES = $(clamd_SOURCES)
192 188
 DIST_SOURCES = $(am__clamd_SOURCES_DIST)
189
+am__can_run_installinfo = \
190
+  case $$AM_UPDATE_INFO_DIR in \
191
+    n|no|NO) false;; \
192
+    *) (install-info --version) >/dev/null 2>&1;; \
193
+  esac
193 194
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
194 195
 am__vpath_adj = case $$p in \
195 196
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -218,6 +276,23 @@ am__uninstall_files_from_dir = { \
218 218
          $(am__cd) "$$dir" && rm -f $$files; }; \
219 219
   }
220 220
 DATA = $(systemdsystemunit_DATA)
221
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
222
+# Read a list of newline-separated strings from the standard input,
223
+# and print each of them once, without duplicates.  Input order is
224
+# *not* preserved.
225
+am__uniquify_input = $(AWK) '\
226
+  BEGIN { nonempty = 0; } \
227
+  { items[$$0] = 1; nonempty = 1; } \
228
+  END { if (nonempty) { for (i in items) print i; }; } \
229
+'
230
+# Make sure the list of sources is unique.  This is necessary because,
231
+# e.g., the same source file might be shared among _SOURCES variables
232
+# for different programs/libraries.
233
+am__define_uniq_tagged_files = \
234
+  list='$(am__tagged_files)'; \
235
+  unique=`for i in $$list; do \
236
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
237
+  done | $(am__uniquify_input)`
221 238
 ETAGS = etags
222 239
 CTAGS = ctags
223 240
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -512,14 +587,19 @@ clamav-daemon.socket: $(top_builddir)/config.status $(srcdir)/clamav-daemon.sock
512 512
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
513 513
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
514 514
 	@$(NORMAL_INSTALL)
515
-	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
516 515
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
516
+	if test -n "$$list"; then \
517
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
518
+	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
519
+	fi; \
517 520
 	for p in $$list; do echo "$$p $$p"; done | \
518 521
 	sed 's/$(EXEEXT)$$//' | \
519
-	while read p p1; do if test -f $$p || test -f $$p1; \
520
-	  then echo "$$p"; echo "$$p"; else :; fi; \
522
+	while read p p1; do if test -f $$p \
523
+	 || test -f $$p1 \
524
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
521 525
 	done | \
522
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
526
+	sed -e 'p;s,.*/,,;n;h' \
527
+	    -e 's|.*|.|' \
523 528
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
524 529
 	sed 'N;N;N;s,\n, ,g' | \
525 530
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -540,7 +620,8 @@ uninstall-sbinPROGRAMS:
540 540
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
541 541
 	files=`for p in $$list; do echo "$$p"; done | \
542 542
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
543
-	      -e 's/$$/$(EXEEXT)/' `; \
543
+	      -e 's/$$/$(EXEEXT)/' \
544
+	`; \
544 545
 	test -n "$$list" || exit 0; \
545 546
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
546 547
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -569,6 +650,7 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
569 569
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
570 570
 	  done; \
571 571
 	done; rm -f c$${pid}_.???; exit $$bad
572
+
572 573
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) 
573 574
 	@rm -f clamd$(EXEEXT)
574 575
 	$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
... ...
@@ -601,14 +683,14 @@ distclean-compile:
601 601
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
602 602
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
603 603
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
604
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
604
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
605 605
 
606 606
 .c.obj:
607 607
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
608 608
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
609 609
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
610 610
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
611
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
611
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
612 612
 
613 613
 .c.lo:
614 614
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -680,8 +762,11 @@ clean-libtool:
680 680
 	-rm -rf .libs _libs
681 681
 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
682 682
 	@$(NORMAL_INSTALL)
683
-	test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)"
684 683
 	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
684
+	if test -n "$$list"; then \
685
+	  echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
686
+	  $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
687
+	fi; \
685 688
 	for p in $$list; do \
686 689
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
687 690
 	  echo "$$d$$p"; \
... ...
@@ -697,26 +782,15 @@ uninstall-systemdsystemunitDATA:
697 697
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
698 698
 	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
699 699
 
700
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
701
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
702
-	unique=`for i in $$list; do \
703
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
704
-	  done | \
705
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
706
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
707
-	mkid -fID $$unique
708
-tags: TAGS
709
-
710
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
711
-		$(TAGS_FILES) $(LISP)
700
+ID: $(am__tagged_files)
701
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
702
+tags: tags-am
703
+TAGS: tags
704
+
705
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
712 706
 	set x; \
713 707
 	here=`pwd`; \
714
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
715
-	unique=`for i in $$list; do \
716
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
717
-	  done | \
718
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
719
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
708
+	$(am__define_uniq_tagged_files); \
720 709
 	shift; \
721 710
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
722 711
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -728,15 +802,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
728 728
 	      $$unique; \
729 729
 	  fi; \
730 730
 	fi
731
-ctags: CTAGS
732
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
733
-		$(TAGS_FILES) $(LISP)
734
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
735
-	unique=`for i in $$list; do \
736
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
737
-	  done | \
738
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
739
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
731
+ctags: ctags-am
732
+
733
+CTAGS: ctags
734
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
735
+	$(am__define_uniq_tagged_files); \
740 736
 	test -z "$(CTAGS_ARGS)$$unique" \
741 737
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
742 738
 	     $$unique
... ...
@@ -745,6 +815,21 @@ GTAGS:
745 745
 	here=`$(am__cd) $(top_builddir) && pwd` \
746 746
 	  && $(am__cd) $(top_srcdir) \
747 747
 	  && gtags -i $(GTAGS_ARGS) "$$here"
748
+cscopelist: cscopelist-am
749
+
750
+cscopelist-am: $(am__tagged_files)
751
+	list='$(am__tagged_files)'; \
752
+	case "$(srcdir)" in \
753
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
754
+	  *) sdir=$(subdir)/$(srcdir) ;; \
755
+	esac; \
756
+	for i in $$list; do \
757
+	  if test -f "$$i"; then \
758
+	    echo "$(subdir)/$$i"; \
759
+	  else \
760
+	    echo "$$sdir/$$i"; \
761
+	  fi; \
762
+	done >> $(top_builddir)/cscope.files
748 763
 
749 764
 distclean-tags:
750 765
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -890,20 +975,20 @@ uninstall-am: uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
890 890
 
891 891
 .MAKE: install-am install-strip
892 892
 
893
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
894
-	clean-libtool clean-sbinPROGRAMS ctags distclean \
895
-	distclean-compile distclean-generic distclean-libtool \
896
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
897
-	install install-am install-data install-data-am install-dvi \
898
-	install-dvi-am install-exec install-exec-am install-html \
899
-	install-html-am install-info install-info-am install-man \
900
-	install-pdf install-pdf-am install-ps install-ps-am \
901
-	install-sbinPROGRAMS install-strip \
893
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
894
+	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
895
+	distclean distclean-compile distclean-generic \
896
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
897
+	html-am info info-am install install-am install-data \
898
+	install-data-am install-dvi install-dvi-am install-exec \
899
+	install-exec-am install-html install-html-am install-info \
900
+	install-info-am install-man install-pdf install-pdf-am \
901
+	install-ps install-ps-am install-sbinPROGRAMS install-strip \
902 902
 	install-systemdsystemunitDATA installcheck installcheck-am \
903 903
 	installcheck-sbinPROGRAMS installdirs maintainer-clean \
904 904
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
905 905
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
906
-	tags uninstall uninstall-am uninstall-sbinPROGRAMS \
906
+	tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS \
907 907
 	uninstall-systemdsystemunitDATA
908 908
 
909 909
 
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -450,14 +526,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
450 450
 $(am__aclocal_m4_deps):
451 451
 install-binPROGRAMS: $(bin_PROGRAMS)
452 452
 	@$(NORMAL_INSTALL)
453
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
454 453
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
454
+	if test -n "$$list"; then \
455
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
456
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
457
+	fi; \
455 458
 	for p in $$list; do echo "$$p $$p"; done | \
456 459
 	sed 's/$(EXEEXT)$$//' | \
457
-	while read p p1; do if test -f $$p || test -f $$p1; \
458
-	  then echo "$$p"; echo "$$p"; else :; fi; \
460
+	while read p p1; do if test -f $$p \
461
+	 || test -f $$p1 \
462
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
459 463
 	done | \
460
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
464
+	sed -e 'p;s,.*/,,;n;h' \
465
+	    -e 's|.*|.|' \
461 466
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
462 467
 	sed 'N;N;N;s,\n, ,g' | \
463 468
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -478,7 +559,8 @@ uninstall-binPROGRAMS:
478 478
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
479 479
 	files=`for p in $$list; do echo "$$p"; done | \
480 480
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
481
-	      -e 's/$$/$(EXEEXT)/' `; \
481
+	      -e 's/$$/$(EXEEXT)/' \
482
+	`; \
482 483
 	test -n "$$list" || exit 0; \
483 484
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
484 485
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -507,6 +589,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
507 507
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
508 508
 	  done; \
509 509
 	done; rm -f c$${pid}_.???; exit $$bad
510
+
510 511
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) 
511 512
 	@rm -f clamdscan$(EXEEXT)
512 513
 	$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
... ...
@@ -532,14 +615,14 @@ distclean-compile:
532 532
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
533 533
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
534 534
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
535
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
535
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
536 536
 
537 537
 .c.obj:
538 538
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
539 539
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
540 540
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
541 541
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
542
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
542
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
543 543
 
544 544
 .c.lo:
545 545
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -638,26 +721,15 @@ mostlyclean-libtool:
638 638
 clean-libtool:
639 639
 	-rm -rf .libs _libs
640 640
 
641
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
642
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
643
-	unique=`for i in $$list; do \
644
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
645
-	  done | \
646
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
647
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
648
-	mkid -fID $$unique
649
-tags: TAGS
650
-
651
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
652
-		$(TAGS_FILES) $(LISP)
641
+ID: $(am__tagged_files)
642
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
643
+tags: tags-am
644
+TAGS: tags
645
+
646
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
653 647
 	set x; \
654 648
 	here=`pwd`; \
655
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
656
-	unique=`for i in $$list; do \
657
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658
-	  done | \
659
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
660
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
649
+	$(am__define_uniq_tagged_files); \
661 650
 	shift; \
662 651
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
663 652
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -669,15 +741,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
669 669
 	      $$unique; \
670 670
 	  fi; \
671 671
 	fi
672
-ctags: CTAGS
673
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
674
-		$(TAGS_FILES) $(LISP)
675
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
676
-	unique=`for i in $$list; do \
677
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
678
-	  done | \
679
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
680
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
672
+ctags: ctags-am
673
+
674
+CTAGS: ctags
675
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
676
+	$(am__define_uniq_tagged_files); \
681 677
 	test -z "$(CTAGS_ARGS)$$unique" \
682 678
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
683 679
 	     $$unique
... ...
@@ -686,6 +754,21 @@ GTAGS:
686 686
 	here=`$(am__cd) $(top_builddir) && pwd` \
687 687
 	  && $(am__cd) $(top_srcdir) \
688 688
 	  && gtags -i $(GTAGS_ARGS) "$$here"
689
+cscopelist: cscopelist-am
690
+
691
+cscopelist-am: $(am__tagged_files)
692
+	list='$(am__tagged_files)'; \
693
+	case "$(srcdir)" in \
694
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
695
+	  *) sdir=$(subdir)/$(srcdir) ;; \
696
+	esac; \
697
+	for i in $$list; do \
698
+	  if test -f "$$i"; then \
699
+	    echo "$(subdir)/$$i"; \
700
+	  else \
701
+	    echo "$$sdir/$$i"; \
702
+	  fi; \
703
+	done >> $(top_builddir)/cscope.files
689 704
 
690 705
 distclean-tags:
691 706
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -830,19 +913,20 @@ uninstall-am: uninstall-binPROGRAMS
830 830
 
831 831
 .MAKE: install-am install-strip
832 832
 
833
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
834
-	clean-generic clean-libtool ctags distclean distclean-compile \
835
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
836
-	dvi-am html html-am info info-am install install-am \
837
-	install-binPROGRAMS 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-strip installcheck installcheck-am \
842
-	installcheck-binPROGRAMS installdirs maintainer-clean \
843
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
844
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
845
-	tags uninstall uninstall-am uninstall-binPROGRAMS
833
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
834
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
835
+	ctags ctags-am 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-binPROGRAMS \
838
+	install-data install-data-am install-dvi install-dvi-am \
839
+	install-exec install-exec-am install-html install-html-am \
840
+	install-info install-info-am install-man install-pdf \
841
+	install-pdf-am install-ps install-ps-am install-strip \
842
+	installcheck installcheck-am installcheck-binPROGRAMS \
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-binPROGRAMS
846 847
 
847 848
 
848 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.
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -447,14 +523,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
447 447
 $(am__aclocal_m4_deps):
448 448
 install-binPROGRAMS: $(bin_PROGRAMS)
449 449
 	@$(NORMAL_INSTALL)
450
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
451 450
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
451
+	if test -n "$$list"; then \
452
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
453
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
454
+	fi; \
452 455
 	for p in $$list; do echo "$$p $$p"; done | \
453 456
 	sed 's/$(EXEEXT)$$//' | \
454
-	while read p p1; do if test -f $$p || test -f $$p1; \
455
-	  then echo "$$p"; echo "$$p"; else :; fi; \
457
+	while read p p1; do if test -f $$p \
458
+	 || test -f $$p1 \
459
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
456 460
 	done | \
457
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
461
+	sed -e 'p;s,.*/,,;n;h' \
462
+	    -e 's|.*|.|' \
458 463
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
459 464
 	sed 'N;N;N;s,\n, ,g' | \
460 465
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -475,7 +556,8 @@ uninstall-binPROGRAMS:
475 475
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
476 476
 	files=`for p in $$list; do echo "$$p"; done | \
477 477
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
478
-	      -e 's/$$/$(EXEEXT)/' `; \
478
+	      -e 's/$$/$(EXEEXT)/' \
479
+	`; \
479 480
 	test -n "$$list" || exit 0; \
480 481
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
481 482
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -504,6 +586,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
504 504
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
505 505
 	  done; \
506 506
 	done; rm -f c$${pid}_.???; exit $$bad
507
+
507 508
 clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) 
508 509
 	@rm -f clamdtop$(EXEEXT)
509 510
 	$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS)
... ...
@@ -524,14 +607,14 @@ distclean-compile:
524 524
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525 525
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526 526
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
527
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
528 528
 
529 529
 .c.obj:
530 530
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
531 531
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
532 532
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
533 533
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
534
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
534
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
535 535
 
536 536
 .c.lo:
537 537
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -589,11 +672,18 @@ clean-libtool:
589 589
 	-rm -rf .libs _libs
590 590
 install-man1: $(man_MANS)
591 591
 	@$(NORMAL_INSTALL)
592
-	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
593
-	@list=''; test -n "$(man1dir)" || exit 0; \
594
-	{ for i in $$list; do echo "$$i"; done; \
595
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
596
-	  sed -n '/\.1[a-z]*$$/p'; \
592
+	@list1=''; \
593
+	list2='$(man_MANS)'; \
594
+	test -n "$(man1dir)" \
595
+	  && test -n "`echo $$list1$$list2`" \
596
+	  || exit 0; \
597
+	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
598
+	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
599
+	{ for i in $$list1; do echo "$$i"; done;  \
600
+	if test -n "$$list2"; then \
601
+	  for i in $$list2; do echo "$$i"; done \
602
+	    | sed -n '/\.1[a-z]*$$/p'; \
603
+	fi; \
597 604
 	} | while read p; do \
598 605
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
599 606
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -624,26 +714,15 @@ uninstall-man1:
624 624
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
625 625
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
626 626
 
627
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
628
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
629
-	unique=`for i in $$list; do \
630
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631
-	  done | \
632
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
633
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
634
-	mkid -fID $$unique
635
-tags: TAGS
636
-
637
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
638
-		$(TAGS_FILES) $(LISP)
627
+ID: $(am__tagged_files)
628
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
629
+tags: tags-am
630
+TAGS: tags
631
+
632
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639 633
 	set x; \
640 634
 	here=`pwd`; \
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; }; }'`; \
635
+	$(am__define_uniq_tagged_files); \
647 636
 	shift; \
648 637
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
649 638
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -655,15 +734,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655 655
 	      $$unique; \
656 656
 	  fi; \
657 657
 	fi
658
-ctags: CTAGS
659
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
660
-		$(TAGS_FILES) $(LISP)
661
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
662
-	unique=`for i in $$list; do \
663
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
664
-	  done | \
665
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
666
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
658
+ctags: ctags-am
659
+
660
+CTAGS: ctags
661
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
662
+	$(am__define_uniq_tagged_files); \
667 663
 	test -z "$(CTAGS_ARGS)$$unique" \
668 664
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
669 665
 	     $$unique
... ...
@@ -672,24 +747,26 @@ GTAGS:
672 672
 	here=`$(am__cd) $(top_builddir) && pwd` \
673 673
 	  && $(am__cd) $(top_srcdir) \
674 674
 	  && gtags -i $(GTAGS_ARGS) "$$here"
675
+cscopelist: cscopelist-am
676
+
677
+cscopelist-am: $(am__tagged_files)
678
+	list='$(am__tagged_files)'; \
679
+	case "$(srcdir)" in \
680
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
681
+	  *) sdir=$(subdir)/$(srcdir) ;; \
682
+	esac; \
683
+	for i in $$list; do \
684
+	  if test -f "$$i"; then \
685
+	    echo "$(subdir)/$$i"; \
686
+	  else \
687
+	    echo "$$sdir/$$i"; \
688
+	  fi; \
689
+	done >> $(top_builddir)/cscope.files
675 690
 
676 691
 distclean-tags:
677 692
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
678 693
 
679 694
 distdir: $(DISTFILES)
680
-	@list='$(MANS)'; if test -n "$$list"; then \
681
-	  list=`for p in $$list; do \
682
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
683
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
684
-	  if test -n "$$list" && \
685
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
686
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
687
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
688
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
689
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
690
-	    exit 1; \
691
-	  else :; fi; \
692
-	else :; fi
693 695
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
694 696
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
695 697
 	list='$(DISTFILES)'; \
... ...
@@ -830,19 +907,20 @@ uninstall-man: uninstall-man1
830 830
 
831 831
 .MAKE: install-am install-strip
832 832
 
833
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
834
-	clean-generic clean-libtool ctags distclean distclean-compile \
835
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
836
-	dvi-am html html-am info info-am install install-am \
837
-	install-binPROGRAMS 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-man1 install-pdf install-pdf-am install-ps \
841
-	install-ps-am install-strip installcheck installcheck-am \
833
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
834
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
835
+	ctags ctags-am 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-binPROGRAMS \
838
+	install-data install-data-am install-dvi install-dvi-am \
839
+	install-exec install-exec-am install-html install-html-am \
840
+	install-info install-info-am install-man install-man1 \
841
+	install-pdf install-pdf-am install-ps install-ps-am \
842
+	install-strip installcheck installcheck-am \
842 843
 	installcheck-binPROGRAMS installdirs maintainer-clean \
843 844
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
844 845
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
845
-	tags uninstall uninstall-am uninstall-binPROGRAMS \
846
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
846 847
 	uninstall-man uninstall-man1
847 848
 
848 849
 
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -437,14 +513,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
437 437
 $(am__aclocal_m4_deps):
438 438
 install-binPROGRAMS: $(bin_PROGRAMS)
439 439
 	@$(NORMAL_INSTALL)
440
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
441 440
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
441
+	if test -n "$$list"; then \
442
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
443
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
444
+	fi; \
442 445
 	for p in $$list; do echo "$$p $$p"; done | \
443 446
 	sed 's/$(EXEEXT)$$//' | \
444
-	while read p p1; do if test -f $$p || test -f $$p1; \
445
-	  then echo "$$p"; echo "$$p"; else :; fi; \
447
+	while read p p1; do if test -f $$p \
448
+	 || test -f $$p1 \
449
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
446 450
 	done | \
447
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
451
+	sed -e 'p;s,.*/,,;n;h' \
452
+	    -e 's|.*|.|' \
448 453
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
449 454
 	sed 'N;N;N;s,\n, ,g' | \
450 455
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -465,7 +546,8 @@ uninstall-binPROGRAMS:
465 465
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
466 466
 	files=`for p in $$list; do echo "$$p"; done | \
467 467
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
468
-	      -e 's/$$/$(EXEEXT)/' `; \
468
+	      -e 's/$$/$(EXEEXT)/' \
469
+	`; \
469 470
 	test -n "$$list" || exit 0; \
470 471
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
471 472
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -494,6 +576,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
494 494
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
495 495
 	  done; \
496 496
 	done; rm -f c$${pid}_.???; exit $$bad
497
+
497 498
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) 
498 499
 	@rm -f clamscan$(EXEEXT)
499 500
 	$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
... ...
@@ -517,14 +600,14 @@ distclean-compile:
517 517
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
518 518
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
519 519
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
520
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
520
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
521 521
 
522 522
 .c.obj:
523 523
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
524 524
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
525 525
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
526 526
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
527
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
527
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
528 528
 
529 529
 .c.lo:
530 530
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -609,26 +692,15 @@ mostlyclean-libtool:
609 609
 clean-libtool:
610 610
 	-rm -rf .libs _libs
611 611
 
612
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
613
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
614
-	unique=`for i in $$list; do \
615
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
616
-	  done | \
617
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
618
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
619
-	mkid -fID $$unique
620
-tags: TAGS
621
-
622
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623
-		$(TAGS_FILES) $(LISP)
612
+ID: $(am__tagged_files)
613
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
614
+tags: tags-am
615
+TAGS: tags
616
+
617
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
624 618
 	set x; \
625 619
 	here=`pwd`; \
626
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
627
-	unique=`for i in $$list; do \
628
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
629
-	  done | \
630
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
631
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
620
+	$(am__define_uniq_tagged_files); \
632 621
 	shift; \
633 622
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
634 623
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -640,15 +712,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
640 640
 	      $$unique; \
641 641
 	  fi; \
642 642
 	fi
643
-ctags: CTAGS
644
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
645
-		$(TAGS_FILES) $(LISP)
646
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
647
-	unique=`for i in $$list; do \
648
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
649
-	  done | \
650
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
651
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
643
+ctags: ctags-am
644
+
645
+CTAGS: ctags
646
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
647
+	$(am__define_uniq_tagged_files); \
652 648
 	test -z "$(CTAGS_ARGS)$$unique" \
653 649
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
654 650
 	     $$unique
... ...
@@ -657,6 +725,21 @@ GTAGS:
657 657
 	here=`$(am__cd) $(top_builddir) && pwd` \
658 658
 	  && $(am__cd) $(top_srcdir) \
659 659
 	  && gtags -i $(GTAGS_ARGS) "$$here"
660
+cscopelist: cscopelist-am
661
+
662
+cscopelist-am: $(am__tagged_files)
663
+	list='$(am__tagged_files)'; \
664
+	case "$(srcdir)" in \
665
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
666
+	  *) sdir=$(subdir)/$(srcdir) ;; \
667
+	esac; \
668
+	for i in $$list; do \
669
+	  if test -f "$$i"; then \
670
+	    echo "$(subdir)/$$i"; \
671
+	  else \
672
+	    echo "$$sdir/$$i"; \
673
+	  fi; \
674
+	done >> $(top_builddir)/cscope.files
660 675
 
661 676
 distclean-tags:
662 677
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -801,19 +884,20 @@ uninstall-am: uninstall-binPROGRAMS
801 801
 
802 802
 .MAKE: install-am install-strip
803 803
 
804
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
805
-	clean-generic clean-libtool ctags distclean distclean-compile \
806
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
807
-	dvi-am html html-am info info-am install install-am \
808
-	install-binPROGRAMS install-data install-data-am install-dvi \
809
-	install-dvi-am install-exec install-exec-am install-html \
810
-	install-html-am install-info install-info-am install-man \
811
-	install-pdf install-pdf-am install-ps install-ps-am \
812
-	install-strip installcheck installcheck-am \
813
-	installcheck-binPROGRAMS installdirs maintainer-clean \
814
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
815
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
816
-	tags uninstall uninstall-am uninstall-binPROGRAMS
804
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
805
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
806
+	ctags ctags-am distclean distclean-compile distclean-generic \
807
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
808
+	html-am info info-am install install-am install-binPROGRAMS \
809
+	install-data install-data-am install-dvi install-dvi-am \
810
+	install-exec install-exec-am install-html install-html-am \
811
+	install-info install-info-am install-man install-pdf \
812
+	install-pdf-am install-ps install-ps-am install-strip \
813
+	installcheck installcheck-am installcheck-binPROGRAMS \
814
+	installdirs maintainer-clean maintainer-clean-generic \
815
+	mostlyclean mostlyclean-compile mostlyclean-generic \
816
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
817
+	uninstall-am uninstall-binPROGRAMS
817 818
 
818 819
 
819 820
 # 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/ax_check_uname_syscall.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)
... ...
@@ -431,14 +507,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
431 431
 $(am__aclocal_m4_deps):
432 432
 install-binPROGRAMS: $(bin_PROGRAMS)
433 433
 	@$(NORMAL_INSTALL)
434
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
435 434
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
435
+	if test -n "$$list"; then \
436
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
437
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
438
+	fi; \
436 439
 	for p in $$list; do echo "$$p $$p"; done | \
437 440
 	sed 's/$(EXEEXT)$$//' | \
438
-	while read p p1; do if test -f $$p || test -f $$p1; \
439
-	  then echo "$$p"; echo "$$p"; else :; fi; \
441
+	while read p p1; do if test -f $$p \
442
+	 || test -f $$p1 \
443
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
440 444
 	done | \
441
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
445
+	sed -e 'p;s,.*/,,;n;h' \
446
+	    -e 's|.*|.|' \
442 447
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
443 448
 	sed 'N;N;N;s,\n, ,g' | \
444 449
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -459,7 +540,8 @@ uninstall-binPROGRAMS:
459 459
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
460 460
 	files=`for p in $$list; do echo "$$p"; done | \
461 461
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
462
-	      -e 's/$$/$(EXEEXT)/' `; \
462
+	      -e 's/$$/$(EXEEXT)/' \
463
+	`; \
463 464
 	test -n "$$list" || exit 0; \
464 465
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
465 466
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -488,6 +570,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
488 488
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
489 489
 	  done; \
490 490
 	done; rm -f c$${pid}_.???; exit $$bad
491
+
491 492
 clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) 
492 493
 	@rm -f clamsubmit$(EXEEXT)
493 494
 	$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS)
... ...
@@ -509,14 +592,14 @@ distclean-compile:
509 509
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
510 510
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
511 511
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
512
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
512
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
513 513
 
514 514
 .c.obj:
515 515
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
516 516
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
517 517
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
518 518
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
519
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
519
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
520 520
 
521 521
 .c.lo:
522 522
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -587,26 +670,15 @@ mostlyclean-libtool:
587 587
 clean-libtool:
588 588
 	-rm -rf .libs _libs
589 589
 
590
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
591
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
592
-	unique=`for i in $$list; do \
593
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
594
-	  done | \
595
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
596
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
597
-	mkid -fID $$unique
598
-tags: TAGS
599
-
600
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
601
-		$(TAGS_FILES) $(LISP)
590
+ID: $(am__tagged_files)
591
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
592
+tags: tags-am
593
+TAGS: tags
594
+
595
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
602 596
 	set x; \
603 597
 	here=`pwd`; \
604
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
605
-	unique=`for i in $$list; do \
606
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
607
-	  done | \
608
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
609
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
598
+	$(am__define_uniq_tagged_files); \
610 599
 	shift; \
611 600
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
612 601
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -618,15 +690,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
618 618
 	      $$unique; \
619 619
 	  fi; \
620 620
 	fi
621
-ctags: CTAGS
622
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
623
-		$(TAGS_FILES) $(LISP)
624
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
625
-	unique=`for i in $$list; do \
626
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
627
-	  done | \
628
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
629
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
621
+ctags: ctags-am
622
+
623
+CTAGS: ctags
624
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
625
+	$(am__define_uniq_tagged_files); \
630 626
 	test -z "$(CTAGS_ARGS)$$unique" \
631 627
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
632 628
 	     $$unique
... ...
@@ -635,6 +703,21 @@ GTAGS:
635 635
 	here=`$(am__cd) $(top_builddir) && pwd` \
636 636
 	  && $(am__cd) $(top_srcdir) \
637 637
 	  && gtags -i $(GTAGS_ARGS) "$$here"
638
+cscopelist: cscopelist-am
639
+
640
+cscopelist-am: $(am__tagged_files)
641
+	list='$(am__tagged_files)'; \
642
+	case "$(srcdir)" in \
643
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
644
+	  *) sdir=$(subdir)/$(srcdir) ;; \
645
+	esac; \
646
+	for i in $$list; do \
647
+	  if test -f "$$i"; then \
648
+	    echo "$(subdir)/$$i"; \
649
+	  else \
650
+	    echo "$$sdir/$$i"; \
651
+	  fi; \
652
+	done >> $(top_builddir)/cscope.files
638 653
 
639 654
 distclean-tags:
640 655
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -779,19 +862,20 @@ uninstall-am: uninstall-binPROGRAMS
779 779
 
780 780
 .MAKE: install-am install-strip
781 781
 
782
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
783
-	clean-generic clean-libtool ctags distclean distclean-compile \
784
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
785
-	dvi-am html html-am info info-am install install-am \
786
-	install-binPROGRAMS install-data install-data-am install-dvi \
787
-	install-dvi-am install-exec install-exec-am install-html \
788
-	install-html-am install-info install-info-am install-man \
789
-	install-pdf install-pdf-am install-ps install-ps-am \
790
-	install-strip installcheck installcheck-am \
791
-	installcheck-binPROGRAMS installdirs maintainer-clean \
792
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
793
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
794
-	tags uninstall uninstall-am uninstall-binPROGRAMS
782
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
783
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
784
+	ctags ctags-am distclean distclean-compile distclean-generic \
785
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
786
+	html-am info info-am install install-am install-binPROGRAMS \
787
+	install-data install-data-am install-dvi install-dvi-am \
788
+	install-exec install-exec-am install-html install-html-am \
789
+	install-info install-info-am install-man install-pdf \
790
+	install-pdf-am install-ps install-ps-am install-strip \
791
+	installcheck installcheck-am installcheck-binPROGRAMS \
792
+	installdirs maintainer-clean maintainer-clean-generic \
793
+	mostlyclean mostlyclean-compile mostlyclean-generic \
794
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
795
+	uninstall-am uninstall-binPROGRAMS
795 796
 
796 797
 
797 798
 # 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'"
... ...
@@ -1402,8 +1422,6 @@ target=$target_alias
1402 1402
 if test "x$host_alias" != x; then
1403 1403
   if test "x$build_alias" = x; then
1404 1404
     cross_compiling=maybe
1405
-    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1406
-    If a cross compiler is detected then cross compile mode will be used" >&2
1407 1405
   elif test "x$build_alias" != "x$host_alias"; then
1408 1406
     cross_compiling=yes
1409 1407
   fi
... ...
@@ -1568,10 +1586,12 @@ Optional Features:
1568 1568
   --disable-option-checking  ignore unrecognized --enable/--with options
1569 1569
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1570 1570
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1571
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1572
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1573
-  --disable-dependency-tracking  speeds up one-time build
1574
-  --enable-dependency-tracking   do not reject slow dependency extractors
1571
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1572
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1573
+  --enable-dependency-tracking
1574
+                          do not reject slow dependency extractors
1575
+  --disable-dependency-tracking
1576
+                          speeds up one-time build
1575 1577
   --enable-static[=PKGS]  build static libraries [default=no]
1576 1578
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1577 1579
   --enable-fast-install[=PKGS]
... ...
@@ -1767,9 +1787,9 @@ test -n "$ac_init_help" && exit $ac_status
1767 1767
 if $ac_init_version; then
1768 1768
   cat <<\_ACEOF
1769 1769
 ClamAV configure devel
1770
-generated by GNU Autoconf 2.68
1770
+generated by GNU Autoconf 2.69
1771 1771
 
1772
-Copyright (C) 2010 Free Software Foundation, Inc.
1772
+Copyright (C) 2012 Free Software Foundation, Inc.
1773 1773
 This configure script is free software; the Free Software Foundation
1774 1774
 gives unlimited permission to copy, distribute and modify it.
1775 1775
 _ACEOF
... ...
@@ -2046,7 +2066,7 @@ $as_echo "$ac_try_echo"; } >&5
2046 2046
 	 test ! -s conftest.err
2047 2047
        } && test -s conftest$ac_exeext && {
2048 2048
 	 test "$cross_compiling" = yes ||
2049
-	 $as_test_x conftest$ac_exeext
2049
+	 test -x conftest$ac_exeext
2050 2050
        }; then :
2051 2051
   ac_retval=0
2052 2052
 else
... ...
@@ -2236,7 +2256,7 @@ This file contains any messages produced by compilers while
2236 2236
 running configure, to aid debugging if configure makes a mistake.
2237 2237
 
2238 2238
 It was created by ClamAV $as_me devel, which was
2239
-generated by GNU Autoconf 2.68.  Invocation command line was
2239
+generated by GNU Autoconf 2.69.  Invocation command line was
2240 2240
 
2241 2241
   $ $0 $@
2242 2242
 
... ...
@@ -2918,7 +2938,7 @@ done
2918 2918
 
2919 2919
 
2920 2920
 
2921
-am__api_version='1.11'
2921
+am__api_version='1.14'
2922 2922
 
2923 2923
 # Find a good install program.  We prefer a C program (faster),
2924 2924
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2957,7 +2977,7 @@ case $as_dir/ in #((
2957 2957
     # by default.
2958 2958
     for ac_prog in ginstall scoinst install; do
2959 2959
       for ac_exec_ext in '' $ac_executable_extensions; do
2960
-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2960
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2961 2961
 	  if test $ac_prog = install &&
2962 2962
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2963 2963
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -3015,9 +3035,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3015 3015
 
3016 3016
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3017 3017
 $as_echo_n "checking whether build environment is sane... " >&6; }
3018
-# Just in case
3019
-sleep 1
3020
-echo timestamp > conftest.file
3021 3018
 # Reject unsafe characters in $srcdir or the absolute working directory
3022 3019
 # name.  Accept space and tab only in the latter.
3023 3020
 am_lf='
... ...
@@ -3028,32 +3045,40 @@ case `pwd` in
3028 3028
 esac
3029 3029
 case $srcdir in
3030 3030
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3031
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3031
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3032 3032
 esac
3033 3033
 
3034
-# Do `set' in a subshell so we don't clobber the current shell's
3034
+# Do 'set' in a subshell so we don't clobber the current shell's
3035 3035
 # arguments.  Must try -L first in case configure is actually a
3036 3036
 # symlink; some systems play weird games with the mod time of symlinks
3037 3037
 # (eg FreeBSD returns the mod time of the symlink's containing
3038 3038
 # directory).
3039 3039
 if (
3040
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3041
-   if test "$*" = "X"; then
3042
-      # -L didn't work.
3043
-      set X `ls -t "$srcdir/configure" conftest.file`
3044
-   fi
3045
-   rm -f conftest.file
3046
-   if test "$*" != "X $srcdir/configure conftest.file" \
3047
-      && test "$*" != "X conftest.file $srcdir/configure"; then
3048
-
3049
-      # If neither matched, then we have a broken ls.  This can happen
3050
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
3051
-      # broken ls alias from the environment.  This has actually
3052
-      # happened.  Such a system could not be considered "sane".
3053
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3054
-alias in your environment" "$LINENO" 5
3055
-   fi
3056
-
3040
+   am_has_slept=no
3041
+   for am_try in 1 2; do
3042
+     echo "timestamp, slept: $am_has_slept" > conftest.file
3043
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3044
+     if test "$*" = "X"; then
3045
+	# -L didn't work.
3046
+	set X `ls -t "$srcdir/configure" conftest.file`
3047
+     fi
3048
+     if test "$*" != "X $srcdir/configure conftest.file" \
3049
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
3050
+
3051
+	# If neither matched, then we have a broken ls.  This can happen
3052
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
3053
+	# broken ls alias from the environment.  This has actually
3054
+	# happened.  Such a system could not be considered "sane".
3055
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3056
+  alias in your environment" "$LINENO" 5
3057
+     fi
3058
+     if test "$2" = conftest.file || test $am_try -eq 2; then
3059
+       break
3060
+     fi
3061
+     # Just in case.
3062
+     sleep 1
3063
+     am_has_slept=yes
3064
+   done
3057 3065
    test "$2" = conftest.file
3058 3066
    )
3059 3067
 then
... ...
@@ -3065,6 +3090,16 @@ Check your system clock" "$LINENO" 5
3065 3065
 fi
3066 3066
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3067 3067
 $as_echo "yes" >&6; }
3068
+# If we didn't sleep, we still need to ensure time stamps of config.status and
3069
+# generated files are strictly newer.
3070
+am_sleep_pid=
3071
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3072
+  ( sleep 1 ) &
3073
+  am_sleep_pid=$!
3074
+fi
3075
+
3076
+rm -f conftest.file
3077
+
3068 3078
 test "$program_prefix" != NONE &&
3069 3079
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3070 3080
 # Use a double $ so make ignores it.
... ...
@@ -3087,12 +3122,12 @@ if test x"${MISSING+set}" != xset; then
3087 3087
   esac
3088 3088
 fi
3089 3089
 # Use eval to expand $SHELL
3090
-if eval "$MISSING --run true"; then
3091
-  am_missing_run="$MISSING --run "
3090
+if eval "$MISSING --is-lightweight"; then
3091
+  am_missing_run="$MISSING "
3092 3092
 else
3093 3093
   am_missing_run=
3094
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3095
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3094
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3095
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3096 3096
 fi
3097 3097
 
3098 3098
 if test x"${install_sh}" != xset; then
... ...
@@ -3104,10 +3139,10 @@ if test x"${install_sh}" != xset; then
3104 3104
   esac
3105 3105
 fi
3106 3106
 
3107
-# Installed binaries are usually stripped using `strip' when the user
3108
-# run `make install-strip'.  However `strip' might not be the right
3107
+# Installed binaries are usually stripped using 'strip' when the user
3108
+# run "make install-strip".  However 'strip' might not be the right
3109 3109
 # tool to use in cross-compilation environments, therefore Automake
3110
-# will honor the `STRIP' environment variable to overrule this program.
3110
+# will honor the 'STRIP' environment variable to overrule this program.
3111 3111
 if test "$cross_compiling" != no; then
3112 3112
   if test -n "$ac_tool_prefix"; then
3113 3113
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3126,7 +3161,7 @@ do
3126 3126
   IFS=$as_save_IFS
3127 3127
   test -z "$as_dir" && as_dir=.
3128 3128
     for ac_exec_ext in '' $ac_executable_extensions; do
3129
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3129
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3130 3130
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3131 3131
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3132 3132
     break 2
... ...
@@ -3166,7 +3201,7 @@ do
3166 3166
   IFS=$as_save_IFS
3167 3167
   test -z "$as_dir" && as_dir=.
3168 3168
     for ac_exec_ext in '' $ac_executable_extensions; do
3169
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3169
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3170 3170
     ac_cv_prog_ac_ct_STRIP="strip"
3171 3171
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3172 3172
     break 2
... ...
@@ -3217,7 +3252,7 @@ do
3217 3217
   test -z "$as_dir" && as_dir=.
3218 3218
     for ac_prog in mkdir gmkdir; do
3219 3219
 	 for ac_exec_ext in '' $ac_executable_extensions; do
3220
-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3220
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3221 3221
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3222 3222
 	     'mkdir (GNU coreutils) '* | \
3223 3223
 	     'mkdir (coreutils) '* | \
... ...
@@ -3246,12 +3281,6 @@ fi
3246 3246
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3247 3247
 $as_echo "$MKDIR_P" >&6; }
3248 3248
 
3249
-mkdir_p="$MKDIR_P"
3250
-case $mkdir_p in
3251
-  [\\/$]* | ?:[\\/]*) ;;
3252
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3253
-esac
3254
-
3255 3249
 for ac_prog in gawk mawk nawk awk
3256 3250
 do
3257 3251
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3270,7 +3299,7 @@ do
3270 3270
   IFS=$as_save_IFS
3271 3271
   test -z "$as_dir" && as_dir=.
3272 3272
     for ac_exec_ext in '' $ac_executable_extensions; do
3273
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3273
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3274 3274
     ac_cv_prog_AWK="$ac_prog"
3275 3275
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3276 3276
     break 2
... ...
@@ -3334,6 +3363,45 @@ else
3334 3334
 fi
3335 3335
 rmdir .tst 2>/dev/null
3336 3336
 
3337
+# Check whether --enable-silent-rules was given.
3338
+if test "${enable_silent_rules+set}" = set; then :
3339
+  enableval=$enable_silent_rules;
3340
+fi
3341
+
3342
+case $enable_silent_rules in # (((
3343
+  yes) AM_DEFAULT_VERBOSITY=0;;
3344
+   no) AM_DEFAULT_VERBOSITY=1;;
3345
+    *) AM_DEFAULT_VERBOSITY=1;;
3346
+esac
3347
+am_make=${MAKE-make}
3348
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3349
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3350
+if ${am_cv_make_support_nested_variables+:} false; then :
3351
+  $as_echo_n "(cached) " >&6
3352
+else
3353
+  if $as_echo 'TRUE=$(BAR$(V))
3354
+BAR0=false
3355
+BAR1=true
3356
+V=1
3357
+am__doit:
3358
+	@$(TRUE)
3359
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3360
+  am_cv_make_support_nested_variables=yes
3361
+else
3362
+  am_cv_make_support_nested_variables=no
3363
+fi
3364
+fi
3365
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3366
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
3367
+if test $am_cv_make_support_nested_variables = yes; then
3368
+    AM_V='$(V)'
3369
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3370
+else
3371
+  AM_V=$AM_DEFAULT_VERBOSITY
3372
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3373
+fi
3374
+AM_BACKSLASH='\'
3375
+
3337 3376
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3338 3377
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3339 3378
   # is not polluted with repeated "-I."
... ...
@@ -3375,6 +3443,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3375 3375
 
3376 3376
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3377 3377
 
3378
+# For better backward compatibility.  To be removed once Automake 1.9.x
3379
+# dies out for good.  For more background, see:
3380
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3381
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3382
+mkdir_p='$(MKDIR_P)'
3383
+
3378 3384
 # We need awk for the "check" target.  The system "awk" is bad on
3379 3385
 # some platforms.
3380 3386
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3382,101 +3456,182 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3382 3382
 AMTAR='$${TAR-tar}'
3383 3383
 
3384 3384
 
3385
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3386
-$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3387
-# Loop over all known methods to create a tar archive until one works.
3385
+# We'll loop over all known methods to create a tar archive until one works.
3388 3386
 _am_tools='gnutar plaintar pax cpio none'
3389
-_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3390
-# Do not fold the above two line into one, because Tru64 sh and
3391
-# Solaris sh will not grok spaces in the rhs of `-'.
3392
-for _am_tool in $_am_tools
3393
-do
3394
-  case $_am_tool in
3395
-  gnutar)
3396
-    for _am_tar in tar gnutar gtar;
3397
-    do
3398
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3387
+
3388
+# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3389
+      # There is notably a 21 bits limit for the UID and the GID.  In fact,
3390
+      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3391
+      # and bug#13588).
3392
+      am_max_uid=2097151 # 2^21 - 1
3393
+      am_max_gid=$am_max_uid
3394
+      # The $UID and $GID variables are not portable, so we need to resort
3395
+      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
3396
+      # below are definitely unexpected, so allow the users to see them
3397
+      # (that is, avoid stderr redirection).
3398
+      am_uid=`id -u || echo unknown`
3399
+      am_gid=`id -g || echo unknown`
3400
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3401
+$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3402
+      if test $am_uid -le $am_max_uid; then
3403
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3404
+$as_echo "yes" >&6; }
3405
+      else
3406
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3407
+$as_echo "no" >&6; }
3408
+         _am_tools=none
3409
+      fi
3410
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3411
+$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3412
+      if test $am_gid -le $am_max_gid; then
3413
+         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3414
+$as_echo "yes" >&6; }
3415
+      else
3416
+        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3417
+$as_echo "no" >&6; }
3418
+        _am_tools=none
3419
+      fi
3420
+
3421
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3422
+$as_echo_n "checking how to create a ustar tar archive... " >&6; }
3423
+
3424
+  # Go ahead even if we have the value already cached.  We do so because we
3425
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
3426
+  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3427
+
3428
+  for _am_tool in $_am_tools; do
3429
+    case $_am_tool in
3430
+    gnutar)
3431
+      for _am_tar in tar gnutar gtar; do
3432
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3399 3433
    ($_am_tar --version) >&5 2>&5
3400 3434
    ac_status=$?
3401 3435
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402 3436
    (exit $ac_status); } && break
3403
-    done
3404
-    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3405
-    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3406
-    am__untar="$_am_tar -xf -"
3407
-    ;;
3408
-  plaintar)
3409
-    # Must skip GNU tar: if it does not support --format= it doesn't create
3410
-    # ustar tarball either.
3411
-    (tar --version) >/dev/null 2>&1 && continue
3412
-    am__tar='tar chf - "$$tardir"'
3413
-    am__tar_='tar chf - "$tardir"'
3414
-    am__untar='tar xf -'
3415
-    ;;
3416
-  pax)
3417
-    am__tar='pax -L -x ustar -w "$$tardir"'
3418
-    am__tar_='pax -L -x ustar -w "$tardir"'
3419
-    am__untar='pax -r'
3420
-    ;;
3421
-  cpio)
3422
-    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3423
-    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3424
-    am__untar='cpio -i -H ustar -d'
3425
-    ;;
3426
-  none)
3427
-    am__tar=false
3428
-    am__tar_=false
3429
-    am__untar=false
3430
-    ;;
3431
-  esac
3437
+      done
3438
+      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3439
+      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3440
+      am__untar="$_am_tar -xf -"
3441
+      ;;
3442
+    plaintar)
3443
+      # Must skip GNU tar: if it does not support --format= it doesn't create
3444
+      # ustar tarball either.
3445
+      (tar --version) >/dev/null 2>&1 && continue
3446
+      am__tar='tar chf - "$$tardir"'
3447
+      am__tar_='tar chf - "$tardir"'
3448
+      am__untar='tar xf -'
3449
+      ;;
3450
+    pax)
3451
+      am__tar='pax -L -x ustar -w "$$tardir"'
3452
+      am__tar_='pax -L -x ustar -w "$tardir"'
3453
+      am__untar='pax -r'
3454
+      ;;
3455
+    cpio)
3456
+      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3457
+      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3458
+      am__untar='cpio -i -H ustar -d'
3459
+      ;;
3460
+    none)
3461
+      am__tar=false
3462
+      am__tar_=false
3463
+      am__untar=false
3464
+      ;;
3465
+    esac
3432 3466
 
3433
-  # If the value was cached, stop now.  We just wanted to have am__tar
3434
-  # and am__untar set.
3435
-  test -n "${am_cv_prog_tar_ustar}" && break
3467
+    # If the value was cached, stop now.  We just wanted to have am__tar
3468
+    # and am__untar set.
3469
+    test -n "${am_cv_prog_tar_ustar}" && break
3436 3470
 
3437
-  # tar/untar a dummy directory, and stop if the command works
3438
-  rm -rf conftest.dir
3439
-  mkdir conftest.dir
3440
-  echo GrepMe > conftest.dir/file
3441
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3471
+    # tar/untar a dummy directory, and stop if the command works.
3472
+    rm -rf conftest.dir
3473
+    mkdir conftest.dir
3474
+    echo GrepMe > conftest.dir/file
3475
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3442 3476
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3443 3477
    ac_status=$?
3444 3478
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3445 3479
    (exit $ac_status); }
3446
-  rm -rf conftest.dir
3447
-  if test -s conftest.tar; then
3448
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3480
+    rm -rf conftest.dir
3481
+    if test -s conftest.tar; then
3482
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3449 3483
    ($am__untar <conftest.tar) >&5 2>&5
3450 3484
    ac_status=$?
3451 3485
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 3486
    (exit $ac_status); }
3453
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3454
-  fi
3455
-done
3456
-rm -rf conftest.dir
3487
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3488
+   (cat conftest.dir/file) >&5 2>&5
3489
+   ac_status=$?
3490
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3491
+   (exit $ac_status); }
3492
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3493
+    fi
3494
+  done
3495
+  rm -rf conftest.dir
3457 3496
 
3458
-if ${am_cv_prog_tar_ustar+:} false; then :
3497
+  if ${am_cv_prog_tar_ustar+:} false; then :
3459 3498
   $as_echo_n "(cached) " >&6
3460 3499
 else
3461 3500
   am_cv_prog_tar_ustar=$_am_tool
3462 3501
 fi
3463 3502
 
3464
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3503
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3465 3504
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3466 3505
 
3467 3506
 
3468 3507
 
3469 3508
 
3470 3509
 
3510
+
3511
+# POSIX will say in a future version that running "rm -f" with no argument
3512
+# is OK; and we want to be able to make that assumption in our Makefile
3513
+# recipes.  So use an aggressive probe to check that the usage we want is
3514
+# actually supported "in the wild" to an acceptable degree.
3515
+# See automake bug#10828.
3516
+# To make any issue more visible, cause the running configure to be aborted
3517
+# by default if the 'rm' program in use doesn't match our expectations; the
3518
+# user can still override this though.
3519
+if rm -f && rm -fr && rm -rf; then : OK; else
3520
+  cat >&2 <<'END'
3521
+Oops!
3522
+
3523
+Your 'rm' program seems unable to run without file operands specified
3524
+on the command line, even when the '-f' option is present.  This is contrary
3525
+to the behaviour of most rm programs out there, and not conforming with
3526
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3527
+
3528
+Please tell bug-automake@gnu.org about your system, including the value
3529
+of your $PATH and any error possibly output before this message.  This
3530
+can help us improve future automake versions.
3531
+
3532
+END
3533
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3534
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3535
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3536
+    echo >&2
3537
+  else
3538
+    cat >&2 <<'END'
3539
+Aborting the configuration process, to ensure you take notice of the issue.
3540
+
3541
+You can download and install GNU coreutils to get an 'rm' implementation
3542
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3543
+
3544
+If you want to complete the configuration process using your problematic
3545
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3546
+to "yes", and re-run configure.
3547
+
3548
+END
3549
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3550
+  fi
3551
+fi
3471 3552
 # Check whether --enable-silent-rules was given.
3472 3553
 if test "${enable_silent_rules+set}" = set; then :
3473 3554
   enableval=$enable_silent_rules;
3474 3555
 fi
3475 3556
 
3476
-case $enable_silent_rules in
3477
-yes) AM_DEFAULT_VERBOSITY=0;;
3478
-no)  AM_DEFAULT_VERBOSITY=1;;
3479
-*)   AM_DEFAULT_VERBOSITY=0;;
3557
+case $enable_silent_rules in # (((
3558
+  yes) AM_DEFAULT_VERBOSITY=0;;
3559
+   no) AM_DEFAULT_VERBOSITY=1;;
3560
+    *) AM_DEFAULT_VERBOSITY=0;;
3480 3561
 esac
3481 3562
 am_make=${MAKE-make}
3482 3563
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3530,7 +3685,7 @@ am__quote=
3530 3530
 _am_result=none
3531 3531
 # First try GNU make style include.
3532 3532
 echo "include confinc" > confmf
3533
-# Ignore all kinds of additional output from `make'.
3533
+# Ignore all kinds of additional output from 'make'.
3534 3534
 case `$am_make -s -f confmf 2> /dev/null` in #(
3535 3535
 *the\ am__doit\ target*)
3536 3536
   am__include=include
... ...
@@ -3596,7 +3751,7 @@ do
3596 3596
   IFS=$as_save_IFS
3597 3597
   test -z "$as_dir" && as_dir=.
3598 3598
     for ac_exec_ext in '' $ac_executable_extensions; do
3599
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3600 3600
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3601 3601
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3602 3602
     break 2
... ...
@@ -3636,7 +3791,7 @@ do
3636 3636
   IFS=$as_save_IFS
3637 3637
   test -z "$as_dir" && as_dir=.
3638 3638
     for ac_exec_ext in '' $ac_executable_extensions; do
3639
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3640 3640
     ac_cv_prog_ac_ct_CC="gcc"
3641 3641
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3642 3642
     break 2
... ...
@@ -3689,7 +3844,7 @@ do
3689 3689
   IFS=$as_save_IFS
3690 3690
   test -z "$as_dir" && as_dir=.
3691 3691
     for ac_exec_ext in '' $ac_executable_extensions; do
3692
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3692
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3693 3693
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3694 3694
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3695 3695
     break 2
... ...
@@ -3730,7 +3885,7 @@ do
3730 3730
   IFS=$as_save_IFS
3731 3731
   test -z "$as_dir" && as_dir=.
3732 3732
     for ac_exec_ext in '' $ac_executable_extensions; do
3733
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3734 3734
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3735 3735
        ac_prog_rejected=yes
3736 3736
        continue
... ...
@@ -3788,7 +3943,7 @@ do
3788 3788
   IFS=$as_save_IFS
3789 3789
   test -z "$as_dir" && as_dir=.
3790 3790
     for ac_exec_ext in '' $ac_executable_extensions; do
3791
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3791
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3792 3792
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3793 3793
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3794 3794
     break 2
... ...
@@ -3832,7 +3987,7 @@ do
3832 3832
   IFS=$as_save_IFS
3833 3833
   test -z "$as_dir" && as_dir=.
3834 3834
     for ac_exec_ext in '' $ac_executable_extensions; do
3835
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3835
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3836 3836
     ac_cv_prog_ac_ct_CC="$ac_prog"
3837 3837
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3838 3838
     break 2
... ...
@@ -4278,8 +4433,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4278 4278
 /* end confdefs.h.  */
4279 4279
 #include <stdarg.h>
4280 4280
 #include <stdio.h>
4281
-#include <sys/types.h>
4282
-#include <sys/stat.h>
4281
+struct stat;
4283 4282
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4284 4283
 struct buf { int x; };
4285 4284
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4364,6 +4518,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4364 4364
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4365 4365
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4366 4366
 
4367
+ac_ext=c
4368
+ac_cpp='$CPP $CPPFLAGS'
4369
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4370
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4371
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4372
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4373
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4374
+if ${am_cv_prog_cc_c_o+:} false; then :
4375
+  $as_echo_n "(cached) " >&6
4376
+else
4377
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4378
+/* end confdefs.h.  */
4379
+
4380
+int
4381
+main ()
4382
+{
4383
+
4384
+  ;
4385
+  return 0;
4386
+}
4387
+_ACEOF
4388
+  # Make sure it works both with $CC and with simple cc.
4389
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4390
+  # compilers refuse to overwrite an existing .o file with -o,
4391
+  # though they will create one.
4392
+  am_cv_prog_cc_c_o=yes
4393
+  for am_i in 1 2; do
4394
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4395
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4396
+   ac_status=$?
4397
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4398
+   (exit $ac_status); } \
4399
+         && test -f conftest2.$ac_objext; then
4400
+      : OK
4401
+    else
4402
+      am_cv_prog_cc_c_o=no
4403
+      break
4404
+    fi
4405
+  done
4406
+  rm -f core conftest*
4407
+  unset am_i
4408
+fi
4409
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4410
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4411
+if test "$am_cv_prog_cc_c_o" != yes; then
4412
+   # Losing compiler, so override with the script.
4413
+   # FIXME: It is wrong to rewrite CC.
4414
+   # But if we don't then we get into trouble of one sort or another.
4415
+   # A longer-term fix would be to have automake use am__CC in this case,
4416
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4417
+   CC="$am_aux_dir/compile $CC"
4418
+fi
4419
+ac_ext=c
4420
+ac_cpp='$CPP $CPPFLAGS'
4421
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4422
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4423
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4424
+
4425
+
4367 4426
 depcc="$CC"   am_compiler_list=
4368 4427
 
4369 4428
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4375,8 +4588,8 @@ else
4375 4375
   # We make a subdir and do the tests there.  Otherwise we can end up
4376 4376
   # making bogus files that we don't know about and never remove.  For
4377 4377
   # instance it was reported that on HP-UX the gcc test will end up
4378
-  # making a dummy file named `D' -- because `-MD' means `put the output
4379
-  # in D'.
4378
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4379
+  # in D".
4380 4380
   rm -rf conftest.dir
4381 4381
   mkdir conftest.dir
4382 4382
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4411,16 +4624,16 @@ else
4411 4411
     : > sub/conftest.c
4412 4412
     for i in 1 2 3 4 5 6; do
4413 4413
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4414
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4415
-      # Solaris 8's {/usr,}/bin/sh.
4416
-      touch sub/conftst$i.h
4414
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4415
+      # Solaris 10 /bin/sh.
4416
+      echo '/* dummy */' > sub/conftst$i.h
4417 4417
     done
4418 4418
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4419 4419
 
4420
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4420
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4421 4421
     # mode.  It turns out that the SunPro C++ compiler does not properly
4422
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4423
-    # versions had trouble with output in subdirs
4422
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4423
+    # versions had trouble with output in subdirs.
4424 4424
     am__obj=sub/conftest.${OBJEXT-o}
4425 4425
     am__minus_obj="-o $am__obj"
4426 4426
     case $depmode in
... ...
@@ -4429,8 +4642,8 @@ else
4429 4429
       test "$am__universal" = false || continue
4430 4430
       ;;
4431 4431
     nosideeffect)
4432
-      # after this tag, mechanisms are not by side-effect, so they'll
4433
-      # only be used when explicitly requested
4432
+      # After this tag, mechanisms are not by side-effect, so they'll
4433
+      # only be used when explicitly requested.
4434 4434
       if test "x$enable_dependency_tracking" = xyes; then
4435 4435
 	continue
4436 4436
       else
... ...
@@ -4438,7 +4651,7 @@ else
4438 4438
       fi
4439 4439
       ;;
4440 4440
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4441
-      # This compiler won't grok `-c -o', but also, the minuso test has
4441
+      # This compiler won't grok '-c -o', but also, the minuso test has
4442 4442
       # not run yet.  These depmodes are late enough in the game, and
4443 4443
       # so weak that their functioning should not be impacted.
4444 4444
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4647,7 +4860,7 @@ do
4647 4647
     for ac_prog in grep ggrep; do
4648 4648
     for ac_exec_ext in '' $ac_executable_extensions; do
4649 4649
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4650
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4650
+      as_fn_executable_p "$ac_path_GREP" || continue
4651 4651
 # Check for GNU ac_path_GREP and select it if it is found.
4652 4652
   # Check for GNU $ac_path_GREP
4653 4653
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4713,7 +4926,7 @@ do
4713 4713
     for ac_prog in egrep; do
4714 4714
     for ac_exec_ext in '' $ac_executable_extensions; do
4715 4715
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4716
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4716
+      as_fn_executable_p "$ac_path_EGREP" || continue
4717 4717
 # Check for GNU ac_path_EGREP and select it if it is found.
4718 4718
   # Check for GNU $ac_path_EGREP
4719 4719
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -4920,8 +5133,8 @@ else
4920 4920
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4921 4921
 /* end confdefs.h.  */
4922 4922
 
4923
-#	  define __EXTENSIONS__ 1
4924
-	  $ac_includes_default
4923
+#         define __EXTENSIONS__ 1
4924
+          $ac_includes_default
4925 4925
 int
4926 4926
 main ()
4927 4927
 {
... ...
@@ -5109,7 +5322,7 @@ do
5109 5109
     for ac_prog in sed gsed; do
5110 5110
     for ac_exec_ext in '' $ac_executable_extensions; do
5111 5111
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5112
-      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5112
+      as_fn_executable_p "$ac_path_SED" || continue
5113 5113
 # Check for GNU ac_path_SED and select it if it is found.
5114 5114
   # Check for GNU $ac_path_SED
5115 5115
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5188,7 +5401,7 @@ do
5188 5188
     for ac_prog in fgrep; do
5189 5189
     for ac_exec_ext in '' $ac_executable_extensions; do
5190 5190
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5191
-      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5191
+      as_fn_executable_p "$ac_path_FGREP" || continue
5192 5192
 # Check for GNU ac_path_FGREP and select it if it is found.
5193 5193
   # Check for GNU $ac_path_FGREP
5194 5194
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5449,7 +5662,7 @@ do
5449 5449
   IFS=$as_save_IFS
5450 5450
   test -z "$as_dir" && as_dir=.
5451 5451
     for ac_exec_ext in '' $ac_executable_extensions; do
5452
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5452
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5453 5453
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5454 5454
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5455 5455
     break 2
... ...
@@ -5493,7 +5706,7 @@ do
5493 5493
   IFS=$as_save_IFS
5494 5494
   test -z "$as_dir" && as_dir=.
5495 5495
     for ac_exec_ext in '' $ac_executable_extensions; do
5496
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5496
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5497 5497
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5498 5498
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5499 5499
     break 2
... ...
@@ -5894,7 +6107,7 @@ do
5894 5894
   IFS=$as_save_IFS
5895 5895
   test -z "$as_dir" && as_dir=.
5896 5896
     for ac_exec_ext in '' $ac_executable_extensions; do
5897
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5897
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5898 5898
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
5899 5899
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5900 5900
     break 2
... ...
@@ -5934,7 +6147,7 @@ do
5934 5934
   IFS=$as_save_IFS
5935 5935
   test -z "$as_dir" && as_dir=.
5936 5936
     for ac_exec_ext in '' $ac_executable_extensions; do
5937
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5937
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5938 5938
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
5939 5939
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5940 5940
     break 2
... ...
@@ -6238,7 +6451,7 @@ do
6238 6238
   IFS=$as_save_IFS
6239 6239
   test -z "$as_dir" && as_dir=.
6240 6240
     for ac_exec_ext in '' $ac_executable_extensions; do
6241
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6241
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6242 6242
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6243 6243
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6244 6244
     break 2
... ...
@@ -6278,7 +6491,7 @@ do
6278 6278
   IFS=$as_save_IFS
6279 6279
   test -z "$as_dir" && as_dir=.
6280 6280
     for ac_exec_ext in '' $ac_executable_extensions; do
6281
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6281
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6282 6282
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6283 6283
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6284 6284
     break 2
... ...
@@ -6381,7 +6594,7 @@ do
6381 6381
   IFS=$as_save_IFS
6382 6382
   test -z "$as_dir" && as_dir=.
6383 6383
     for ac_exec_ext in '' $ac_executable_extensions; do
6384
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6384
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6385 6385
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6386 6386
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6387 6387
     break 2
... ...
@@ -6425,7 +6638,7 @@ do
6425 6425
   IFS=$as_save_IFS
6426 6426
   test -z "$as_dir" && as_dir=.
6427 6427
     for ac_exec_ext in '' $ac_executable_extensions; do
6428
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6428
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6429 6429
     ac_cv_prog_ac_ct_AR="$ac_prog"
6430 6430
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6431 6431
     break 2
... ...
@@ -6550,7 +6763,7 @@ do
6550 6550
   IFS=$as_save_IFS
6551 6551
   test -z "$as_dir" && as_dir=.
6552 6552
     for ac_exec_ext in '' $ac_executable_extensions; do
6553
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6554 6554
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6555 6555
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6556 6556
     break 2
... ...
@@ -6590,7 +6803,7 @@ do
6590 6590
   IFS=$as_save_IFS
6591 6591
   test -z "$as_dir" && as_dir=.
6592 6592
     for ac_exec_ext in '' $ac_executable_extensions; do
6593
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6593
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6594 6594
     ac_cv_prog_ac_ct_STRIP="strip"
6595 6595
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6596 6596
     break 2
... ...
@@ -6649,7 +6862,7 @@ do
6649 6649
   IFS=$as_save_IFS
6650 6650
   test -z "$as_dir" && as_dir=.
6651 6651
     for ac_exec_ext in '' $ac_executable_extensions; do
6652
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6652
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6653 6653
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6654 6654
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 6655
     break 2
... ...
@@ -6689,7 +6902,7 @@ do
6689 6689
   IFS=$as_save_IFS
6690 6690
   test -z "$as_dir" && as_dir=.
6691 6691
     for ac_exec_ext in '' $ac_executable_extensions; do
6692
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6692
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6693 6693
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6694 6694
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6695 6695
     break 2
... ...
@@ -7177,7 +7390,7 @@ do
7177 7177
     for ac_prog in dd; do
7178 7178
     for ac_exec_ext in '' $ac_executable_extensions; do
7179 7179
       ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
7180
-      { test -f "$ac_path_lt_DD" && $as_test_x "$ac_path_lt_DD"; } || continue
7180
+      as_fn_executable_p "$ac_path_lt_DD" || continue
7181 7181
 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7182 7182
   cmp -s conftest.i conftest.out \
7183 7183
   && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
... ...
@@ -7518,7 +7731,7 @@ do
7518 7518
   IFS=$as_save_IFS
7519 7519
   test -z "$as_dir" && as_dir=.
7520 7520
     for ac_exec_ext in '' $ac_executable_extensions; do
7521
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7521
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7522 7522
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7523 7523
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7524 7524
     break 2
... ...
@@ -7558,7 +7771,7 @@ do
7558 7558
   IFS=$as_save_IFS
7559 7559
   test -z "$as_dir" && as_dir=.
7560 7560
     for ac_exec_ext in '' $ac_executable_extensions; do
7561
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7561
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7562 7562
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7563 7563
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7564 7564
     break 2
... ...
@@ -7638,7 +7851,7 @@ do
7638 7638
   IFS=$as_save_IFS
7639 7639
   test -z "$as_dir" && as_dir=.
7640 7640
     for ac_exec_ext in '' $ac_executable_extensions; do
7641
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7641
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7642 7642
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7643 7643
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7644 7644
     break 2
... ...
@@ -7678,7 +7891,7 @@ do
7678 7678
   IFS=$as_save_IFS
7679 7679
   test -z "$as_dir" && as_dir=.
7680 7680
     for ac_exec_ext in '' $ac_executable_extensions; do
7681
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7681
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7682 7682
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7683 7683
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7684 7684
     break 2
... ...
@@ -7730,7 +7943,7 @@ do
7730 7730
   IFS=$as_save_IFS
7731 7731
   test -z "$as_dir" && as_dir=.
7732 7732
     for ac_exec_ext in '' $ac_executable_extensions; do
7733
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7733
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7734 7734
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7735 7735
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7736 7736
     break 2
... ...
@@ -7770,7 +7983,7 @@ do
7770 7770
   IFS=$as_save_IFS
7771 7771
   test -z "$as_dir" && as_dir=.
7772 7772
     for ac_exec_ext in '' $ac_executable_extensions; do
7773
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7773
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7774 7774
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7775 7775
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7776 7776
     break 2
... ...
@@ -7822,7 +8035,7 @@ do
7822 7822
   IFS=$as_save_IFS
7823 7823
   test -z "$as_dir" && as_dir=.
7824 7824
     for ac_exec_ext in '' $ac_executable_extensions; do
7825
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7825
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7826 7826
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7827 7827
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7828 7828
     break 2
... ...
@@ -7862,7 +8075,7 @@ do
7862 7862
   IFS=$as_save_IFS
7863 7863
   test -z "$as_dir" && as_dir=.
7864 7864
     for ac_exec_ext in '' $ac_executable_extensions; do
7865
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7865
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7866 7866
     ac_cv_prog_ac_ct_LIPO="lipo"
7867 7867
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7868 7868
     break 2
... ...
@@ -7914,7 +8127,7 @@ do
7914 7914
   IFS=$as_save_IFS
7915 7915
   test -z "$as_dir" && as_dir=.
7916 7916
     for ac_exec_ext in '' $ac_executable_extensions; do
7917
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7917
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7918 7918
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7919 7919
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7920 7920
     break 2
... ...
@@ -7954,7 +8167,7 @@ do
7954 7954
   IFS=$as_save_IFS
7955 7955
   test -z "$as_dir" && as_dir=.
7956 7956
     for ac_exec_ext in '' $ac_executable_extensions; do
7957
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7957
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7958 7958
     ac_cv_prog_ac_ct_OTOOL="otool"
7959 7959
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7960 7960
     break 2
... ...
@@ -8006,7 +8219,7 @@ do
8006 8006
   IFS=$as_save_IFS
8007 8007
   test -z "$as_dir" && as_dir=.
8008 8008
     for ac_exec_ext in '' $ac_executable_extensions; do
8009
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8009
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8010 8010
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8011 8011
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8012 8012
     break 2
... ...
@@ -8046,7 +8259,7 @@ do
8046 8046
   IFS=$as_save_IFS
8047 8047
   test -z "$as_dir" && as_dir=.
8048 8048
     for ac_exec_ext in '' $ac_executable_extensions; do
8049
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8049
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8050 8050
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8051 8051
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8052 8052
     break 2
... ...
@@ -13688,7 +13901,7 @@ do
13688 13688
   IFS=$as_save_IFS
13689 13689
   test -z "$as_dir" && as_dir=.
13690 13690
     for ac_exec_ext in '' $ac_executable_extensions; do
13691
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13691
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13692 13692
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
13693 13693
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13694 13694
     break 2
... ...
@@ -13728,7 +13941,7 @@ do
13728 13728
   IFS=$as_save_IFS
13729 13729
   test -z "$as_dir" && as_dir=.
13730 13730
     for ac_exec_ext in '' $ac_executable_extensions; do
13731
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13731
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13732 13732
     ac_cv_prog_ac_ct_CC="gcc"
13733 13733
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13734 13734
     break 2
... ...
@@ -13781,7 +13994,7 @@ do
13781 13781
   IFS=$as_save_IFS
13782 13782
   test -z "$as_dir" && as_dir=.
13783 13783
     for ac_exec_ext in '' $ac_executable_extensions; do
13784
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13784
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13785 13785
     ac_cv_prog_CC="${ac_tool_prefix}cc"
13786 13786
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13787 13787
     break 2
... ...
@@ -13822,7 +14035,7 @@ do
13822 13822
   IFS=$as_save_IFS
13823 13823
   test -z "$as_dir" && as_dir=.
13824 13824
     for ac_exec_ext in '' $ac_executable_extensions; do
13825
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13825
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13826 13826
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
13827 13827
        ac_prog_rejected=yes
13828 13828
        continue
... ...
@@ -13880,7 +14093,7 @@ do
13880 13880
   IFS=$as_save_IFS
13881 13881
   test -z "$as_dir" && as_dir=.
13882 13882
     for ac_exec_ext in '' $ac_executable_extensions; do
13883
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13883
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13884 13884
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13885 13885
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13886 13886
     break 2
... ...
@@ -13924,7 +14137,7 @@ do
13924 13924
   IFS=$as_save_IFS
13925 13925
   test -z "$as_dir" && as_dir=.
13926 13926
     for ac_exec_ext in '' $ac_executable_extensions; do
13927
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13927
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13928 13928
     ac_cv_prog_ac_ct_CC="$ac_prog"
13929 13929
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13930 13930
     break 2
... ...
@@ -14120,8 +14333,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14120 14120
 /* end confdefs.h.  */
14121 14121
 #include <stdarg.h>
14122 14122
 #include <stdio.h>
14123
-#include <sys/types.h>
14124
-#include <sys/stat.h>
14123
+struct stat;
14125 14124
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
14126 14125
 struct buf { int x; };
14127 14126
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -14206,6 +14418,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14206 14206
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14207 14207
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
14208 14208
 
14209
+ac_ext=c
14210
+ac_cpp='$CPP $CPPFLAGS'
14211
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14212
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14213
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
14214
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
14215
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
14216
+if ${am_cv_prog_cc_c_o+:} false; then :
14217
+  $as_echo_n "(cached) " >&6
14218
+else
14219
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
14220
+/* end confdefs.h.  */
14221
+
14222
+int
14223
+main ()
14224
+{
14225
+
14226
+  ;
14227
+  return 0;
14228
+}
14229
+_ACEOF
14230
+  # Make sure it works both with $CC and with simple cc.
14231
+  # Following AC_PROG_CC_C_O, we do the test twice because some
14232
+  # compilers refuse to overwrite an existing .o file with -o,
14233
+  # though they will create one.
14234
+  am_cv_prog_cc_c_o=yes
14235
+  for am_i in 1 2; do
14236
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
14237
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
14238
+   ac_status=$?
14239
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14240
+   (exit $ac_status); } \
14241
+         && test -f conftest2.$ac_objext; then
14242
+      : OK
14243
+    else
14244
+      am_cv_prog_cc_c_o=no
14245
+      break
14246
+    fi
14247
+  done
14248
+  rm -f core conftest*
14249
+  unset am_i
14250
+fi
14251
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
14252
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
14253
+if test "$am_cv_prog_cc_c_o" != yes; then
14254
+   # Losing compiler, so override with the script.
14255
+   # FIXME: It is wrong to rewrite CC.
14256
+   # But if we don't then we get into trouble of one sort or another.
14257
+   # A longer-term fix would be to have automake use am__CC in this case,
14258
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
14259
+   CC="$am_aux_dir/compile $CC"
14260
+fi
14261
+ac_ext=c
14262
+ac_cpp='$CPP $CPPFLAGS'
14263
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
14264
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
14265
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
14266
+
14267
+
14209 14268
 depcc="$CC"   am_compiler_list=
14210 14269
 
14211 14270
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -14217,8 +14488,8 @@ else
14217 14217
   # We make a subdir and do the tests there.  Otherwise we can end up
14218 14218
   # making bogus files that we don't know about and never remove.  For
14219 14219
   # instance it was reported that on HP-UX the gcc test will end up
14220
-  # making a dummy file named `D' -- because `-MD' means `put the output
14221
-  # in D'.
14220
+  # making a dummy file named 'D' -- because '-MD' means "put the output
14221
+  # in D".
14222 14222
   rm -rf conftest.dir
14223 14223
   mkdir conftest.dir
14224 14224
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -14253,16 +14524,16 @@ else
14253 14253
     : > sub/conftest.c
14254 14254
     for i in 1 2 3 4 5 6; do
14255 14255
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
14256
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
14257
-      # Solaris 8's {/usr,}/bin/sh.
14258
-      touch sub/conftst$i.h
14256
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
14257
+      # Solaris 10 /bin/sh.
14258
+      echo '/* dummy */' > sub/conftst$i.h
14259 14259
     done
14260 14260
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
14261 14261
 
14262
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
14262
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
14263 14263
     # mode.  It turns out that the SunPro C++ compiler does not properly
14264
-    # handle `-M -o', and we need to detect this.  Also, some Intel
14265
-    # versions had trouble with output in subdirs
14264
+    # handle '-M -o', and we need to detect this.  Also, some Intel
14265
+    # versions had trouble with output in subdirs.
14266 14266
     am__obj=sub/conftest.${OBJEXT-o}
14267 14267
     am__minus_obj="-o $am__obj"
14268 14268
     case $depmode in
... ...
@@ -14271,8 +14542,8 @@ else
14271 14271
       test "$am__universal" = false || continue
14272 14272
       ;;
14273 14273
     nosideeffect)
14274
-      # after this tag, mechanisms are not by side-effect, so they'll
14275
-      # only be used when explicitly requested
14274
+      # After this tag, mechanisms are not by side-effect, so they'll
14275
+      # only be used when explicitly requested.
14276 14276
       if test "x$enable_dependency_tracking" = xyes; then
14277 14277
 	continue
14278 14278
       else
... ...
@@ -14280,7 +14551,7 @@ else
14280 14280
       fi
14281 14281
       ;;
14282 14282
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
14283
-      # This compiler won't grok `-c -o', but also, the minuso test has
14283
+      # This compiler won't grok '-c -o', but also, the minuso test has
14284 14284
       # not run yet.  These depmodes are late enough in the game, and
14285 14285
       # so weak that their functioning should not be impacted.
14286 14286
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -14352,7 +14623,7 @@ do
14352 14352
   IFS=$as_save_IFS
14353 14353
   test -z "$as_dir" && as_dir=.
14354 14354
     for ac_exec_ext in '' $ac_executable_extensions; do
14355
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14355
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14356 14356
     ac_cv_prog_LEX="$ac_prog"
14357 14357
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14358 14358
     break 2
... ...
@@ -14384,7 +14655,8 @@ a { ECHO; }
14384 14384
 b { REJECT; }
14385 14385
 c { yymore (); }
14386 14386
 d { yyless (1); }
14387
-e { yyless (input () != 0); }
14387
+e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
14388
+    yyless ((input () != 0)); }
14388 14389
 f { unput (yytext[0]); }
14389 14390
 . { BEGIN INITIAL; }
14390 14391
 %%
... ...
@@ -14513,7 +14785,7 @@ do
14513 14513
   IFS=$as_save_IFS
14514 14514
   test -z "$as_dir" && as_dir=.
14515 14515
     for ac_exec_ext in '' $ac_executable_extensions; do
14516
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14516
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14517 14517
     ac_cv_prog_YACC="$ac_prog"
14518 14518
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14519 14519
     break 2
... ...
@@ -14855,11 +15127,11 @@ else
14855 14855
 int
14856 14856
 main ()
14857 14857
 {
14858
-/* FIXME: Include the comments suggested by Paul. */
14858
+
14859 14859
 #ifndef __cplusplus
14860
-  /* Ultrix mips cc rejects this.  */
14860
+  /* Ultrix mips cc rejects this sort of thing.  */
14861 14861
   typedef int charset[2];
14862
-  const charset cs;
14862
+  const charset cs = { 0, 0 };
14863 14863
   /* SunOS 4.1.1 cc rejects this.  */
14864 14864
   char const *const *pcpcc;
14865 14865
   char **ppc;
... ...
@@ -14876,8 +15148,9 @@ main ()
14876 14876
   ++pcpcc;
14877 14877
   ppc = (char**) pcpcc;
14878 14878
   pcpcc = (char const *const *) ppc;
14879
-  { /* SCO 3.2v4 cc rejects this.  */
14880
-    char *t;
14879
+  { /* SCO 3.2v4 cc rejects this sort of thing.  */
14880
+    char tx;
14881
+    char *t = &tx;
14881 14882
     char const *s = 0 ? (char *) 0 : (char const *) 0;
14882 14883
 
14883 14884
     *t++ = 0;
... ...
@@ -14893,10 +15166,10 @@ main ()
14893 14893
     iptr p = 0;
14894 14894
     ++p;
14895 14895
   }
14896
-  { /* AIX XL C 1.02.0.0 rejects this saying
14896
+  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
14897 14897
        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14898
-    struct s { int j; const int *ap[3]; };
14899
-    struct s *b; b->j = 5;
14898
+    struct s { int j; const int *ap[3]; } bx;
14899
+    struct s *b = &bx; b->j = 5;
14900 14900
   }
14901 14901
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14902 14902
     const int foo = 10;
... ...
@@ -16397,7 +16670,7 @@ do
16397 16397
   IFS=$as_save_IFS
16398 16398
   test -z "$as_dir" && as_dir=.
16399 16399
     for ac_exec_ext in '' $ac_executable_extensions; do
16400
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16400
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16401 16401
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16402 16402
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16403 16403
     break 2
... ...
@@ -16440,7 +16713,7 @@ do
16440 16440
   IFS=$as_save_IFS
16441 16441
   test -z "$as_dir" && as_dir=.
16442 16442
     for ac_exec_ext in '' $ac_executable_extensions; do
16443
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16443
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16444 16444
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16445 16445
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16446 16446
     break 2
... ...
@@ -17324,7 +17597,7 @@ do
17324 17324
   IFS=$as_save_IFS
17325 17325
   test -z "$as_dir" && as_dir=.
17326 17326
     for ac_exec_ext in '' $ac_executable_extensions; do
17327
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17327
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17328 17328
     ac_cv_prog_GCOV="$ac_prog"
17329 17329
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17330 17330
     break 2
... ...
@@ -17367,7 +17640,7 @@ do
17367 17367
   IFS=$as_save_IFS
17368 17368
   test -z "$as_dir" && as_dir=.
17369 17369
     for ac_exec_ext in '' $ac_executable_extensions; do
17370
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17370
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17371 17371
     ac_cv_prog_LCOV="$ac_prog"
17372 17372
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17373 17373
     break 2
... ...
@@ -17410,7 +17683,7 @@ do
17410 17410
   IFS=$as_save_IFS
17411 17411
   test -z "$as_dir" && as_dir=.
17412 17412
     for ac_exec_ext in '' $ac_executable_extensions; do
17413
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17413
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17414 17414
     ac_cv_prog_GENHTML="$ac_prog"
17415 17415
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17416 17416
     break 2
... ...
@@ -18043,7 +18316,7 @@ do
18043 18043
   IFS=$as_save_IFS
18044 18044
   test -z "$as_dir" && as_dir=.
18045 18045
     for ac_exec_ext in '' $ac_executable_extensions; do
18046
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18046
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18047 18047
     ac_cv_path_pcreconfig="$as_dir/$ac_word$ac_exec_ext"
18048 18048
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18049 18049
     break 2
... ...
@@ -18084,7 +18357,7 @@ do
18084 18084
   IFS=$as_save_IFS
18085 18085
   test -z "$as_dir" && as_dir=.
18086 18086
     for ac_exec_ext in '' $ac_executable_extensions; do
18087
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18087
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18088 18088
     ac_cv_path_pcreconfig="$as_dir/$ac_word$ac_exec_ext"
18089 18089
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18090 18090
     break 2
... ...
@@ -18138,7 +18411,7 @@ do
18138 18138
   IFS=$as_save_IFS
18139 18139
   test -z "$as_dir" && as_dir=.
18140 18140
     for ac_exec_ext in '' $ac_executable_extensions; do
18141
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18141
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18142 18142
     ac_cv_path_pcreconfig="$as_dir/$ac_word$ac_exec_ext"
18143 18143
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18144 18144
     break 2
... ...
@@ -18179,7 +18452,7 @@ do
18179 18179
   IFS=$as_save_IFS
18180 18180
   test -z "$as_dir" && as_dir=.
18181 18181
     for ac_exec_ext in '' $ac_executable_extensions; do
18182
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
18182
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
18183 18183
     ac_cv_path_pcreconfig="$as_dir/$ac_word$ac_exec_ext"
18184 18184
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
18185 18185
     break 2
... ...
@@ -21103,7 +21376,7 @@ do
21103 21103
   IFS=$as_save_IFS
21104 21104
   test -z "$as_dir" && as_dir=.
21105 21105
     for ac_exec_ext in '' $ac_executable_extensions; do
21106
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
21106
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
21107 21107
     ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext"
21108 21108
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
21109 21109
     break 2
... ...
@@ -24084,6 +24357,14 @@ LIBOBJS=$ac_libobjs
24084 24084
 LTLIBOBJS=$ac_ltlibobjs
24085 24085
 
24086 24086
 
24087
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
24088
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
24089
+   if test -n "$am_sleep_pid"; then
24090
+     # Hide warnings about reused PIDs.
24091
+     wait $am_sleep_pid 2>/dev/null
24092
+   fi
24093
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
24094
+$as_echo "done" >&6; }
24087 24095
  if test -n "$EXEEXT"; then
24088 24096
   am__EXEEXT_TRUE=
24089 24097
   am__EXEEXT_FALSE='#'
... ...
@@ -24480,16 +24761,16 @@ if (echo >conf$$.file) 2>/dev/null; then
24480 24480
     # ... but there are two gotchas:
24481 24481
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
24482 24482
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
24483
-    # In both cases, we have to default to `cp -p'.
24483
+    # In both cases, we have to default to `cp -pR'.
24484 24484
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
24485
-      as_ln_s='cp -p'
24485
+      as_ln_s='cp -pR'
24486 24486
   elif ln conf$$.file conf$$ 2>/dev/null; then
24487 24487
     as_ln_s=ln
24488 24488
   else
24489
-    as_ln_s='cp -p'
24489
+    as_ln_s='cp -pR'
24490 24490
   fi
24491 24491
 else
24492
-  as_ln_s='cp -p'
24492
+  as_ln_s='cp -pR'
24493 24493
 fi
24494 24494
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
24495 24495
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -24549,28 +24830,16 @@ else
24549 24549
   as_mkdir_p=false
24550 24550
 fi
24551 24551
 
24552
-if test -x / >/dev/null 2>&1; then
24553
-  as_test_x='test -x'
24554
-else
24555
-  if ls -dL / >/dev/null 2>&1; then
24556
-    as_ls_L_option=L
24557
-  else
24558
-    as_ls_L_option=
24559
-  fi
24560
-  as_test_x='
24561
-    eval sh -c '\''
24562
-      if test -d "$1"; then
24563
-	test -d "$1/.";
24564
-      else
24565
-	case $1 in #(
24566
-	-*)set "./$1";;
24567
-	esac;
24568
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
24569
-	???[sx]*):;;*)false;;esac;fi
24570
-    '\'' sh
24571
-  '
24572
-fi
24573
-as_executable_p=$as_test_x
24552
+
24553
+# as_fn_executable_p FILE
24554
+# -----------------------
24555
+# Test if FILE is an executable regular file.
24556
+as_fn_executable_p ()
24557
+{
24558
+  test -f "$1" && test -x "$1"
24559
+} # as_fn_executable_p
24560
+as_test_x='test -x'
24561
+as_executable_p=as_fn_executable_p
24574 24562
 
24575 24563
 # Sed expression to map a string onto a valid CPP name.
24576 24564
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -24592,7 +24861,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
24592 24592
 # values after options handling.
24593 24593
 ac_log="
24594 24594
 This file was extended by ClamAV $as_me devel, which was
24595
-generated by GNU Autoconf 2.68.  Invocation command line was
24595
+generated by GNU Autoconf 2.69.  Invocation command line was
24596 24596
 
24597 24597
   CONFIG_FILES    = $CONFIG_FILES
24598 24598
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -24659,10 +24928,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24659 24659
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
24660 24660
 ac_cs_version="\\
24661 24661
 ClamAV config.status devel
24662
-configured by $0, generated by GNU Autoconf 2.68,
24662
+configured by $0, generated by GNU Autoconf 2.69,
24663 24663
   with options \\"\$ac_cs_config\\"
24664 24664
 
24665
-Copyright (C) 2010 Free Software Foundation, Inc.
24665
+Copyright (C) 2012 Free Software Foundation, Inc.
24666 24666
 This config.status script is free software; the Free Software Foundation
24667 24667
 gives unlimited permission to copy, distribute and modify it."
24668 24668
 
... ...
@@ -24753,7 +25022,7 @@ fi
24753 24753
 _ACEOF
24754 24754
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24755 24755
 if \$ac_cs_recheck; then
24756
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24756
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24757 24757
   shift
24758 24758
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
24759 24759
   CONFIG_SHELL='$SHELL'
... ...
@@ -25706,7 +25975,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
25706 25706
 
25707 25707
   case $ac_file$ac_mode in
25708 25708
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
25709
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
25709
+  # Older Autoconf quotes --file arguments for eval, but not when files
25710 25710
   # are listed without --file.  Let's play safe and only enable the eval
25711 25711
   # if we detect the quoting.
25712 25712
   case $CONFIG_FILES in
... ...
@@ -25719,7 +25988,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
25719 25719
     # Strip MF so we end up with the name of the file.
25720 25720
     mf=`echo "$mf" | sed -e 's/:.*$//'`
25721 25721
     # Check whether this is an Automake generated Makefile or not.
25722
-    # We used to match only the files named `Makefile.in', but
25722
+    # We used to match only the files named 'Makefile.in', but
25723 25723
     # some people rename them; so instead we look at the file content.
25724 25724
     # Grep'ing the first line is not enough: some people post-process
25725 25725
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -25753,21 +26022,19 @@ $as_echo X"$mf" |
25753 25753
       continue
25754 25754
     fi
25755 25755
     # Extract the definition of DEPDIR, am__include, and am__quote
25756
-    # from the Makefile without running `make'.
25756
+    # from the Makefile without running 'make'.
25757 25757
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
25758 25758
     test -z "$DEPDIR" && continue
25759 25759
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
25760
-    test -z "am__include" && continue
25760
+    test -z "$am__include" && continue
25761 25761
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
25762
-    # When using ansi2knr, U may be empty or an underscore; expand it
25763
-    U=`sed -n 's/^U = //p' < "$mf"`
25764 25762
     # Find all dependency output files, they are included files with
25765 25763
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
25766 25764
     # simplest approach to changing $(DEPDIR) to its actual value in the
25767 25765
     # expansion.
25768 25766
     for file in `sed -n "
25769 25767
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
25770
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
25768
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
25771 25769
       # Make sure the directory exists.
25772 25770
       test -f "$dirpart/$file" && continue
25773 25771
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -26667,6 +26934,14 @@ LIBOBJS=$ac_libobjs
26667 26667
 LTLIBOBJS=$ac_ltlibobjs
26668 26668
 
26669 26669
 
26670
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
26671
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
26672
+   if test -n "$am_sleep_pid"; then
26673
+     # Hide warnings about reused PIDs.
26674
+     wait $am_sleep_pid 2>/dev/null
26675
+   fi
26676
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
26677
+$as_echo "done" >&6; }
26670 26678
  if test -n "$EXEEXT"; then
26671 26679
   am__EXEEXT_TRUE=
26672 26680
   am__EXEEXT_FALSE='#'
... ...
@@ -27075,16 +27350,16 @@ if (echo >conf$$.file) 2>/dev/null; then
27075 27075
     # ... but there are two gotchas:
27076 27076
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27077 27077
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27078
-    # In both cases, we have to default to `cp -p'.
27078
+    # In both cases, we have to default to `cp -pR'.
27079 27079
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27080
-      as_ln_s='cp -p'
27080
+      as_ln_s='cp -pR'
27081 27081
   elif ln conf$$.file conf$$ 2>/dev/null; then
27082 27082
     as_ln_s=ln
27083 27083
   else
27084
-    as_ln_s='cp -p'
27084
+    as_ln_s='cp -pR'
27085 27085
   fi
27086 27086
 else
27087
-  as_ln_s='cp -p'
27087
+  as_ln_s='cp -pR'
27088 27088
 fi
27089 27089
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27090 27090
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -27144,28 +27419,16 @@ else
27144 27144
   as_mkdir_p=false
27145 27145
 fi
27146 27146
 
27147
-if test -x / >/dev/null 2>&1; then
27148
-  as_test_x='test -x'
27149
-else
27150
-  if ls -dL / >/dev/null 2>&1; then
27151
-    as_ls_L_option=L
27152
-  else
27153
-    as_ls_L_option=
27154
-  fi
27155
-  as_test_x='
27156
-    eval sh -c '\''
27157
-      if test -d "$1"; then
27158
-	test -d "$1/.";
27159
-      else
27160
-	case $1 in #(
27161
-	-*)set "./$1";;
27162
-	esac;
27163
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
27164
-	???[sx]*):;;*)false;;esac;fi
27165
-    '\'' sh
27166
-  '
27167
-fi
27168
-as_executable_p=$as_test_x
27147
+
27148
+# as_fn_executable_p FILE
27149
+# -----------------------
27150
+# Test if FILE is an executable regular file.
27151
+as_fn_executable_p ()
27152
+{
27153
+  test -f "$1" && test -x "$1"
27154
+} # as_fn_executable_p
27155
+as_test_x='test -x'
27156
+as_executable_p=as_fn_executable_p
27169 27157
 
27170 27158
 # Sed expression to map a string onto a valid CPP name.
27171 27159
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -27187,7 +27450,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27187 27187
 # values after options handling.
27188 27188
 ac_log="
27189 27189
 This file was extended by ClamAV $as_me devel, which was
27190
-generated by GNU Autoconf 2.68.  Invocation command line was
27190
+generated by GNU Autoconf 2.69.  Invocation command line was
27191 27191
 
27192 27192
   CONFIG_FILES    = $CONFIG_FILES
27193 27193
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -27254,10 +27517,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27254 27254
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
27255 27255
 ac_cs_version="\\
27256 27256
 ClamAV config.status devel
27257
-configured by $0, generated by GNU Autoconf 2.68,
27257
+configured by $0, generated by GNU Autoconf 2.69,
27258 27258
   with options \\"\$ac_cs_config\\"
27259 27259
 
27260
-Copyright (C) 2010 Free Software Foundation, Inc.
27260
+Copyright (C) 2012 Free Software Foundation, Inc.
27261 27261
 This config.status script is free software; the Free Software Foundation
27262 27262
 gives unlimited permission to copy, distribute and modify it."
27263 27263
 
... ...
@@ -27348,7 +27611,7 @@ fi
27348 27348
 _ACEOF
27349 27349
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27350 27350
 if \$ac_cs_recheck; then
27351
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27351
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27352 27352
   shift
27353 27353
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27354 27354
   CONFIG_SHELL='$SHELL'
... ...
@@ -28303,7 +28566,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
28303 28303
 
28304 28304
   case $ac_file$ac_mode in
28305 28305
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
28306
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
28306
+  # Older Autoconf quotes --file arguments for eval, but not when files
28307 28307
   # are listed without --file.  Let's play safe and only enable the eval
28308 28308
   # if we detect the quoting.
28309 28309
   case $CONFIG_FILES in
... ...
@@ -28316,7 +28579,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
28316 28316
     # Strip MF so we end up with the name of the file.
28317 28317
     mf=`echo "$mf" | sed -e 's/:.*$//'`
28318 28318
     # Check whether this is an Automake generated Makefile or not.
28319
-    # We used to match only the files named `Makefile.in', but
28319
+    # We used to match only the files named 'Makefile.in', but
28320 28320
     # some people rename them; so instead we look at the file content.
28321 28321
     # Grep'ing the first line is not enough: some people post-process
28322 28322
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -28350,21 +28613,19 @@ $as_echo X"$mf" |
28350 28350
       continue
28351 28351
     fi
28352 28352
     # Extract the definition of DEPDIR, am__include, and am__quote
28353
-    # from the Makefile without running `make'.
28353
+    # from the Makefile without running 'make'.
28354 28354
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
28355 28355
     test -z "$DEPDIR" && continue
28356 28356
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
28357
-    test -z "am__include" && continue
28357
+    test -z "$am__include" && continue
28358 28358
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
28359
-    # When using ansi2knr, U may be empty or an underscore; expand it
28360
-    U=`sed -n 's/^U = //p' < "$mf"`
28361 28359
     # Find all dependency output files, they are included files with
28362 28360
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
28363 28361
     # simplest approach to changing $(DEPDIR) to its actual value in the
28364 28362
     # expansion.
28365 28363
     for file in `sed -n "
28366 28364
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
28367
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
28365
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
28368 28366
       # Make sure the directory exists.
28369 28367
       test -f "$dirpart/$file" && continue
28370 28368
       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/ax_check_uname_syscall.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@
... ...
@@ -389,11 +445,11 @@ mostlyclean-libtool:
389 389
 
390 390
 clean-libtool:
391 391
 	-rm -rf .libs _libs
392
-tags: TAGS
393
-TAGS:
392
+tags TAGS:
393
+
394
+ctags CTAGS:
394 395
 
395
-ctags: CTAGS
396
-CTAGS:
396
+cscope cscopelist:
397 397
 
398 398
 
399 399
 distdir: $(DISTFILES)
... ...
@@ -529,16 +585,17 @@ uninstall-am:
529 529
 .MAKE: install-am install-strip
530 530
 
531 531
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
532
-	distclean distclean-generic distclean-libtool distdir dvi \
533
-	dvi-am html html-am info info-am install install-am \
534
-	install-data install-data-am install-data-local install-dvi \
535
-	install-dvi-am install-exec install-exec-am install-html \
536
-	install-html-am install-info install-info-am install-man \
537
-	install-pdf install-pdf-am install-ps install-ps-am \
538
-	install-strip installcheck installcheck-am installdirs \
539
-	maintainer-clean maintainer-clean-generic mostlyclean \
540
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
541
-	uninstall uninstall-am
532
+	cscopelist-am ctags-am distclean distclean-generic \
533
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
534
+	install install-am install-data install-data-am \
535
+	install-data-local install-dvi install-dvi-am install-exec \
536
+	install-exec-am install-html install-html-am install-info \
537
+	install-info-am install-man install-pdf install-pdf-am \
538
+	install-ps install-ps-am install-strip installcheck \
539
+	installcheck-am installdirs maintainer-clean \
540
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
541
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
542
+	uninstall-am
542 543
 
543 544
 
544 545
 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/ax_check_uname_syscall.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@
... ...
@@ -428,11 +484,18 @@ clean-libtool:
428 428
 	-rm -rf .libs _libs
429 429
 install-man1: $(man_MANS)
430 430
 	@$(NORMAL_INSTALL)
431
-	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
432
-	@list=''; test -n "$(man1dir)" || exit 0; \
433
-	{ for i in $$list; do echo "$$i"; done; \
434
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
435
-	  sed -n '/\.1[a-z]*$$/p'; \
431
+	@list1=''; \
432
+	list2='$(man_MANS)'; \
433
+	test -n "$(man1dir)" \
434
+	  && test -n "`echo $$list1$$list2`" \
435
+	  || exit 0; \
436
+	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
437
+	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
438
+	{ for i in $$list1; do echo "$$i"; done;  \
439
+	if test -n "$$list2"; then \
440
+	  for i in $$list2; do echo "$$i"; done \
441
+	    | sed -n '/\.1[a-z]*$$/p'; \
442
+	fi; \
436 443
 	} | while read p; do \
437 444
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
438 445
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -464,11 +527,18 @@ uninstall-man1:
464 464
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
465 465
 install-man5: $(man_MANS)
466 466
 	@$(NORMAL_INSTALL)
467
-	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
468
-	@list=''; test -n "$(man5dir)" || exit 0; \
469
-	{ for i in $$list; do echo "$$i"; done; \
470
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
471
-	  sed -n '/\.5[a-z]*$$/p'; \
467
+	@list1=''; \
468
+	list2='$(man_MANS)'; \
469
+	test -n "$(man5dir)" \
470
+	  && test -n "`echo $$list1$$list2`" \
471
+	  || exit 0; \
472
+	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
473
+	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
474
+	{ for i in $$list1; do echo "$$i"; done;  \
475
+	if test -n "$$list2"; then \
476
+	  for i in $$list2; do echo "$$i"; done \
477
+	    | sed -n '/\.5[a-z]*$$/p'; \
478
+	fi; \
472 479
 	} | while read p; do \
473 480
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
474 481
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -500,11 +570,18 @@ uninstall-man5:
500 500
 	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
501 501
 install-man8: $(man_MANS)
502 502
 	@$(NORMAL_INSTALL)
503
-	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
504
-	@list=''; test -n "$(man8dir)" || exit 0; \
505
-	{ for i in $$list; do echo "$$i"; done; \
506
-	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
507
-	  sed -n '/\.8[a-z]*$$/p'; \
503
+	@list1=''; \
504
+	list2='$(man_MANS)'; \
505
+	test -n "$(man8dir)" \
506
+	  && test -n "`echo $$list1$$list2`" \
507
+	  || exit 0; \
508
+	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
509
+	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
510
+	{ for i in $$list1; do echo "$$i"; done;  \
511
+	if test -n "$$list2"; then \
512
+	  for i in $$list2; do echo "$$i"; done \
513
+	    | sed -n '/\.8[a-z]*$$/p'; \
514
+	fi; \
508 515
 	} | while read p; do \
509 516
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
510 517
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -534,27 +611,14 @@ uninstall-man8:
534 534
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
535 535
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
536 536
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
537
-tags: TAGS
538
-TAGS:
537
+tags TAGS:
538
+
539
+ctags CTAGS:
539 540
 
540
-ctags: CTAGS
541
-CTAGS:
541
+cscope cscopelist:
542 542
 
543 543
 
544 544
 distdir: $(DISTFILES)
545
-	@list='$(MANS)'; if test -n "$$list"; then \
546
-	  list=`for p in $$list; do \
547
-	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
548
-	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
549
-	  if test -n "$$list" && \
550
-	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
551
-	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
552
-	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
553
-	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
554
-	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
555
-	    exit 1; \
556
-	  else :; fi; \
557
-	else :; fi
558 545
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
559 546
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
560 547
 	list='$(DISTFILES)'; \
... ...
@@ -692,17 +756,18 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
692 692
 .MAKE: install-am install-strip
693 693
 
694 694
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
695
-	distclean distclean-generic distclean-libtool distdir dvi \
696
-	dvi-am html html-am info info-am install install-am \
697
-	install-data install-data-am install-dvi install-dvi-am \
698
-	install-exec install-exec-am install-html install-html-am \
699
-	install-info install-info-am install-man install-man1 \
700
-	install-man5 install-man8 install-pdf install-pdf-am \
701
-	install-ps install-ps-am install-strip installcheck \
702
-	installcheck-am installdirs maintainer-clean \
695
+	cscopelist-am ctags-am distclean distclean-generic \
696
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
697
+	install install-am install-data install-data-am install-dvi \
698
+	install-dvi-am install-exec install-exec-am install-html \
699
+	install-html-am install-info install-info-am install-man \
700
+	install-man1 install-man5 install-man8 install-pdf \
701
+	install-pdf-am install-ps install-ps-am install-strip \
702
+	installcheck installcheck-am installdirs maintainer-clean \
703 703
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
704
-	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
705
-	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
704
+	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
705
+	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
706
+	uninstall-man8
706 707
 
707 708
 
708 709
 # 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/ax_check_uname_syscall.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@
... ...
@@ -422,8 +478,11 @@ clean-libtool:
422 422
 	-rm -rf .libs _libs
423 423
 install-sysconfDATA: $(sysconf_DATA)
424 424
 	@$(NORMAL_INSTALL)
425
-	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
426 425
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
426
+	if test -n "$$list"; then \
427
+	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
428
+	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
429
+	fi; \
427 430
 	for p in $$list; do \
428 431
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
429 432
 	  echo "$$d$$p"; \
... ...
@@ -438,11 +497,11 @@ uninstall-sysconfDATA:
438 438
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
439 439
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
440 440
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
441
-tags: TAGS
442
-TAGS:
441
+tags TAGS:
442
+
443
+ctags CTAGS:
443 444
 
444
-ctags: CTAGS
445
-CTAGS:
445
+cscope cscopelist:
446 446
 
447 447
 
448 448
 distdir: $(DISTFILES)
... ...
@@ -581,16 +640,16 @@ uninstall-am: uninstall-sysconfDATA
581 581
 .MAKE: install-am install-strip
582 582
 
583 583
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
584
-	distclean distclean-generic distclean-libtool distdir dvi \
585
-	dvi-am html html-am info info-am install install-am \
586
-	install-data install-data-am install-dvi install-dvi-am \
587
-	install-exec install-exec-am install-html install-html-am \
588
-	install-info install-info-am install-man install-pdf \
589
-	install-pdf-am install-ps install-ps-am install-strip \
590
-	install-sysconfDATA installcheck installcheck-am installdirs \
591
-	maintainer-clean maintainer-clean-generic mostlyclean \
592
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
593
-	uninstall uninstall-am uninstall-sysconfDATA
584
+	cscopelist-am ctags-am distclean distclean-generic \
585
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
586
+	install install-am install-data install-data-am install-dvi \
587
+	install-dvi-am install-exec install-exec-am install-html \
588
+	install-html-am install-info install-info-am install-man \
589
+	install-pdf install-pdf-am install-ps install-ps-am \
590
+	install-strip install-sysconfDATA installcheck installcheck-am \
591
+	installdirs maintainer-clean maintainer-clean-generic \
592
+	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
593
+	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
594 594
 
595 595
 
596 596
 # 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@
... ...
@@ -57,8 +101,9 @@ host_triplet = @host@
57 57
 target_triplet = @target@
58 58
 bin_PROGRAMS = freshclam$(EXEEXT)
59 59
 subdir = freshclam
60
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
61
-	$(srcdir)/clamav-freshclam.service.in
60
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
61
+	$(srcdir)/clamav-freshclam.service.in \
62
+	$(top_srcdir)/config/depcomp
62 63
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
63 64
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
64 65
 	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
... ...
@@ -147,6 +192,19 @@ freshclam_LDADD = $(LDADD)
147 147
 AM_V_lt = $(am__v_lt_@AM_V@)
148 148
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
149 149
 am__v_lt_0 = --silent
150
+am__v_lt_1 = 
151
+AM_V_P = $(am__v_P_@AM_V@)
152
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
153
+am__v_P_0 = false
154
+am__v_P_1 = :
155
+AM_V_GEN = $(am__v_GEN_@AM_V@)
156
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
157
+am__v_GEN_0 = @echo "  GEN     " $@;
158
+am__v_GEN_1 = 
159
+AM_V_at = $(am__v_at_@AM_V@)
160
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
161
+am__v_at_0 = @
162
+am__v_at_1 = 
150 163
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
151 164
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
152 165
 am__depfiles_maybe = depfiles
... ...
@@ -159,22 +217,23 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
159 159
 	$(AM_CFLAGS) $(CFLAGS)
160 160
 AM_V_CC = $(am__v_CC_@AM_V@)
161 161
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
162
-am__v_CC_0 = @echo "  CC    " $@;
163
-AM_V_at = $(am__v_at_@AM_V@)
164
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
165
-am__v_at_0 = @
162
+am__v_CC_0 = @echo "  CC      " $@;
163
+am__v_CC_1 = 
166 164
 CCLD = $(CC)
167 165
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
168 166
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
169 167
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
170 168
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
171 169
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
172
-am__v_CCLD_0 = @echo "  CCLD  " $@;
173
-AM_V_GEN = $(am__v_GEN_@AM_V@)
174
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
175
-am__v_GEN_0 = @echo "  GEN   " $@;
170
+am__v_CCLD_0 = @echo "  CCLD    " $@;
171
+am__v_CCLD_1 = 
176 172
 SOURCES = $(freshclam_SOURCES)
177 173
 DIST_SOURCES = $(freshclam_SOURCES)
174
+am__can_run_installinfo = \
175
+  case $$AM_UPDATE_INFO_DIR in \
176
+    n|no|NO) false;; \
177
+    *) (install-info --version) >/dev/null 2>&1;; \
178
+  esac
178 179
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
179 180
 am__vpath_adj = case $$p in \
180 181
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -203,6 +262,23 @@ am__uninstall_files_from_dir = { \
203 203
          $(am__cd) "$$dir" && rm -f $$files; }; \
204 204
   }
205 205
 DATA = $(systemdsystemunit_DATA)
206
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
207
+# Read a list of newline-separated strings from the standard input,
208
+# and print each of them once, without duplicates.  Input order is
209
+# *not* preserved.
210
+am__uniquify_input = $(AWK) '\
211
+  BEGIN { nonempty = 0; } \
212
+  { items[$$0] = 1; nonempty = 1; } \
213
+  END { if (nonempty) { for (i in items) print i; }; } \
214
+'
215
+# Make sure the list of sources is unique.  This is necessary because,
216
+# e.g., the same source file might be shared among _SOURCES variables
217
+# for different programs/libraries.
218
+am__define_uniq_tagged_files = \
219
+  list='$(am__tagged_files)'; \
220
+  unique=`for i in $$list; do \
221
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
222
+  done | $(am__uniquify_input)`
206 223
 ETAGS = etags
207 224
 CTAGS = ctags
208 225
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -488,14 +564,19 @@ clamav-freshclam.service: $(top_builddir)/config.status $(srcdir)/clamav-freshcl
488 488
 	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
489 489
 install-binPROGRAMS: $(bin_PROGRAMS)
490 490
 	@$(NORMAL_INSTALL)
491
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
492 491
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
492
+	if test -n "$$list"; then \
493
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
494
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
495
+	fi; \
493 496
 	for p in $$list; do echo "$$p $$p"; done | \
494 497
 	sed 's/$(EXEEXT)$$//' | \
495
-	while read p p1; do if test -f $$p || test -f $$p1; \
496
-	  then echo "$$p"; echo "$$p"; else :; fi; \
498
+	while read p p1; do if test -f $$p \
499
+	 || test -f $$p1 \
500
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
497 501
 	done | \
498
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
502
+	sed -e 'p;s,.*/,,;n;h' \
503
+	    -e 's|.*|.|' \
499 504
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
500 505
 	sed 'N;N;N;s,\n, ,g' | \
501 506
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -516,7 +597,8 @@ uninstall-binPROGRAMS:
516 516
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
517 517
 	files=`for p in $$list; do echo "$$p"; done | \
518 518
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
519
-	      -e 's/$$/$(EXEEXT)/' `; \
519
+	      -e 's/$$/$(EXEEXT)/' \
520
+	`; \
520 521
 	test -n "$$list" || exit 0; \
521 522
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
522 523
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -545,6 +627,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
545 545
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
546 546
 	  done; \
547 547
 	done; rm -f c$${pid}_.???; exit $$bad
548
+
548 549
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
549 550
 	@rm -f freshclam$(EXEEXT)
550 551
 	$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
... ...
@@ -575,14 +658,14 @@ distclean-compile:
575 575
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
576 576
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
577 577
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
578
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
578
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
579 579
 
580 580
 .c.obj:
581 581
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
582 582
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
583 583
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
584 584
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
585
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
585
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
586 586
 
587 587
 .c.lo:
588 588
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -696,8 +779,11 @@ clean-libtool:
696 696
 	-rm -rf .libs _libs
697 697
 install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
698 698
 	@$(NORMAL_INSTALL)
699
-	test -z "$(systemdsystemunitdir)" || $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)"
700 699
 	@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
700
+	if test -n "$$list"; then \
701
+	  echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
702
+	  $(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
703
+	fi; \
701 704
 	for p in $$list; do \
702 705
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
703 706
 	  echo "$$d$$p"; \
... ...
@@ -713,26 +799,15 @@ uninstall-systemdsystemunitDATA:
713 713
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
714 714
 	dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
715 715
 
716
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
717
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
718
-	unique=`for i in $$list; do \
719
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
720
-	  done | \
721
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
722
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
723
-	mkid -fID $$unique
724
-tags: TAGS
725
-
726
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
727
-		$(TAGS_FILES) $(LISP)
716
+ID: $(am__tagged_files)
717
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
718
+tags: tags-am
719
+TAGS: tags
720
+
721
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
728 722
 	set x; \
729 723
 	here=`pwd`; \
730
-	list='$(SOURCES) $(HEADERS)  $(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; }; }'`; \
724
+	$(am__define_uniq_tagged_files); \
736 725
 	shift; \
737 726
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
738 727
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -744,15 +819,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
744 744
 	      $$unique; \
745 745
 	  fi; \
746 746
 	fi
747
-ctags: CTAGS
748
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
749
-		$(TAGS_FILES) $(LISP)
750
-	list='$(SOURCES) $(HEADERS)  $(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-am
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,6 +832,21 @@ GTAGS:
761 761
 	here=`$(am__cd) $(top_builddir) && pwd` \
762 762
 	  && $(am__cd) $(top_srcdir) \
763 763
 	  && gtags -i $(GTAGS_ARGS) "$$here"
764
+cscopelist: cscopelist-am
765
+
766
+cscopelist-am: $(am__tagged_files)
767
+	list='$(am__tagged_files)'; \
768
+	case "$(srcdir)" in \
769
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
770
+	  *) sdir=$(subdir)/$(srcdir) ;; \
771
+	esac; \
772
+	for i in $$list; do \
773
+	  if test -f "$$i"; then \
774
+	    echo "$(subdir)/$$i"; \
775
+	  else \
776
+	    echo "$$sdir/$$i"; \
777
+	  fi; \
778
+	done >> $(top_builddir)/cscope.files
764 779
 
765 780
 distclean-tags:
766 781
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -905,20 +991,21 @@ uninstall-am: uninstall-binPROGRAMS uninstall-systemdsystemunitDATA
905 905
 
906 906
 .MAKE: install-am install-strip
907 907
 
908
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
909
-	clean-generic clean-libtool ctags distclean distclean-compile \
910
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
911
-	dvi-am html html-am info info-am install install-am \
912
-	install-binPROGRAMS install-data install-data-am install-dvi \
913
-	install-dvi-am install-exec install-exec-am install-html \
914
-	install-html-am install-info install-info-am install-man \
915
-	install-pdf install-pdf-am install-ps install-ps-am \
916
-	install-strip install-systemdsystemunitDATA installcheck \
917
-	installcheck-am installcheck-binPROGRAMS installdirs \
918
-	maintainer-clean maintainer-clean-generic mostlyclean \
919
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
920
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
921
-	uninstall-binPROGRAMS uninstall-systemdsystemunitDATA
908
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
909
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
910
+	ctags ctags-am distclean distclean-compile distclean-generic \
911
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
912
+	html-am info info-am install install-am install-binPROGRAMS \
913
+	install-data install-data-am install-dvi install-dvi-am \
914
+	install-exec install-exec-am install-html install-html-am \
915
+	install-info install-info-am install-man install-pdf \
916
+	install-pdf-am install-ps install-ps-am install-strip \
917
+	install-systemdsystemunitDATA installcheck installcheck-am \
918
+	installcheck-binPROGRAMS installdirs maintainer-clean \
919
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
920
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
921
+	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
922
+	uninstall-systemdsystemunitDATA
922 923
 
923 924
 
924 925
 # 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/ax_check_uname_syscall.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++
... ...
@@ -1097,9 +1181,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1097 1097
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1098 1098
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1099 1099
 $(am__aclocal_m4_deps):
1100
+
1100 1101
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1101 1102
 	@$(NORMAL_INSTALL)
1102
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1103 1103
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1104 1104
 	list2=; for p in $$list; do \
1105 1105
 	  if test -f $$p; then \
... ...
@@ -1107,6 +1191,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1107 1107
 	  else :; fi; \
1108 1108
 	done; \
1109 1109
 	test -z "$$list2" || { \
1110
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1111
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1110 1112
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1111 1113
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1112 1114
 	}
... ...
@@ -1122,34 +1208,44 @@ uninstall-libLTLIBRARIES:
1122 1122
 
1123 1123
 clean-libLTLIBRARIES:
1124 1124
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1125
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1126
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1127
-	  test "$$dir" != "$$p" || dir=.; \
1128
-	  echo "rm -f \"$${dir}/so_locations\""; \
1129
-	  rm -f "$${dir}/so_locations"; \
1130
-	done
1125
+	@list='$(lib_LTLIBRARIES)'; \
1126
+	locs=`for p in $$list; do echo $$p; done | \
1127
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1128
+	      sort -u`; \
1129
+	test -z "$$locs" || { \
1130
+	  echo rm -f $${locs}; \
1131
+	  rm -f $${locs}; \
1132
+	}
1131 1133
 
1132 1134
 clean-noinstLTLIBRARIES:
1133 1135
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1134
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1135
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1136
-	  test "$$dir" != "$$p" || dir=.; \
1137
-	  echo "rm -f \"$${dir}/so_locations\""; \
1138
-	  rm -f "$${dir}/so_locations"; \
1139
-	done
1136
+	@list='$(noinst_LTLIBRARIES)'; \
1137
+	locs=`for p in $$list; do echo $$p; done | \
1138
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1139
+	      sort -u`; \
1140
+	test -z "$$locs" || { \
1141
+	  echo rm -f $${locs}; \
1142
+	  rm -f $${locs}; \
1143
+	}
1140 1144
 yara_grammar.h: yara_grammar.c
1141 1145
 	@if test ! -f $@; then rm -f yara_grammar.c; else :; fi
1142 1146
 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi
1147
+
1143 1148
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
1144 1149
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
1150
+
1145 1151
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
1146 1152
 	$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK)  $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS)
1153
+
1147 1154
 libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) 
1148 1155
 	$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK)  $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS)
1156
+
1149 1157
 libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) 
1150 1158
 	$(AM_V_CCLD)$(libclamav_nocxx_la_LINK)  $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS)
1159
+
1151 1160
 libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) 
1152 1161
 	$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS)
1162
+
1153 1163
 libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) 
1154 1164
 	$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
1155 1165
 
... ...
@@ -1431,14 +1527,14 @@ distclean-compile:
1431 1431
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1432 1432
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1433 1433
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1434
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1434
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1435 1435
 
1436 1436
 .c.obj:
1437 1437
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1438 1438
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1439 1439
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1440 1440
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1441
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1441
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1442 1442
 
1443 1443
 .c.lo:
1444 1444
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -3313,7 +3409,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c
3313 3313
 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
3314 3314
 
3315 3315
 .y.c:
3316
-	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
3316
+	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
3317 3317
 
3318 3318
 mostlyclean-libtool:
3319 3319
 	-rm -f *.lo
... ...
@@ -3322,8 +3418,11 @@ clean-libtool:
3322 3322
 	-rm -rf .libs _libs
3323 3323
 install-includeHEADERS: $(include_HEADERS)
3324 3324
 	@$(NORMAL_INSTALL)
3325
-	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
3326 3325
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3326
+	if test -n "$$list"; then \
3327
+	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
3328
+	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
3329
+	fi; \
3327 3330
 	for p in $$list; do \
3328 3331
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3329 3332
 	  echo "$$d$$p"; \
... ...
@@ -3340,22 +3439,25 @@ uninstall-includeHEADERS:
3340 3340
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
3341 3341
 
3342 3342
 # This directory's subdirectories are mostly independent; you can cd
3343
-# into them and run `make' without going through this Makefile.
3344
-# To change the values of `make' variables: instead of editing Makefiles,
3345
-# (1) if the variable is set in `config.status', edit `config.status'
3346
-#     (which will cause the Makefiles to be regenerated when you run `make');
3347
-# (2) otherwise, pass the desired values on the `make' command line.
3348
-$(RECURSIVE_TARGETS):
3349
-	@fail= failcom='exit 1'; \
3350
-	for f in x $$MAKEFLAGS; do \
3351
-	  case $$f in \
3352
-	    *=* | --[!k]*);; \
3353
-	    *k*) failcom='fail=yes';; \
3354
-	  esac; \
3355
-	done; \
3343
+# into them and run 'make' without going through this Makefile.
3344
+# To change the values of 'make' variables: instead of editing Makefiles,
3345
+# (1) if the variable is set in 'config.status', edit 'config.status'
3346
+#     (which will cause the Makefiles to be regenerated when you run 'make');
3347
+# (2) otherwise, pass the desired values on the 'make' command line.
3348
+$(am__recursive_targets):
3349
+	@fail=; \
3350
+	if $(am__make_keepgoing); then \
3351
+	  failcom='fail=yes'; \
3352
+	else \
3353
+	  failcom='exit 1'; \
3354
+	fi; \
3356 3355
 	dot_seen=no; \
3357 3356
 	target=`echo $@ | sed s/-recursive//`; \
3358
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3357
+	case "$@" in \
3358
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3359
+	  *) list='$(SUBDIRS)' ;; \
3360
+	esac; \
3361
+	for subdir in $$list; do \
3359 3362
 	  echo "Making $$target in $$subdir"; \
3360 3363
 	  if test "$$subdir" = "."; then \
3361 3364
 	    dot_seen=yes; \
... ...
@@ -3370,57 +3472,12 @@ $(RECURSIVE_TARGETS):
3370 3370
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3371 3371
 	fi; test -z "$$fail"
3372 3372
 
3373
-$(RECURSIVE_CLEAN_TARGETS):
3374
-	@fail= failcom='exit 1'; \
3375
-	for f in x $$MAKEFLAGS; do \
3376
-	  case $$f in \
3377
-	    *=* | --[!k]*);; \
3378
-	    *k*) failcom='fail=yes';; \
3379
-	  esac; \
3380
-	done; \
3381
-	dot_seen=no; \
3382
-	case "$@" in \
3383
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3384
-	  *) list='$(SUBDIRS)' ;; \
3385
-	esac; \
3386
-	rev=''; for subdir in $$list; do \
3387
-	  if test "$$subdir" = "."; then :; else \
3388
-	    rev="$$subdir $$rev"; \
3389
-	  fi; \
3390
-	done; \
3391
-	rev="$$rev ."; \
3392
-	target=`echo $@ | sed s/-recursive//`; \
3393
-	for subdir in $$rev; do \
3394
-	  echo "Making $$target in $$subdir"; \
3395
-	  if test "$$subdir" = "."; then \
3396
-	    local_target="$$target-am"; \
3397
-	  else \
3398
-	    local_target="$$target"; \
3399
-	  fi; \
3400
-	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3401
-	  || eval $$failcom; \
3402
-	done && test -z "$$fail"
3403
-tags-recursive:
3404
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3405
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3406
-	done
3407
-ctags-recursive:
3408
-	list='$(SUBDIRS)'; for subdir in $$list; do \
3409
-	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3410
-	done
3373
+ID: $(am__tagged_files)
3374
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
3375
+tags: tags-recursive
3376
+TAGS: tags
3411 3377
 
3412
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3413
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3414
-	unique=`for i in $$list; do \
3415
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3416
-	  done | \
3417
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3418
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3419
-	mkid -fID $$unique
3420
-tags: TAGS
3421
-
3422
-TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3423
-		$(TAGS_FILES) $(LISP)
3378
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3424 3379
 	set x; \
3425 3380
 	here=`pwd`; \
3426 3381
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3436,12 +3493,7 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3436 3436
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3437 3437
 	  fi; \
3438 3438
 	done; \
3439
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3440
-	unique=`for i in $$list; do \
3441
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3442
-	  done | \
3443
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3444
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3439
+	$(am__define_uniq_tagged_files); \
3445 3440
 	shift; \
3446 3441
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3447 3442
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3453,15 +3505,11 @@ TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3453 3453
 	      $$unique; \
3454 3454
 	  fi; \
3455 3455
 	fi
3456
-ctags: CTAGS
3457
-CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3458
-		$(TAGS_FILES) $(LISP)
3459
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3460
-	unique=`for i in $$list; do \
3461
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3462
-	  done | \
3463
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3464
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3456
+ctags: ctags-recursive
3457
+
3458
+CTAGS: ctags
3459
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3460
+	$(am__define_uniq_tagged_files); \
3465 3461
 	test -z "$(CTAGS_ARGS)$$unique" \
3466 3462
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3467 3463
 	     $$unique
... ...
@@ -3470,6 +3518,21 @@ GTAGS:
3470 3470
 	here=`$(am__cd) $(top_builddir) && pwd` \
3471 3471
 	  && $(am__cd) $(top_srcdir) \
3472 3472
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3473
+cscopelist: cscopelist-recursive
3474
+
3475
+cscopelist-am: $(am__tagged_files)
3476
+	list='$(am__tagged_files)'; \
3477
+	case "$(srcdir)" in \
3478
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3479
+	  *) sdir=$(subdir)/$(srcdir) ;; \
3480
+	esac; \
3481
+	for i in $$list; do \
3482
+	  if test -f "$$i"; then \
3483
+	    echo "$(subdir)/$$i"; \
3484
+	  else \
3485
+	    echo "$$sdir/$$i"; \
3486
+	  fi; \
3487
+	done >> $(top_builddir)/cscope.files
3473 3488
 
3474 3489
 distclean-tags:
3475 3490
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3506,13 +3569,10 @@ distdir: $(DISTFILES)
3506 3506
 	done
3507 3507
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3508 3508
 	  if test "$$subdir" = .; then :; else \
3509
-	    test -d "$(distdir)/$$subdir" \
3510
-	    || $(MKDIR_P) "$(distdir)/$$subdir" \
3511
-	    || exit 1; \
3512
-	  fi; \
3513
-	done
3514
-	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3515
-	  if test "$$subdir" = .; then :; else \
3509
+	    $(am__make_dryrun) \
3510
+	      || test -d "$(distdir)/$$subdir" \
3511
+	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3512
+	      || exit 1; \
3516 3513
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3517 3514
 	    $(am__relativize); \
3518 3515
 	    new_distdir=$$reldir; \
... ...
@@ -3648,26 +3708,25 @@ ps-am:
3648 3648
 
3649 3649
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3650 3650
 
3651
-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3652
-	ctags-recursive install install-am install-strip \
3653
-	tags-recursive
3654
-
3655
-.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3656
-	all all-am check check-am clean clean-generic \
3657
-	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3658
-	ctags ctags-recursive distclean distclean-compile \
3659
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
3660
-	dvi-am html html-am info info-am install install-am \
3661
-	install-data install-data-am install-dvi install-dvi-am \
3662
-	install-exec install-exec-am install-html install-html-am \
3651
+.MAKE: $(am__recursive_targets) all check install install-am \
3652
+	install-strip
3653
+
3654
+.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3655
+	check-am clean clean-generic clean-libLTLIBRARIES \
3656
+	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3657
+	ctags-am distclean distclean-compile distclean-generic \
3658
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
3659
+	html-am info info-am install install-am install-data \
3660
+	install-data-am install-dvi install-dvi-am install-exec \
3661
+	install-exec-am install-html install-html-am \
3663 3662
 	install-includeHEADERS install-info install-info-am \
3664 3663
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3665 3664
 	install-ps install-ps-am install-strip installcheck \
3666 3665
 	installcheck-am installdirs installdirs-am maintainer-clean \
3667 3666
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3668 3667
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3669
-	tags tags-recursive uninstall uninstall-am \
3670
-	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3668
+	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3669
+	uninstall-libLTLIBRARIES
3671 3670
 
3672 3671
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3673 3672
 @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$$'
... ...
@@ -1484,8 +1571,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1484 1484
 $(am__aclocal_m4_deps):
1485 1485
 
1486 1486
 clamavcxx-config.h: stamp-h1
1487
-	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1488
-	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1487
+	@test -f $@ || rm -f stamp-h1
1488
+	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1489 1489
 
1490 1490
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
1491 1491
 	@rm -f stamp-h1
... ...
@@ -1500,22 +1587,30 @@ distclean-hdr:
1500 1500
 
1501 1501
 clean-noinstLTLIBRARIES:
1502 1502
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1503
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1504
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1505
-	  test "$$dir" != "$$p" || dir=.; \
1506
-	  echo "rm -f \"$${dir}/so_locations\""; \
1507
-	  rm -f "$${dir}/so_locations"; \
1508
-	done
1503
+	@list='$(noinst_LTLIBRARIES)'; \
1504
+	locs=`for p in $$list; do echo $$p; done | \
1505
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1506
+	      sort -u`; \
1507
+	test -z "$$locs" || { \
1508
+	  echo rm -f $${locs}; \
1509
+	  rm -f $${locs}; \
1510
+	}
1511
+
1509 1512
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1510 1513
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1514
+
1511 1515
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
1512 1516
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
1517
+
1513 1518
 libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) 
1514 1519
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS)
1520
+
1515 1521
 libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) 
1516 1522
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS)
1523
+
1517 1524
 libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) 
1518 1525
 	$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
1526
+
1519 1527
 libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) 
1520 1528
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS)
1521 1529
 
... ...
@@ -1527,6 +1622,7 @@ clean-noinstPROGRAMS:
1527 1527
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1528 1528
 	echo " rm -f" $$list; \
1529 1529
 	rm -f $$list
1530
+
1530 1531
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) 
1531 1532
 	@rm -f tblgen$(EXEEXT)
1532 1533
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
... ...
@@ -1937,14 +2033,14 @@ distclean-compile:
1937 1937
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1938 1938
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1939 1939
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1940
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1940
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1941 1941
 
1942 1942
 .c.obj:
1943 1943
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1944 1944
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1945 1945
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1946 1946
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1947
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1947
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1948 1948
 
1949 1949
 .c.lo:
1950 1950
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -5392,26 +5488,15 @@ clean-libtool:
5392 5392
 distclean-libtool:
5393 5393
 	-rm -f libtool config.lt
5394 5394
 
5395
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5396
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5397
-	unique=`for i in $$list; do \
5398
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5399
-	  done | \
5400
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5401
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5402
-	mkid -fID $$unique
5403
-tags: TAGS
5404
-
5405
-TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5406
-		$(TAGS_FILES) $(LISP)
5395
+ID: $(am__tagged_files)
5396
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
5397
+tags: tags-am
5398
+TAGS: tags
5399
+
5400
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5407 5401
 	set x; \
5408 5402
 	here=`pwd`; \
5409
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5410
-	unique=`for i in $$list; do \
5411
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5412
-	  done | \
5413
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5414
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5403
+	$(am__define_uniq_tagged_files); \
5415 5404
 	shift; \
5416 5405
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5417 5406
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5423,15 +5508,11 @@ TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5423 5423
 	      $$unique; \
5424 5424
 	  fi; \
5425 5425
 	fi
5426
-ctags: CTAGS
5427
-CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5428
-		$(TAGS_FILES) $(LISP)
5429
-	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5430
-	unique=`for i in $$list; do \
5431
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5432
-	  done | \
5433
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5434
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5426
+ctags: ctags-am
5427
+
5428
+CTAGS: ctags
5429
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5430
+	$(am__define_uniq_tagged_files); \
5435 5431
 	test -z "$(CTAGS_ARGS)$$unique" \
5436 5432
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5437 5433
 	     $$unique
... ...
@@ -5440,9 +5521,31 @@ GTAGS:
5440 5440
 	here=`$(am__cd) $(top_builddir) && pwd` \
5441 5441
 	  && $(am__cd) $(top_srcdir) \
5442 5442
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5443
+cscope: cscope.files
5444
+	test ! -s cscope.files \
5445
+	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5446
+clean-cscope:
5447
+	-rm -f cscope.files
5448
+cscope.files: clean-cscope cscopelist
5449
+cscopelist: cscopelist-am
5450
+
5451
+cscopelist-am: $(am__tagged_files)
5452
+	list='$(am__tagged_files)'; \
5453
+	case "$(srcdir)" in \
5454
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5455
+	  *) sdir=$(subdir)/$(srcdir) ;; \
5456
+	esac; \
5457
+	for i in $$list; do \
5458
+	  if test -f "$$i"; then \
5459
+	    echo "$(subdir)/$$i"; \
5460
+	  else \
5461
+	    echo "$$sdir/$$i"; \
5462
+	  fi; \
5463
+	done >> $(top_builddir)/cscope.files
5443 5464
 
5444 5465
 distclean-tags:
5445 5466
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5467
+	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5446 5468
 
5447 5469
 distdir: $(DISTFILES)
5448 5470
 	$(am__remove_distdir)
... ...
@@ -5488,40 +5591,42 @@ distdir: $(DISTFILES)
5488 5488
 	|| chmod -R a+r "$(distdir)"
5489 5489
 dist-gzip: distdir
5490 5490
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5491
-	$(am__remove_distdir)
5491
+	$(am__post_remove_distdir)
5492 5492
 
5493 5493
 dist-bzip2: distdir
5494 5494
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5495
-	$(am__remove_distdir)
5495
+	$(am__post_remove_distdir)
5496 5496
 
5497 5497
 dist-lzip: distdir
5498 5498
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5499
-	$(am__remove_distdir)
5500
-
5501
-dist-lzma: distdir
5502
-	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5503
-	$(am__remove_distdir)
5499
+	$(am__post_remove_distdir)
5504 5500
 
5505 5501
 dist-xz: distdir
5506 5502
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5507
-	$(am__remove_distdir)
5503
+	$(am__post_remove_distdir)
5508 5504
 
5509 5505
 dist-tarZ: distdir
5506
+	@echo WARNING: "Support for shar distribution archives is" \
5507
+	               "deprecated." >&2
5508
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5510 5509
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5511
-	$(am__remove_distdir)
5510
+	$(am__post_remove_distdir)
5512 5511
 
5513 5512
 dist-shar: distdir
5513
+	@echo WARNING: "Support for distribution archives compressed with" \
5514
+		       "legacy program 'compress' is deprecated." >&2
5515
+	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5514 5516
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5515
-	$(am__remove_distdir)
5517
+	$(am__post_remove_distdir)
5516 5518
 
5517 5519
 dist-zip: distdir
5518 5520
 	-rm -f $(distdir).zip
5519 5521
 	zip -rq $(distdir).zip $(distdir)
5520
-	$(am__remove_distdir)
5522
+	$(am__post_remove_distdir)
5521 5523
 
5522
-dist dist-all: distdir
5523
-	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5524
-	$(am__remove_distdir)
5524
+dist dist-all:
5525
+	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5526
+	$(am__post_remove_distdir)
5525 5527
 
5526 5528
 # This target untars the dist file and tries a VPATH configuration.  Then
5527 5529
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5532,8 +5637,6 @@ distcheck: dist
5532 5532
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5533 5533
 	*.tar.bz2*) \
5534 5534
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5535
-	*.tar.lzma*) \
5536
-	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5537 5535
 	*.tar.lz*) \
5538 5536
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5539 5537
 	*.tar.xz*) \
... ...
@@ -5545,18 +5648,19 @@ distcheck: dist
5545 5545
 	*.zip*) \
5546 5546
 	  unzip $(distdir).zip ;;\
5547 5547
 	esac
5548
-	chmod -R a-w $(distdir); chmod a+w $(distdir)
5549
-	mkdir $(distdir)/_build
5550
-	mkdir $(distdir)/_inst
5548
+	chmod -R a-w $(distdir)
5549
+	chmod u+w $(distdir)
5550
+	mkdir $(distdir)/_build $(distdir)/_inst
5551 5551
 	chmod a-w $(distdir)
5552 5552
 	test -d $(distdir)/_build || exit 0; \
5553 5553
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5554 5554
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
5555 5555
 	  && am__cwd=`pwd` \
5556 5556
 	  && $(am__cd) $(distdir)/_build \
5557
-	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5557
+	  && ../configure \
5558 5558
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
5559 5559
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
5560
+	    --srcdir=.. --prefix="$$dc_install_base" \
5560 5561
 	  && $(MAKE) $(AM_MAKEFLAGS) \
5561 5562
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5562 5563
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -5579,7 +5683,7 @@ distcheck: dist
5579 5579
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5580 5580
 	  && cd "$$am__cwd" \
5581 5581
 	  || exit 1
5582
-	$(am__remove_distdir)
5582
+	$(am__post_remove_distdir)
5583 5583
 	@(echo "$(distdir) archives ready for distribution: "; \
5584 5584
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5585 5585
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5724,23 +5828,23 @@ uninstall-am:
5724 5724
 
5725 5725
 .MAKE: all check install install-am install-strip
5726 5726
 
5727
-.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5728
-	clean-generic clean-libtool clean-local \
5729
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5730
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5731
-	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5732
-	distclean-compile distclean-generic distclean-hdr \
5733
-	distclean-libtool distclean-local distclean-tags \
5734
-	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5735
-	html-am info info-am install install-am install-data \
5736
-	install-data-am install-dvi install-dvi-am install-exec \
5737
-	install-exec-am install-html install-html-am install-info \
5738
-	install-info-am install-man install-pdf install-pdf-am \
5739
-	install-ps install-ps-am install-strip installcheck \
5740
-	installcheck-am installdirs maintainer-clean \
5741
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
5742
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5743
-	tags uninstall uninstall-am
5727
+.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5728
+	clean-cscope clean-generic clean-libtool clean-local \
5729
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5730
+	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5731
+	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5732
+	dist-zip distcheck distclean distclean-compile \
5733
+	distclean-generic distclean-hdr distclean-libtool \
5734
+	distclean-local distclean-tags distcleancheck distdir \
5735
+	distuninstallcheck dvi dvi-am html html-am info info-am \
5736
+	install install-am install-data install-data-am install-dvi \
5737
+	install-dvi-am install-exec install-exec-am install-html \
5738
+	install-html-am install-info install-info-am install-man \
5739
+	install-pdf install-pdf-am install-ps install-ps-am \
5740
+	install-strip installcheck installcheck-am installdirs \
5741
+	maintainer-clean maintainer-clean-generic mostlyclean \
5742
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5743
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5744 5744
 
5745 5745
 
5746 5746
 @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'"
... ...
@@ -1254,8 +1274,6 @@ target=$target_alias
1254 1254
 if test "x$host_alias" != x; then
1255 1255
   if test "x$build_alias" = x; then
1256 1256
     cross_compiling=maybe
1257
-    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1258
-    If a cross compiler is detected then cross compile mode will be used" >&2
1259 1257
   elif test "x$build_alias" != "x$host_alias"; then
1260 1258
     cross_compiling=yes
1261 1259
   fi
... ...
@@ -1420,12 +1438,15 @@ Optional Features:
1420 1420
   --disable-option-checking  ignore unrecognized --enable/--with options
1421 1421
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1422 1422
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1423
-  --enable-silent-rules          less verbose build output (undo: `make V=1')
1424
-  --disable-silent-rules         verbose build output (undo: `make V=0')
1425
-  --disable-dependency-tracking  speeds up one-time build
1426
-  --enable-dependency-tracking   do not reject slow dependency extractors
1427
-  --enable-maintainer-mode  enable make rules and dependencies not useful
1428
-			  (and sometimes confusing) to the casual installer
1423
+  --enable-silent-rules   less verbose build output (undo: "make V=1")
1424
+  --disable-silent-rules  verbose build output (undo: "make V=0")
1425
+  --enable-dependency-tracking
1426
+                          do not reject slow dependency extractors
1427
+  --disable-dependency-tracking
1428
+                          speeds up one-time build
1429
+  --enable-maintainer-mode
1430
+                          enable make rules and dependencies not useful (and
1431
+                          sometimes confusing) to the casual installer
1429 1432
   --enable-static[=PKGS]  build static libraries [default=no]
1430 1433
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1431 1434
   --enable-fast-install[=PKGS]
... ...
@@ -1539,9 +1560,9 @@ test -n "$ac_init_help" && exit $ac_status
1539 1539
 if $ac_init_version; then
1540 1540
   cat <<\_ACEOF
1541 1541
 libclamavc++ configure devel
1542
-generated by GNU Autoconf 2.68
1542
+generated by GNU Autoconf 2.69
1543 1543
 
1544
-Copyright (C) 2010 Free Software Foundation, Inc.
1544
+Copyright (C) 2012 Free Software Foundation, Inc.
1545 1545
 This configure script is free software; the Free Software Foundation
1546 1546
 gives unlimited permission to copy, distribute and modify it.
1547 1547
 _ACEOF
... ...
@@ -1765,7 +1786,7 @@ $as_echo "$ac_try_echo"; } >&5
1765 1765
 	 test ! -s conftest.err
1766 1766
        } && test -s conftest$ac_exeext && {
1767 1767
 	 test "$cross_compiling" = yes ||
1768
-	 $as_test_x conftest$ac_exeext
1768
+	 test -x conftest$ac_exeext
1769 1769
        }; then :
1770 1770
   ac_retval=0
1771 1771
 else
... ...
@@ -1915,7 +1936,7 @@ $as_echo "$ac_try_echo"; } >&5
1915 1915
 	 test ! -s conftest.err
1916 1916
        } && test -s conftest$ac_exeext && {
1917 1917
 	 test "$cross_compiling" = yes ||
1918
-	 $as_test_x conftest$ac_exeext
1918
+	 test -x conftest$ac_exeext
1919 1919
        }; then :
1920 1920
   ac_retval=0
1921 1921
 else
... ...
@@ -1980,7 +2001,7 @@ This file contains any messages produced by compilers while
1980 1980
 running configure, to aid debugging if configure makes a mistake.
1981 1981
 
1982 1982
 It was created by libclamavc++ $as_me devel, which was
1983
-generated by GNU Autoconf 2.68.  Invocation command line was
1983
+generated by GNU Autoconf 2.69.  Invocation command line was
1984 1984
 
1985 1985
   $ $0 $@
1986 1986
 
... ...
@@ -2469,7 +2490,7 @@ test -n "$target_alias" &&
2469 2469
   test "$program_prefix$program_suffix$program_transform_name" = \
2470 2470
     NONENONEs,x,x, &&
2471 2471
   program_prefix=${target_alias}-
2472
-am__api_version='1.11'
2472
+am__api_version='1.14'
2473 2473
 
2474 2474
 # Find a good install program.  We prefer a C program (faster),
2475 2475
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2508,7 +2529,7 @@ case $as_dir/ in #((
2508 2508
     # by default.
2509 2509
     for ac_prog in ginstall scoinst install; do
2510 2510
       for ac_exec_ext in '' $ac_executable_extensions; do
2511
-	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2511
+	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2512 2512
 	  if test $ac_prog = install &&
2513 2513
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2514 2514
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2566,9 +2587,6 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2566 2566
 
2567 2567
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2568 2568
 $as_echo_n "checking whether build environment is sane... " >&6; }
2569
-# Just in case
2570
-sleep 1
2571
-echo timestamp > conftest.file
2572 2569
 # Reject unsafe characters in $srcdir or the absolute working directory
2573 2570
 # name.  Accept space and tab only in the latter.
2574 2571
 am_lf='
... ...
@@ -2579,32 +2597,40 @@ case `pwd` in
2579 2579
 esac
2580 2580
 case $srcdir in
2581 2581
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2582
-    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2582
+    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2583 2583
 esac
2584 2584
 
2585
-# Do `set' in a subshell so we don't clobber the current shell's
2585
+# Do 'set' in a subshell so we don't clobber the current shell's
2586 2586
 # arguments.  Must try -L first in case configure is actually a
2587 2587
 # symlink; some systems play weird games with the mod time of symlinks
2588 2588
 # (eg FreeBSD returns the mod time of the symlink's containing
2589 2589
 # directory).
2590 2590
 if (
2591
-   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2592
-   if test "$*" = "X"; then
2593
-      # -L didn't work.
2594
-      set X `ls -t "$srcdir/configure" conftest.file`
2595
-   fi
2596
-   rm -f conftest.file
2597
-   if test "$*" != "X $srcdir/configure conftest.file" \
2598
-      && test "$*" != "X conftest.file $srcdir/configure"; then
2599
-
2600
-      # If neither matched, then we have a broken ls.  This can happen
2601
-      # if, for instance, CONFIG_SHELL is bash and it inherits a
2602
-      # broken ls alias from the environment.  This has actually
2603
-      # happened.  Such a system could not be considered "sane".
2604
-      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2605
-alias in your environment" "$LINENO" 5
2606
-   fi
2607
-
2591
+   am_has_slept=no
2592
+   for am_try in 1 2; do
2593
+     echo "timestamp, slept: $am_has_slept" > conftest.file
2594
+     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2595
+     if test "$*" = "X"; then
2596
+	# -L didn't work.
2597
+	set X `ls -t "$srcdir/configure" conftest.file`
2598
+     fi
2599
+     if test "$*" != "X $srcdir/configure conftest.file" \
2600
+	&& test "$*" != "X conftest.file $srcdir/configure"; then
2601
+
2602
+	# If neither matched, then we have a broken ls.  This can happen
2603
+	# if, for instance, CONFIG_SHELL is bash and it inherits a
2604
+	# broken ls alias from the environment.  This has actually
2605
+	# happened.  Such a system could not be considered "sane".
2606
+	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2607
+  alias in your environment" "$LINENO" 5
2608
+     fi
2609
+     if test "$2" = conftest.file || test $am_try -eq 2; then
2610
+       break
2611
+     fi
2612
+     # Just in case.
2613
+     sleep 1
2614
+     am_has_slept=yes
2615
+   done
2608 2616
    test "$2" = conftest.file
2609 2617
    )
2610 2618
 then
... ...
@@ -2616,6 +2642,16 @@ Check your system clock" "$LINENO" 5
2616 2616
 fi
2617 2617
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2618 2618
 $as_echo "yes" >&6; }
2619
+# If we didn't sleep, we still need to ensure time stamps of config.status and
2620
+# generated files are strictly newer.
2621
+am_sleep_pid=
2622
+if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2623
+  ( sleep 1 ) &
2624
+  am_sleep_pid=$!
2625
+fi
2626
+
2627
+rm -f conftest.file
2628
+
2619 2629
 test "$program_prefix" != NONE &&
2620 2630
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2621 2631
 # Use a double $ so make ignores it.
... ...
@@ -2638,12 +2674,12 @@ if test x"${MISSING+set}" != xset; then
2638 2638
   esac
2639 2639
 fi
2640 2640
 # Use eval to expand $SHELL
2641
-if eval "$MISSING --run true"; then
2642
-  am_missing_run="$MISSING --run "
2641
+if eval "$MISSING --is-lightweight"; then
2642
+  am_missing_run="$MISSING "
2643 2643
 else
2644 2644
   am_missing_run=
2645
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2646
-$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2645
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2646
+$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2647 2647
 fi
2648 2648
 
2649 2649
 if test x"${install_sh}" != xset; then
... ...
@@ -2655,10 +2691,10 @@ if test x"${install_sh}" != xset; then
2655 2655
   esac
2656 2656
 fi
2657 2657
 
2658
-# Installed binaries are usually stripped using `strip' when the user
2659
-# run `make install-strip'.  However `strip' might not be the right
2658
+# Installed binaries are usually stripped using 'strip' when the user
2659
+# run "make install-strip".  However 'strip' might not be the right
2660 2660
 # tool to use in cross-compilation environments, therefore Automake
2661
-# will honor the `STRIP' environment variable to overrule this program.
2661
+# will honor the 'STRIP' environment variable to overrule this program.
2662 2662
 if test "$cross_compiling" != no; then
2663 2663
   if test -n "$ac_tool_prefix"; then
2664 2664
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2677,7 +2713,7 @@ do
2677 2677
   IFS=$as_save_IFS
2678 2678
   test -z "$as_dir" && as_dir=.
2679 2679
     for ac_exec_ext in '' $ac_executable_extensions; do
2680
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2680
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2681 2681
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2682 2682
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2683 2683
     break 2
... ...
@@ -2717,7 +2753,7 @@ do
2717 2717
   IFS=$as_save_IFS
2718 2718
   test -z "$as_dir" && as_dir=.
2719 2719
     for ac_exec_ext in '' $ac_executable_extensions; do
2720
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2720
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2721 2721
     ac_cv_prog_ac_ct_STRIP="strip"
2722 2722
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2723 2723
     break 2
... ...
@@ -2768,7 +2804,7 @@ do
2768 2768
   test -z "$as_dir" && as_dir=.
2769 2769
     for ac_prog in mkdir gmkdir; do
2770 2770
 	 for ac_exec_ext in '' $ac_executable_extensions; do
2771
-	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2771
+	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2772 2772
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2773 2773
 	     'mkdir (GNU coreutils) '* | \
2774 2774
 	     'mkdir (coreutils) '* | \
... ...
@@ -2797,12 +2833,6 @@ fi
2797 2797
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2798 2798
 $as_echo "$MKDIR_P" >&6; }
2799 2799
 
2800
-mkdir_p="$MKDIR_P"
2801
-case $mkdir_p in
2802
-  [\\/$]* | ?:[\\/]*) ;;
2803
-  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2804
-esac
2805
-
2806 2800
 for ac_prog in gawk mawk nawk awk
2807 2801
 do
2808 2802
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2821,7 +2851,7 @@ do
2821 2821
   IFS=$as_save_IFS
2822 2822
   test -z "$as_dir" && as_dir=.
2823 2823
     for ac_exec_ext in '' $ac_executable_extensions; do
2824
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2824
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2825 2825
     ac_cv_prog_AWK="$ac_prog"
2826 2826
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2827 2827
     break 2
... ...
@@ -2885,6 +2915,45 @@ else
2885 2885
 fi
2886 2886
 rmdir .tst 2>/dev/null
2887 2887
 
2888
+# Check whether --enable-silent-rules was given.
2889
+if test "${enable_silent_rules+set}" = set; then :
2890
+  enableval=$enable_silent_rules;
2891
+fi
2892
+
2893
+case $enable_silent_rules in # (((
2894
+  yes) AM_DEFAULT_VERBOSITY=0;;
2895
+   no) AM_DEFAULT_VERBOSITY=1;;
2896
+    *) AM_DEFAULT_VERBOSITY=1;;
2897
+esac
2898
+am_make=${MAKE-make}
2899
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2900
+$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2901
+if ${am_cv_make_support_nested_variables+:} false; then :
2902
+  $as_echo_n "(cached) " >&6
2903
+else
2904
+  if $as_echo 'TRUE=$(BAR$(V))
2905
+BAR0=false
2906
+BAR1=true
2907
+V=1
2908
+am__doit:
2909
+	@$(TRUE)
2910
+.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2911
+  am_cv_make_support_nested_variables=yes
2912
+else
2913
+  am_cv_make_support_nested_variables=no
2914
+fi
2915
+fi
2916
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2917
+$as_echo "$am_cv_make_support_nested_variables" >&6; }
2918
+if test $am_cv_make_support_nested_variables = yes; then
2919
+    AM_V='$(V)'
2920
+  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2921
+else
2922
+  AM_V=$AM_DEFAULT_VERBOSITY
2923
+  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2924
+fi
2925
+AM_BACKSLASH='\'
2926
+
2888 2927
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2889 2928
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2890 2929
   # is not polluted with repeated "-I."
... ...
@@ -2926,6 +2995,12 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2926 2926
 
2927 2927
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2928 2928
 
2929
+# For better backward compatibility.  To be removed once Automake 1.9.x
2930
+# dies out for good.  For more background, see:
2931
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2932
+# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2933
+mkdir_p='$(MKDIR_P)'
2934
+
2929 2935
 # We need awk for the "check" target.  The system "awk" is bad on
2930 2936
 # some platforms.
2931 2937
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2933,101 +3008,151 @@ MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2933 2933
 AMTAR='$${TAR-tar}'
2934 2934
 
2935 2935
 
2936
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2937
-$as_echo_n "checking how to create a pax tar archive... " >&6; }
2938
-# Loop over all known methods to create a tar archive until one works.
2936
+# We'll loop over all known methods to create a tar archive until one works.
2939 2937
 _am_tools='gnutar  pax cpio none'
2940
-_am_tools=${am_cv_prog_tar_pax-$_am_tools}
2941
-# Do not fold the above two line into one, because Tru64 sh and
2942
-# Solaris sh will not grok spaces in the rhs of `-'.
2943
-for _am_tool in $_am_tools
2944
-do
2945
-  case $_am_tool in
2946
-  gnutar)
2947
-    for _am_tar in tar gnutar gtar;
2948
-    do
2949
-      { echo "$as_me:$LINENO: $_am_tar --version" >&5
2938
+
2939
+
2940
+
2941
+  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2942
+$as_echo_n "checking how to create a pax tar archive... " >&6; }
2943
+
2944
+  # Go ahead even if we have the value already cached.  We do so because we
2945
+  # need to set the values for the 'am__tar' and 'am__untar' variables.
2946
+  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
2947
+
2948
+  for _am_tool in $_am_tools; do
2949
+    case $_am_tool in
2950
+    gnutar)
2951
+      for _am_tar in tar gnutar gtar; do
2952
+        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2950 2953
    ($_am_tar --version) >&5 2>&5
2951 2954
    ac_status=$?
2952 2955
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2953 2956
    (exit $ac_status); } && break
2954
-    done
2955
-    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2956
-    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2957
-    am__untar="$_am_tar -xf -"
2958
-    ;;
2959
-  plaintar)
2960
-    # Must skip GNU tar: if it does not support --format= it doesn't create
2961
-    # ustar tarball either.
2962
-    (tar --version) >/dev/null 2>&1 && continue
2963
-    am__tar='tar chf - "$$tardir"'
2964
-    am__tar_='tar chf - "$tardir"'
2965
-    am__untar='tar xf -'
2966
-    ;;
2967
-  pax)
2968
-    am__tar='pax -L -x pax -w "$$tardir"'
2969
-    am__tar_='pax -L -x pax -w "$tardir"'
2970
-    am__untar='pax -r'
2971
-    ;;
2972
-  cpio)
2973
-    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2974
-    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2975
-    am__untar='cpio -i -H pax -d'
2976
-    ;;
2977
-  none)
2978
-    am__tar=false
2979
-    am__tar_=false
2980
-    am__untar=false
2981
-    ;;
2982
-  esac
2957
+      done
2958
+      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
2959
+      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
2960
+      am__untar="$_am_tar -xf -"
2961
+      ;;
2962
+    plaintar)
2963
+      # Must skip GNU tar: if it does not support --format= it doesn't create
2964
+      # ustar tarball either.
2965
+      (tar --version) >/dev/null 2>&1 && continue
2966
+      am__tar='tar chf - "$$tardir"'
2967
+      am__tar_='tar chf - "$tardir"'
2968
+      am__untar='tar xf -'
2969
+      ;;
2970
+    pax)
2971
+      am__tar='pax -L -x pax -w "$$tardir"'
2972
+      am__tar_='pax -L -x pax -w "$tardir"'
2973
+      am__untar='pax -r'
2974
+      ;;
2975
+    cpio)
2976
+      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
2977
+      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
2978
+      am__untar='cpio -i -H pax -d'
2979
+      ;;
2980
+    none)
2981
+      am__tar=false
2982
+      am__tar_=false
2983
+      am__untar=false
2984
+      ;;
2985
+    esac
2983 2986
 
2984
-  # If the value was cached, stop now.  We just wanted to have am__tar
2985
-  # and am__untar set.
2986
-  test -n "${am_cv_prog_tar_pax}" && break
2987
+    # If the value was cached, stop now.  We just wanted to have am__tar
2988
+    # and am__untar set.
2989
+    test -n "${am_cv_prog_tar_pax}" && break
2987 2990
 
2988
-  # tar/untar a dummy directory, and stop if the command works
2989
-  rm -rf conftest.dir
2990
-  mkdir conftest.dir
2991
-  echo GrepMe > conftest.dir/file
2992
-  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2991
+    # tar/untar a dummy directory, and stop if the command works.
2992
+    rm -rf conftest.dir
2993
+    mkdir conftest.dir
2994
+    echo GrepMe > conftest.dir/file
2995
+    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
2993 2996
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
2994 2997
    ac_status=$?
2995 2998
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
2996 2999
    (exit $ac_status); }
2997
-  rm -rf conftest.dir
2998
-  if test -s conftest.tar; then
2999
-    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3000
+    rm -rf conftest.dir
3001
+    if test -s conftest.tar; then
3002
+      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3000 3003
    ($am__untar <conftest.tar) >&5 2>&5
3001 3004
    ac_status=$?
3002 3005
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3003 3006
    (exit $ac_status); }
3004
-    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3005
-  fi
3006
-done
3007
-rm -rf conftest.dir
3007
+      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3008
+   (cat conftest.dir/file) >&5 2>&5
3009
+   ac_status=$?
3010
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011
+   (exit $ac_status); }
3012
+      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3013
+    fi
3014
+  done
3015
+  rm -rf conftest.dir
3008 3016
 
3009
-if ${am_cv_prog_tar_pax+:} false; then :
3017
+  if ${am_cv_prog_tar_pax+:} false; then :
3010 3018
   $as_echo_n "(cached) " >&6
3011 3019
 else
3012 3020
   am_cv_prog_tar_pax=$_am_tool
3013 3021
 fi
3014 3022
 
3015
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3023
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3016 3024
 $as_echo "$am_cv_prog_tar_pax" >&6; }
3017 3025
 
3018 3026
 
3019 3027
 
3020 3028
 
3021 3029
 
3030
+
3031
+# POSIX will say in a future version that running "rm -f" with no argument
3032
+# is OK; and we want to be able to make that assumption in our Makefile
3033
+# recipes.  So use an aggressive probe to check that the usage we want is
3034
+# actually supported "in the wild" to an acceptable degree.
3035
+# See automake bug#10828.
3036
+# To make any issue more visible, cause the running configure to be aborted
3037
+# by default if the 'rm' program in use doesn't match our expectations; the
3038
+# user can still override this though.
3039
+if rm -f && rm -fr && rm -rf; then : OK; else
3040
+  cat >&2 <<'END'
3041
+Oops!
3042
+
3043
+Your 'rm' program seems unable to run without file operands specified
3044
+on the command line, even when the '-f' option is present.  This is contrary
3045
+to the behaviour of most rm programs out there, and not conforming with
3046
+the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3047
+
3048
+Please tell bug-automake@gnu.org about your system, including the value
3049
+of your $PATH and any error possibly output before this message.  This
3050
+can help us improve future automake versions.
3051
+
3052
+END
3053
+  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3054
+    echo 'Configuration will proceed anyway, since you have set the' >&2
3055
+    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3056
+    echo >&2
3057
+  else
3058
+    cat >&2 <<'END'
3059
+Aborting the configuration process, to ensure you take notice of the issue.
3060
+
3061
+You can download and install GNU coreutils to get an 'rm' implementation
3062
+that behaves properly: <http://www.gnu.org/software/coreutils/>.
3063
+
3064
+If you want to complete the configuration process using your problematic
3065
+'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3066
+to "yes", and re-run configure.
3067
+
3068
+END
3069
+    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3070
+  fi
3071
+fi
3022 3072
 # Check whether --enable-silent-rules was given.
3023 3073
 if test "${enable_silent_rules+set}" = set; then :
3024 3074
   enableval=$enable_silent_rules;
3025 3075
 fi
3026 3076
 
3027
-case $enable_silent_rules in
3028
-yes) AM_DEFAULT_VERBOSITY=0;;
3029
-no)  AM_DEFAULT_VERBOSITY=1;;
3030
-*)   AM_DEFAULT_VERBOSITY=0;;
3077
+case $enable_silent_rules in # (((
3078
+  yes) AM_DEFAULT_VERBOSITY=0;;
3079
+   no) AM_DEFAULT_VERBOSITY=1;;
3080
+    *) AM_DEFAULT_VERBOSITY=0;;
3031 3081
 esac
3032 3082
 am_make=${MAKE-make}
3033 3083
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3088,7 +3213,7 @@ do
3088 3088
   IFS=$as_save_IFS
3089 3089
   test -z "$as_dir" && as_dir=.
3090 3090
     for ac_exec_ext in '' $ac_executable_extensions; do
3091
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3091
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3092 3092
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3093 3093
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3094 3094
     break 2
... ...
@@ -3132,7 +3257,7 @@ do
3132 3132
   IFS=$as_save_IFS
3133 3133
   test -z "$as_dir" && as_dir=.
3134 3134
     for ac_exec_ext in '' $ac_executable_extensions; do
3135
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3135
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3136 3136
     ac_cv_prog_ac_ct_CXX="$ac_prog"
3137 3137
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3138 3138
     break 2
... ...
@@ -3585,7 +3710,7 @@ am__quote=
3585 3585
 _am_result=none
3586 3586
 # First try GNU make style include.
3587 3587
 echo "include confinc" > confmf
3588
-# Ignore all kinds of additional output from `make'.
3588
+# Ignore all kinds of additional output from 'make'.
3589 3589
 case `$am_make -s -f confmf 2> /dev/null` in #(
3590 3590
 *the\ am__doit\ target*)
3591 3591
   am__include=include
... ...
@@ -3641,8 +3766,8 @@ else
3641 3641
   # We make a subdir and do the tests there.  Otherwise we can end up
3642 3642
   # making bogus files that we don't know about and never remove.  For
3643 3643
   # instance it was reported that on HP-UX the gcc test will end up
3644
-  # making a dummy file named `D' -- because `-MD' means `put the output
3645
-  # in D'.
3644
+  # making a dummy file named 'D' -- because '-MD' means "put the output
3645
+  # in D".
3646 3646
   rm -rf conftest.dir
3647 3647
   mkdir conftest.dir
3648 3648
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3677,16 +3802,16 @@ else
3677 3677
     : > sub/conftest.c
3678 3678
     for i in 1 2 3 4 5 6; do
3679 3679
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3680
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3681
-      # Solaris 8's {/usr,}/bin/sh.
3682
-      touch sub/conftst$i.h
3680
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3681
+      # Solaris 10 /bin/sh.
3682
+      echo '/* dummy */' > sub/conftst$i.h
3683 3683
     done
3684 3684
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3685 3685
 
3686
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3686
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3687 3687
     # mode.  It turns out that the SunPro C++ compiler does not properly
3688
-    # handle `-M -o', and we need to detect this.  Also, some Intel
3689
-    # versions had trouble with output in subdirs
3688
+    # handle '-M -o', and we need to detect this.  Also, some Intel
3689
+    # versions had trouble with output in subdirs.
3690 3690
     am__obj=sub/conftest.${OBJEXT-o}
3691 3691
     am__minus_obj="-o $am__obj"
3692 3692
     case $depmode in
... ...
@@ -3695,8 +3820,8 @@ else
3695 3695
       test "$am__universal" = false || continue
3696 3696
       ;;
3697 3697
     nosideeffect)
3698
-      # after this tag, mechanisms are not by side-effect, so they'll
3699
-      # only be used when explicitly requested
3698
+      # After this tag, mechanisms are not by side-effect, so they'll
3699
+      # only be used when explicitly requested.
3700 3700
       if test "x$enable_dependency_tracking" = xyes; then
3701 3701
 	continue
3702 3702
       else
... ...
@@ -3704,7 +3829,7 @@ else
3704 3704
       fi
3705 3705
       ;;
3706 3706
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3707
-      # This compiler won't grok `-c -o', but also, the minuso test has
3707
+      # This compiler won't grok '-c -o', but also, the minuso test has
3708 3708
       # not run yet.  These depmodes are late enough in the game, and
3709 3709
       # so weak that their functioning should not be impacted.
3710 3710
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -3780,7 +3905,7 @@ do
3780 3780
   IFS=$as_save_IFS
3781 3781
   test -z "$as_dir" && as_dir=.
3782 3782
     for ac_exec_ext in '' $ac_executable_extensions; do
3783
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3783
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3784 3784
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3785 3785
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3786 3786
     break 2
... ...
@@ -3820,7 +3945,7 @@ do
3820 3820
   IFS=$as_save_IFS
3821 3821
   test -z "$as_dir" && as_dir=.
3822 3822
     for ac_exec_ext in '' $ac_executable_extensions; do
3823
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3823
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3824 3824
     ac_cv_prog_ac_ct_CC="gcc"
3825 3825
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3826 3826
     break 2
... ...
@@ -3873,7 +3998,7 @@ do
3873 3873
   IFS=$as_save_IFS
3874 3874
   test -z "$as_dir" && as_dir=.
3875 3875
     for ac_exec_ext in '' $ac_executable_extensions; do
3876
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3876
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3877 3877
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3878 3878
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3879 3879
     break 2
... ...
@@ -3914,7 +4039,7 @@ do
3914 3914
   IFS=$as_save_IFS
3915 3915
   test -z "$as_dir" && as_dir=.
3916 3916
     for ac_exec_ext in '' $ac_executable_extensions; do
3917
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3917
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3918 3918
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3919 3919
        ac_prog_rejected=yes
3920 3920
        continue
... ...
@@ -3972,7 +4097,7 @@ do
3972 3972
   IFS=$as_save_IFS
3973 3973
   test -z "$as_dir" && as_dir=.
3974 3974
     for ac_exec_ext in '' $ac_executable_extensions; do
3975
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3975
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3976 3976
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3977 3977
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3978 3978
     break 2
... ...
@@ -4016,7 +4141,7 @@ do
4016 4016
   IFS=$as_save_IFS
4017 4017
   test -z "$as_dir" && as_dir=.
4018 4018
     for ac_exec_ext in '' $ac_executable_extensions; do
4019
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4019
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4020 4020
     ac_cv_prog_ac_ct_CC="$ac_prog"
4021 4021
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4022 4022
     break 2
... ...
@@ -4212,8 +4337,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4212 4212
 /* end confdefs.h.  */
4213 4213
 #include <stdarg.h>
4214 4214
 #include <stdio.h>
4215
-#include <sys/types.h>
4216
-#include <sys/stat.h>
4215
+struct stat;
4217 4216
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4218 4217
 struct buf { int x; };
4219 4218
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4298,6 +4422,65 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4298 4298
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4299 4299
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4300 4300
 
4301
+ac_ext=c
4302
+ac_cpp='$CPP $CPPFLAGS'
4303
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4304
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4305
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4306
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4307
+$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4308
+if ${am_cv_prog_cc_c_o+:} false; then :
4309
+  $as_echo_n "(cached) " >&6
4310
+else
4311
+  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4312
+/* end confdefs.h.  */
4313
+
4314
+int
4315
+main ()
4316
+{
4317
+
4318
+  ;
4319
+  return 0;
4320
+}
4321
+_ACEOF
4322
+  # Make sure it works both with $CC and with simple cc.
4323
+  # Following AC_PROG_CC_C_O, we do the test twice because some
4324
+  # compilers refuse to overwrite an existing .o file with -o,
4325
+  # though they will create one.
4326
+  am_cv_prog_cc_c_o=yes
4327
+  for am_i in 1 2; do
4328
+    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4329
+   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4330
+   ac_status=$?
4331
+   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4332
+   (exit $ac_status); } \
4333
+         && test -f conftest2.$ac_objext; then
4334
+      : OK
4335
+    else
4336
+      am_cv_prog_cc_c_o=no
4337
+      break
4338
+    fi
4339
+  done
4340
+  rm -f core conftest*
4341
+  unset am_i
4342
+fi
4343
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4344
+$as_echo "$am_cv_prog_cc_c_o" >&6; }
4345
+if test "$am_cv_prog_cc_c_o" != yes; then
4346
+   # Losing compiler, so override with the script.
4347
+   # FIXME: It is wrong to rewrite CC.
4348
+   # But if we don't then we get into trouble of one sort or another.
4349
+   # A longer-term fix would be to have automake use am__CC in this case,
4350
+   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4351
+   CC="$am_aux_dir/compile $CC"
4352
+fi
4353
+ac_ext=c
4354
+ac_cpp='$CPP $CPPFLAGS'
4355
+ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4356
+ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4357
+ac_compiler_gnu=$ac_cv_c_compiler_gnu
4358
+
4359
+
4301 4360
 depcc="$CC"   am_compiler_list=
4302 4361
 
4303 4362
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4309,8 +4492,8 @@ else
4309 4309
   # We make a subdir and do the tests there.  Otherwise we can end up
4310 4310
   # making bogus files that we don't know about and never remove.  For
4311 4311
   # instance it was reported that on HP-UX the gcc test will end up
4312
-  # making a dummy file named `D' -- because `-MD' means `put the output
4313
-  # in D'.
4312
+  # making a dummy file named 'D' -- because '-MD' means "put the output
4313
+  # in D".
4314 4314
   rm -rf conftest.dir
4315 4315
   mkdir conftest.dir
4316 4316
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4345,16 +4528,16 @@ else
4345 4345
     : > sub/conftest.c
4346 4346
     for i in 1 2 3 4 5 6; do
4347 4347
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4348
-      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4349
-      # Solaris 8's {/usr,}/bin/sh.
4350
-      touch sub/conftst$i.h
4348
+      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4349
+      # Solaris 10 /bin/sh.
4350
+      echo '/* dummy */' > sub/conftst$i.h
4351 4351
     done
4352 4352
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4353 4353
 
4354
-    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4354
+    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4355 4355
     # mode.  It turns out that the SunPro C++ compiler does not properly
4356
-    # handle `-M -o', and we need to detect this.  Also, some Intel
4357
-    # versions had trouble with output in subdirs
4356
+    # handle '-M -o', and we need to detect this.  Also, some Intel
4357
+    # versions had trouble with output in subdirs.
4358 4358
     am__obj=sub/conftest.${OBJEXT-o}
4359 4359
     am__minus_obj="-o $am__obj"
4360 4360
     case $depmode in
... ...
@@ -4363,8 +4546,8 @@ else
4363 4363
       test "$am__universal" = false || continue
4364 4364
       ;;
4365 4365
     nosideeffect)
4366
-      # after this tag, mechanisms are not by side-effect, so they'll
4367
-      # only be used when explicitly requested
4366
+      # After this tag, mechanisms are not by side-effect, so they'll
4367
+      # only be used when explicitly requested.
4368 4368
       if test "x$enable_dependency_tracking" = xyes; then
4369 4369
 	continue
4370 4370
       else
... ...
@@ -4372,7 +4555,7 @@ else
4372 4372
       fi
4373 4373
       ;;
4374 4374
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4375
-      # This compiler won't grok `-c -o', but also, the minuso test has
4375
+      # This compiler won't grok '-c -o', but also, the minuso test has
4376 4376
       # not run yet.  These depmodes are late enough in the game, and
4377 4377
       # so weak that their functioning should not be impacted.
4378 4378
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4581,7 +4764,7 @@ do
4581 4581
     for ac_prog in grep ggrep; do
4582 4582
     for ac_exec_ext in '' $ac_executable_extensions; do
4583 4583
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4584
-      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4584
+      as_fn_executable_p "$ac_path_GREP" || continue
4585 4585
 # Check for GNU ac_path_GREP and select it if it is found.
4586 4586
   # Check for GNU $ac_path_GREP
4587 4587
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4647,7 +4830,7 @@ do
4647 4647
     for ac_prog in egrep; do
4648 4648
     for ac_exec_ext in '' $ac_executable_extensions; do
4649 4649
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4650
-      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4650
+      as_fn_executable_p "$ac_path_EGREP" || continue
4651 4651
 # Check for GNU ac_path_EGREP and select it if it is found.
4652 4652
   # Check for GNU $ac_path_EGREP
4653 4653
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5389,7 +5572,7 @@ do
5389 5389
     for ac_prog in sed gsed; do
5390 5390
     for ac_exec_ext in '' $ac_executable_extensions; do
5391 5391
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5392
-      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5392
+      as_fn_executable_p "$ac_path_SED" || continue
5393 5393
 # Check for GNU ac_path_SED and select it if it is found.
5394 5394
   # Check for GNU $ac_path_SED
5395 5395
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5468,7 +5651,7 @@ do
5468 5468
     for ac_prog in fgrep; do
5469 5469
     for ac_exec_ext in '' $ac_executable_extensions; do
5470 5470
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5471
-      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5471
+      as_fn_executable_p "$ac_path_FGREP" || continue
5472 5472
 # Check for GNU ac_path_FGREP and select it if it is found.
5473 5473
   # Check for GNU $ac_path_FGREP
5474 5474
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5729,7 +5912,7 @@ do
5729 5729
   IFS=$as_save_IFS
5730 5730
   test -z "$as_dir" && as_dir=.
5731 5731
     for ac_exec_ext in '' $ac_executable_extensions; do
5732
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5732
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5733 5733
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5734 5734
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5735 5735
     break 2
... ...
@@ -5773,7 +5956,7 @@ do
5773 5773
   IFS=$as_save_IFS
5774 5774
   test -z "$as_dir" && as_dir=.
5775 5775
     for ac_exec_ext in '' $ac_executable_extensions; do
5776
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5776
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5777 5777
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5778 5778
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5779 5779
     break 2
... ...
@@ -6174,7 +6357,7 @@ do
6174 6174
   IFS=$as_save_IFS
6175 6175
   test -z "$as_dir" && as_dir=.
6176 6176
     for ac_exec_ext in '' $ac_executable_extensions; do
6177
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6177
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6178 6178
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6179 6179
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6180 6180
     break 2
... ...
@@ -6214,7 +6397,7 @@ do
6214 6214
   IFS=$as_save_IFS
6215 6215
   test -z "$as_dir" && as_dir=.
6216 6216
     for ac_exec_ext in '' $ac_executable_extensions; do
6217
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6217
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6218 6218
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6219 6219
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6220 6220
     break 2
... ...
@@ -6518,7 +6701,7 @@ do
6518 6518
   IFS=$as_save_IFS
6519 6519
   test -z "$as_dir" && as_dir=.
6520 6520
     for ac_exec_ext in '' $ac_executable_extensions; do
6521
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6522 6522
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6523 6523
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6524 6524
     break 2
... ...
@@ -6558,7 +6741,7 @@ do
6558 6558
   IFS=$as_save_IFS
6559 6559
   test -z "$as_dir" && as_dir=.
6560 6560
     for ac_exec_ext in '' $ac_executable_extensions; do
6561
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6561
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6562 6562
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6563 6563
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6564 6564
     break 2
... ...
@@ -6661,7 +6844,7 @@ do
6661 6661
   IFS=$as_save_IFS
6662 6662
   test -z "$as_dir" && as_dir=.
6663 6663
     for ac_exec_ext in '' $ac_executable_extensions; do
6664
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6664
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6665 6665
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6666 6666
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6667 6667
     break 2
... ...
@@ -6705,7 +6888,7 @@ do
6705 6705
   IFS=$as_save_IFS
6706 6706
   test -z "$as_dir" && as_dir=.
6707 6707
     for ac_exec_ext in '' $ac_executable_extensions; do
6708
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6708
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6709 6709
     ac_cv_prog_ac_ct_AR="$ac_prog"
6710 6710
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6711 6711
     break 2
... ...
@@ -6830,7 +7013,7 @@ do
6830 6830
   IFS=$as_save_IFS
6831 6831
   test -z "$as_dir" && as_dir=.
6832 6832
     for ac_exec_ext in '' $ac_executable_extensions; do
6833
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6833
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6834 6834
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6835 6835
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6836 6836
     break 2
... ...
@@ -6870,7 +7053,7 @@ do
6870 6870
   IFS=$as_save_IFS
6871 6871
   test -z "$as_dir" && as_dir=.
6872 6872
     for ac_exec_ext in '' $ac_executable_extensions; do
6873
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6873
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6874 6874
     ac_cv_prog_ac_ct_STRIP="strip"
6875 6875
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6876 6876
     break 2
... ...
@@ -6929,7 +7112,7 @@ do
6929 6929
   IFS=$as_save_IFS
6930 6930
   test -z "$as_dir" && as_dir=.
6931 6931
     for ac_exec_ext in '' $ac_executable_extensions; do
6932
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6932
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6933 6933
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6934 6934
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6935 6935
     break 2
... ...
@@ -6969,7 +7152,7 @@ do
6969 6969
   IFS=$as_save_IFS
6970 6970
   test -z "$as_dir" && as_dir=.
6971 6971
     for ac_exec_ext in '' $ac_executable_extensions; do
6972
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6972
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6973 6973
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6974 6974
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6975 6975
     break 2
... ...
@@ -7457,7 +7640,7 @@ do
7457 7457
     for ac_prog in dd; do
7458 7458
     for ac_exec_ext in '' $ac_executable_extensions; do
7459 7459
       ac_path_lt_DD="$as_dir/$ac_prog$ac_exec_ext"
7460
-      { test -f "$ac_path_lt_DD" && $as_test_x "$ac_path_lt_DD"; } || continue
7460
+      as_fn_executable_p "$ac_path_lt_DD" || continue
7461 7461
 if "$ac_path_lt_DD" bs=32 count=1 <conftest2.i >conftest.out 2>/dev/null; then
7462 7462
   cmp -s conftest.i conftest.out \
7463 7463
   && ac_cv_path_lt_DD="$ac_path_lt_DD" ac_path_lt_DD_found=:
... ...
@@ -7798,7 +7981,7 @@ do
7798 7798
   IFS=$as_save_IFS
7799 7799
   test -z "$as_dir" && as_dir=.
7800 7800
     for ac_exec_ext in '' $ac_executable_extensions; do
7801
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7801
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7802 7802
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7803 7803
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7804 7804
     break 2
... ...
@@ -7838,7 +8021,7 @@ do
7838 7838
   IFS=$as_save_IFS
7839 7839
   test -z "$as_dir" && as_dir=.
7840 7840
     for ac_exec_ext in '' $ac_executable_extensions; do
7841
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7841
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7842 7842
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7843 7843
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7844 7844
     break 2
... ...
@@ -7918,7 +8101,7 @@ do
7918 7918
   IFS=$as_save_IFS
7919 7919
   test -z "$as_dir" && as_dir=.
7920 7920
     for ac_exec_ext in '' $ac_executable_extensions; do
7921
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7921
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7922 7922
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7923 7923
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7924 7924
     break 2
... ...
@@ -7958,7 +8141,7 @@ do
7958 7958
   IFS=$as_save_IFS
7959 7959
   test -z "$as_dir" && as_dir=.
7960 7960
     for ac_exec_ext in '' $ac_executable_extensions; do
7961
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7961
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7962 7962
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7963 7963
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7964 7964
     break 2
... ...
@@ -8010,7 +8193,7 @@ do
8010 8010
   IFS=$as_save_IFS
8011 8011
   test -z "$as_dir" && as_dir=.
8012 8012
     for ac_exec_ext in '' $ac_executable_extensions; do
8013
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8013
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8014 8014
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8015 8015
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8016 8016
     break 2
... ...
@@ -8050,7 +8233,7 @@ do
8050 8050
   IFS=$as_save_IFS
8051 8051
   test -z "$as_dir" && as_dir=.
8052 8052
     for ac_exec_ext in '' $ac_executable_extensions; do
8053
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8053
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8054 8054
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
8055 8055
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8056 8056
     break 2
... ...
@@ -8102,7 +8285,7 @@ do
8102 8102
   IFS=$as_save_IFS
8103 8103
   test -z "$as_dir" && as_dir=.
8104 8104
     for ac_exec_ext in '' $ac_executable_extensions; do
8105
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8105
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8106 8106
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
8107 8107
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8108 8108
     break 2
... ...
@@ -8142,7 +8325,7 @@ do
8142 8142
   IFS=$as_save_IFS
8143 8143
   test -z "$as_dir" && as_dir=.
8144 8144
     for ac_exec_ext in '' $ac_executable_extensions; do
8145
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8145
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8146 8146
     ac_cv_prog_ac_ct_LIPO="lipo"
8147 8147
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8148 8148
     break 2
... ...
@@ -8194,7 +8377,7 @@ do
8194 8194
   IFS=$as_save_IFS
8195 8195
   test -z "$as_dir" && as_dir=.
8196 8196
     for ac_exec_ext in '' $ac_executable_extensions; do
8197
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8197
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8198 8198
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8199 8199
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8200 8200
     break 2
... ...
@@ -8234,7 +8417,7 @@ do
8234 8234
   IFS=$as_save_IFS
8235 8235
   test -z "$as_dir" && as_dir=.
8236 8236
     for ac_exec_ext in '' $ac_executable_extensions; do
8237
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8237
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8238 8238
     ac_cv_prog_ac_ct_OTOOL="otool"
8239 8239
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8240 8240
     break 2
... ...
@@ -8286,7 +8469,7 @@ do
8286 8286
   IFS=$as_save_IFS
8287 8287
   test -z "$as_dir" && as_dir=.
8288 8288
     for ac_exec_ext in '' $ac_executable_extensions; do
8289
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8289
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8290 8290
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8291 8291
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8292 8292
     break 2
... ...
@@ -8326,7 +8509,7 @@ do
8326 8326
   IFS=$as_save_IFS
8327 8327
   test -z "$as_dir" && as_dir=.
8328 8328
     for ac_exec_ext in '' $ac_executable_extensions; do
8329
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8329
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8330 8330
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8331 8331
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8332 8332
     break 2
... ...
@@ -16252,7 +16435,7 @@ do
16252 16252
   IFS=$as_save_IFS
16253 16253
   test -z "$as_dir" && as_dir=.
16254 16254
     for ac_exec_ext in '' $ac_executable_extensions; do
16255
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16255
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16256 16256
     ac_cv_path_llvmconfig="$as_dir/$ac_word$ac_exec_ext"
16257 16257
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16258 16258
     break 2
... ...
@@ -16299,7 +16482,7 @@ do
16299 16299
   IFS=$as_save_IFS
16300 16300
   test -z "$as_dir" && as_dir=.
16301 16301
     for ac_exec_ext in '' $ac_executable_extensions; do
16302
-  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16302
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16303 16303
     ac_cv_path_llvmconfig="$as_dir/$ac_word$ac_exec_ext"
16304 16304
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16305 16305
     break 2
... ...
@@ -16788,6 +16971,14 @@ LIBOBJS=$ac_libobjs
16788 16788
 LTLIBOBJS=$ac_ltlibobjs
16789 16789
 
16790 16790
 
16791
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16792
+$as_echo_n "checking that generated files are newer than configure... " >&6; }
16793
+   if test -n "$am_sleep_pid"; then
16794
+     # Hide warnings about reused PIDs.
16795
+     wait $am_sleep_pid 2>/dev/null
16796
+   fi
16797
+   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16798
+$as_echo "done" >&6; }
16791 16799
  if test -n "$EXEEXT"; then
16792 16800
   am__EXEEXT_TRUE=
16793 16801
   am__EXEEXT_FALSE='#'
... ...
@@ -17127,16 +17318,16 @@ if (echo >conf$$.file) 2>/dev/null; then
17127 17127
     # ... but there are two gotchas:
17128 17128
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
17129 17129
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
17130
-    # In both cases, we have to default to `cp -p'.
17130
+    # In both cases, we have to default to `cp -pR'.
17131 17131
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
17132
-      as_ln_s='cp -p'
17132
+      as_ln_s='cp -pR'
17133 17133
   elif ln conf$$.file conf$$ 2>/dev/null; then
17134 17134
     as_ln_s=ln
17135 17135
   else
17136
-    as_ln_s='cp -p'
17136
+    as_ln_s='cp -pR'
17137 17137
   fi
17138 17138
 else
17139
-  as_ln_s='cp -p'
17139
+  as_ln_s='cp -pR'
17140 17140
 fi
17141 17141
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
17142 17142
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -17196,28 +17387,16 @@ else
17196 17196
   as_mkdir_p=false
17197 17197
 fi
17198 17198
 
17199
-if test -x / >/dev/null 2>&1; then
17200
-  as_test_x='test -x'
17201
-else
17202
-  if ls -dL / >/dev/null 2>&1; then
17203
-    as_ls_L_option=L
17204
-  else
17205
-    as_ls_L_option=
17206
-  fi
17207
-  as_test_x='
17208
-    eval sh -c '\''
17209
-      if test -d "$1"; then
17210
-	test -d "$1/.";
17211
-      else
17212
-	case $1 in #(
17213
-	-*)set "./$1";;
17214
-	esac;
17215
-	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
17216
-	???[sx]*):;;*)false;;esac;fi
17217
-    '\'' sh
17218
-  '
17219
-fi
17220
-as_executable_p=$as_test_x
17199
+
17200
+# as_fn_executable_p FILE
17201
+# -----------------------
17202
+# Test if FILE is an executable regular file.
17203
+as_fn_executable_p ()
17204
+{
17205
+  test -f "$1" && test -x "$1"
17206
+} # as_fn_executable_p
17207
+as_test_x='test -x'
17208
+as_executable_p=as_fn_executable_p
17221 17209
 
17222 17210
 # Sed expression to map a string onto a valid CPP name.
17223 17211
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -17239,7 +17418,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
17239 17239
 # values after options handling.
17240 17240
 ac_log="
17241 17241
 This file was extended by libclamavc++ $as_me devel, which was
17242
-generated by GNU Autoconf 2.68.  Invocation command line was
17242
+generated by GNU Autoconf 2.69.  Invocation command line was
17243 17243
 
17244 17244
   CONFIG_FILES    = $CONFIG_FILES
17245 17245
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -17305,10 +17484,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17305 17305
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
17306 17306
 ac_cs_version="\\
17307 17307
 libclamavc++ config.status devel
17308
-configured by $0, generated by GNU Autoconf 2.68,
17308
+configured by $0, generated by GNU Autoconf 2.69,
17309 17309
   with options \\"\$ac_cs_config\\"
17310 17310
 
17311
-Copyright (C) 2010 Free Software Foundation, Inc.
17311
+Copyright (C) 2012 Free Software Foundation, Inc.
17312 17312
 This config.status script is free software; the Free Software Foundation
17313 17313
 gives unlimited permission to copy, distribute and modify it."
17314 17314
 
... ...
@@ -17399,7 +17578,7 @@ fi
17399 17399
 _ACEOF
17400 17400
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
17401 17401
 if \$ac_cs_recheck; then
17402
-  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17402
+  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
17403 17403
   shift
17404 17404
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
17405 17405
   CONFIG_SHELL='$SHELL'
... ...
@@ -18414,7 +18593,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
18414 18414
 
18415 18415
   case $ac_file$ac_mode in
18416 18416
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
18417
-  # Autoconf 2.62 quotes --file arguments for eval, but not when files
18417
+  # Older Autoconf quotes --file arguments for eval, but not when files
18418 18418
   # are listed without --file.  Let's play safe and only enable the eval
18419 18419
   # if we detect the quoting.
18420 18420
   case $CONFIG_FILES in
... ...
@@ -18427,7 +18606,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
18427 18427
     # Strip MF so we end up with the name of the file.
18428 18428
     mf=`echo "$mf" | sed -e 's/:.*$//'`
18429 18429
     # Check whether this is an Automake generated Makefile or not.
18430
-    # We used to match only the files named `Makefile.in', but
18430
+    # We used to match only the files named 'Makefile.in', but
18431 18431
     # some people rename them; so instead we look at the file content.
18432 18432
     # Grep'ing the first line is not enough: some people post-process
18433 18433
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -18461,21 +18640,19 @@ $as_echo X"$mf" |
18461 18461
       continue
18462 18462
     fi
18463 18463
     # Extract the definition of DEPDIR, am__include, and am__quote
18464
-    # from the Makefile without running `make'.
18464
+    # from the Makefile without running 'make'.
18465 18465
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
18466 18466
     test -z "$DEPDIR" && continue
18467 18467
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
18468
-    test -z "am__include" && continue
18468
+    test -z "$am__include" && continue
18469 18469
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
18470
-    # When using ansi2knr, U may be empty or an underscore; expand it
18471
-    U=`sed -n 's/^U = //p' < "$mf"`
18472 18470
     # Find all dependency output files, they are included files with
18473 18471
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
18474 18472
     # simplest approach to changing $(DEPDIR) to its actual value in the
18475 18473
     # expansion.
18476 18474
     for file in `sed -n "
18477 18475
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
18478
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
18476
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
18479 18477
       # Make sure the directory exists.
18480 18478
       test -f "$dirpart/$file" && continue
18481 18479
       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
 #  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@
... ...
@@ -54,7 +98,8 @@ build_triplet = @build@
54 54
 host_triplet = @host@
55 55
 target_triplet = @target@
56 56
 subdir = libfreshclam
57
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
57
+DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
58
+	$(top_srcdir)/config/depcomp
58 59
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 60
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
60 61
 	$(top_srcdir)/m4/ax_check_uname_syscall.m4 \
... ...
@@ -167,6 +212,19 @@ libfreshclam_la_OBJECTS = $(am_libfreshclam_la_OBJECTS)
167 167
 AM_V_lt = $(am__v_lt_@AM_V@)
168 168
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169 169
 am__v_lt_0 = --silent
170
+am__v_lt_1 = 
171
+AM_V_P = $(am__v_P_@AM_V@)
172
+am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173
+am__v_P_0 = false
174
+am__v_P_1 = :
175
+AM_V_GEN = $(am__v_GEN_@AM_V@)
176
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177
+am__v_GEN_0 = @echo "  GEN     " $@;
178
+am__v_GEN_1 = 
179
+AM_V_at = $(am__v_at_@AM_V@)
180
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181
+am__v_at_0 = @
182
+am__v_at_1 = 
170 183
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
171 184
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
172 185
 am__depfiles_maybe = depfiles
... ...
@@ -179,22 +237,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
179 179
 	$(AM_CFLAGS) $(CFLAGS)
180 180
 AM_V_CC = $(am__v_CC_@AM_V@)
181 181
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
182
-am__v_CC_0 = @echo "  CC    " $@;
183
-AM_V_at = $(am__v_at_@AM_V@)
184
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
185
-am__v_at_0 = @
182
+am__v_CC_0 = @echo "  CC      " $@;
183
+am__v_CC_1 = 
186 184
 CCLD = $(CC)
187 185
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
188 186
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
189 187
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
190 188
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
191 189
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
192
-am__v_CCLD_0 = @echo "  CCLD  " $@;
193
-AM_V_GEN = $(am__v_GEN_@AM_V@)
194
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
195
-am__v_GEN_0 = @echo "  GEN   " $@;
190
+am__v_CCLD_0 = @echo "  CCLD    " $@;
191
+am__v_CCLD_1 = 
196 192
 SOURCES = $(libfreshclam_la_SOURCES)
197 193
 DIST_SOURCES = $(libfreshclam_la_SOURCES)
194
+am__can_run_installinfo = \
195
+  case $$AM_UPDATE_INFO_DIR in \
196
+    n|no|NO) false;; \
197
+    *) (install-info --version) >/dev/null 2>&1;; \
198
+  esac
199
+am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
200
+# Read a list of newline-separated strings from the standard input,
201
+# and print each of them once, without duplicates.  Input order is
202
+# *not* preserved.
203
+am__uniquify_input = $(AWK) '\
204
+  BEGIN { nonempty = 0; } \
205
+  { items[$$0] = 1; nonempty = 1; } \
206
+  END { if (nonempty) { for (i in items) print i; }; } \
207
+'
208
+# Make sure the list of sources is unique.  This is necessary because,
209
+# e.g., the same source file might be shared among _SOURCES variables
210
+# for different programs/libraries.
211
+am__define_uniq_tagged_files = \
212
+  list='$(am__tagged_files)'; \
213
+  unique=`for i in $$list; do \
214
+    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
215
+  done | $(am__uniquify_input)`
198 216
 ETAGS = etags
199 217
 CTAGS = ctags
200 218
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -476,9 +552,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
476 476
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
477 477
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
478 478
 $(am__aclocal_m4_deps):
479
+
479 480
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
480 481
 	@$(NORMAL_INSTALL)
481
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
482 482
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
483 483
 	list2=; for p in $$list; do \
484 484
 	  if test -f $$p; then \
... ...
@@ -486,6 +562,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
486 486
 	  else :; fi; \
487 487
 	done; \
488 488
 	test -z "$$list2" || { \
489
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
490
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
489 491
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
490 492
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
491 493
 	}
... ...
@@ -501,12 +579,15 @@ uninstall-libLTLIBRARIES:
501 501
 
502 502
 clean-libLTLIBRARIES:
503 503
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
504
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
505
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
506
-	  test "$$dir" != "$$p" || dir=.; \
507
-	  echo "rm -f \"$${dir}/so_locations\""; \
508
-	  rm -f "$${dir}/so_locations"; \
509
-	done
504
+	@list='$(lib_LTLIBRARIES)'; \
505
+	locs=`for p in $$list; do echo $$p; done | \
506
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
507
+	      sort -u`; \
508
+	test -z "$$locs" || { \
509
+	  echo rm -f $${locs}; \
510
+	  rm -f $${locs}; \
511
+	}
512
+
510 513
 libfreshclam.la: $(libfreshclam_la_OBJECTS) $(libfreshclam_la_DEPENDENCIES) $(EXTRA_libfreshclam_la_DEPENDENCIES) 
511 514
 	$(AM_V_CCLD)$(LINK) -rpath $(libdir) $(libfreshclam_la_OBJECTS) $(libfreshclam_la_LIBADD) $(LIBS)
512 515
 
... ...
@@ -536,14 +617,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 $@ $<
... ...
@@ -649,26 +730,15 @@ mostlyclean-libtool:
649 649
 clean-libtool:
650 650
 	-rm -rf .libs _libs
651 651
 
652
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
653
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
654
-	unique=`for i in $$list; do \
655
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
656
-	  done | \
657
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
658
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
659
-	mkid -fID $$unique
660
-tags: TAGS
661
-
662
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
663
-		$(TAGS_FILES) $(LISP)
652
+ID: $(am__tagged_files)
653
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
654
+tags: tags-am
655
+TAGS: tags
656
+
657
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664 658
 	set x; \
665 659
 	here=`pwd`; \
666
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
667
-	unique=`for i in $$list; do \
668
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
669
-	  done | \
670
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
671
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
660
+	$(am__define_uniq_tagged_files); \
672 661
 	shift; \
673 662
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
674 663
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -680,15 +750,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
680 680
 	      $$unique; \
681 681
 	  fi; \
682 682
 	fi
683
-ctags: CTAGS
684
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
685
-		$(TAGS_FILES) $(LISP)
686
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
687
-	unique=`for i in $$list; do \
688
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
689
-	  done | \
690
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
691
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
683
+ctags: ctags-am
684
+
685
+CTAGS: ctags
686
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
687
+	$(am__define_uniq_tagged_files); \
692 688
 	test -z "$(CTAGS_ARGS)$$unique" \
693 689
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
694 690
 	     $$unique
... ...
@@ -697,6 +763,21 @@ GTAGS:
697 697
 	here=`$(am__cd) $(top_builddir) && pwd` \
698 698
 	  && $(am__cd) $(top_srcdir) \
699 699
 	  && gtags -i $(GTAGS_ARGS) "$$here"
700
+cscopelist: cscopelist-am
701
+
702
+cscopelist-am: $(am__tagged_files)
703
+	list='$(am__tagged_files)'; \
704
+	case "$(srcdir)" in \
705
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
706
+	  *) sdir=$(subdir)/$(srcdir) ;; \
707
+	esac; \
708
+	for i in $$list; do \
709
+	  if test -f "$$i"; then \
710
+	    echo "$(subdir)/$$i"; \
711
+	  else \
712
+	    echo "$$sdir/$$i"; \
713
+	  fi; \
714
+	done >> $(top_builddir)/cscope.files
700 715
 
701 716
 distclean-tags:
702 717
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -842,19 +923,19 @@ uninstall-am: uninstall-libLTLIBRARIES
842 842
 
843 843
 .MAKE: install-am install-strip
844 844
 
845
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
846
-	clean-libLTLIBRARIES clean-libtool ctags distclean \
847
-	distclean-compile distclean-generic distclean-libtool \
848
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
849
-	install install-am install-data install-data-am install-dvi \
850
-	install-dvi-am install-exec install-exec-am install-html \
851
-	install-html-am install-info install-info-am \
852
-	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
853
-	install-ps install-ps-am install-strip installcheck \
854
-	installcheck-am installdirs maintainer-clean \
845
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
846
+	clean-libLTLIBRARIES clean-libtool cscopelist-am ctags \
847
+	ctags-am distclean distclean-compile distclean-generic \
848
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
849
+	html-am info info-am install install-am install-data \
850
+	install-data-am install-dvi install-dvi-am install-exec \
851
+	install-exec-am install-html install-html-am install-info \
852
+	install-info-am install-libLTLIBRARIES install-man install-pdf \
853
+	install-pdf-am install-ps install-ps-am install-strip \
854
+	installcheck installcheck-am installdirs maintainer-clean \
855 855
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
856 856
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
857
-	tags uninstall uninstall-am uninstall-libLTLIBRARIES
857
+	tags tags-am uninstall uninstall-am uninstall-libLTLIBRARIES
858 858
 
859 859
 
860 860
 # 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.
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -560,9 +635,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
560 560
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
561 561
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
562 562
 $(am__aclocal_m4_deps):
563
+
563 564
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
564 565
 	@$(NORMAL_INSTALL)
565
-	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
566 566
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
567 567
 	list2=; for p in $$list; do \
568 568
 	  if test -f $$p; then \
... ...
@@ -570,6 +645,8 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
570 570
 	  else :; fi; \
571 571
 	done; \
572 572
 	test -z "$$list2" || { \
573
+	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
574
+	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
573 575
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
574 576
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
575 577
 	}
... ...
@@ -585,35 +662,47 @@ uninstall-libLTLIBRARIES:
585 585
 
586 586
 clean-libLTLIBRARIES:
587 587
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
588
-	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
589
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
590
-	  test "$$dir" != "$$p" || dir=.; \
591
-	  echo "rm -f \"$${dir}/so_locations\""; \
592
-	  rm -f "$${dir}/so_locations"; \
593
-	done
588
+	@list='$(lib_LTLIBRARIES)'; \
589
+	locs=`for p in $$list; do echo $$p; done | \
590
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
591
+	      sort -u`; \
592
+	test -z "$$locs" || { \
593
+	  echo rm -f $${locs}; \
594
+	  rm -f $${locs}; \
595
+	}
594 596
 
595 597
 clean-noinstLTLIBRARIES:
596 598
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
597
-	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
598
-	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
599
-	  test "$$dir" != "$$p" || dir=.; \
600
-	  echo "rm -f \"$${dir}/so_locations\""; \
601
-	  rm -f "$${dir}/so_locations"; \
602
-	done
599
+	@list='$(noinst_LTLIBRARIES)'; \
600
+	locs=`for p in $$list; do echo $$p; done | \
601
+	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
602
+	      sort -u`; \
603
+	test -z "$$locs" || { \
604
+	  echo rm -f $${locs}; \
605
+	  rm -f $${locs}; \
606
+	}
607
+
603 608
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
604 609
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
610
+
605 611
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
606 612
 	$(AM_V_CCLD)$(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
613
+
607 614
 dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) 
608 615
 	$(AM_V_CCLD)$(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
616
+
609 617
 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) 
610 618
 	$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
619
+
611 620
 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) 
612 621
 	$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
622
+
613 623
 load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) 
614 624
 	$(AM_V_CCLD)$(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
625
+
615 626
 loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) 
616 627
 	$(AM_V_CCLD)$(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
628
+
617 629
 shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) 
618 630
 	$(AM_V_CCLD)$(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
619 631
 
... ...
@@ -647,14 +736,14 @@ distclean-compile:
647 647
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
648 648
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
649 649
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
650
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
650
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
651 651
 
652 652
 .c.obj:
653 653
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
654 654
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
655 655
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
656 656
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
657
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
657
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
658 658
 
659 659
 .c.lo:
660 660
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -796,8 +885,11 @@ clean-libtool:
796 796
 	-rm -rf .libs _libs
797 797
 install-includeHEADERS: $(include_HEADERS)
798 798
 	@$(NORMAL_INSTALL)
799
-	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
800 799
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
800
+	if test -n "$$list"; then \
801
+	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
802
+	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
803
+	fi; \
801 804
 	for p in $$list; do \
802 805
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
803 806
 	  echo "$$d$$p"; \
... ...
@@ -814,8 +906,11 @@ uninstall-includeHEADERS:
814 814
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
815 815
 install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS)
816 816
 	@$(NORMAL_INSTALL)
817
-	test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)"
818 817
 	@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
818
+	if test -n "$$list"; then \
819
+	  echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \
820
+	  $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \
821
+	fi; \
819 822
 	for p in $$list; do \
820 823
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
821 824
 	  echo "$$d$$p"; \
... ...
@@ -831,26 +926,15 @@ uninstall-ltdlincludeHEADERS:
831 831
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
832 832
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
833 833
 
834
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
835
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
836
-	unique=`for i in $$list; do \
837
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
838
-	  done | \
839
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
840
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
841
-	mkid -fID $$unique
842
-tags: TAGS
843
-
844
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
845
-		$(TAGS_FILES) $(LISP)
834
+ID: $(am__tagged_files)
835
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
836
+tags: tags-am
837
+TAGS: tags
838
+
839
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
846 840
 	set x; \
847 841
 	here=`pwd`; \
848
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
849
-	unique=`for i in $$list; do \
850
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
851
-	  done | \
852
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
853
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
842
+	$(am__define_uniq_tagged_files); \
854 843
 	shift; \
855 844
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
856 845
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -862,15 +946,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
862 862
 	      $$unique; \
863 863
 	  fi; \
864 864
 	fi
865
-ctags: CTAGS
866
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
867
-		$(TAGS_FILES) $(LISP)
868
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
869
-	unique=`for i in $$list; do \
870
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
871
-	  done | \
872
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
873
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
865
+ctags: ctags-am
866
+
867
+CTAGS: ctags
868
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
869
+	$(am__define_uniq_tagged_files); \
874 870
 	test -z "$(CTAGS_ARGS)$$unique" \
875 871
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
876 872
 	     $$unique
... ...
@@ -879,6 +959,21 @@ GTAGS:
879 879
 	here=`$(am__cd) $(top_builddir) && pwd` \
880 880
 	  && $(am__cd) $(top_srcdir) \
881 881
 	  && gtags -i $(GTAGS_ARGS) "$$here"
882
+cscopelist: cscopelist-am
883
+
884
+cscopelist-am: $(am__tagged_files)
885
+	list='$(am__tagged_files)'; \
886
+	case "$(srcdir)" in \
887
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
888
+	  *) sdir=$(subdir)/$(srcdir) ;; \
889
+	esac; \
890
+	for i in $$list; do \
891
+	  if test -f "$$i"; then \
892
+	    echo "$(subdir)/$$i"; \
893
+	  else \
894
+	    echo "$$sdir/$$i"; \
895
+	  fi; \
896
+	done >> $(top_builddir)/cscope.files
882 897
 
883 898
 distclean-tags:
884 899
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -1029,20 +1124,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1029 1029
 
1030 1030
 .MAKE: all check install install-am install-strip
1031 1031
 
1032
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1032
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1033 1033
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1034
-	ctags distclean distclean-compile distclean-generic \
1035
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
1036
-	html-am info info-am install install-am install-data \
1037
-	install-data-am install-dvi install-dvi-am install-exec \
1038
-	install-exec-am install-html install-html-am \
1034
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1035
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1036
+	dvi-am html html-am info info-am install install-am \
1037
+	install-data install-data-am install-dvi install-dvi-am \
1038
+	install-exec install-exec-am install-html install-html-am \
1039 1039
 	install-includeHEADERS install-info install-info-am \
1040 1040
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1041 1041
 	install-pdf install-pdf-am install-ps install-ps-am \
1042 1042
 	install-strip installcheck installcheck-am installdirs \
1043 1043
 	maintainer-clean maintainer-clean-generic mostlyclean \
1044 1044
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1045
-	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1045
+	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1046 1046
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1047 1047
 	uninstall-ltdlincludeHEADERS
1048 1048
 
... ...
@@ -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/ax_check_uname_syscall.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)
... ...
@@ -437,14 +513,19 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
437 437
 $(am__aclocal_m4_deps):
438 438
 install-binPROGRAMS: $(bin_PROGRAMS)
439 439
 	@$(NORMAL_INSTALL)
440
-	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
441 440
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
441
+	if test -n "$$list"; then \
442
+	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
443
+	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
444
+	fi; \
442 445
 	for p in $$list; do echo "$$p $$p"; done | \
443 446
 	sed 's/$(EXEEXT)$$//' | \
444
-	while read p p1; do if test -f $$p || test -f $$p1; \
445
-	  then echo "$$p"; echo "$$p"; else :; fi; \
447
+	while read p p1; do if test -f $$p \
448
+	 || test -f $$p1 \
449
+	  ; then echo "$$p"; echo "$$p"; else :; fi; \
446 450
 	done | \
447
-	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
451
+	sed -e 'p;s,.*/,,;n;h' \
452
+	    -e 's|.*|.|' \
448 453
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
449 454
 	sed 'N;N;N;s,\n, ,g' | \
450 455
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -465,7 +546,8 @@ uninstall-binPROGRAMS:
465 465
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
466 466
 	files=`for p in $$list; do echo "$$p"; done | \
467 467
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
468
-	      -e 's/$$/$(EXEEXT)/' `; \
468
+	      -e 's/$$/$(EXEEXT)/' \
469
+	`; \
469 470
 	test -n "$$list" || exit 0; \
470 471
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
471 472
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -494,6 +576,7 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
494 494
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
495 495
 	  done; \
496 496
 	done; rm -f c$${pid}_.???; exit $$bad
497
+
497 498
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) 
498 499
 	@rm -f sigtool$(EXEEXT)
499 500
 	$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
... ...
@@ -518,14 +601,14 @@ distclean-compile:
518 518
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
519 519
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
520 520
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
521
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
521
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
522 522
 
523 523
 .c.obj:
524 524
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
525 525
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
526 526
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
527 527
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
528
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
528
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
529 529
 
530 530
 .c.lo:
531 531
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -624,26 +707,15 @@ mostlyclean-libtool:
624 624
 clean-libtool:
625 625
 	-rm -rf .libs _libs
626 626
 
627
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
628
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
629
-	unique=`for i in $$list; do \
630
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
631
-	  done | \
632
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
633
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
634
-	mkid -fID $$unique
635
-tags: TAGS
636
-
637
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
638
-		$(TAGS_FILES) $(LISP)
627
+ID: $(am__tagged_files)
628
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
629
+tags: tags-am
630
+TAGS: tags
631
+
632
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
639 633
 	set x; \
640 634
 	here=`pwd`; \
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; }; }'`; \
635
+	$(am__define_uniq_tagged_files); \
647 636
 	shift; \
648 637
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
649 638
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -655,15 +727,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
655 655
 	      $$unique; \
656 656
 	  fi; \
657 657
 	fi
658
-ctags: CTAGS
659
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
660
-		$(TAGS_FILES) $(LISP)
661
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
662
-	unique=`for i in $$list; do \
663
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
664
-	  done | \
665
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
666
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
658
+ctags: ctags-am
659
+
660
+CTAGS: ctags
661
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
662
+	$(am__define_uniq_tagged_files); \
667 663
 	test -z "$(CTAGS_ARGS)$$unique" \
668 664
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
669 665
 	     $$unique
... ...
@@ -672,6 +740,21 @@ GTAGS:
672 672
 	here=`$(am__cd) $(top_builddir) && pwd` \
673 673
 	  && $(am__cd) $(top_srcdir) \
674 674
 	  && gtags -i $(GTAGS_ARGS) "$$here"
675
+cscopelist: cscopelist-am
676
+
677
+cscopelist-am: $(am__tagged_files)
678
+	list='$(am__tagged_files)'; \
679
+	case "$(srcdir)" in \
680
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
681
+	  *) sdir=$(subdir)/$(srcdir) ;; \
682
+	esac; \
683
+	for i in $$list; do \
684
+	  if test -f "$$i"; then \
685
+	    echo "$(subdir)/$$i"; \
686
+	  else \
687
+	    echo "$$sdir/$$i"; \
688
+	  fi; \
689
+	done >> $(top_builddir)/cscope.files
675 690
 
676 691
 distclean-tags:
677 692
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -816,19 +899,20 @@ uninstall-am: uninstall-binPROGRAMS
816 816
 
817 817
 .MAKE: install-am install-strip
818 818
 
819
-.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
820
-	clean-generic clean-libtool ctags distclean distclean-compile \
821
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
822
-	dvi-am html html-am info info-am install install-am \
823
-	install-binPROGRAMS install-data install-data-am install-dvi \
824
-	install-dvi-am install-exec install-exec-am install-html \
825
-	install-html-am install-info install-info-am install-man \
826
-	install-pdf install-pdf-am install-ps install-ps-am \
827
-	install-strip installcheck installcheck-am \
828
-	installcheck-binPROGRAMS installdirs maintainer-clean \
829
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
830
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
831
-	tags uninstall uninstall-am uninstall-binPROGRAMS
819
+.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
820
+	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
821
+	ctags ctags-am distclean distclean-compile distclean-generic \
822
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
823
+	html-am info info-am install install-am install-binPROGRAMS \
824
+	install-data install-data-am install-dvi install-dvi-am \
825
+	install-exec install-exec-am install-html install-html-am \
826
+	install-info install-info-am install-man install-pdf \
827
+	install-pdf-am install-ps install-ps-am install-strip \
828
+	installcheck installcheck-am installcheck-binPROGRAMS \
829
+	installdirs maintainer-clean maintainer-clean-generic \
830
+	mostlyclean mostlyclean-compile mostlyclean-generic \
831
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
832
+	uninstall-am uninstall-binPROGRAMS
832 833
 
833 834
 
834 835
 # 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/ax_check_uname_syscall.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@
... ...
@@ -386,11 +442,11 @@ mostlyclean-libtool:
386 386
 
387 387
 clean-libtool:
388 388
 	-rm -rf .libs _libs
389
-tags: TAGS
390
-TAGS:
389
+tags TAGS:
390
+
391
+ctags CTAGS:
391 392
 
392
-ctags: CTAGS
393
-CTAGS:
393
+cscope cscopelist:
394 394
 
395 395
 
396 396
 distdir: $(DISTFILES)
... ...
@@ -526,16 +582,16 @@ uninstall-am:
526 526
 .MAKE: install-am install-strip
527 527
 
528 528
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
529
-	clean-local distclean distclean-generic distclean-libtool \
530
-	distdir dvi dvi-am html html-am info info-am install \
531
-	install-am install-data install-data-am install-dvi \
529
+	clean-local cscopelist-am ctags-am distclean distclean-generic \
530
+	distclean-libtool distdir dvi dvi-am html html-am info info-am \
531
+	install install-am install-data install-data-am install-dvi \
532 532
 	install-dvi-am install-exec install-exec-am install-html \
533 533
 	install-html-am install-info install-info-am install-man \
534 534
 	install-pdf install-pdf-am install-ps install-ps-am \
535 535
 	install-strip installcheck installcheck-am installdirs \
536 536
 	maintainer-clean maintainer-clean-generic mostlyclean \
537 537
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
538
-	uninstall uninstall-am
538
+	tags-am uninstall uninstall-am
539 539
 
540 540
 
541 541
 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/ax_check_uname_syscall.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@
... ...
@@ -563,7 +716,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
563 563
 all: all-am
564 564
 
565 565
 .SUFFIXES:
566
-.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
566
+.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
567 567
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
568 568
 	@for dep in $?; do \
569 569
 	  case '$(am__configure_deps)' in \
... ...
@@ -603,12 +756,15 @@ clean-checkPROGRAMS:
603 603
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
604 604
 	echo " rm -f" $$list; \
605 605
 	rm -f $$list
606
+
606 607
 check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) 
607 608
 	@rm -f check_clamav$(EXEEXT)
608 609
 	$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS)
610
+
609 611
 check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) 
610 612
 	@rm -f check_clamd$(EXEEXT)
611 613
 	$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS)
614
+
612 615
 check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) 
613 616
 	@rm -f check_fpu_endian$(EXEEXT)
614 617
 	$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS)
... ...
@@ -638,14 +794,14 @@ distclean-compile:
638 638
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
639 639
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
640 640
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
641
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
641
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
642 642
 
643 643
 .c.obj:
644 644
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
645 645
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
646 646
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
647 647
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
648
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
648
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
649 649
 
650 650
 .c.lo:
651 651
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -842,26 +998,15 @@ mostlyclean-libtool:
842 842
 clean-libtool:
843 843
 	-rm -rf .libs _libs
844 844
 
845
-ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
846
-	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
847
-	unique=`for i in $$list; do \
848
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
849
-	  done | \
850
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
851
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
852
-	mkid -fID $$unique
853
-tags: TAGS
854
-
855
-TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
856
-		$(TAGS_FILES) $(LISP)
845
+ID: $(am__tagged_files)
846
+	$(am__define_uniq_tagged_files); mkid -fID $$unique
847
+tags: tags-am
848
+TAGS: tags
849
+
850
+tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
857 851
 	set x; \
858 852
 	here=`pwd`; \
859
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
860
-	unique=`for i in $$list; do \
861
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
862
-	  done | \
863
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
864
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
853
+	$(am__define_uniq_tagged_files); \
865 854
 	shift; \
866 855
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
867 856
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -873,15 +1018,11 @@ TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
873 873
 	      $$unique; \
874 874
 	  fi; \
875 875
 	fi
876
-ctags: CTAGS
877
-CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
878
-		$(TAGS_FILES) $(LISP)
879
-	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
880
-	unique=`for i in $$list; do \
881
-	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
882
-	  done | \
883
-	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
884
-	      END { if (nonempty) { for (i in files) print i; }; }'`; \
876
+ctags: ctags-am
877
+
878
+CTAGS: ctags
879
+ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
880
+	$(am__define_uniq_tagged_files); \
885 881
 	test -z "$(CTAGS_ARGS)$$unique" \
886 882
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
887 883
 	     $$unique
... ...
@@ -890,167 +1031,271 @@ GTAGS:
890 890
 	here=`$(am__cd) $(top_builddir) && pwd` \
891 891
 	  && $(am__cd) $(top_srcdir) \
892 892
 	  && gtags -i $(GTAGS_ARGS) "$$here"
893
+cscopelist: cscopelist-am
894
+
895
+cscopelist-am: $(am__tagged_files)
896
+	list='$(am__tagged_files)'; \
897
+	case "$(srcdir)" in \
898
+	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
899
+	  *) sdir=$(subdir)/$(srcdir) ;; \
900
+	esac; \
901
+	for i in $$list; do \
902
+	  if test -f "$$i"; then \
903
+	    echo "$(subdir)/$$i"; \
904
+	  else \
905
+	    echo "$$sdir/$$i"; \
906
+	  fi; \
907
+	done >> $(top_builddir)/cscope.files
893 908
 
894 909
 distclean-tags:
895 910
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
896 911
 
912
+# Recover from deleted '.trs' file; this should ensure that
913
+# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
914
+# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
915
+# to avoid problems with "make -n".
916
+.log.trs:
917
+	rm -f $< $@
918
+	$(MAKE) $(AM_MAKEFLAGS) $<
919
+
920
+# Leading 'am--fnord' is there to ensure the list of targets does not
921
+# expand to empty, as could happen e.g. with make check TESTS=''.
922
+am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
923
+am--force-recheck:
924
+	@:
925
+
897 926
 $(TEST_SUITE_LOG): $(TEST_LOGS)
898
-	@$(am__sh_e_setup);						\
899
-	list='$(TEST_LOGS)';						\
900
-	results=`for f in $$list; do					\
901
-		   test -r $$f && read line < $$f && echo "$$line"	\
902
-		     || echo FAIL;					\
903
-		 done`;							\
904
-	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
905
-	fail=`echo "$$results" | grep -c '^FAIL'`;			\
906
-	pass=`echo "$$results" | grep -c '^PASS'`;			\
907
-	skip=`echo "$$results" | grep -c '^SKIP'`;			\
908
-	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
909
-	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
910
-	failures=`expr $$fail + $$xpass`;				\
911
-	all=`expr $$all - $$skip`;					\
912
-	if test "$$all" -eq 1; then tests=test; All=;			\
913
-	else tests=tests; All="All "; fi;				\
914
-	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
915
-	  fail=0:xpass=0:xfail=0)					\
916
-	    msg="$$All$$all $$tests passed.  ";				\
917
-	    exit=true;;							\
918
-	  fail=0:xpass=0:xfail=*)					\
919
-	    msg="$$All$$all $$tests behaved as expected";		\
920
-	    if test "$$xfail" -eq 1; then xfailures=failure;		\
921
-	    else xfailures=failures; fi;				\
922
-	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
923
-	    exit=true;;							\
924
-	  fail=*:xpass=0:xfail=*)					\
925
-	    msg="$$fail of $$all $$tests failed.  ";			\
926
-	    exit=false;;						\
927
-	  fail=*:xpass=*:xfail=*)					\
928
-	    msg="$$failures of $$all $$tests did not behave as expected"; \
929
-	    if test "$$xpass" -eq 1; then xpasses=pass;			\
930
-	    else xpasses=passes; fi;					\
931
-	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
932
-	    exit=false;;						\
933
-	  *)								\
934
-	    echo >&2 "incorrect case"; exit 4;;				\
935
-	esac;								\
936
-	if test "$$skip" -ne 0; then					\
937
-	  if test "$$skip" -eq 1; then					\
938
-	    msg="$$msg($$skip test was not run).  ";			\
939
-	  else								\
940
-	    msg="$$msg($$skip tests were not run).  ";			\
941
-	  fi;								\
942
-	fi;								\
927
+	@$(am__set_TESTS_bases); \
928
+	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
929
+	redo_bases=`for i in $$bases; do \
930
+	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
931
+	            done`; \
932
+	if test -n "$$redo_bases"; then \
933
+	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
934
+	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
935
+	  if $(am__make_dryrun); then :; else \
936
+	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
937
+	  fi; \
938
+	fi; \
939
+	if test -n "$$am__remaking_logs"; then \
940
+	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
941
+	       "recursion detected" >&2; \
942
+	else \
943
+	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
944
+	fi; \
945
+	if $(am__make_dryrun); then :; else \
946
+	  st=0;  \
947
+	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
948
+	  for i in $$redo_bases; do \
949
+	    test -f $$i.trs && test -r $$i.trs \
950
+	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
951
+	    test -f $$i.log && test -r $$i.log \
952
+	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
953
+	  done; \
954
+	  test $$st -eq 0 || exit 1; \
955
+	fi
956
+	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
957
+	ws='[ 	]'; \
958
+	results=`for b in $$bases; do echo $$b.trs; done`; \
959
+	test -n "$$results" || results=/dev/null; \
960
+	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
961
+	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
962
+	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
963
+	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
964
+	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
965
+	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
966
+	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
967
+	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
968
+	  success=true; \
969
+	else \
970
+	  success=false; \
971
+	fi; \
972
+	br='==================='; br=$$br$$br$$br$$br; \
973
+	result_count () \
974
+	{ \
975
+	    if test x"$$1" = x"--maybe-color"; then \
976
+	      maybe_colorize=yes; \
977
+	    elif test x"$$1" = x"--no-color"; then \
978
+	      maybe_colorize=no; \
979
+	    else \
980
+	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
981
+	    fi; \
982
+	    shift; \
983
+	    desc=$$1 count=$$2; \
984
+	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
985
+	      color_start=$$3 color_end=$$std; \
986
+	    else \
987
+	      color_start= color_end=; \
988
+	    fi; \
989
+	    echo "$${color_start}# $$desc $$count$${color_end}"; \
990
+	}; \
991
+	create_testsuite_report () \
992
+	{ \
993
+	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
994
+	  result_count $$1 "PASS: " $$pass  "$$grn"; \
995
+	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
996
+	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
997
+	  result_count $$1 "FAIL: " $$fail  "$$red"; \
998
+	  result_count $$1 "XPASS:" $$xpass "$$red"; \
999
+	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1000
+	}; \
943 1001
 	{								\
944 1002
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
945 1003
 	    $(am__rst_title);						\
946
-	  echo "$$msg";							\
1004
+	  create_testsuite_report --no-color;				\
947 1005
 	  echo;								\
948 1006
 	  echo ".. contents:: :depth: 2";				\
949 1007
 	  echo;								\
950
-	  for f in $$list; do						\
951
-	    test -r $$f && read line < $$f || line=;			\
952
-	    case $$line in						\
953
-	      PASS:*|XFAIL:*);;						\
954
-	      *) echo; cat $$f;;					\
955
-	    esac;							\
956
-	  done;								\
957
-	} >$(TEST_SUITE_LOG).tmp;					\
1008
+	  for b in $$bases; do echo $$b; done				\
1009
+	    | $(am__create_global_log);					\
1010
+	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
958 1011
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
959
-	if test "$$failures" -ne 0; then				\
960
-	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
961
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
962
-	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
963
-	  fi;								\
964
-	fi;								\
965
-	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
966
-	$(am__tty_colors);						\
967
-	if $$exit; then							\
1012
+	if $$success; then						\
968 1013
 	  col="$$grn";							\
969 1014
 	 else								\
970 1015
 	  col="$$red";							\
1016
+	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
971 1017
 	fi;								\
972
-	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
973
-	$$exit || exit 1
974
-
975
-check-TESTS recheck:
976
-	@if test $@ != recheck; then \
977
-	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
978
-	 fi
979
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
980
-	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
981
-	  test .log = $$f && continue; \
982
-	  if test $@ = recheck; then \
983
-	    test -f $$f || continue; \
984
-	    if test -r $$f && read line < $$f; then \
985
-	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
986
-	    fi; \
987
-	  fi; \
988
-	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
989
-	done; \
990
-	if test $@ = recheck && test -n "$$list"; then \
991
-	  echo "am--clean: ; rm -f $$list" \
992
-	    | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \
993
-	fi; \
994
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
995
-recheck: $(check_PROGRAMS) $(check_SCRIPTS)
996
-
997
-am--mostlyclean-test-html:
998
-	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
999
-	rm -f $(TEST_SUITE_HTML)
1000
-
1001
-.log.html:
1002
-	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
1003
-	for r2h in $$list; do						\
1004
-	  if ($$r2h --version) >/dev/null 2>&1; then			\
1005
-	    R2H=$$r2h;							\
1018
+	echo "$${col}$$br$${std}"; 					\
1019
+	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1020
+	echo "$${col}$$br$${std}"; 					\
1021
+	create_testsuite_report --maybe-color;				\
1022
+	echo "$$col$$br$$std";						\
1023
+	if $$success; then :; else					\
1024
+	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1025
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1026
+	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1006 1027
 	  fi;								\
1007
-	done;								\
1008
-	if test -z "$$R2H"; then					\
1009
-	  echo >&2 "cannot find rst2html, cannot create $@";		\
1010
-	  exit 2;							\
1028
+	  echo "$$col$$br$$std";					\
1011 1029
 	fi;								\
1012
-	$$R2H $< >$@.tmp
1013
-	@mv $@.tmp $@
1014
-
1015
-# Be sure to run check first, and then to convert the result.
1016
-# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1017
-# check-SCRIPTS and other dependencies are rebuilt by the former only.
1018
-# And expect check to fail.
1019
-check-html recheck-html:
1020
-	@target=`echo $@ | sed 's/-html$$//'`; \
1021
-	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1022
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1023
-	exit $$rv
1030
+	$$success || exit 1
1031
+
1032
+check-TESTS:
1033
+	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1034
+	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1035
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1036
+	@set +e; $(am__set_TESTS_bases); \
1037
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1038
+	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1039
+	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1040
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1041
+	exit $$?;
1042
+recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1043
+	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1044
+	@set +e; $(am__set_TESTS_bases); \
1045
+	bases=`for i in $$bases; do echo $$i; done \
1046
+	         | $(am__list_recheck_tests)` || exit 1; \
1047
+	log_list=`for i in $$bases; do echo $$i.log; done`; \
1048
+	log_list=`echo $$log_list`; \
1049
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1050
+	        am__force_recheck=am--force-recheck \
1051
+	        TEST_LOGS="$$log_list"; \
1052
+	exit $$?
1024 1053
 check_clamav.log: check_clamav$(EXEEXT)
1025
-	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1054
+	@p='check_clamav$(EXEEXT)'; \
1055
+	b='check_clamav'; \
1056
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1057
+	--log-file $$b.log --trs-file $$b.trs \
1058
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1059
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1026 1060
 check_freshclam.sh.log: check_freshclam.sh
1027
-	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1061
+	@p='check_freshclam.sh'; \
1062
+	b='check_freshclam.sh'; \
1063
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1064
+	--log-file $$b.log --trs-file $$b.trs \
1065
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1066
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1028 1067
 check_sigtool.sh.log: check_sigtool.sh
1029
-	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1068
+	@p='check_sigtool.sh'; \
1069
+	b='check_sigtool.sh'; \
1070
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1071
+	--log-file $$b.log --trs-file $$b.trs \
1072
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1073
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1030 1074
 check_unit_vg.sh.log: check_unit_vg.sh
1031
-	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1075
+	@p='check_unit_vg.sh'; \
1076
+	b='check_unit_vg.sh'; \
1077
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1078
+	--log-file $$b.log --trs-file $$b.trs \
1079
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1080
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1032 1081
 check1_clamscan.sh.log: check1_clamscan.sh
1033
-	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1082
+	@p='check1_clamscan.sh'; \
1083
+	b='check1_clamscan.sh'; \
1084
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1085
+	--log-file $$b.log --trs-file $$b.trs \
1086
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1087
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1034 1088
 check2_clamd.sh.log: check2_clamd.sh
1035
-	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1089
+	@p='check2_clamd.sh'; \
1090
+	b='check2_clamd.sh'; \
1091
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1092
+	--log-file $$b.log --trs-file $$b.trs \
1093
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1094
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1036 1095
 check3_clamd.sh.log: check3_clamd.sh
1037
-	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1096
+	@p='check3_clamd.sh'; \
1097
+	b='check3_clamd.sh'; \
1098
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1099
+	--log-file $$b.log --trs-file $$b.trs \
1100
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1101
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1038 1102
 check4_clamd.sh.log: check4_clamd.sh
1039
-	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1103
+	@p='check4_clamd.sh'; \
1104
+	b='check4_clamd.sh'; \
1105
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1106
+	--log-file $$b.log --trs-file $$b.trs \
1107
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1108
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1040 1109
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1041
-	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1110
+	@p='check5_clamd_vg.sh'; \
1111
+	b='check5_clamd_vg.sh'; \
1112
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1113
+	--log-file $$b.log --trs-file $$b.trs \
1114
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1115
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1042 1116
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1043
-	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1117
+	@p='check6_clamd_vg.sh'; \
1118
+	b='check6_clamd_vg.sh'; \
1119
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1120
+	--log-file $$b.log --trs-file $$b.trs \
1121
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1122
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1044 1123
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1045
-	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1124
+	@p='check7_clamd_hg.sh'; \
1125
+	b='check7_clamd_hg.sh'; \
1126
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1127
+	--log-file $$b.log --trs-file $$b.trs \
1128
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1129
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1046 1130
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1047
-	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1131
+	@p='check8_clamd_hg.sh'; \
1132
+	b='check8_clamd_hg.sh'; \
1133
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1134
+	--log-file $$b.log --trs-file $$b.trs \
1135
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1136
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1048 1137
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1049
-	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1138
+	@p='check9_clamscan_vg.sh'; \
1139
+	b='check9_clamscan_vg.sh'; \
1140
+	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1141
+	--log-file $$b.log --trs-file $$b.trs \
1142
+	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1143
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1050 1144
 .test.log:
1051
-	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1145
+	@p='$<'; \
1146
+	$(am__set_b); \
1147
+	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1148
+	--log-file $$b.log --trs-file $$b.trs \
1149
+	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1150
+	"$$tst" $(AM_TESTS_FD_REDIRECT)
1052 1151
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1053
-@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1152
+@am__EXEEXT_TRUE@	@p='$<'; \
1153
+@am__EXEEXT_TRUE@	$(am__set_b); \
1154
+@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1155
+@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1156
+@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1157
+@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1054 1158
 
1055 1159
 distdir: $(DISTFILES)
1056 1160
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1109,7 +1354,7 @@ install-strip:
1109 1109
 	fi
1110 1110
 mostlyclean-generic:
1111 1111
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1112
-	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1112
+	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1113 1113
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1114 1114
 
1115 1115
 clean-generic:
... ...
@@ -1181,8 +1426,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1181 1181
 
1182 1182
 mostlyclean: mostlyclean-am
1183 1183
 
1184
-mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1185
-	mostlyclean-generic mostlyclean-libtool
1184
+mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1185
+	mostlyclean-libtool
1186 1186
 
1187 1187
 pdf: pdf-am
1188 1188
 
... ...
@@ -1194,22 +1439,21 @@ ps-am:
1194 1194
 
1195 1195
 uninstall-am:
1196 1196
 
1197
-.MAKE: check-am check-html install-am install-strip recheck-html
1198
-
1199
-.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1200
-	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1201
-	clean-generic clean-libtool clean-local ctags distclean \
1202
-	distclean-compile distclean-generic distclean-libtool \
1203
-	distclean-tags distdir dvi dvi-am html html-am info info-am \
1204
-	install install-am install-data install-data-am install-dvi \
1205
-	install-dvi-am install-exec install-exec-am install-html \
1206
-	install-html-am install-info install-info-am install-man \
1207
-	install-pdf install-pdf-am install-ps install-ps-am \
1208
-	install-strip installcheck installcheck-am installdirs \
1209
-	maintainer-clean maintainer-clean-generic mostlyclean \
1210
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1211
-	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1212
-	uninstall-am
1197
+.MAKE: check-am install-am install-strip
1198
+
1199
+.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1200
+	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1201
+	cscopelist-am ctags ctags-am distclean distclean-compile \
1202
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
1203
+	dvi-am html html-am info info-am install install-am \
1204
+	install-data install-data-am install-dvi install-dvi-am \
1205
+	install-exec install-exec-am install-html install-html-am \
1206
+	install-info install-info-am install-man install-pdf \
1207
+	install-pdf-am install-ps install-ps-am install-strip \
1208
+	installcheck installcheck-am installdirs maintainer-clean \
1209
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
1210
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1211
+	recheck tags tags-am uninstall uninstall-am
1213 1212
 
1214 1213
 
1215 1214
 check_unit_vg.sh: $(FILES)