Browse code

Autojunk for master branch.

Steven Morgan authored on 2015/10/23 06:52:50
Showing 23 changed files
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -34,51 +35,6 @@
34 34
 
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))
82 37
 pkgdatadir = $(datadir)/@PACKAGE@
83 38
 pkgincludedir = $(includedir)/@PACKAGE@
84 39
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -100,10 +56,10 @@ host_triplet = @host@
100 100
 target_triplet = @target@
101 101
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = clamsubmit
102 102
 subdir = .
103
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104
-	$(top_srcdir)/configure $(am__configure_deps) \
105
-	$(srcdir)/clamav-config.h.in $(srcdir)/clamav-config.in \
106
-	$(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \
103
+DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \
104
+	$(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
105
+	$(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \
106
+	$(srcdir)/platform.h.in $(top_srcdir)/configure \
107 107
 	$(top_srcdir)/docs/man/clamav-milter.8.in \
108 108
 	$(top_srcdir)/docs/man/clamav-milter.conf.5.in \
109 109
 	$(top_srcdir)/docs/man/clambc.1.in \
... ...
@@ -111,21 +67,16 @@ DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
111 111
 	$(top_srcdir)/docs/man/clamd.8.in \
112 112
 	$(top_srcdir)/docs/man/clamd.conf.5.in \
113 113
 	$(top_srcdir)/docs/man/clamdscan.1.in \
114
+	$(top_srcdir)/docs/man/clamdtop.1.in \
114 115
 	$(top_srcdir)/docs/man/clamscan.1.in \
116
+	$(top_srcdir)/docs/man/clamsubmit.1.in \
115 117
 	$(top_srcdir)/docs/man/freshclam.1.in \
116 118
 	$(top_srcdir)/docs/man/freshclam.conf.5.in \
117
-	$(top_srcdir)/docs/man/sigtool.1.in \
118
-	$(top_srcdir)/docs/man/clamdtop.1.in \
119
-	$(top_srcdir)/docs/man/clamsubmit.1.in AUTHORS COPYING \
120
-	ChangeLog INSTALL NEWS README config/compile \
121
-	config/config.guess config/config.rpath config/config.sub \
122
-	config/depcomp config/install-sh config/missing config/ylwrap \
123
-	config/ltmain.sh $(top_srcdir)/config/compile \
124
-	$(top_srcdir)/config/config.guess \
125
-	$(top_srcdir)/config/config.rpath \
126
-	$(top_srcdir)/config/config.sub \
127
-	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
128
-	$(top_srcdir)/config/missing
119
+	$(top_srcdir)/docs/man/sigtool.1.in AUTHORS COPYING ChangeLog \
120
+	INSTALL NEWS config/compile config/config.guess \
121
+	config/config.rpath config/config.sub config/depcomp \
122
+	config/install-sh config/ltmain.sh config/missing \
123
+	config/ylwrap
129 124
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
130 125
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
131 126
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -237,63 +188,29 @@ am__uninstall_files_from_dir = { \
237 237
   }
238 238
 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgconfigdir)"
239 239
 SCRIPTS = $(bin_SCRIPTS)
240
-AM_V_P = $(am__v_P_@AM_V@)
241
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
242
-am__v_P_0 = false
243
-am__v_P_1 = :
244 240
 AM_V_GEN = $(am__v_GEN_@AM_V@)
245 241
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
246
-am__v_GEN_0 = @echo "  GEN     " $@;
247
-am__v_GEN_1 = 
242
+am__v_GEN_0 = @echo "  GEN   " $@;
248 243
 AM_V_at = $(am__v_at_@AM_V@)
249 244
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
250 245
 am__v_at_0 = @
251
-am__v_at_1 = 
252 246
 SOURCES =
253 247
 DIST_SOURCES =
254
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
255
-	ctags-recursive dvi-recursive html-recursive info-recursive \
256
-	install-data-recursive install-dvi-recursive \
257
-	install-exec-recursive install-html-recursive \
258
-	install-info-recursive install-pdf-recursive \
259
-	install-ps-recursive install-recursive installcheck-recursive \
260
-	installdirs-recursive pdf-recursive ps-recursive \
261
-	tags-recursive uninstall-recursive
262
-am__can_run_installinfo = \
263
-  case $$AM_UPDATE_INFO_DIR in \
264
-    n|no|NO) false;; \
265
-    *) (install-info --version) >/dev/null 2>&1;; \
266
-  esac
248
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
249
+	html-recursive info-recursive install-data-recursive \
250
+	install-dvi-recursive install-exec-recursive \
251
+	install-html-recursive install-info-recursive \
252
+	install-pdf-recursive install-ps-recursive install-recursive \
253
+	installcheck-recursive installdirs-recursive pdf-recursive \
254
+	ps-recursive uninstall-recursive
267 255
 DATA = $(pkgconfig_DATA)
268 256
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
269 257
   distclean-recursive maintainer-clean-recursive
270
-am__recursive_targets = \
271
-  $(RECURSIVE_TARGETS) \
272
-  $(RECURSIVE_CLEAN_TARGETS) \
273
-  $(am__extra_recursive_targets)
274
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
275
-	cscope distdir dist dist-all distcheck
276
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
277
-	$(LISP)clamav-config.h.in
278
-# Read a list of newline-separated strings from the standard input,
279
-# and print each of them once, without duplicates.  Input order is
280
-# *not* preserved.
281
-am__uniquify_input = $(AWK) '\
282
-  BEGIN { nonempty = 0; } \
283
-  { items[$$0] = 1; nonempty = 1; } \
284
-  END { if (nonempty) { for (i in items) print i; }; } \
285
-'
286
-# Make sure the list of sources is unique.  This is necessary because,
287
-# e.g., the same source file might be shared among _SOURCES variables
288
-# for different programs/libraries.
289
-am__define_uniq_tagged_files = \
290
-  list='$(am__tagged_files)'; \
291
-  unique=`for i in $$list; do \
292
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293
-  done | $(am__uniquify_input)`
258
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
259
+	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
260
+	distdir dist dist-all distcheck
294 261
 ETAGS = etags
295 262
 CTAGS = ctags
296
-CSCOPE = cscope
297 263
 DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \
298 264
 	sigtool clamconf database docs etc clamav-milter test clamdtop \
299 265
 	clambc unit_tests clamsubmit
... ...
@@ -306,7 +223,6 @@ am__remove_distdir = \
306 306
       && rm -rf "$(distdir)" \
307 307
       || { sleep 5 && rm -rf "$(distdir)"; }; \
308 308
   else :; fi
309
-am__post_remove_distdir = $(am__remove_distdir)
310 309
 am__relativize = \
311 310
   dir0=`pwd`; \
312 311
   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
... ...
@@ -334,7 +250,6 @@ am__relativize = \
334 334
   reldir="$$dir2"
335 335
 DIST_ARCHIVES = $(distdir).tar.gz $(distdir).tar.bz2
336 336
 GZIP_ENV = --best
337
-DIST_TARGETS = dist-bzip2 dist-gzip
338 337
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
339 338
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
340 339
 distcleancheck_listfiles = find . -type f -print
... ...
@@ -591,8 +506,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
591 591
 $(am__aclocal_m4_deps):
592 592
 
593 593
 clamav-config.h: stamp-h1
594
-	@test -f $@ || rm -f stamp-h1
595
-	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
594
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
595
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
596 596
 
597 597
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
598 598
 	@rm -f stamp-h1
... ...
@@ -638,11 +553,8 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam
638 638
 	cd $(top_builddir) && $(SHELL) ./config.status $@
639 639
 install-binSCRIPTS: $(bin_SCRIPTS)
640 640
 	@$(NORMAL_INSTALL)
641
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
641 642
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
642
-	if test -n "$$list"; then \
643
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
644
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
645
-	fi; \
646 643
 	for p in $$list; do \
647 644
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
648 645
 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
... ...
@@ -697,11 +609,8 @@ distclean-libtool:
697 697
 	-rm -f libtool config.lt
698 698
 install-pkgconfigDATA: $(pkgconfig_DATA)
699 699
 	@$(NORMAL_INSTALL)
700
+	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
700 701
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
701
-	if test -n "$$list"; then \
702
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
703
-	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
704
-	fi; \
705 702
 	for p in $$list; do \
706 703
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
707 704
 	  echo "$$d$$p"; \
... ...
@@ -718,25 +627,22 @@ uninstall-pkgconfigDATA:
718 718
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
719 719
 
720 720
 # This directory's subdirectories are mostly independent; you can cd
721
-# into them and run 'make' without going through this Makefile.
722
-# To change the values of 'make' variables: instead of editing Makefiles,
723
-# (1) if the variable is set in 'config.status', edit 'config.status'
724
-#     (which will cause the Makefiles to be regenerated when you run 'make');
725
-# (2) otherwise, pass the desired values on the 'make' command line.
726
-$(am__recursive_targets):
727
-	@fail=; \
728
-	if $(am__make_keepgoing); then \
729
-	  failcom='fail=yes'; \
730
-	else \
731
-	  failcom='exit 1'; \
732
-	fi; \
721
+# into them and run `make' without going through this Makefile.
722
+# To change the values of `make' variables: instead of editing Makefiles,
723
+# (1) if the variable is set in `config.status', edit `config.status'
724
+#     (which will cause the Makefiles to be regenerated when you run `make');
725
+# (2) otherwise, pass the desired values on the `make' command line.
726
+$(RECURSIVE_TARGETS):
727
+	@fail= failcom='exit 1'; \
728
+	for f in x $$MAKEFLAGS; do \
729
+	  case $$f in \
730
+	    *=* | --[!k]*);; \
731
+	    *k*) failcom='fail=yes';; \
732
+	  esac; \
733
+	done; \
733 734
 	dot_seen=no; \
734 735
 	target=`echo $@ | sed s/-recursive//`; \
735
-	case "$@" in \
736
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
737
-	  *) list='$(SUBDIRS)' ;; \
738
-	esac; \
739
-	for subdir in $$list; do \
736
+	list='$(SUBDIRS)'; for subdir in $$list; do \
740 737
 	  echo "Making $$target in $$subdir"; \
741 738
 	  if test "$$subdir" = "."; then \
742 739
 	    dot_seen=yes; \
... ...
@@ -751,12 +657,57 @@ $(am__recursive_targets):
751 751
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
752 752
 	fi; test -z "$$fail"
753 753
 
754
-ID: $(am__tagged_files)
755
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
756
-tags: tags-recursive
757
-TAGS: tags
754
+$(RECURSIVE_CLEAN_TARGETS):
755
+	@fail= failcom='exit 1'; \
756
+	for f in x $$MAKEFLAGS; do \
757
+	  case $$f in \
758
+	    *=* | --[!k]*);; \
759
+	    *k*) failcom='fail=yes';; \
760
+	  esac; \
761
+	done; \
762
+	dot_seen=no; \
763
+	case "$@" in \
764
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
765
+	  *) list='$(SUBDIRS)' ;; \
766
+	esac; \
767
+	rev=''; for subdir in $$list; do \
768
+	  if test "$$subdir" = "."; then :; else \
769
+	    rev="$$subdir $$rev"; \
770
+	  fi; \
771
+	done; \
772
+	rev="$$rev ."; \
773
+	target=`echo $@ | sed s/-recursive//`; \
774
+	for subdir in $$rev; do \
775
+	  echo "Making $$target in $$subdir"; \
776
+	  if test "$$subdir" = "."; then \
777
+	    local_target="$$target-am"; \
778
+	  else \
779
+	    local_target="$$target"; \
780
+	  fi; \
781
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
782
+	  || eval $$failcom; \
783
+	done && test -z "$$fail"
784
+tags-recursive:
785
+	list='$(SUBDIRS)'; for subdir in $$list; do \
786
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
787
+	done
788
+ctags-recursive:
789
+	list='$(SUBDIRS)'; for subdir in $$list; do \
790
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
791
+	done
758 792
 
759
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
793
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
794
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
795
+	unique=`for i in $$list; do \
796
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
797
+	  done | \
798
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
799
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
800
+	mkid -fID $$unique
801
+tags: TAGS
802
+
803
+TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
804
+		$(TAGS_FILES) $(LISP)
760 805
 	set x; \
761 806
 	here=`pwd`; \
762 807
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -772,7 +723,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
772 772
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
773 773
 	  fi; \
774 774
 	done; \
775
-	$(am__define_uniq_tagged_files); \
775
+	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
776
+	unique=`for i in $$list; do \
777
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
778
+	  done | \
779
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
780
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
776 781
 	shift; \
777 782
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
778 783
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -784,11 +740,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
784 784
 	      $$unique; \
785 785
 	  fi; \
786 786
 	fi
787
-ctags: ctags-recursive
788
-
789
-CTAGS: ctags
790
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
791
-	$(am__define_uniq_tagged_files); \
787
+ctags: CTAGS
788
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
789
+		$(TAGS_FILES) $(LISP)
790
+	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(LISP) $(TAGS_FILES)'; \
791
+	unique=`for i in $$list; do \
792
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
793
+	  done | \
794
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
795
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
792 796
 	test -z "$(CTAGS_ARGS)$$unique" \
793 797
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
794 798
 	     $$unique
... ...
@@ -797,31 +757,9 @@ GTAGS:
797 797
 	here=`$(am__cd) $(top_builddir) && pwd` \
798 798
 	  && $(am__cd) $(top_srcdir) \
799 799
 	  && gtags -i $(GTAGS_ARGS) "$$here"
800
-cscope: cscope.files
801
-	test ! -s cscope.files \
802
-	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
803
-clean-cscope:
804
-	-rm -f cscope.files
805
-cscope.files: clean-cscope cscopelist
806
-cscopelist: cscopelist-recursive
807
-
808
-cscopelist-am: $(am__tagged_files)
809
-	list='$(am__tagged_files)'; \
810
-	case "$(srcdir)" in \
811
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
812
-	  *) sdir=$(subdir)/$(srcdir) ;; \
813
-	esac; \
814
-	for i in $$list; do \
815
-	  if test -f "$$i"; then \
816
-	    echo "$(subdir)/$$i"; \
817
-	  else \
818
-	    echo "$$sdir/$$i"; \
819
-	  fi; \
820
-	done >> $(top_builddir)/cscope.files
821 800
 
822 801
 distclean-tags:
823 802
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
824
-	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
825 803
 
826 804
 distdir: $(DISTFILES)
827 805
 	$(am__remove_distdir)
... ...
@@ -857,10 +795,13 @@ distdir: $(DISTFILES)
857 857
 	done
858 858
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
859 859
 	  if test "$$subdir" = .; then :; else \
860
-	    $(am__make_dryrun) \
861
-	      || test -d "$(distdir)/$$subdir" \
862
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
863
-	      || exit 1; \
860
+	    test -d "$(distdir)/$$subdir" \
861
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
862
+	    || exit 1; \
863
+	  fi; \
864
+	done
865
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
866
+	  if test "$$subdir" = .; then :; else \
864 867
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
865 868
 	    $(am__relativize); \
866 869
 	    new_distdir=$$reldir; \
... ...
@@ -892,41 +833,40 @@ distdir: $(DISTFILES)
892 892
 	|| chmod -R a+r "$(distdir)"
893 893
 dist-gzip: distdir
894 894
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
895
-	$(am__post_remove_distdir)
895
+	$(am__remove_distdir)
896 896
 dist-bzip2: distdir
897 897
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
898
-	$(am__post_remove_distdir)
898
+	$(am__remove_distdir)
899 899
 
900 900
 dist-lzip: distdir
901 901
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
902
-	$(am__post_remove_distdir)
902
+	$(am__remove_distdir)
903
+
904
+dist-lzma: distdir
905
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
906
+	$(am__remove_distdir)
903 907
 
904 908
 dist-xz: distdir
905 909
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
906
-	$(am__post_remove_distdir)
910
+	$(am__remove_distdir)
907 911
 
908 912
 dist-tarZ: distdir
909
-	@echo WARNING: "Support for shar distribution archives is" \
910
-	               "deprecated." >&2
911
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
912 913
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
913
-	$(am__post_remove_distdir)
914
+	$(am__remove_distdir)
914 915
 
915 916
 dist-shar: distdir
916
-	@echo WARNING: "Support for distribution archives compressed with" \
917
-		       "legacy program 'compress' is deprecated." >&2
918
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
919 917
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
920
-	$(am__post_remove_distdir)
918
+	$(am__remove_distdir)
921 919
 
922 920
 dist-zip: distdir
923 921
 	-rm -f $(distdir).zip
924 922
 	zip -rq $(distdir).zip $(distdir)
925
-	$(am__post_remove_distdir)
923
+	$(am__remove_distdir)
926 924
 
927
-dist dist-all:
928
-	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
929
-	$(am__post_remove_distdir)
925
+dist dist-all: distdir
926
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
927
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
928
+	$(am__remove_distdir)
930 929
 
931 930
 # This target untars the dist file and tries a VPATH configuration.  Then
932 931
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -937,6 +877,8 @@ distcheck: dist
937 937
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
938 938
 	*.tar.bz2*) \
939 939
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
940
+	*.tar.lzma*) \
941
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
940 942
 	*.tar.lz*) \
941 943
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
942 944
 	*.tar.xz*) \
... ...
@@ -948,19 +890,18 @@ distcheck: dist
948 948
 	*.zip*) \
949 949
 	  unzip $(distdir).zip ;;\
950 950
 	esac
951
-	chmod -R a-w $(distdir)
952
-	chmod u+w $(distdir)
953
-	mkdir $(distdir)/_build $(distdir)/_inst
951
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
952
+	mkdir $(distdir)/_build
953
+	mkdir $(distdir)/_inst
954 954
 	chmod a-w $(distdir)
955 955
 	test -d $(distdir)/_build || exit 0; \
956 956
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
957 957
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
958 958
 	  && am__cwd=`pwd` \
959 959
 	  && $(am__cd) $(distdir)/_build \
960
-	  && ../configure \
960
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
961 961
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
962 962
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
963
-	    --srcdir=.. --prefix="$$dc_install_base" \
964 963
 	  && $(MAKE) $(AM_MAKEFLAGS) \
965 964
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
966 965
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -983,7 +924,7 @@ distcheck: dist
983 983
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
984 984
 	  && cd "$$am__cwd" \
985 985
 	  || exit 1
986
-	$(am__post_remove_distdir)
986
+	$(am__remove_distdir)
987 987
 	@(echo "$(distdir) archives ready for distribution: "; \
988 988
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
989 989
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1122,25 +1063,26 @@ ps-am:
1122 1122
 
1123 1123
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1124 1124
 
1125
-.MAKE: $(am__recursive_targets) all install-am install-strip
1126
-
1127
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1128
-	am--refresh check check-am clean clean-cscope clean-generic \
1129
-	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1130
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1131
-	dist-tarZ dist-xz dist-zip distcheck distclean \
1132
-	distclean-generic distclean-hdr distclean-libtool \
1133
-	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1134
-	dvi-am html html-am info info-am install install-am \
1135
-	install-binSCRIPTS install-data install-data-am install-dvi \
1136
-	install-dvi-am install-exec install-exec-am install-html \
1137
-	install-html-am install-info install-info-am install-man \
1138
-	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1139
-	install-ps-am install-strip installcheck installcheck-am \
1140
-	installcheck-binSCRIPTS installdirs installdirs-am \
1141
-	maintainer-clean maintainer-clean-generic mostlyclean \
1142
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1143
-	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1125
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1126
+	ctags-recursive install-am install-strip tags-recursive
1127
+
1128
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1129
+	all all-am am--refresh check check-am clean clean-generic \
1130
+	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1131
+	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1132
+	dist-xz dist-zip distcheck distclean distclean-generic \
1133
+	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1134
+	distdir distuninstallcheck dvi dvi-am html html-am info \
1135
+	info-am install install-am install-binSCRIPTS install-data \
1136
+	install-data-am install-dvi install-dvi-am install-exec \
1137
+	install-exec-am install-html install-html-am install-info \
1138
+	install-info-am install-man install-pdf install-pdf-am \
1139
+	install-pkgconfigDATA install-ps install-ps-am install-strip \
1140
+	installcheck installcheck-am installcheck-binSCRIPTS \
1141
+	installdirs installdirs-am maintainer-clean \
1142
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
1143
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1144
+	uninstall uninstall-am uninstall-binSCRIPTS \
1144 1145
 	uninstall-pkgconfigDATA
1145 1146
 
1146 1147
 lcov:
... ...
@@ -1,7 +1,8 @@
1
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
-
3
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1
+# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
4 2
 
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.
5 6
 # This file is free software; the Free Software Foundation
6 7
 # gives unlimited permission to copy and/or distribute it,
7 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -11,31 +12,33 @@
11 11
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 12
 # PARTICULAR PURPOSE.
13 13
 
14
-m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 14
 m4_ifndef([AC_AUTOCONF_VERSION],
16 15
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18
-[m4_warning([this file was generated for autoconf 2.69.
16
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17
+[m4_warning([this file was generated for autoconf 2.68.
19 18
 You have another version of autoconf.  It may work, but is not guaranteed to.
20 19
 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'.])])
20
+To do so, use the procedure documented by the package, typically `autoreconf'.])])
22 21
 
23
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
22
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
23
+# Foundation, Inc.
24 24
 #
25 25
 # This file is free software; the Free Software Foundation
26 26
 # gives unlimited permission to copy and/or distribute it,
27 27
 # with or without modifications, as long as this notice is preserved.
28 28
 
29
+# serial 1
30
+
29 31
 # AM_AUTOMAKE_VERSION(VERSION)
30 32
 # ----------------------------
31 33
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
32 34
 # generated from the m4 files accompanying Automake X.Y.
33 35
 # (This private macro should not be called outside this file.)
34 36
 AC_DEFUN([AM_AUTOMAKE_VERSION],
35
-[am__api_version='1.14'
37
+[am__api_version='1.11'
36 38
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37 39
 dnl require some minimum version.  Point them to the right macro.
38
-m4_if([$1], [1.14.1], [],
40
+m4_if([$1], [1.11.3], [],
39 41
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40 42
 ])
41 43
 
... ...
@@ -51,22 +54,24 @@ m4_define([_AM_AUTOCONF_VERSION], [])
51 51
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52 52
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53 53
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54
-[AM_AUTOMAKE_VERSION([1.14.1])dnl
54
+[AM_AUTOMAKE_VERSION([1.11.3])dnl
55 55
 m4_ifndef([AC_AUTOCONF_VERSION],
56 56
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57 57
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
58 58
 
59 59
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
60 60
 
61
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
61
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
62 62
 #
63 63
 # This file is free software; the Free Software Foundation
64 64
 # gives unlimited permission to copy and/or distribute it,
65 65
 # with or without modifications, as long as this notice is preserved.
66 66
 
67
+# serial 1
68
+
67 69
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
68
-# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
69
-# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
70
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
71
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
70 72
 #
71 73
 # Of course, Automake must honor this variable whenever it calls a
72 74
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -85,7 +90,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
85 85
 #
86 86
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
87 87
 # are both prefixed by $srcdir.  In an in-source build this is usually
88
-# harmless because $srcdir is '.', but things will broke when you
88
+# harmless because $srcdir is `.', but things will broke when you
89 89
 # start a VPATH build or use an absolute $srcdir.
90 90
 #
91 91
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -111,19 +116,22 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
111 111
 
112 112
 # AM_CONDITIONAL                                            -*- Autoconf -*-
113 113
 
114
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
114
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
115
+# Free Software Foundation, Inc.
115 116
 #
116 117
 # This file is free software; the Free Software Foundation
117 118
 # gives unlimited permission to copy and/or distribute it,
118 119
 # with or without modifications, as long as this notice is preserved.
119 120
 
121
+# serial 9
122
+
120 123
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
121 124
 # -------------------------------------
122 125
 # Define a conditional.
123 126
 AC_DEFUN([AM_CONDITIONAL],
124
-[AC_PREREQ([2.52])dnl
125
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
126
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127
+[AC_PREREQ(2.52)dnl
128
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
129
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127 130
 AC_SUBST([$1_TRUE])dnl
128 131
 AC_SUBST([$1_FALSE])dnl
129 132
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -142,14 +150,16 @@ AC_CONFIG_COMMANDS_PRE(
142 142
 Usually this means the macro was only invoked conditionally.]])
143 143
 fi])])
144 144
 
145
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
145
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
146
+# 2010, 2011 Free Software Foundation, Inc.
146 147
 #
147 148
 # This file is free software; the Free Software Foundation
148 149
 # gives unlimited permission to copy and/or distribute it,
149 150
 # with or without modifications, as long as this notice is preserved.
150 151
 
152
+# serial 12
151 153
 
152
-# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
154
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
153 155
 # written in clear, in which case automake, when reading aclocal.m4,
154 156
 # will think it sees a *use*, and therefore will trigger all it's
155 157
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -159,7 +169,7 @@ fi])])
159 159
 # _AM_DEPENDENCIES(NAME)
160 160
 # ----------------------
161 161
 # See how the compiler implements dependency checking.
162
-# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
162
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
163 163
 # We try a few techniques and use that to set a single cache variable.
164 164
 #
165 165
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -172,13 +182,12 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
172 172
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
173 173
 AC_REQUIRE([AM_DEP_TRACK])dnl
174 174
 
175
-m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
176
-      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
177
-      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178
-      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
179
-      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
180
-      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
181
-                    [depcc="$$1"   am_compiler_list=])
175
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
176
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
177
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
179
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
180
+                   [depcc="$$1"   am_compiler_list=])
182 181
 
183 182
 AC_CACHE_CHECK([dependency style of $depcc],
184 183
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -186,8 +195,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
186 186
   # We make a subdir and do the tests there.  Otherwise we can end up
187 187
   # making bogus files that we don't know about and never remove.  For
188 188
   # instance it was reported that on HP-UX the gcc test will end up
189
-  # making a dummy file named 'D' -- because '-MD' means "put the output
190
-  # in D".
189
+  # making a dummy file named `D' -- because `-MD' means `put the output
190
+  # in D'.
191 191
   rm -rf conftest.dir
192 192
   mkdir conftest.dir
193 193
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -227,16 +236,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
227 227
     : > sub/conftest.c
228 228
     for i in 1 2 3 4 5 6; do
229 229
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
230
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
231
-      # Solaris 10 /bin/sh.
232
-      echo '/* dummy */' > sub/conftst$i.h
230
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
231
+      # Solaris 8's {/usr,}/bin/sh.
232
+      touch sub/conftst$i.h
233 233
     done
234 234
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
235 235
 
236
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
236
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
237 237
     # mode.  It turns out that the SunPro C++ compiler does not properly
238
-    # handle '-M -o', and we need to detect this.  Also, some Intel
239
-    # versions had trouble with output in subdirs.
238
+    # handle `-M -o', and we need to detect this.  Also, some Intel
239
+    # versions had trouble with output in subdirs
240 240
     am__obj=sub/conftest.${OBJEXT-o}
241 241
     am__minus_obj="-o $am__obj"
242 242
     case $depmode in
... ...
@@ -245,8 +254,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
245 245
       test "$am__universal" = false || continue
246 246
       ;;
247 247
     nosideeffect)
248
-      # After this tag, mechanisms are not by side-effect, so they'll
249
-      # only be used when explicitly requested.
248
+      # after this tag, mechanisms are not by side-effect, so they'll
249
+      # only be used when explicitly requested
250 250
       if test "x$enable_dependency_tracking" = xyes; then
251 251
 	continue
252 252
       else
... ...
@@ -254,7 +263,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
254 254
       fi
255 255
       ;;
256 256
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
257
-      # This compiler won't grok '-c -o', but also, the minuso test has
257
+      # This compiler won't grok `-c -o', but also, the minuso test has
258 258
       # not run yet.  These depmodes are late enough in the game, and
259 259
       # so weak that their functioning should not be impacted.
260 260
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -302,7 +311,7 @@ AM_CONDITIONAL([am__fastdep$1], [
302 302
 # AM_SET_DEPDIR
303 303
 # -------------
304 304
 # Choose a directory name for dependency files.
305
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
305
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
306 306
 AC_DEFUN([AM_SET_DEPDIR],
307 307
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
308 308
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -312,13 +321,9 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
312 312
 # AM_DEP_TRACK
313 313
 # ------------
314 314
 AC_DEFUN([AM_DEP_TRACK],
315
-[AC_ARG_ENABLE([dependency-tracking], [dnl
316
-AS_HELP_STRING(
317
-  [--enable-dependency-tracking],
318
-  [do not reject slow dependency extractors])
319
-AS_HELP_STRING(
320
-  [--disable-dependency-tracking],
321
-  [speeds up one-time build])])
315
+[AC_ARG_ENABLE(dependency-tracking,
316
+[  --disable-dependency-tracking  speeds up one-time build
317
+  --enable-dependency-tracking   do not reject slow dependency extractors])
322 318
 if test "x$enable_dependency_tracking" != xno; then
323 319
   am_depcomp="$ac_aux_dir/depcomp"
324 320
   AMDEPBACKSLASH='\'
... ...
@@ -333,18 +338,20 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
333 333
 
334 334
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
335 335
 
336
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
336
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
337
+# Free Software Foundation, Inc.
337 338
 #
338 339
 # This file is free software; the Free Software Foundation
339 340
 # gives unlimited permission to copy and/or distribute it,
340 341
 # with or without modifications, as long as this notice is preserved.
341 342
 
343
+#serial 5
342 344
 
343 345
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
344 346
 # ------------------------------
345 347
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
346 348
 [{
347
-  # Older Autoconf quotes --file arguments for eval, but not when files
349
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
348 350
   # are listed without --file.  Let's play safe and only enable the eval
349 351
   # if we detect the quoting.
350 352
   case $CONFIG_FILES in
... ...
@@ -357,7 +364,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
357 357
     # Strip MF so we end up with the name of the file.
358 358
     mf=`echo "$mf" | sed -e 's/:.*$//'`
359 359
     # Check whether this is an Automake generated Makefile or not.
360
-    # We used to match only the files named 'Makefile.in', but
360
+    # We used to match only the files named `Makefile.in', but
361 361
     # some people rename them; so instead we look at the file content.
362 362
     # Grep'ing the first line is not enough: some people post-process
363 363
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -369,19 +376,21 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
369 369
       continue
370 370
     fi
371 371
     # Extract the definition of DEPDIR, am__include, and am__quote
372
-    # from the Makefile without running 'make'.
372
+    # from the Makefile without running `make'.
373 373
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
374 374
     test -z "$DEPDIR" && continue
375 375
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
376
-    test -z "$am__include" && continue
376
+    test -z "am__include" && continue
377 377
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
378
+    # When using ansi2knr, U may be empty or an underscore; expand it
379
+    U=`sed -n 's/^U = //p' < "$mf"`
378 380
     # Find all dependency output files, they are included files with
379 381
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
380 382
     # simplest approach to changing $(DEPDIR) to its actual value in the
381 383
     # expansion.
382 384
     for file in `sed -n "
383 385
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
384
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
386
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
385 387
       # Make sure the directory exists.
386 388
       test -f "$dirpart/$file" && continue
387 389
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -399,7 +408,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
399 399
 # This macro should only be invoked once -- use via AC_REQUIRE.
400 400
 #
401 401
 # This code is only required when automatic dependency tracking
402
-# is enabled.  FIXME.  This creates each '.P' file that we will
402
+# is enabled.  FIXME.  This creates each `.P' file that we will
403 403
 # need in order to bootstrap the dependency handling code.
404 404
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
405 405
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -409,21 +418,18 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
409 409
 
410 410
 # Do all the work for Automake.                             -*- Autoconf -*-
411 411
 
412
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
412
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
413
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
413 414
 #
414 415
 # This file is free software; the Free Software Foundation
415 416
 # gives unlimited permission to copy and/or distribute it,
416 417
 # with or without modifications, as long as this notice is preserved.
417 418
 
419
+# serial 16
420
+
418 421
 # This macro actually does too much.  Some checks are only needed if
419 422
 # your package does certain things.  But this isn't really a big deal.
420 423
 
421
-dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
422
-m4_define([AC_PROG_CC],
423
-m4_defn([AC_PROG_CC])
424
-[_AM_PROG_CC_C_O
425
-])
426
-
427 424
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
428 425
 # AM_INIT_AUTOMAKE([OPTIONS])
429 426
 # -----------------------------------------------
... ...
@@ -436,7 +442,7 @@ m4_defn([AC_PROG_CC])
436 436
 # arguments mandatory, and then we can depend on a new Autoconf
437 437
 # release and drop the old call support.
438 438
 AC_DEFUN([AM_INIT_AUTOMAKE],
439
-[AC_PREREQ([2.65])dnl
439
+[AC_PREREQ([2.62])dnl
440 440
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
441 441
 dnl the ones we care about.
442 442
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -465,40 +471,31 @@ AC_SUBST([CYGPATH_W])
465 465
 # Define the identity of the package.
466 466
 dnl Distinguish between old-style and new-style calls.
467 467
 m4_ifval([$2],
468
-[AC_DIAGNOSE([obsolete],
469
-             [$0: two- and three-arguments forms are deprecated.])
470
-m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
468
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
471 469
  AC_SUBST([PACKAGE], [$1])dnl
472 470
  AC_SUBST([VERSION], [$2])],
473 471
 [_AM_SET_OPTIONS([$1])dnl
474 472
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
475
-m4_if(
476
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
477
-  [ok:ok],,
473
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
478 474
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
479 475
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
480 476
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
481 477
 
482 478
 _AM_IF_OPTION([no-define],,
483
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
484
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
479
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
480
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
485 481
 
486 482
 # Some tools Automake needs.
487 483
 AC_REQUIRE([AM_SANITY_CHECK])dnl
488 484
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
489
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
490
-AM_MISSING_PROG([AUTOCONF], [autoconf])
491
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
492
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
493
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
485
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
486
+AM_MISSING_PROG(AUTOCONF, autoconf)
487
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
488
+AM_MISSING_PROG(AUTOHEADER, autoheader)
489
+AM_MISSING_PROG(MAKEINFO, makeinfo)
494 490
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
495 491
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
496
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
497
-# For better backward compatibility.  To be removed once Automake 1.9.x
498
-# dies out for good.  For more background, see:
499
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
500
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
501
-AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
492
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
502 493
 # We need awk for the "check" target.  The system "awk" is bad on
503 494
 # some platforms.
504 495
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -509,78 +506,34 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
509 509
 			     [_AM_PROG_TAR([v7])])])
510 510
 _AM_IF_OPTION([no-dependencies],,
511 511
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
512
-		  [_AM_DEPENDENCIES([CC])],
513
-		  [m4_define([AC_PROG_CC],
514
-			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
512
+		  [_AM_DEPENDENCIES(CC)],
513
+		  [define([AC_PROG_CC],
514
+			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
515 515
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
516
-		  [_AM_DEPENDENCIES([CXX])],
517
-		  [m4_define([AC_PROG_CXX],
518
-			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
516
+		  [_AM_DEPENDENCIES(CXX)],
517
+		  [define([AC_PROG_CXX],
518
+			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
519 519
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
520
-		  [_AM_DEPENDENCIES([OBJC])],
521
-		  [m4_define([AC_PROG_OBJC],
522
-			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
523
-AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
524
-		  [_AM_DEPENDENCIES([OBJCXX])],
525
-		  [m4_define([AC_PROG_OBJCXX],
526
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520
+		  [_AM_DEPENDENCIES(OBJC)],
521
+		  [define([AC_PROG_OBJC],
522
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
527 523
 ])
528
-AC_REQUIRE([AM_SILENT_RULES])dnl
529
-dnl The testsuite driver may need to know about EXEEXT, so add the
530
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
531
-dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
524
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
525
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
526
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
527
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
532 528
 AC_CONFIG_COMMANDS_PRE(dnl
533 529
 [m4_provide_if([_AM_COMPILER_EXEEXT],
534 530
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
531
+])
535 532
 
536
-# POSIX will say in a future version that running "rm -f" with no argument
537
-# is OK; and we want to be able to make that assumption in our Makefile
538
-# recipes.  So use an aggressive probe to check that the usage we want is
539
-# actually supported "in the wild" to an acceptable degree.
540
-# See automake bug#10828.
541
-# To make any issue more visible, cause the running configure to be aborted
542
-# by default if the 'rm' program in use doesn't match our expectations; the
543
-# user can still override this though.
544
-if rm -f && rm -fr && rm -rf; then : OK; else
545
-  cat >&2 <<'END'
546
-Oops!
547
-
548
-Your 'rm' program seems unable to run without file operands specified
549
-on the command line, even when the '-f' option is present.  This is contrary
550
-to the behaviour of most rm programs out there, and not conforming with
551
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
552
-
553
-Please tell bug-automake@gnu.org about your system, including the value
554
-of your $PATH and any error possibly output before this message.  This
555
-can help us improve future automake versions.
556
-
557
-END
558
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
559
-    echo 'Configuration will proceed anyway, since you have set the' >&2
560
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
561
-    echo >&2
562
-  else
563
-    cat >&2 <<'END'
564
-Aborting the configuration process, to ensure you take notice of the issue.
565
-
566
-You can download and install GNU coreutils to get an 'rm' implementation
567
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
568
-
569
-If you want to complete the configuration process using your problematic
570
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
571
-to "yes", and re-run configure.
572
-
573
-END
574
-    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
575
-  fi
576
-fi])
577
-
578
-dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
533
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
579 534
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
580 535
 dnl mangled by Autoconf and run in a shell conditional statement.
581 536
 m4_define([_AC_COMPILER_EXEEXT],
582 537
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
583 538
 
539
+
584 540
 # When config.status generates a header, we must update the stamp-h file.
585 541
 # This file resides in the same directory as the config header
586 542
 # that is generated.  The stamp files are numbered to have different names.
... ...
@@ -602,12 +555,15 @@ for _am_header in $config_headers :; do
602 602
 done
603 603
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
604 604
 
605
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
605
+# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
606
+# Inc.
606 607
 #
607 608
 # This file is free software; the Free Software Foundation
608 609
 # gives unlimited permission to copy and/or distribute it,
609 610
 # with or without modifications, as long as this notice is preserved.
610 611
 
612
+# serial 1
613
+
611 614
 # AM_PROG_INSTALL_SH
612 615
 # ------------------
613 616
 # Define $install_sh.
... ...
@@ -621,14 +577,16 @@ if test x"${install_sh}" != xset; then
621 621
     install_sh="\${SHELL} $am_aux_dir/install-sh"
622 622
   esac
623 623
 fi
624
-AC_SUBST([install_sh])])
624
+AC_SUBST(install_sh)])
625 625
 
626
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
626
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
627 627
 #
628 628
 # This file is free software; the Free Software Foundation
629 629
 # gives unlimited permission to copy and/or distribute it,
630 630
 # with or without modifications, as long as this notice is preserved.
631 631
 
632
+# serial 2
633
+
632 634
 # Check whether the underlying file-system supports filenames
633 635
 # with a leading dot.  For instance MS-DOS doesn't.
634 636
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -642,18 +600,21 @@ fi
642 642
 rmdir .tst 2>/dev/null
643 643
 AC_SUBST([am__leading_dot])])
644 644
 
645
-# Copyright (C) 1998-2013 Free Software Foundation, Inc.
645
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
646
+# Free Software Foundation, Inc.
646 647
 #
647 648
 # This file is free software; the Free Software Foundation
648 649
 # gives unlimited permission to copy and/or distribute it,
649 650
 # with or without modifications, as long as this notice is preserved.
650 651
 
652
+# serial 5
653
+
651 654
 # AM_PROG_LEX
652 655
 # -----------
653 656
 # Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
654 657
 # "missing" invocation, for better error output.
655 658
 AC_DEFUN([AM_PROG_LEX],
656
-[AC_PREREQ([2.50])dnl
659
+[AC_PREREQ(2.50)dnl
657 660
 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
658 661
 AC_REQUIRE([AC_PROG_LEX])dnl
659 662
 if test "$LEX" = :; then
... ...
@@ -662,12 +623,14 @@ fi])
662 662
 
663 663
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
664 664
 
665
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
665
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
666 666
 #
667 667
 # This file is free software; the Free Software Foundation
668 668
 # gives unlimited permission to copy and/or distribute it,
669 669
 # with or without modifications, as long as this notice is preserved.
670 670
 
671
+# serial 4
672
+
671 673
 # AM_MAKE_INCLUDE()
672 674
 # -----------------
673 675
 # Check to see how make treats includes.
... ...
@@ -685,7 +648,7 @@ am__quote=
685 685
 _am_result=none
686 686
 # First try GNU make style include.
687 687
 echo "include confinc" > confmf
688
-# Ignore all kinds of additional output from 'make'.
688
+# Ignore all kinds of additional output from `make'.
689 689
 case `$am_make -s -f confmf 2> /dev/null` in #(
690 690
 *the\ am__doit\ target*)
691 691
   am__include=include
... ...
@@ -712,12 +675,15 @@ rm -f confinc confmf
712 712
 
713 713
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
714 714
 
715
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
715
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
716
+# Free Software Foundation, Inc.
716 717
 #
717 718
 # This file is free software; the Free Software Foundation
718 719
 # gives unlimited permission to copy and/or distribute it,
719 720
 # with or without modifications, as long as this notice is preserved.
720 721
 
722
+# serial 6
723
+
721 724
 # AM_MISSING_PROG(NAME, PROGRAM)
722 725
 # ------------------------------
723 726
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -725,10 +691,11 @@ AC_DEFUN([AM_MISSING_PROG],
725 725
 $1=${$1-"${am_missing_run}$2"}
726 726
 AC_SUBST($1)])
727 727
 
728
+
728 729
 # AM_MISSING_HAS_RUN
729 730
 # ------------------
730
-# Define MISSING if not defined so far and test if it is modern enough.
731
-# If it is, set am_missing_run to use it, otherwise, to nothing.
731
+# Define MISSING if not defined so far and test if it supports --run.
732
+# If it does, set am_missing_run to use it, otherwise, to nothing.
732 733
 AC_DEFUN([AM_MISSING_HAS_RUN],
733 734
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
734 735
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -741,22 +708,54 @@ if test x"${MISSING+set}" != xset; then
741 741
   esac
742 742
 fi
743 743
 # Use eval to expand $SHELL
744
-if eval "$MISSING --is-lightweight"; then
745
-  am_missing_run="$MISSING "
744
+if eval "$MISSING --run true"; then
745
+  am_missing_run="$MISSING --run "
746 746
 else
747 747
   am_missing_run=
748
-  AC_MSG_WARN(['missing' script is too old or missing])
748
+  AC_MSG_WARN([`missing' script is too old or missing])
749 749
 fi
750 750
 ])
751 751
 
752
+# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
753
+# Inc.
754
+#
755
+# This file is free software; the Free Software Foundation
756
+# gives unlimited permission to copy and/or distribute it,
757
+# with or without modifications, as long as this notice is preserved.
758
+
759
+# serial 1
760
+
761
+# AM_PROG_MKDIR_P
762
+# ---------------
763
+# Check for `mkdir -p'.
764
+AC_DEFUN([AM_PROG_MKDIR_P],
765
+[AC_PREREQ([2.60])dnl
766
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
767
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
768
+dnl while keeping a definition of mkdir_p for backward compatibility.
769
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
770
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
771
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
772
+dnl adjustment using top_builddir (which is defined more often than
773
+dnl MKDIR_P).
774
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
775
+case $mkdir_p in
776
+  [[\\/$]]* | ?:[[\\/]]*) ;;
777
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
778
+esac
779
+])
780
+
752 781
 # Helper functions for option handling.                     -*- Autoconf -*-
753 782
 
754
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
783
+# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
784
+# Foundation, Inc.
755 785
 #
756 786
 # This file is free software; the Free Software Foundation
757 787
 # gives unlimited permission to copy and/or distribute it,
758 788
 # with or without modifications, as long as this notice is preserved.
759 789
 
790
+# serial 5
791
+
760 792
 # _AM_MANGLE_OPTION(NAME)
761 793
 # -----------------------
762 794
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -766,7 +765,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
766 766
 # --------------------
767 767
 # Set option NAME.  Presently that only means defining a flag for this option.
768 768
 AC_DEFUN([_AM_SET_OPTION],
769
-[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
769
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
770 770
 
771 771
 # _AM_SET_OPTIONS(OPTIONS)
772 772
 # ------------------------
... ...
@@ -780,58 +779,13 @@ AC_DEFUN([_AM_SET_OPTIONS],
780 780
 AC_DEFUN([_AM_IF_OPTION],
781 781
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
782 782
 
783
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
783
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
784 784
 #
785 785
 # This file is free software; the Free Software Foundation
786 786
 # gives unlimited permission to copy and/or distribute it,
787 787
 # with or without modifications, as long as this notice is preserved.
788 788
 
789
-# _AM_PROG_CC_C_O
790
-# ---------------
791
-# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
792
-# to automatically call this.
793
-AC_DEFUN([_AM_PROG_CC_C_O],
794
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
795
-AC_REQUIRE_AUX_FILE([compile])dnl
796
-AC_LANG_PUSH([C])dnl
797
-AC_CACHE_CHECK(
798
-  [whether $CC understands -c and -o together],
799
-  [am_cv_prog_cc_c_o],
800
-  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
801
-  # Make sure it works both with $CC and with simple cc.
802
-  # Following AC_PROG_CC_C_O, we do the test twice because some
803
-  # compilers refuse to overwrite an existing .o file with -o,
804
-  # though they will create one.
805
-  am_cv_prog_cc_c_o=yes
806
-  for am_i in 1 2; do
807
-    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
808
-         && test -f conftest2.$ac_objext; then
809
-      : OK
810
-    else
811
-      am_cv_prog_cc_c_o=no
812
-      break
813
-    fi
814
-  done
815
-  rm -f core conftest*
816
-  unset am_i])
817
-if test "$am_cv_prog_cc_c_o" != yes; then
818
-   # Losing compiler, so override with the script.
819
-   # FIXME: It is wrong to rewrite CC.
820
-   # But if we don't then we get into trouble of one sort or another.
821
-   # A longer-term fix would be to have automake use am__CC in this case,
822
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
823
-   CC="$am_aux_dir/compile $CC"
824
-fi
825
-AC_LANG_POP([C])])
826
-
827
-# For backward compatibility.
828
-AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
829
-
830
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
831
-#
832
-# This file is free software; the Free Software Foundation
833
-# gives unlimited permission to copy and/or distribute it,
834
-# with or without modifications, as long as this notice is preserved.
789
+# serial 1
835 790
 
836 791
 # AM_RUN_LOG(COMMAND)
837 792
 # -------------------
... ...
@@ -846,16 +800,22 @@ AC_DEFUN([AM_RUN_LOG],
846 846
 
847 847
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
848 848
 
849
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
849
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
850
+# Free Software Foundation, Inc.
850 851
 #
851 852
 # This file is free software; the Free Software Foundation
852 853
 # gives unlimited permission to copy and/or distribute it,
853 854
 # with or without modifications, as long as this notice is preserved.
854 855
 
856
+# serial 5
857
+
855 858
 # AM_SANITY_CHECK
856 859
 # ---------------
857 860
 AC_DEFUN([AM_SANITY_CHECK],
858 861
 [AC_MSG_CHECKING([whether build environment is sane])
862
+# Just in case
863
+sleep 1
864
+echo timestamp > conftest.file
859 865
 # Reject unsafe characters in $srcdir or the absolute working directory
860 866
 # name.  Accept space and tab only in the latter.
861 867
 am_lf='
... ...
@@ -866,40 +826,32 @@ case `pwd` in
866 866
 esac
867 867
 case $srcdir in
868 868
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
869
-    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
869
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
870 870
 esac
871 871
 
872
-# Do 'set' in a subshell so we don't clobber the current shell's
872
+# Do `set' in a subshell so we don't clobber the current shell's
873 873
 # arguments.  Must try -L first in case configure is actually a
874 874
 # symlink; some systems play weird games with the mod time of symlinks
875 875
 # (eg FreeBSD returns the mod time of the symlink's containing
876 876
 # directory).
877 877
 if (
878
-   am_has_slept=no
879
-   for am_try in 1 2; do
880
-     echo "timestamp, slept: $am_has_slept" > conftest.file
881
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
882
-     if test "$[*]" = "X"; then
883
-	# -L didn't work.
884
-	set X `ls -t "$srcdir/configure" conftest.file`
885
-     fi
886
-     if test "$[*]" != "X $srcdir/configure conftest.file" \
887
-	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
888
-
889
-	# If neither matched, then we have a broken ls.  This can happen
890
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
891
-	# broken ls alias from the environment.  This has actually
892
-	# happened.  Such a system could not be considered "sane".
893
-	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
894
-  alias in your environment])
895
-     fi
896
-     if test "$[2]" = conftest.file || test $am_try -eq 2; then
897
-       break
898
-     fi
899
-     # Just in case.
900
-     sleep 1
901
-     am_has_slept=yes
902
-   done
878
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
879
+   if test "$[*]" = "X"; then
880
+      # -L didn't work.
881
+      set X `ls -t "$srcdir/configure" conftest.file`
882
+   fi
883
+   rm -f conftest.file
884
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
885
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
886
+
887
+      # If neither matched, then we have a broken ls.  This can happen
888
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
889
+      # broken ls alias from the environment.  This has actually
890
+      # happened.  Such a system could not be considered "sane".
891
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
892
+alias in your environment])
893
+   fi
894
+
903 895
    test "$[2]" = conftest.file
904 896
    )
905 897
 then
... ...
@@ -909,50 +861,31 @@ else
909 909
    AC_MSG_ERROR([newly created file is older than distributed files!
910 910
 Check your system clock])
911 911
 fi
912
-AC_MSG_RESULT([yes])
913
-# If we didn't sleep, we still need to ensure time stamps of config.status and
914
-# generated files are strictly newer.
915
-am_sleep_pid=
916
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
917
-  ( sleep 1 ) &
918
-  am_sleep_pid=$!
919
-fi
920
-AC_CONFIG_COMMANDS_PRE(
921
-  [AC_MSG_CHECKING([that generated files are newer than configure])
922
-   if test -n "$am_sleep_pid"; then
923
-     # Hide warnings about reused PIDs.
924
-     wait $am_sleep_pid 2>/dev/null
925
-   fi
926
-   AC_MSG_RESULT([done])])
927
-rm -f conftest.file
928
-])
912
+AC_MSG_RESULT(yes)])
929 913
 
930
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
914
+# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
931 915
 #
932 916
 # This file is free software; the Free Software Foundation
933 917
 # gives unlimited permission to copy and/or distribute it,
934 918
 # with or without modifications, as long as this notice is preserved.
935 919
 
920
+# serial 2
921
+
936 922
 # AM_SILENT_RULES([DEFAULT])
937 923
 # --------------------------
938 924
 # Enable less verbose build rules; with the default set to DEFAULT
939
-# ("yes" being less verbose, "no" or empty being verbose).
925
+# (`yes' being less verbose, `no' or empty being verbose).
940 926
 AC_DEFUN([AM_SILENT_RULES],
941
-[AC_ARG_ENABLE([silent-rules], [dnl
942
-AS_HELP_STRING(
943
-  [--enable-silent-rules],
944
-  [less verbose build output (undo: "make V=1")])
945
-AS_HELP_STRING(
946
-  [--disable-silent-rules],
947
-  [verbose build output (undo: "make V=0")])dnl
948
-])
949
-case $enable_silent_rules in @%:@ (((
950
-  yes) AM_DEFAULT_VERBOSITY=0;;
951
-   no) AM_DEFAULT_VERBOSITY=1;;
952
-    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
927
+[AC_ARG_ENABLE([silent-rules],
928
+[  --enable-silent-rules          less verbose build output (undo: `make V=1')
929
+  --disable-silent-rules         verbose build output (undo: `make V=0')])
930
+case $enable_silent_rules in
931
+yes) AM_DEFAULT_VERBOSITY=0;;
932
+no)  AM_DEFAULT_VERBOSITY=1;;
933
+*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
953 934
 esac
954 935
 dnl
955
-dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
936
+dnl A few `make' implementations (e.g., NonStop OS and NextStep)
956 937
 dnl do not support nested variable expansions.
957 938
 dnl See automake bug#9928 and bug#10237.
958 939
 am_make=${MAKE-make}
... ...
@@ -970,7 +903,7 @@ else
970 970
   am_cv_make_support_nested_variables=no
971 971
 fi])
972 972
 if test $am_cv_make_support_nested_variables = yes; then
973
-  dnl Using '$V' instead of '$(V)' breaks IRIX make.
973
+  dnl Using `$V' instead of `$(V)' breaks IRIX make.
974 974
   AM_V='$(V)'
975 975
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
976 976
 else
... ...
@@ -987,40 +920,44 @@ AC_SUBST([AM_BACKSLASH])dnl
987 987
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
988 988
 ])
989 989
 
990
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
990
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
991 991
 #
992 992
 # This file is free software; the Free Software Foundation
993 993
 # gives unlimited permission to copy and/or distribute it,
994 994
 # with or without modifications, as long as this notice is preserved.
995 995
 
996
+# serial 1
997
+
996 998
 # AM_PROG_INSTALL_STRIP
997 999
 # ---------------------
998
-# One issue with vendor 'install' (even GNU) is that you can't
1000
+# One issue with vendor `install' (even GNU) is that you can't
999 1001
 # specify the program used to strip binaries.  This is especially
1000 1002
 # annoying in cross-compiling environments, where the build's strip
1001 1003
 # is unlikely to handle the host's binaries.
1002 1004
 # Fortunately install-sh will honor a STRIPPROG variable, so we
1003
-# always use install-sh in "make install-strip", and initialize
1005
+# always use install-sh in `make install-strip', and initialize
1004 1006
 # STRIPPROG with the value of the STRIP variable (set by the user).
1005 1007
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1006 1008
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1007
-# Installed binaries are usually stripped using 'strip' when the user
1008
-# run "make install-strip".  However 'strip' might not be the right
1009
+# Installed binaries are usually stripped using `strip' when the user
1010
+# run `make install-strip'.  However `strip' might not be the right
1009 1011
 # tool to use in cross-compilation environments, therefore Automake
1010
-# will honor the 'STRIP' environment variable to overrule this program.
1011
-dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1012
+# will honor the `STRIP' environment variable to overrule this program.
1013
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1012 1014
 if test "$cross_compiling" != no; then
1013 1015
   AC_CHECK_TOOL([STRIP], [strip], :)
1014 1016
 fi
1015 1017
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1016 1018
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1017 1019
 
1018
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1020
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1019 1021
 #
1020 1022
 # This file is free software; the Free Software Foundation
1021 1023
 # gives unlimited permission to copy and/or distribute it,
1022 1024
 # with or without modifications, as long as this notice is preserved.
1023 1025
 
1026
+# serial 3
1027
+
1024 1028
 # _AM_SUBST_NOTMAKE(VARIABLE)
1025 1029
 # ---------------------------
1026 1030
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -1034,16 +971,18 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1034 1034
 
1035 1035
 # Check how to create a tarball.                            -*- Autoconf -*-
1036 1036
 
1037
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1037
+# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1038 1038
 #
1039 1039
 # This file is free software; the Free Software Foundation
1040 1040
 # gives unlimited permission to copy and/or distribute it,
1041 1041
 # with or without modifications, as long as this notice is preserved.
1042 1042
 
1043
+# serial 2
1044
+
1043 1045
 # _AM_PROG_TAR(FORMAT)
1044 1046
 # --------------------
1045 1047
 # Check how to create a tarball in format FORMAT.
1046
-# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1048
+# FORMAT should be one of `v7', `ustar', or `pax'.
1047 1049
 #
1048 1050
 # Substitute a variable $(am__tar) that is a command
1049 1051
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -1053,114 +992,76 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1053 1053
 # Substitute a variable $(am__untar) that extract such
1054 1054
 # a tarball read from stdin.
1055 1055
 #     $(am__untar) < result.tar
1056
-#
1057 1056
 AC_DEFUN([_AM_PROG_TAR],
1058 1057
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1059 1058
 # in the wild :-(  We should find a proper way to deprecate it ...
1060 1059
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1061
-
1062
-# We'll loop over all known methods to create a tar archive until one works.
1060
+m4_if([$1], [v7],
1061
+     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1062
+     [m4_case([$1], [ustar],, [pax],,
1063
+              [m4_fatal([Unknown tar format])])
1064
+AC_MSG_CHECKING([how to create a $1 tar archive])
1065
+# Loop over all known methods to create a tar archive until one works.
1063 1066
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1067
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1068
+# Do not fold the above two line into one, because Tru64 sh and
1069
+# Solaris sh will not grok spaces in the rhs of `-'.
1070
+for _am_tool in $_am_tools
1071
+do
1072
+  case $_am_tool in
1073
+  gnutar)
1074
+    for _am_tar in tar gnutar gtar;
1075
+    do
1076
+      AM_RUN_LOG([$_am_tar --version]) && break
1077
+    done
1078
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1079
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1080
+    am__untar="$_am_tar -xf -"
1081
+    ;;
1082
+  plaintar)
1083
+    # Must skip GNU tar: if it does not support --format= it doesn't create
1084
+    # ustar tarball either.
1085
+    (tar --version) >/dev/null 2>&1 && continue
1086
+    am__tar='tar chf - "$$tardir"'
1087
+    am__tar_='tar chf - "$tardir"'
1088
+    am__untar='tar xf -'
1089
+    ;;
1090
+  pax)
1091
+    am__tar='pax -L -x $1 -w "$$tardir"'
1092
+    am__tar_='pax -L -x $1 -w "$tardir"'
1093
+    am__untar='pax -r'
1094
+    ;;
1095
+  cpio)
1096
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1097
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1098
+    am__untar='cpio -i -H $1 -d'
1099
+    ;;
1100
+  none)
1101
+    am__tar=false
1102
+    am__tar_=false
1103
+    am__untar=false
1104
+    ;;
1105
+  esac
1064 1106
 
1065
-m4_if([$1], [v7],
1066
-  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1067
-
1068
-  [m4_case([$1],
1069
-    [ustar],
1070
-     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1071
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1072
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1073
-      # and bug#13588).
1074
-      am_max_uid=2097151 # 2^21 - 1
1075
-      am_max_gid=$am_max_uid
1076
-      # The $UID and $GID variables are not portable, so we need to resort
1077
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1078
-      # below are definitely unexpected, so allow the users to see them
1079
-      # (that is, avoid stderr redirection).
1080
-      am_uid=`id -u || echo unknown`
1081
-      am_gid=`id -g || echo unknown`
1082
-      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1083
-      if test $am_uid -le $am_max_uid; then
1084
-         AC_MSG_RESULT([yes])
1085
-      else
1086
-         AC_MSG_RESULT([no])
1087
-         _am_tools=none
1088
-      fi
1089
-      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1090
-      if test $am_gid -le $am_max_gid; then
1091
-         AC_MSG_RESULT([yes])
1092
-      else
1093
-        AC_MSG_RESULT([no])
1094
-        _am_tools=none
1095
-      fi],
1096
-
1097
-  [pax],
1098
-    [],
1099
-
1100
-  [m4_fatal([Unknown tar format])])
1101
-
1102
-  AC_MSG_CHECKING([how to create a $1 tar archive])
1103
-
1104
-  # Go ahead even if we have the value already cached.  We do so because we
1105
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
1106
-  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1107
-
1108
-  for _am_tool in $_am_tools; do
1109
-    case $_am_tool in
1110
-    gnutar)
1111
-      for _am_tar in tar gnutar gtar; do
1112
-        AM_RUN_LOG([$_am_tar --version]) && break
1113
-      done
1114
-      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1115
-      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1116
-      am__untar="$_am_tar -xf -"
1117
-      ;;
1118
-    plaintar)
1119
-      # Must skip GNU tar: if it does not support --format= it doesn't create
1120
-      # ustar tarball either.
1121
-      (tar --version) >/dev/null 2>&1 && continue
1122
-      am__tar='tar chf - "$$tardir"'
1123
-      am__tar_='tar chf - "$tardir"'
1124
-      am__untar='tar xf -'
1125
-      ;;
1126
-    pax)
1127
-      am__tar='pax -L -x $1 -w "$$tardir"'
1128
-      am__tar_='pax -L -x $1 -w "$tardir"'
1129
-      am__untar='pax -r'
1130
-      ;;
1131
-    cpio)
1132
-      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1133
-      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1134
-      am__untar='cpio -i -H $1 -d'
1135
-      ;;
1136
-    none)
1137
-      am__tar=false
1138
-      am__tar_=false
1139
-      am__untar=false
1140
-      ;;
1141
-    esac
1107
+  # If the value was cached, stop now.  We just wanted to have am__tar
1108
+  # and am__untar set.
1109
+  test -n "${am_cv_prog_tar_$1}" && break
1142 1110
 
1143
-    # If the value was cached, stop now.  We just wanted to have am__tar
1144
-    # and am__untar set.
1145
-    test -n "${am_cv_prog_tar_$1}" && break
1146
-
1147
-    # tar/untar a dummy directory, and stop if the command works.
1148
-    rm -rf conftest.dir
1149
-    mkdir conftest.dir
1150
-    echo GrepMe > conftest.dir/file
1151
-    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1152
-    rm -rf conftest.dir
1153
-    if test -s conftest.tar; then
1154
-      AM_RUN_LOG([$am__untar <conftest.tar])
1155
-      AM_RUN_LOG([cat conftest.dir/file])
1156
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1157
-    fi
1158
-  done
1111
+  # tar/untar a dummy directory, and stop if the command works
1159 1112
   rm -rf conftest.dir
1113
+  mkdir conftest.dir
1114
+  echo GrepMe > conftest.dir/file
1115
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1116
+  rm -rf conftest.dir
1117
+  if test -s conftest.tar; then
1118
+    AM_RUN_LOG([$am__untar <conftest.tar])
1119
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1120
+  fi
1121
+done
1122
+rm -rf conftest.dir
1160 1123
 
1161
-  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1162
-  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1163
-
1124
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1125
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1164 1126
 AC_SUBST([am__tar])
1165 1127
 AC_SUBST([am__untar])
1166 1128
 ]) # _AM_PROG_TAR
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -100,8 +56,7 @@ target_triplet = @target@
100 100
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS =  \
101 101
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@	clamav-milter$(EXEEXT)
102 102
 subdir = clamav-milter
103
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104
-	$(top_srcdir)/config/depcomp
103
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
105 104
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 105
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
107 106
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -201,19 +156,6 @@ clamav_milter_LDADD = $(LDADD)
201 201
 AM_V_lt = $(am__v_lt_@AM_V@)
202 202
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
203 203
 am__v_lt_0 = --silent
204
-am__v_lt_1 = 
205
-AM_V_P = $(am__v_P_@AM_V@)
206
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
207
-am__v_P_0 = false
208
-am__v_P_1 = :
209
-AM_V_GEN = $(am__v_GEN_@AM_V@)
210
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
211
-am__v_GEN_0 = @echo "  GEN     " $@;
212
-am__v_GEN_1 = 
213
-AM_V_at = $(am__v_at_@AM_V@)
214
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
215
-am__v_at_0 = @
216
-am__v_at_1 = 
217 204
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
218 205
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
219 206
 am__depfiles_maybe = depfiles
... ...
@@ -226,23 +168,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
226 226
 	$(AM_CFLAGS) $(CFLAGS)
227 227
 AM_V_CC = $(am__v_CC_@AM_V@)
228 228
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
229
-am__v_CC_0 = @echo "  CC      " $@;
230
-am__v_CC_1 = 
229
+am__v_CC_0 = @echo "  CC    " $@;
230
+AM_V_at = $(am__v_at_@AM_V@)
231
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
232
+am__v_at_0 = @
231 233
 CCLD = $(CC)
232 234
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
233 235
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
234 236
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
235 237
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
236 238
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
237
-am__v_CCLD_0 = @echo "  CCLD    " $@;
238
-am__v_CCLD_1 = 
239
+am__v_CCLD_0 = @echo "  CCLD  " $@;
240
+AM_V_GEN = $(am__v_GEN_@AM_V@)
241
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
242
+am__v_GEN_0 = @echo "  GEN   " $@;
239 243
 SOURCES = $(clamav_milter_SOURCES)
240 244
 DIST_SOURCES = $(am__clamav_milter_SOURCES_DIST)
241
-am__can_run_installinfo = \
242
-  case $$AM_UPDATE_INFO_DIR in \
243
-    n|no|NO) false;; \
244
-    *) (install-info --version) >/dev/null 2>&1;; \
245
-  esac
246 245
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
247 246
 am__vpath_adj = case $$p in \
248 247
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -273,23 +214,6 @@ am__uninstall_files_from_dir = { \
273 273
 man8dir = $(mandir)/man8
274 274
 NROFF = nroff
275 275
 MANS = $(man_MANS)
276
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
277
-# Read a list of newline-separated strings from the standard input,
278
-# and print each of them once, without duplicates.  Input order is
279
-# *not* preserved.
280
-am__uniquify_input = $(AWK) '\
281
-  BEGIN { nonempty = 0; } \
282
-  { items[$$0] = 1; nonempty = 1; } \
283
-  END { if (nonempty) { for (i in items) print i; }; } \
284
-'
285
-# Make sure the list of sources is unique.  This is necessary because,
286
-# e.g., the same source file might be shared among _SOURCES variables
287
-# for different programs/libraries.
288
-am__define_uniq_tagged_files = \
289
-  list='$(am__tagged_files)'; \
290
-  unique=`for i in $$list; do \
291
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
292
-  done | $(am__uniquify_input)`
293 276
 ETAGS = etags
294 277
 CTAGS = ctags
295 278
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -552,19 +476,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
552 552
 $(am__aclocal_m4_deps):
553 553
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
554 554
 	@$(NORMAL_INSTALL)
555
+	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
555 556
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
556
-	if test -n "$$list"; then \
557
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
558
-	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
559
-	fi; \
560 557
 	for p in $$list; do echo "$$p $$p"; done | \
561 558
 	sed 's/$(EXEEXT)$$//' | \
562
-	while read p p1; do if test -f $$p \
563
-	 || test -f $$p1 \
564
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
559
+	while read p p1; do if test -f $$p || test -f $$p1; \
560
+	  then echo "$$p"; echo "$$p"; else :; fi; \
565 561
 	done | \
566
-	sed -e 'p;s,.*/,,;n;h' \
567
-	    -e 's|.*|.|' \
562
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
568 563
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
569 564
 	sed 'N;N;N;s,\n, ,g' | \
570 565
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -585,8 +504,7 @@ uninstall-sbinPROGRAMS:
585 585
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
586 586
 	files=`for p in $$list; do echo "$$p"; done | \
587 587
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
588
-	      -e 's/$$/$(EXEEXT)/' \
589
-	`; \
588
+	      -e 's/$$/$(EXEEXT)/' `; \
590 589
 	test -n "$$list" || exit 0; \
591 590
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
592 591
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -615,7 +533,6 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
615 615
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
616 616
 	  done; \
617 617
 	done; rm -f c$${pid}_.???; exit $$bad
618
-
619 618
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) 
620 619
 	@rm -f clamav-milter$(EXEEXT)
621 620
 	$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
... ...
@@ -641,14 +558,14 @@ distclean-compile:
641 641
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
642 642
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
643 643
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
644
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
644
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
645 645
 
646 646
 .c.obj:
647 647
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
648 648
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
649 649
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
650 650
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
651
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
651
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
652 652
 
653 653
 .c.lo:
654 654
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -720,18 +637,11 @@ clean-libtool:
720 720
 	-rm -rf .libs _libs
721 721
 install-man8: $(man_MANS)
722 722
 	@$(NORMAL_INSTALL)
723
-	@list1=''; \
724
-	list2='$(man_MANS)'; \
725
-	test -n "$(man8dir)" \
726
-	  && test -n "`echo $$list1$$list2`" \
727
-	  || exit 0; \
728
-	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
729
-	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
730
-	{ for i in $$list1; do echo "$$i"; done;  \
731
-	if test -n "$$list2"; then \
732
-	  for i in $$list2; do echo "$$i"; done \
733
-	    | sed -n '/\.8[a-z]*$$/p'; \
734
-	fi; \
723
+	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
724
+	@list=''; test -n "$(man8dir)" || exit 0; \
725
+	{ for i in $$list; do echo "$$i"; done; \
726
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
727
+	  sed -n '/\.8[a-z]*$$/p'; \
735 728
 	} | while read p; do \
736 729
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
737 730
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -762,15 +672,26 @@ uninstall-man8:
762 762
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
763 763
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
764 764
 
765
-ID: $(am__tagged_files)
766
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
767
-tags: tags-am
768
-TAGS: tags
769
-
770
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
765
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
766
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
767
+	unique=`for i in $$list; do \
768
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
769
+	  done | \
770
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
771
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
772
+	mkid -fID $$unique
773
+tags: TAGS
774
+
775
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
776
+		$(TAGS_FILES) $(LISP)
771 777
 	set x; \
772 778
 	here=`pwd`; \
773
-	$(am__define_uniq_tagged_files); \
779
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
780
+	unique=`for i in $$list; do \
781
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
782
+	  done | \
783
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
784
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
774 785
 	shift; \
775 786
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
776 787
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -782,11 +703,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
782 782
 	      $$unique; \
783 783
 	  fi; \
784 784
 	fi
785
-ctags: ctags-am
786
-
787
-CTAGS: ctags
788
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
789
-	$(am__define_uniq_tagged_files); \
785
+ctags: CTAGS
786
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
787
+		$(TAGS_FILES) $(LISP)
788
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
789
+	unique=`for i in $$list; do \
790
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
791
+	  done | \
792
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
793
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
790 794
 	test -z "$(CTAGS_ARGS)$$unique" \
791 795
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
792 796
 	     $$unique
... ...
@@ -795,26 +720,24 @@ GTAGS:
795 795
 	here=`$(am__cd) $(top_builddir) && pwd` \
796 796
 	  && $(am__cd) $(top_srcdir) \
797 797
 	  && gtags -i $(GTAGS_ARGS) "$$here"
798
-cscopelist: cscopelist-am
799
-
800
-cscopelist-am: $(am__tagged_files)
801
-	list='$(am__tagged_files)'; \
802
-	case "$(srcdir)" in \
803
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
804
-	  *) sdir=$(subdir)/$(srcdir) ;; \
805
-	esac; \
806
-	for i in $$list; do \
807
-	  if test -f "$$i"; then \
808
-	    echo "$(subdir)/$$i"; \
809
-	  else \
810
-	    echo "$$sdir/$$i"; \
811
-	  fi; \
812
-	done >> $(top_builddir)/cscope.files
813 798
 
814 799
 distclean-tags:
815 800
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
816 801
 
817 802
 distdir: $(DISTFILES)
803
+	@list='$(MANS)'; if test -n "$$list"; then \
804
+	  list=`for p in $$list; do \
805
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
806
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
807
+	  if test -n "$$list" && \
808
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
809
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
810
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
811
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
812
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
813
+	    exit 1; \
814
+	  else :; fi; \
815
+	else :; fi
818 816
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
819 817
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
820 818
 	list='$(DISTFILES)'; \
... ...
@@ -957,20 +880,19 @@ uninstall-man: uninstall-man8
957 957
 
958 958
 .MAKE: install-am install-strip
959 959
 
960
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
961
-	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
962
-	distclean distclean-compile distclean-generic \
963
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
964
-	html-am info info-am install install-am install-data \
965
-	install-data-am install-dvi install-dvi-am install-exec \
966
-	install-exec-am install-html install-html-am install-info \
967
-	install-info-am install-man install-man8 install-pdf \
968
-	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
969
-	install-strip installcheck installcheck-am \
970
-	installcheck-sbinPROGRAMS installdirs maintainer-clean \
971
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
972
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
973
-	tags tags-am uninstall uninstall-am uninstall-man \
960
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
961
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
962
+	distclean-compile distclean-generic distclean-libtool \
963
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
964
+	install install-am install-data install-data-am install-dvi \
965
+	install-dvi-am install-exec install-exec-am install-html \
966
+	install-html-am install-info install-info-am install-man \
967
+	install-man8 install-pdf install-pdf-am install-ps \
968
+	install-ps-am install-sbinPROGRAMS install-strip installcheck \
969
+	installcheck-am installcheck-sbinPROGRAMS installdirs \
970
+	maintainer-clean maintainer-clean-generic mostlyclean \
971
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
972
+	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
974 973
 	uninstall-man8 uninstall-sbinPROGRAMS
975 974
 
976 975
 
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -15,51 +16,6 @@
15 15
 @SET_MAKE@
16 16
 
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))
63 18
 pkgdatadir = $(datadir)/@PACKAGE@
64 19
 pkgincludedir = $(includedir)/@PACKAGE@
65 20
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -81,8 +37,7 @@ host_triplet = @host@
81 81
 target_triplet = @target@
82 82
 bin_PROGRAMS = clambc$(EXEEXT)
83 83
 subdir = clambc
84
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
-	$(top_srcdir)/config/depcomp
84
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
86 85
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 86
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
88 87
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -167,19 +122,6 @@ clambc_LDADD = $(LDADD)
167 167
 AM_V_lt = $(am__v_lt_@AM_V@)
168 168
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
169 169
 am__v_lt_0 = --silent
170
-am__v_lt_1 = 
171
-AM_V_P = $(am__v_P_@AM_V@)
172
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
173
-am__v_P_0 = false
174
-am__v_P_1 = :
175
-AM_V_GEN = $(am__v_GEN_@AM_V@)
176
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
177
-am__v_GEN_0 = @echo "  GEN     " $@;
178
-am__v_GEN_1 = 
179
-AM_V_at = $(am__v_at_@AM_V@)
180
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
181
-am__v_at_0 = @
182
-am__v_at_1 = 
183 170
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
184 171
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
185 172
 am__depfiles_maybe = depfiles
... ...
@@ -192,40 +134,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
192 192
 	$(AM_CFLAGS) $(CFLAGS)
193 193
 AM_V_CC = $(am__v_CC_@AM_V@)
194 194
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
195
-am__v_CC_0 = @echo "  CC      " $@;
196
-am__v_CC_1 = 
195
+am__v_CC_0 = @echo "  CC    " $@;
196
+AM_V_at = $(am__v_at_@AM_V@)
197
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
198
+am__v_at_0 = @
197 199
 CCLD = $(CC)
198 200
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
199 201
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
200 202
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
201 203
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
202 204
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
203
-am__v_CCLD_0 = @echo "  CCLD    " $@;
204
-am__v_CCLD_1 = 
205
+am__v_CCLD_0 = @echo "  CCLD  " $@;
206
+AM_V_GEN = $(am__v_GEN_@AM_V@)
207
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
208
+am__v_GEN_0 = @echo "  GEN   " $@;
205 209
 SOURCES = $(clambc_SOURCES)
206 210
 DIST_SOURCES = $(clambc_SOURCES)
207
-am__can_run_installinfo = \
208
-  case $$AM_UPDATE_INFO_DIR in \
209
-    n|no|NO) false;; \
210
-    *) (install-info --version) >/dev/null 2>&1;; \
211
-  esac
212
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
213
-# Read a list of newline-separated strings from the standard input,
214
-# and print each of them once, without duplicates.  Input order is
215
-# *not* preserved.
216
-am__uniquify_input = $(AWK) '\
217
-  BEGIN { nonempty = 0; } \
218
-  { items[$$0] = 1; nonempty = 1; } \
219
-  END { if (nonempty) { for (i in items) print i; }; } \
220
-'
221
-# Make sure the list of sources is unique.  This is necessary because,
222
-# e.g., the same source file might be shared among _SOURCES variables
223
-# for different programs/libraries.
224
-am__define_uniq_tagged_files = \
225
-  list='$(am__tagged_files)'; \
226
-  unique=`for i in $$list; do \
227
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
228
-  done | $(am__uniquify_input)`
229 211
 ETAGS = etags
230 212
 CTAGS = ctags
231 213
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -477,19 +401,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
477 477
 $(am__aclocal_m4_deps):
478 478
 install-binPROGRAMS: $(bin_PROGRAMS)
479 479
 	@$(NORMAL_INSTALL)
480
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
480 481
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
481
-	if test -n "$$list"; then \
482
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
483
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
484
-	fi; \
485 482
 	for p in $$list; do echo "$$p $$p"; done | \
486 483
 	sed 's/$(EXEEXT)$$//' | \
487
-	while read p p1; do if test -f $$p \
488
-	 || test -f $$p1 \
489
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
484
+	while read p p1; do if test -f $$p || test -f $$p1; \
485
+	  then echo "$$p"; echo "$$p"; else :; fi; \
490 486
 	done | \
491
-	sed -e 'p;s,.*/,,;n;h' \
492
-	    -e 's|.*|.|' \
487
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
493 488
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
494 489
 	sed 'N;N;N;s,\n, ,g' | \
495 490
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -510,8 +429,7 @@ uninstall-binPROGRAMS:
510 510
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
511 511
 	files=`for p in $$list; do echo "$$p"; done | \
512 512
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
513
-	      -e 's/$$/$(EXEEXT)/' \
514
-	`; \
513
+	      -e 's/$$/$(EXEEXT)/' `; \
515 514
 	test -n "$$list" || exit 0; \
516 515
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
517 516
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -540,7 +458,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
540 540
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
541 541
 	  done; \
542 542
 	done; rm -f c$${pid}_.???; exit $$bad
543
-
544 543
 clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) 
545 544
 	@rm -f clambc$(EXEEXT)
546 545
 	$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS)
... ...
@@ -561,14 +478,14 @@ distclean-compile:
561 561
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
562 562
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
563 563
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
564
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
564
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
565 565
 
566 566
 .c.obj:
567 567
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
568 568
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
569 569
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
570 570
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
571
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
571
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
572 572
 
573 573
 .c.lo:
574 574
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -625,15 +542,26 @@ mostlyclean-libtool:
625 625
 clean-libtool:
626 626
 	-rm -rf .libs _libs
627 627
 
628
-ID: $(am__tagged_files)
629
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
630
-tags: tags-am
631
-TAGS: tags
632
-
633
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
628
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
629
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
630
+	unique=`for i in $$list; do \
631
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
632
+	  done | \
633
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
634
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
635
+	mkid -fID $$unique
636
+tags: TAGS
637
+
638
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
639
+		$(TAGS_FILES) $(LISP)
634 640
 	set x; \
635 641
 	here=`pwd`; \
636
-	$(am__define_uniq_tagged_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; }; }'`; \
637 648
 	shift; \
638 649
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
639 650
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -645,11 +573,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
645 645
 	      $$unique; \
646 646
 	  fi; \
647 647
 	fi
648
-ctags: ctags-am
649
-
650
-CTAGS: ctags
651
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
652
-	$(am__define_uniq_tagged_files); \
648
+ctags: CTAGS
649
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
650
+		$(TAGS_FILES) $(LISP)
651
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
652
+	unique=`for i in $$list; do \
653
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
654
+	  done | \
655
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
656
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
653 657
 	test -z "$(CTAGS_ARGS)$$unique" \
654 658
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
655 659
 	     $$unique
... ...
@@ -658,21 +590,6 @@ GTAGS:
658 658
 	here=`$(am__cd) $(top_builddir) && pwd` \
659 659
 	  && $(am__cd) $(top_srcdir) \
660 660
 	  && gtags -i $(GTAGS_ARGS) "$$here"
661
-cscopelist: cscopelist-am
662
-
663
-cscopelist-am: $(am__tagged_files)
664
-	list='$(am__tagged_files)'; \
665
-	case "$(srcdir)" in \
666
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
667
-	  *) sdir=$(subdir)/$(srcdir) ;; \
668
-	esac; \
669
-	for i in $$list; do \
670
-	  if test -f "$$i"; then \
671
-	    echo "$(subdir)/$$i"; \
672
-	  else \
673
-	    echo "$$sdir/$$i"; \
674
-	  fi; \
675
-	done >> $(top_builddir)/cscope.files
676 661
 
677 662
 distclean-tags:
678 663
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -817,20 +734,19 @@ uninstall-am: uninstall-binPROGRAMS
817 817
 
818 818
 .MAKE: install-am install-strip
819 819
 
820
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
821
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
822
-	ctags ctags-am distclean distclean-compile distclean-generic \
823
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
824
-	html-am info info-am install install-am install-binPROGRAMS \
825
-	install-data install-data-am install-dvi install-dvi-am \
826
-	install-exec install-exec-am install-html install-html-am \
827
-	install-info install-info-am install-man install-pdf \
828
-	install-pdf-am install-ps install-ps-am install-strip \
829
-	installcheck installcheck-am installcheck-binPROGRAMS \
830
-	installdirs maintainer-clean maintainer-clean-generic \
831
-	mostlyclean mostlyclean-compile mostlyclean-generic \
832
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
833
-	uninstall-am uninstall-binPROGRAMS
820
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
821
+	clean-generic clean-libtool ctags distclean distclean-compile \
822
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
823
+	dvi-am html html-am info info-am install install-am \
824
+	install-binPROGRAMS install-data install-data-am install-dvi \
825
+	install-dvi-am install-exec install-exec-am install-html \
826
+	install-html-am install-info install-info-am install-man \
827
+	install-pdf install-pdf-am install-ps install-ps-am \
828
+	install-strip installcheck installcheck-am \
829
+	installcheck-binPROGRAMS installdirs maintainer-clean \
830
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
831
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
832
+	tags uninstall uninstall-am uninstall-binPROGRAMS
834 833
 
835 834
 
836 835
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,8 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 bin_PROGRAMS = clamconf$(EXEEXT)
101 101
 subdir = clamconf
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103
-	$(top_srcdir)/config/depcomp
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
104 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
106 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -185,19 +140,6 @@ clamconf_LDADD = $(LDADD)
185 185
 AM_V_lt = $(am__v_lt_@AM_V@)
186 186
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
187 187
 am__v_lt_0 = --silent
188
-am__v_lt_1 = 
189
-AM_V_P = $(am__v_P_@AM_V@)
190
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
191
-am__v_P_0 = false
192
-am__v_P_1 = :
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     " $@;
196
-am__v_GEN_1 = 
197
-AM_V_at = $(am__v_at_@AM_V@)
198
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
199
-am__v_at_0 = @
200
-am__v_at_1 = 
201 188
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
202 189
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
203 190
 am__depfiles_maybe = depfiles
... ...
@@ -210,40 +152,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
210 210
 	$(AM_CFLAGS) $(CFLAGS)
211 211
 AM_V_CC = $(am__v_CC_@AM_V@)
212 212
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213
-am__v_CC_0 = @echo "  CC      " $@;
214
-am__v_CC_1 = 
213
+am__v_CC_0 = @echo "  CC    " $@;
214
+AM_V_at = $(am__v_at_@AM_V@)
215
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
216
+am__v_at_0 = @
215 217
 CCLD = $(CC)
216 218
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217 219
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218 220
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
219 221
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 222
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221
-am__v_CCLD_0 = @echo "  CCLD    " $@;
222
-am__v_CCLD_1 = 
223
+am__v_CCLD_0 = @echo "  CCLD  " $@;
224
+AM_V_GEN = $(am__v_GEN_@AM_V@)
225
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
226
+am__v_GEN_0 = @echo "  GEN   " $@;
223 227
 SOURCES = $(clamconf_SOURCES)
224 228
 DIST_SOURCES = $(clamconf_SOURCES)
225
-am__can_run_installinfo = \
226
-  case $$AM_UPDATE_INFO_DIR in \
227
-    n|no|NO) false;; \
228
-    *) (install-info --version) >/dev/null 2>&1;; \
229
-  esac
230
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231
-# Read a list of newline-separated strings from the standard input,
232
-# and print each of them once, without duplicates.  Input order is
233
-# *not* preserved.
234
-am__uniquify_input = $(AWK) '\
235
-  BEGIN { nonempty = 0; } \
236
-  { items[$$0] = 1; nonempty = 1; } \
237
-  END { if (nonempty) { for (i in items) print i; }; } \
238
-'
239
-# Make sure the list of sources is unique.  This is necessary because,
240
-# e.g., the same source file might be shared among _SOURCES variables
241
-# for different programs/libraries.
242
-am__define_uniq_tagged_files = \
243
-  list='$(am__tagged_files)'; \
244
-  unique=`for i in $$list; do \
245
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246
-  done | $(am__uniquify_input)`
247 229
 ETAGS = etags
248 230
 CTAGS = ctags
249 231
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -500,19 +424,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
500 500
 $(am__aclocal_m4_deps):
501 501
 install-binPROGRAMS: $(bin_PROGRAMS)
502 502
 	@$(NORMAL_INSTALL)
503
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
503 504
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
504
-	if test -n "$$list"; then \
505
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
506
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
507
-	fi; \
508 505
 	for p in $$list; do echo "$$p $$p"; done | \
509 506
 	sed 's/$(EXEEXT)$$//' | \
510
-	while read p p1; do if test -f $$p \
511
-	 || test -f $$p1 \
512
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
507
+	while read p p1; do if test -f $$p || test -f $$p1; \
508
+	  then echo "$$p"; echo "$$p"; else :; fi; \
513 509
 	done | \
514
-	sed -e 'p;s,.*/,,;n;h' \
515
-	    -e 's|.*|.|' \
510
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
516 511
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
517 512
 	sed 'N;N;N;s,\n, ,g' | \
518 513
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -533,8 +452,7 @@ uninstall-binPROGRAMS:
533 533
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
534 534
 	files=`for p in $$list; do echo "$$p"; done | \
535 535
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
536
-	      -e 's/$$/$(EXEEXT)/' \
537
-	`; \
536
+	      -e 's/$$/$(EXEEXT)/' `; \
538 537
 	test -n "$$list" || exit 0; \
539 538
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
540 539
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -563,7 +481,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
563 563
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
564 564
 	  done; \
565 565
 	done; rm -f c$${pid}_.???; exit $$bad
566
-
567 566
 clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) 
568 567
 	@rm -f clamconf$(EXEEXT)
569 568
 	$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS)
... ...
@@ -584,14 +501,14 @@ distclean-compile:
584 584
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
585 585
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
586 586
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
587
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
587
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
588 588
 
589 589
 .c.obj:
590 590
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
591 591
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
592 592
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
593 593
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
594
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
595 595
 
596 596
 .c.lo:
597 597
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -648,15 +565,26 @@ mostlyclean-libtool:
648 648
 clean-libtool:
649 649
 	-rm -rf .libs _libs
650 650
 
651
-ID: $(am__tagged_files)
652
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
653
-tags: tags-am
654
-TAGS: tags
655
-
656
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
651
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
652
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
653
+	unique=`for i in $$list; do \
654
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
655
+	  done | \
656
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
657
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
658
+	mkid -fID $$unique
659
+tags: TAGS
660
+
661
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
662
+		$(TAGS_FILES) $(LISP)
657 663
 	set x; \
658 664
 	here=`pwd`; \
659
-	$(am__define_uniq_tagged_files); \
665
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
666
+	unique=`for i in $$list; do \
667
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
668
+	  done | \
669
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
660 671
 	shift; \
661 672
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
662 673
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -668,11 +596,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668 668
 	      $$unique; \
669 669
 	  fi; \
670 670
 	fi
671
-ctags: ctags-am
672
-
673
-CTAGS: ctags
674
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
675
-	$(am__define_uniq_tagged_files); \
671
+ctags: CTAGS
672
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
673
+		$(TAGS_FILES) $(LISP)
674
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
675
+	unique=`for i in $$list; do \
676
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
677
+	  done | \
678
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
679
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
676 680
 	test -z "$(CTAGS_ARGS)$$unique" \
677 681
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
678 682
 	     $$unique
... ...
@@ -681,21 +613,6 @@ GTAGS:
681 681
 	here=`$(am__cd) $(top_builddir) && pwd` \
682 682
 	  && $(am__cd) $(top_srcdir) \
683 683
 	  && gtags -i $(GTAGS_ARGS) "$$here"
684
-cscopelist: cscopelist-am
685
-
686
-cscopelist-am: $(am__tagged_files)
687
-	list='$(am__tagged_files)'; \
688
-	case "$(srcdir)" in \
689
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
690
-	  *) sdir=$(subdir)/$(srcdir) ;; \
691
-	esac; \
692
-	for i in $$list; do \
693
-	  if test -f "$$i"; then \
694
-	    echo "$(subdir)/$$i"; \
695
-	  else \
696
-	    echo "$$sdir/$$i"; \
697
-	  fi; \
698
-	done >> $(top_builddir)/cscope.files
699 684
 
700 685
 distclean-tags:
701 686
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -840,20 +757,19 @@ uninstall-am: uninstall-binPROGRAMS
840 840
 
841 841
 .MAKE: install-am install-strip
842 842
 
843
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
844
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
845
-	ctags ctags-am distclean distclean-compile distclean-generic \
846
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
847
-	html-am info info-am install install-am install-binPROGRAMS \
848
-	install-data install-data-am install-dvi install-dvi-am \
849
-	install-exec install-exec-am install-html install-html-am \
850
-	install-info install-info-am install-man install-pdf \
851
-	install-pdf-am install-ps install-ps-am install-strip \
852
-	installcheck installcheck-am installcheck-binPROGRAMS \
853
-	installdirs maintainer-clean maintainer-clean-generic \
854
-	mostlyclean mostlyclean-compile mostlyclean-generic \
855
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
856
-	uninstall-am uninstall-binPROGRAMS
843
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
844
+	clean-generic clean-libtool ctags distclean distclean-compile \
845
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
846
+	dvi-am html html-am info info-am install install-am \
847
+	install-binPROGRAMS install-data install-data-am install-dvi \
848
+	install-dvi-am install-exec install-exec-am install-html \
849
+	install-html-am install-info install-info-am install-man \
850
+	install-pdf install-pdf-am install-ps install-ps-am \
851
+	install-strip installcheck installcheck-am \
852
+	installcheck-binPROGRAMS installdirs maintainer-clean \
853
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
854
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
855
+	tags uninstall uninstall-am uninstall-binPROGRAMS
857 856
 
858 857
 
859 858
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,8 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 @BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
101 101
 subdir = clamd
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103
-	$(top_srcdir)/config/depcomp
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
104 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
106 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -203,19 +158,6 @@ clamd_LDADD = $(LDADD)
203 203
 AM_V_lt = $(am__v_lt_@AM_V@)
204 204
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
205 205
 am__v_lt_0 = --silent
206
-am__v_lt_1 = 
207
-AM_V_P = $(am__v_P_@AM_V@)
208
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
209
-am__v_P_0 = false
210
-am__v_P_1 = :
211
-AM_V_GEN = $(am__v_GEN_@AM_V@)
212
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
213
-am__v_GEN_0 = @echo "  GEN     " $@;
214
-am__v_GEN_1 = 
215
-AM_V_at = $(am__v_at_@AM_V@)
216
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
217
-am__v_at_0 = @
218
-am__v_at_1 = 
219 206
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
220 207
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
221 208
 am__depfiles_maybe = depfiles
... ...
@@ -228,40 +170,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228 228
 	$(AM_CFLAGS) $(CFLAGS)
229 229
 AM_V_CC = $(am__v_CC_@AM_V@)
230 230
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
231
-am__v_CC_0 = @echo "  CC      " $@;
232
-am__v_CC_1 = 
231
+am__v_CC_0 = @echo "  CC    " $@;
232
+AM_V_at = $(am__v_at_@AM_V@)
233
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
234
+am__v_at_0 = @
233 235
 CCLD = $(CC)
234 236
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
235 237
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
236 238
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
237 239
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
238 240
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
239
-am__v_CCLD_0 = @echo "  CCLD    " $@;
240
-am__v_CCLD_1 = 
241
+am__v_CCLD_0 = @echo "  CCLD  " $@;
242
+AM_V_GEN = $(am__v_GEN_@AM_V@)
243
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
244
+am__v_GEN_0 = @echo "  GEN   " $@;
241 245
 SOURCES = $(clamd_SOURCES)
242 246
 DIST_SOURCES = $(am__clamd_SOURCES_DIST)
243
-am__can_run_installinfo = \
244
-  case $$AM_UPDATE_INFO_DIR in \
245
-    n|no|NO) false;; \
246
-    *) (install-info --version) >/dev/null 2>&1;; \
247
-  esac
248
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
249
-# Read a list of newline-separated strings from the standard input,
250
-# and print each of them once, without duplicates.  Input order is
251
-# *not* preserved.
252
-am__uniquify_input = $(AWK) '\
253
-  BEGIN { nonempty = 0; } \
254
-  { items[$$0] = 1; nonempty = 1; } \
255
-  END { if (nonempty) { for (i in items) print i; }; } \
256
-'
257
-# Make sure the list of sources is unique.  This is necessary because,
258
-# e.g., the same source file might be shared among _SOURCES variables
259
-# for different programs/libraries.
260
-am__define_uniq_tagged_files = \
261
-  list='$(am__tagged_files)'; \
262
-  unique=`for i in $$list; do \
263
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
264
-  done | $(am__uniquify_input)`
265 247
 ETAGS = etags
266 248
 CTAGS = ctags
267 249
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -542,19 +466,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
542 542
 $(am__aclocal_m4_deps):
543 543
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
544 544
 	@$(NORMAL_INSTALL)
545
+	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
545 546
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
546
-	if test -n "$$list"; then \
547
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
548
-	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
549
-	fi; \
550 547
 	for p in $$list; do echo "$$p $$p"; done | \
551 548
 	sed 's/$(EXEEXT)$$//' | \
552
-	while read p p1; do if test -f $$p \
553
-	 || test -f $$p1 \
554
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
549
+	while read p p1; do if test -f $$p || test -f $$p1; \
550
+	  then echo "$$p"; echo "$$p"; else :; fi; \
555 551
 	done | \
556
-	sed -e 'p;s,.*/,,;n;h' \
557
-	    -e 's|.*|.|' \
552
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
558 553
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
559 554
 	sed 'N;N;N;s,\n, ,g' | \
560 555
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -575,8 +494,7 @@ uninstall-sbinPROGRAMS:
575 575
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
576 576
 	files=`for p in $$list; do echo "$$p"; done | \
577 577
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
578
-	      -e 's/$$/$(EXEEXT)/' \
579
-	`; \
578
+	      -e 's/$$/$(EXEEXT)/' `; \
580 579
 	test -n "$$list" || exit 0; \
581 580
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
582 581
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -605,7 +523,6 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
605 605
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
606 606
 	  done; \
607 607
 	done; rm -f c$${pid}_.???; exit $$bad
608
-
609 608
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) 
610 609
 	@rm -f clamd$(EXEEXT)
611 610
 	$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
... ...
@@ -638,14 +555,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 -o $@ $<
641
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
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 -o $@ `$(CYGPATH_W) '$<'`
648
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(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 $@ $<
... ...
@@ -716,15 +633,26 @@ mostlyclean-libtool:
716 716
 clean-libtool:
717 717
 	-rm -rf .libs _libs
718 718
 
719
-ID: $(am__tagged_files)
720
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
721
-tags: tags-am
722
-TAGS: tags
723
-
724
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
719
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
720
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
721
+	unique=`for i in $$list; do \
722
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
723
+	  done | \
724
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
725
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
726
+	mkid -fID $$unique
727
+tags: TAGS
728
+
729
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
730
+		$(TAGS_FILES) $(LISP)
725 731
 	set x; \
726 732
 	here=`pwd`; \
727
-	$(am__define_uniq_tagged_files); \
733
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
734
+	unique=`for i in $$list; do \
735
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
736
+	  done | \
737
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
738
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
728 739
 	shift; \
729 740
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
730 741
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -736,11 +664,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
736 736
 	      $$unique; \
737 737
 	  fi; \
738 738
 	fi
739
-ctags: ctags-am
740
-
741
-CTAGS: ctags
742
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
743
-	$(am__define_uniq_tagged_files); \
739
+ctags: CTAGS
740
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
741
+		$(TAGS_FILES) $(LISP)
742
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
743
+	unique=`for i in $$list; do \
744
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
745
+	  done | \
746
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
747
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
744 748
 	test -z "$(CTAGS_ARGS)$$unique" \
745 749
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
746 750
 	     $$unique
... ...
@@ -749,21 +681,6 @@ GTAGS:
749 749
 	here=`$(am__cd) $(top_builddir) && pwd` \
750 750
 	  && $(am__cd) $(top_srcdir) \
751 751
 	  && gtags -i $(GTAGS_ARGS) "$$here"
752
-cscopelist: cscopelist-am
753
-
754
-cscopelist-am: $(am__tagged_files)
755
-	list='$(am__tagged_files)'; \
756
-	case "$(srcdir)" in \
757
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
758
-	  *) sdir=$(subdir)/$(srcdir) ;; \
759
-	esac; \
760
-	for i in $$list; do \
761
-	  if test -f "$$i"; then \
762
-	    echo "$(subdir)/$$i"; \
763
-	  else \
764
-	    echo "$$sdir/$$i"; \
765
-	  fi; \
766
-	done >> $(top_builddir)/cscope.files
767 752
 
768 753
 distclean-tags:
769 754
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -909,20 +826,20 @@ uninstall-am: uninstall-sbinPROGRAMS
909 909
 
910 910
 .MAKE: install-am install-strip
911 911
 
912
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
913
-	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
914
-	distclean distclean-compile distclean-generic \
915
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
916
-	html-am info info-am install install-am install-data \
917
-	install-data-am install-dvi install-dvi-am install-exec \
918
-	install-exec-am install-html install-html-am install-info \
919
-	install-info-am install-man install-pdf install-pdf-am \
920
-	install-ps install-ps-am install-sbinPROGRAMS install-strip \
921
-	installcheck installcheck-am installcheck-sbinPROGRAMS \
922
-	installdirs maintainer-clean maintainer-clean-generic \
923
-	mostlyclean mostlyclean-compile mostlyclean-generic \
924
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
925
-	uninstall-am uninstall-sbinPROGRAMS
912
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
913
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
914
+	distclean-compile distclean-generic distclean-libtool \
915
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
916
+	install install-am install-data install-data-am install-dvi \
917
+	install-dvi-am install-exec install-exec-am install-html \
918
+	install-html-am install-info install-info-am install-man \
919
+	install-pdf install-pdf-am install-ps install-ps-am \
920
+	install-sbinPROGRAMS install-strip installcheck \
921
+	installcheck-am installcheck-sbinPROGRAMS installdirs \
922
+	maintainer-clean maintainer-clean-generic mostlyclean \
923
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
924
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
925
+	uninstall-sbinPROGRAMS
926 926
 
927 927
 
928 928
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,8 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 @BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT)
101 101
 subdir = clamdscan
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103
-	$(top_srcdir)/config/depcomp
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
104 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
106 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -196,19 +151,6 @@ clamdscan_LDADD = $(LDADD)
196 196
 AM_V_lt = $(am__v_lt_@AM_V@)
197 197
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
198 198
 am__v_lt_0 = --silent
199
-am__v_lt_1 = 
200
-AM_V_P = $(am__v_P_@AM_V@)
201
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
202
-am__v_P_0 = false
203
-am__v_P_1 = :
204
-AM_V_GEN = $(am__v_GEN_@AM_V@)
205
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
206
-am__v_GEN_0 = @echo "  GEN     " $@;
207
-am__v_GEN_1 = 
208
-AM_V_at = $(am__v_at_@AM_V@)
209
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
210
-am__v_at_0 = @
211
-am__v_at_1 = 
212 199
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
213 200
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
214 201
 am__depfiles_maybe = depfiles
... ...
@@ -221,40 +163,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
221 221
 	$(AM_CFLAGS) $(CFLAGS)
222 222
 AM_V_CC = $(am__v_CC_@AM_V@)
223 223
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
224
-am__v_CC_0 = @echo "  CC      " $@;
225
-am__v_CC_1 = 
224
+am__v_CC_0 = @echo "  CC    " $@;
225
+AM_V_at = $(am__v_at_@AM_V@)
226
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
227
+am__v_at_0 = @
226 228
 CCLD = $(CC)
227 229
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
228 230
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
229 231
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
230 232
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
231 233
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
232
-am__v_CCLD_0 = @echo "  CCLD    " $@;
233
-am__v_CCLD_1 = 
234
+am__v_CCLD_0 = @echo "  CCLD  " $@;
235
+AM_V_GEN = $(am__v_GEN_@AM_V@)
236
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
237
+am__v_GEN_0 = @echo "  GEN   " $@;
234 238
 SOURCES = $(clamdscan_SOURCES)
235 239
 DIST_SOURCES = $(am__clamdscan_SOURCES_DIST)
236
-am__can_run_installinfo = \
237
-  case $$AM_UPDATE_INFO_DIR in \
238
-    n|no|NO) false;; \
239
-    *) (install-info --version) >/dev/null 2>&1;; \
240
-  esac
241
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
242
-# Read a list of newline-separated strings from the standard input,
243
-# and print each of them once, without duplicates.  Input order is
244
-# *not* preserved.
245
-am__uniquify_input = $(AWK) '\
246
-  BEGIN { nonempty = 0; } \
247
-  { items[$$0] = 1; nonempty = 1; } \
248
-  END { if (nonempty) { for (i in items) print i; }; } \
249
-'
250
-# Make sure the list of sources is unique.  This is necessary because,
251
-# e.g., the same source file might be shared among _SOURCES variables
252
-# for different programs/libraries.
253
-am__define_uniq_tagged_files = \
254
-  list='$(am__tagged_files)'; \
255
-  unique=`for i in $$list; do \
256
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
257
-  done | $(am__uniquify_input)`
258 240
 ETAGS = etags
259 241
 CTAGS = ctags
260 242
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -517,19 +441,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
517 517
 $(am__aclocal_m4_deps):
518 518
 install-binPROGRAMS: $(bin_PROGRAMS)
519 519
 	@$(NORMAL_INSTALL)
520
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
520 521
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
521
-	if test -n "$$list"; then \
522
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
523
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
524
-	fi; \
525 522
 	for p in $$list; do echo "$$p $$p"; done | \
526 523
 	sed 's/$(EXEEXT)$$//' | \
527
-	while read p p1; do if test -f $$p \
528
-	 || test -f $$p1 \
529
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
524
+	while read p p1; do if test -f $$p || test -f $$p1; \
525
+	  then echo "$$p"; echo "$$p"; else :; fi; \
530 526
 	done | \
531
-	sed -e 'p;s,.*/,,;n;h' \
532
-	    -e 's|.*|.|' \
527
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
533 528
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
534 529
 	sed 'N;N;N;s,\n, ,g' | \
535 530
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -550,8 +469,7 @@ uninstall-binPROGRAMS:
550 550
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
551 551
 	files=`for p in $$list; do echo "$$p"; done | \
552 552
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
553
-	      -e 's/$$/$(EXEEXT)/' \
554
-	`; \
553
+	      -e 's/$$/$(EXEEXT)/' `; \
555 554
 	test -n "$$list" || exit 0; \
556 555
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
557 556
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -580,7 +498,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
580 580
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
581 581
 	  done; \
582 582
 	done; rm -f c$${pid}_.???; exit $$bad
583
-
584 583
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) 
585 584
 	@rm -f clamdscan$(EXEEXT)
586 585
 	$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
... ...
@@ -606,14 +523,14 @@ distclean-compile:
606 606
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
607 607
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
608 608
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
609
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
609
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
610 610
 
611 611
 .c.obj:
612 612
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
613 613
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
614 614
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
615 615
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
616
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
616
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
617 617
 
618 618
 .c.lo:
619 619
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -712,15 +629,26 @@ mostlyclean-libtool:
712 712
 clean-libtool:
713 713
 	-rm -rf .libs _libs
714 714
 
715
-ID: $(am__tagged_files)
716
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
717
-tags: tags-am
718
-TAGS: tags
719
-
720
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
715
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
716
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
717
+	unique=`for i in $$list; do \
718
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
719
+	  done | \
720
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
721
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
722
+	mkid -fID $$unique
723
+tags: TAGS
724
+
725
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
726
+		$(TAGS_FILES) $(LISP)
721 727
 	set x; \
722 728
 	here=`pwd`; \
723
-	$(am__define_uniq_tagged_files); \
729
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
730
+	unique=`for i in $$list; do \
731
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
732
+	  done | \
733
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
734
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
724 735
 	shift; \
725 736
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
726 737
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -732,11 +660,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
732 732
 	      $$unique; \
733 733
 	  fi; \
734 734
 	fi
735
-ctags: ctags-am
736
-
737
-CTAGS: ctags
738
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
739
-	$(am__define_uniq_tagged_files); \
735
+ctags: CTAGS
736
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
737
+		$(TAGS_FILES) $(LISP)
738
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
739
+	unique=`for i in $$list; do \
740
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
741
+	  done | \
742
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
743
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
740 744
 	test -z "$(CTAGS_ARGS)$$unique" \
741 745
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
742 746
 	     $$unique
... ...
@@ -745,21 +677,6 @@ 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
763 748
 
764 749
 distclean-tags:
765 750
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -904,20 +821,19 @@ uninstall-am: uninstall-binPROGRAMS
904 904
 
905 905
 .MAKE: install-am install-strip
906 906
 
907
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
908
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
909
-	ctags ctags-am distclean distclean-compile distclean-generic \
910
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
911
-	html-am info info-am install install-am install-binPROGRAMS \
912
-	install-data install-data-am install-dvi install-dvi-am \
913
-	install-exec install-exec-am install-html install-html-am \
914
-	install-info install-info-am install-man install-pdf \
915
-	install-pdf-am install-ps install-ps-am install-strip \
916
-	installcheck installcheck-am installcheck-binPROGRAMS \
917
-	installdirs maintainer-clean maintainer-clean-generic \
918
-	mostlyclean mostlyclean-compile mostlyclean-generic \
919
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
920
-	uninstall-am uninstall-binPROGRAMS
907
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
908
+	clean-generic clean-libtool ctags distclean distclean-compile \
909
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
910
+	dvi-am html html-am info info-am install install-am \
911
+	install-binPROGRAMS install-data install-data-am install-dvi \
912
+	install-dvi-am install-exec install-exec-am install-html \
913
+	install-html-am install-info install-info-am install-man \
914
+	install-pdf install-pdf-am install-ps install-ps-am \
915
+	install-strip installcheck installcheck-am \
916
+	installcheck-binPROGRAMS installdirs maintainer-clean \
917
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
918
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
919
+	tags uninstall uninstall-am uninstall-binPROGRAMS
921 920
 
922 921
 
923 922
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -15,51 +16,6 @@
15 15
 @SET_MAKE@
16 16
 
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))
63 18
 pkgdatadir = $(datadir)/@PACKAGE@
64 19
 pkgincludedir = $(includedir)/@PACKAGE@
65 20
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -81,8 +37,7 @@ host_triplet = @host@
81 81
 target_triplet = @target@
82 82
 @HAVE_CURSES_TRUE@bin_PROGRAMS = clamdtop$(EXEEXT)
83 83
 subdir = clamdtop
84
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
85
-	$(top_srcdir)/config/depcomp
84
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
86 85
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87 86
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
88 87
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -172,19 +127,6 @@ clamdtop_OBJECTS = $(am_clamdtop_OBJECTS)
172 172
 AM_V_lt = $(am__v_lt_@AM_V@)
173 173
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
174 174
 am__v_lt_0 = --silent
175
-am__v_lt_1 = 
176
-AM_V_P = $(am__v_P_@AM_V@)
177
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
178
-am__v_P_0 = false
179
-am__v_P_1 = :
180
-AM_V_GEN = $(am__v_GEN_@AM_V@)
181
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
182
-am__v_GEN_0 = @echo "  GEN     " $@;
183
-am__v_GEN_1 = 
184
-AM_V_at = $(am__v_at_@AM_V@)
185
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
186
-am__v_at_0 = @
187
-am__v_at_1 = 
188 175
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
189 176
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
190 177
 am__depfiles_maybe = depfiles
... ...
@@ -197,23 +139,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
197 197
 	$(AM_CFLAGS) $(CFLAGS)
198 198
 AM_V_CC = $(am__v_CC_@AM_V@)
199 199
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
200
-am__v_CC_0 = @echo "  CC      " $@;
201
-am__v_CC_1 = 
200
+am__v_CC_0 = @echo "  CC    " $@;
201
+AM_V_at = $(am__v_at_@AM_V@)
202
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
203
+am__v_at_0 = @
202 204
 CCLD = $(CC)
203 205
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
204 206
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
205 207
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
206 208
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
207 209
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
208
-am__v_CCLD_0 = @echo "  CCLD    " $@;
209
-am__v_CCLD_1 = 
210
+am__v_CCLD_0 = @echo "  CCLD  " $@;
211
+AM_V_GEN = $(am__v_GEN_@AM_V@)
212
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
213
+am__v_GEN_0 = @echo "  GEN   " $@;
210 214
 SOURCES = $(clamdtop_SOURCES)
211 215
 DIST_SOURCES = $(am__clamdtop_SOURCES_DIST)
212
-am__can_run_installinfo = \
213
-  case $$AM_UPDATE_INFO_DIR in \
214
-    n|no|NO) false;; \
215
-    *) (install-info --version) >/dev/null 2>&1;; \
216
-  esac
217 216
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
218 217
 am__vpath_adj = case $$p in \
219 218
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -244,23 +185,6 @@ am__uninstall_files_from_dir = { \
244 244
 man1dir = $(mandir)/man1
245 245
 NROFF = nroff
246 246
 MANS = $(man_MANS)
247
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248
-# Read a list of newline-separated strings from the standard input,
249
-# and print each of them once, without duplicates.  Input order is
250
-# *not* preserved.
251
-am__uniquify_input = $(AWK) '\
252
-  BEGIN { nonempty = 0; } \
253
-  { items[$$0] = 1; nonempty = 1; } \
254
-  END { if (nonempty) { for (i in items) print i; }; } \
255
-'
256
-# Make sure the list of sources is unique.  This is necessary because,
257
-# e.g., the same source file might be shared among _SOURCES variables
258
-# for different programs/libraries.
259
-am__define_uniq_tagged_files = \
260
-  list='$(am__tagged_files)'; \
261
-  unique=`for i in $$list; do \
262
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263
-  done | $(am__uniquify_input)`
264 247
 ETAGS = etags
265 248
 CTAGS = ctags
266 249
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -514,19 +438,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
514 514
 $(am__aclocal_m4_deps):
515 515
 install-binPROGRAMS: $(bin_PROGRAMS)
516 516
 	@$(NORMAL_INSTALL)
517
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
517 518
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
518
-	if test -n "$$list"; then \
519
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
520
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
521
-	fi; \
522 519
 	for p in $$list; do echo "$$p $$p"; done | \
523 520
 	sed 's/$(EXEEXT)$$//' | \
524
-	while read p p1; do if test -f $$p \
525
-	 || test -f $$p1 \
526
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
521
+	while read p p1; do if test -f $$p || test -f $$p1; \
522
+	  then echo "$$p"; echo "$$p"; else :; fi; \
527 523
 	done | \
528
-	sed -e 'p;s,.*/,,;n;h' \
529
-	    -e 's|.*|.|' \
524
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
530 525
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
531 526
 	sed 'N;N;N;s,\n, ,g' | \
532 527
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -547,8 +466,7 @@ uninstall-binPROGRAMS:
547 547
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
548 548
 	files=`for p in $$list; do echo "$$p"; done | \
549 549
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
550
-	      -e 's/$$/$(EXEEXT)/' \
551
-	`; \
550
+	      -e 's/$$/$(EXEEXT)/' `; \
552 551
 	test -n "$$list" || exit 0; \
553 552
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
554 553
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -577,7 +495,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
577 577
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
578 578
 	  done; \
579 579
 	done; rm -f c$${pid}_.???; exit $$bad
580
-
581 580
 clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) 
582 581
 	@rm -f clamdtop$(EXEEXT)
583 582
 	$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS)
... ...
@@ -598,14 +515,14 @@ distclean-compile:
598 598
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599 599
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600 600
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
601
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
602 602
 
603 603
 .c.obj:
604 604
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
605 605
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
606 606
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
607 607
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
608
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
608
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
609 609
 
610 610
 .c.lo:
611 611
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -663,18 +580,11 @@ clean-libtool:
663 663
 	-rm -rf .libs _libs
664 664
 install-man1: $(man_MANS)
665 665
 	@$(NORMAL_INSTALL)
666
-	@list1=''; \
667
-	list2='$(man_MANS)'; \
668
-	test -n "$(man1dir)" \
669
-	  && test -n "`echo $$list1$$list2`" \
670
-	  || exit 0; \
671
-	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
672
-	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
673
-	{ for i in $$list1; do echo "$$i"; done;  \
674
-	if test -n "$$list2"; then \
675
-	  for i in $$list2; do echo "$$i"; done \
676
-	    | sed -n '/\.1[a-z]*$$/p'; \
677
-	fi; \
666
+	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
667
+	@list=''; test -n "$(man1dir)" || exit 0; \
668
+	{ for i in $$list; do echo "$$i"; done; \
669
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
670
+	  sed -n '/\.1[a-z]*$$/p'; \
678 671
 	} | while read p; do \
679 672
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
680 673
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -705,15 +615,26 @@ uninstall-man1:
705 705
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
706 706
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
707 707
 
708
-ID: $(am__tagged_files)
709
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
710
-tags: tags-am
711
-TAGS: tags
712
-
713
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
708
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
709
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
710
+	unique=`for i in $$list; do \
711
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
712
+	  done | \
713
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
714
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
715
+	mkid -fID $$unique
716
+tags: TAGS
717
+
718
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
719
+		$(TAGS_FILES) $(LISP)
714 720
 	set x; \
715 721
 	here=`pwd`; \
716
-	$(am__define_uniq_tagged_files); \
722
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
723
+	unique=`for i in $$list; do \
724
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
725
+	  done | \
726
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
727
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
717 728
 	shift; \
718 729
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
719 730
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -725,11 +646,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
725 725
 	      $$unique; \
726 726
 	  fi; \
727 727
 	fi
728
-ctags: ctags-am
729
-
730
-CTAGS: ctags
731
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
732
-	$(am__define_uniq_tagged_files); \
728
+ctags: CTAGS
729
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
730
+		$(TAGS_FILES) $(LISP)
731
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
732
+	unique=`for i in $$list; do \
733
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
734
+	  done | \
735
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
736
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
733 737
 	test -z "$(CTAGS_ARGS)$$unique" \
734 738
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
735 739
 	     $$unique
... ...
@@ -738,26 +663,24 @@ GTAGS:
738 738
 	here=`$(am__cd) $(top_builddir) && pwd` \
739 739
 	  && $(am__cd) $(top_srcdir) \
740 740
 	  && gtags -i $(GTAGS_ARGS) "$$here"
741
-cscopelist: cscopelist-am
742
-
743
-cscopelist-am: $(am__tagged_files)
744
-	list='$(am__tagged_files)'; \
745
-	case "$(srcdir)" in \
746
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
747
-	  *) sdir=$(subdir)/$(srcdir) ;; \
748
-	esac; \
749
-	for i in $$list; do \
750
-	  if test -f "$$i"; then \
751
-	    echo "$(subdir)/$$i"; \
752
-	  else \
753
-	    echo "$$sdir/$$i"; \
754
-	  fi; \
755
-	done >> $(top_builddir)/cscope.files
756 741
 
757 742
 distclean-tags:
758 743
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
759 744
 
760 745
 distdir: $(DISTFILES)
746
+	@list='$(MANS)'; if test -n "$$list"; then \
747
+	  list=`for p in $$list; do \
748
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
749
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
750
+	  if test -n "$$list" && \
751
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
752
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
753
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
754
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
755
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
756
+	    exit 1; \
757
+	  else :; fi; \
758
+	else :; fi
761 759
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
762 760
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
763 761
 	list='$(DISTFILES)'; \
... ...
@@ -898,20 +821,19 @@ uninstall-man: uninstall-man1
898 898
 
899 899
 .MAKE: install-am install-strip
900 900
 
901
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
902
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
903
-	ctags ctags-am distclean distclean-compile distclean-generic \
904
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
905
-	html-am info info-am install install-am install-binPROGRAMS \
906
-	install-data install-data-am install-dvi install-dvi-am \
907
-	install-exec install-exec-am install-html install-html-am \
908
-	install-info install-info-am install-man install-man1 \
909
-	install-pdf install-pdf-am install-ps install-ps-am \
910
-	install-strip installcheck installcheck-am \
901
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
902
+	clean-generic clean-libtool ctags distclean distclean-compile \
903
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
904
+	dvi-am html html-am info info-am install install-am \
905
+	install-binPROGRAMS install-data install-data-am install-dvi \
906
+	install-dvi-am install-exec install-exec-am install-html \
907
+	install-html-am install-info install-info-am install-man \
908
+	install-man1 install-pdf install-pdf-am install-ps \
909
+	install-ps-am install-strip installcheck installcheck-am \
911 910
 	installcheck-binPROGRAMS installdirs maintainer-clean \
912 911
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
913 912
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
914
-	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
913
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
915 914
 	uninstall-man uninstall-man1
916 915
 
917 916
 
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -34,51 +35,6 @@
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))
82 37
 pkgdatadir = $(datadir)/@PACKAGE@
83 38
 pkgincludedir = $(includedir)/@PACKAGE@
84 39
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -100,8 +56,7 @@ host_triplet = @host@
100 100
 target_triplet = @target@
101 101
 bin_PROGRAMS = clamscan$(EXEEXT)
102 102
 subdir = clamscan
103
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104
-	$(top_srcdir)/config/depcomp
103
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
105 104
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 105
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
107 106
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -187,19 +142,6 @@ clamscan_LDADD = $(LDADD)
187 187
 AM_V_lt = $(am__v_lt_@AM_V@)
188 188
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
189 189
 am__v_lt_0 = --silent
190
-am__v_lt_1 = 
191
-AM_V_P = $(am__v_P_@AM_V@)
192
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
193
-am__v_P_0 = false
194
-am__v_P_1 = :
195
-AM_V_GEN = $(am__v_GEN_@AM_V@)
196
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
197
-am__v_GEN_0 = @echo "  GEN     " $@;
198
-am__v_GEN_1 = 
199
-AM_V_at = $(am__v_at_@AM_V@)
200
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
201
-am__v_at_0 = @
202
-am__v_at_1 = 
203 190
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
204 191
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
205 192
 am__depfiles_maybe = depfiles
... ...
@@ -212,40 +154,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
212 212
 	$(AM_CFLAGS) $(CFLAGS)
213 213
 AM_V_CC = $(am__v_CC_@AM_V@)
214 214
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
215
-am__v_CC_0 = @echo "  CC      " $@;
216
-am__v_CC_1 = 
215
+am__v_CC_0 = @echo "  CC    " $@;
216
+AM_V_at = $(am__v_at_@AM_V@)
217
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
218
+am__v_at_0 = @
217 219
 CCLD = $(CC)
218 220
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
219 221
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
220 222
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
221 223
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
222 224
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
223
-am__v_CCLD_0 = @echo "  CCLD    " $@;
224
-am__v_CCLD_1 = 
225
+am__v_CCLD_0 = @echo "  CCLD  " $@;
226
+AM_V_GEN = $(am__v_GEN_@AM_V@)
227
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
228
+am__v_GEN_0 = @echo "  GEN   " $@;
225 229
 SOURCES = $(clamscan_SOURCES)
226 230
 DIST_SOURCES = $(clamscan_SOURCES)
227
-am__can_run_installinfo = \
228
-  case $$AM_UPDATE_INFO_DIR in \
229
-    n|no|NO) false;; \
230
-    *) (install-info --version) >/dev/null 2>&1;; \
231
-  esac
232
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
233
-# Read a list of newline-separated strings from the standard input,
234
-# and print each of them once, without duplicates.  Input order is
235
-# *not* preserved.
236
-am__uniquify_input = $(AWK) '\
237
-  BEGIN { nonempty = 0; } \
238
-  { items[$$0] = 1; nonempty = 1; } \
239
-  END { if (nonempty) { for (i in items) print i; }; } \
240
-'
241
-# Make sure the list of sources is unique.  This is necessary because,
242
-# e.g., the same source file might be shared among _SOURCES variables
243
-# for different programs/libraries.
244
-am__define_uniq_tagged_files = \
245
-  list='$(am__tagged_files)'; \
246
-  unique=`for i in $$list; do \
247
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
248
-  done | $(am__uniquify_input)`
249 231
 ETAGS = etags
250 232
 CTAGS = ctags
251 233
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -504,19 +428,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
504 504
 $(am__aclocal_m4_deps):
505 505
 install-binPROGRAMS: $(bin_PROGRAMS)
506 506
 	@$(NORMAL_INSTALL)
507
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
507 508
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
508
-	if test -n "$$list"; then \
509
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
510
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
511
-	fi; \
512 509
 	for p in $$list; do echo "$$p $$p"; done | \
513 510
 	sed 's/$(EXEEXT)$$//' | \
514
-	while read p p1; do if test -f $$p \
515
-	 || test -f $$p1 \
516
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
511
+	while read p p1; do if test -f $$p || test -f $$p1; \
512
+	  then echo "$$p"; echo "$$p"; else :; fi; \
517 513
 	done | \
518
-	sed -e 'p;s,.*/,,;n;h' \
519
-	    -e 's|.*|.|' \
514
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
520 515
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
521 516
 	sed 'N;N;N;s,\n, ,g' | \
522 517
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -537,8 +456,7 @@ uninstall-binPROGRAMS:
537 537
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
538 538
 	files=`for p in $$list; do echo "$$p"; done | \
539 539
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
540
-	      -e 's/$$/$(EXEEXT)/' \
541
-	`; \
540
+	      -e 's/$$/$(EXEEXT)/' `; \
542 541
 	test -n "$$list" || exit 0; \
543 542
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
544 543
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -567,7 +485,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
567 567
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
568 568
 	  done; \
569 569
 	done; rm -f c$${pid}_.???; exit $$bad
570
-
571 570
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) 
572 571
 	@rm -f clamscan$(EXEEXT)
573 572
 	$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
... ...
@@ -591,14 +508,14 @@ distclean-compile:
591 591
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
592 592
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
593 593
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
594
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
594
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
595 595
 
596 596
 .c.obj:
597 597
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
598 598
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
599 599
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
600 600
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
601
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
601
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
602 602
 
603 603
 .c.lo:
604 604
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -683,15 +600,26 @@ mostlyclean-libtool:
683 683
 clean-libtool:
684 684
 	-rm -rf .libs _libs
685 685
 
686
-ID: $(am__tagged_files)
687
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
688
-tags: tags-am
689
-TAGS: tags
690
-
691
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
686
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
687
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
688
+	unique=`for i in $$list; do \
689
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690
+	  done | \
691
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
692
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
693
+	mkid -fID $$unique
694
+tags: TAGS
695
+
696
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
697
+		$(TAGS_FILES) $(LISP)
692 698
 	set x; \
693 699
 	here=`pwd`; \
694
-	$(am__define_uniq_tagged_files); \
700
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
701
+	unique=`for i in $$list; do \
702
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
703
+	  done | \
704
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
705
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
695 706
 	shift; \
696 707
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
697 708
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -703,11 +631,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
703 703
 	      $$unique; \
704 704
 	  fi; \
705 705
 	fi
706
-ctags: ctags-am
707
-
708
-CTAGS: ctags
709
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
710
-	$(am__define_uniq_tagged_files); \
706
+ctags: CTAGS
707
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
708
+		$(TAGS_FILES) $(LISP)
709
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
710
+	unique=`for i in $$list; do \
711
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
712
+	  done | \
713
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
714
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
711 715
 	test -z "$(CTAGS_ARGS)$$unique" \
712 716
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
713 717
 	     $$unique
... ...
@@ -716,21 +648,6 @@ GTAGS:
716 716
 	here=`$(am__cd) $(top_builddir) && pwd` \
717 717
 	  && $(am__cd) $(top_srcdir) \
718 718
 	  && gtags -i $(GTAGS_ARGS) "$$here"
719
-cscopelist: cscopelist-am
720
-
721
-cscopelist-am: $(am__tagged_files)
722
-	list='$(am__tagged_files)'; \
723
-	case "$(srcdir)" in \
724
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
725
-	  *) sdir=$(subdir)/$(srcdir) ;; \
726
-	esac; \
727
-	for i in $$list; do \
728
-	  if test -f "$$i"; then \
729
-	    echo "$(subdir)/$$i"; \
730
-	  else \
731
-	    echo "$$sdir/$$i"; \
732
-	  fi; \
733
-	done >> $(top_builddir)/cscope.files
734 719
 
735 720
 distclean-tags:
736 721
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -875,20 +792,19 @@ uninstall-am: uninstall-binPROGRAMS
875 875
 
876 876
 .MAKE: install-am install-strip
877 877
 
878
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
879
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
880
-	ctags ctags-am distclean distclean-compile distclean-generic \
881
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
882
-	html-am info info-am install install-am install-binPROGRAMS \
883
-	install-data install-data-am install-dvi install-dvi-am \
884
-	install-exec install-exec-am install-html install-html-am \
885
-	install-info install-info-am install-man install-pdf \
886
-	install-pdf-am install-ps install-ps-am install-strip \
887
-	installcheck installcheck-am installcheck-binPROGRAMS \
888
-	installdirs maintainer-clean maintainer-clean-generic \
889
-	mostlyclean mostlyclean-compile mostlyclean-generic \
890
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
891
-	uninstall-am uninstall-binPROGRAMS
878
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
879
+	clean-generic clean-libtool ctags distclean distclean-compile \
880
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
881
+	dvi-am html html-am info info-am install install-am \
882
+	install-binPROGRAMS install-data install-data-am install-dvi \
883
+	install-dvi-am install-exec install-exec-am install-html \
884
+	install-html-am install-info install-info-am install-man \
885
+	install-pdf install-pdf-am install-ps install-ps-am \
886
+	install-strip installcheck installcheck-am \
887
+	installcheck-binPROGRAMS installdirs maintainer-clean \
888
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
889
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
890
+	tags uninstall uninstall-am uninstall-binPROGRAMS
892 891
 
893 892
 
894 893
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,8 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 bin_PROGRAMS = clamsubmit$(EXEEXT)
101 101
 subdir = clamsubmit
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103
-	$(top_srcdir)/config/depcomp
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
104 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
106 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -185,19 +140,6 @@ clamsubmit_LDADD = $(LDADD)
185 185
 AM_V_lt = $(am__v_lt_@AM_V@)
186 186
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
187 187
 am__v_lt_0 = --silent
188
-am__v_lt_1 = 
189
-AM_V_P = $(am__v_P_@AM_V@)
190
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
191
-am__v_P_0 = false
192
-am__v_P_1 = :
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     " $@;
196
-am__v_GEN_1 = 
197
-AM_V_at = $(am__v_at_@AM_V@)
198
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
199
-am__v_at_0 = @
200
-am__v_at_1 = 
201 188
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
202 189
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
203 190
 am__depfiles_maybe = depfiles
... ...
@@ -210,40 +152,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
210 210
 	$(AM_CFLAGS) $(CFLAGS)
211 211
 AM_V_CC = $(am__v_CC_@AM_V@)
212 212
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
213
-am__v_CC_0 = @echo "  CC      " $@;
214
-am__v_CC_1 = 
213
+am__v_CC_0 = @echo "  CC    " $@;
214
+AM_V_at = $(am__v_at_@AM_V@)
215
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
216
+am__v_at_0 = @
215 217
 CCLD = $(CC)
216 218
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
217 219
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
218 220
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
219 221
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
220 222
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
221
-am__v_CCLD_0 = @echo "  CCLD    " $@;
222
-am__v_CCLD_1 = 
223
+am__v_CCLD_0 = @echo "  CCLD  " $@;
224
+AM_V_GEN = $(am__v_GEN_@AM_V@)
225
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
226
+am__v_GEN_0 = @echo "  GEN   " $@;
223 227
 SOURCES = $(clamsubmit_SOURCES)
224 228
 DIST_SOURCES = $(clamsubmit_SOURCES)
225
-am__can_run_installinfo = \
226
-  case $$AM_UPDATE_INFO_DIR in \
227
-    n|no|NO) false;; \
228
-    *) (install-info --version) >/dev/null 2>&1;; \
229
-  esac
230
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231
-# Read a list of newline-separated strings from the standard input,
232
-# and print each of them once, without duplicates.  Input order is
233
-# *not* preserved.
234
-am__uniquify_input = $(AWK) '\
235
-  BEGIN { nonempty = 0; } \
236
-  { items[$$0] = 1; nonempty = 1; } \
237
-  END { if (nonempty) { for (i in items) print i; }; } \
238
-'
239
-# Make sure the list of sources is unique.  This is necessary because,
240
-# e.g., the same source file might be shared among _SOURCES variables
241
-# for different programs/libraries.
242
-am__define_uniq_tagged_files = \
243
-  list='$(am__tagged_files)'; \
244
-  unique=`for i in $$list; do \
245
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
246
-  done | $(am__uniquify_input)`
247 229
 ETAGS = etags
248 230
 CTAGS = ctags
249 231
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -498,19 +422,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
498 498
 $(am__aclocal_m4_deps):
499 499
 install-binPROGRAMS: $(bin_PROGRAMS)
500 500
 	@$(NORMAL_INSTALL)
501
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
501 502
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
502
-	if test -n "$$list"; then \
503
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
504
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
505
-	fi; \
506 503
 	for p in $$list; do echo "$$p $$p"; done | \
507 504
 	sed 's/$(EXEEXT)$$//' | \
508
-	while read p p1; do if test -f $$p \
509
-	 || test -f $$p1 \
510
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
505
+	while read p p1; do if test -f $$p || test -f $$p1; \
506
+	  then echo "$$p"; echo "$$p"; else :; fi; \
511 507
 	done | \
512
-	sed -e 'p;s,.*/,,;n;h' \
513
-	    -e 's|.*|.|' \
508
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
514 509
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
515 510
 	sed 'N;N;N;s,\n, ,g' | \
516 511
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -531,8 +450,7 @@ uninstall-binPROGRAMS:
531 531
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
532 532
 	files=`for p in $$list; do echo "$$p"; done | \
533 533
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
534
-	      -e 's/$$/$(EXEEXT)/' \
535
-	`; \
534
+	      -e 's/$$/$(EXEEXT)/' `; \
536 535
 	test -n "$$list" || exit 0; \
537 536
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
538 537
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -561,7 +479,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
561 561
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
562 562
 	  done; \
563 563
 	done; rm -f c$${pid}_.???; exit $$bad
564
-
565 564
 clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) 
566 565
 	@rm -f clamsubmit$(EXEEXT)
567 566
 	$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS)
... ...
@@ -583,14 +500,14 @@ distclean-compile:
583 583
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
584 584
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
585 585
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
586
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
586
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
587 587
 
588 588
 .c.obj:
589 589
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
590 590
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
591 591
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
592 592
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
593
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
593
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
594 594
 
595 595
 .c.lo:
596 596
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -661,15 +578,26 @@ mostlyclean-libtool:
661 661
 clean-libtool:
662 662
 	-rm -rf .libs _libs
663 663
 
664
-ID: $(am__tagged_files)
665
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
666
-tags: tags-am
667
-TAGS: tags
668
-
669
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
664
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
665
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
666
+	unique=`for i in $$list; do \
667
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
668
+	  done | \
669
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
670
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
671
+	mkid -fID $$unique
672
+tags: TAGS
673
+
674
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
675
+		$(TAGS_FILES) $(LISP)
670 676
 	set x; \
671 677
 	here=`pwd`; \
672
-	$(am__define_uniq_tagged_files); \
678
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
679
+	unique=`for i in $$list; do \
680
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
681
+	  done | \
682
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
683
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
673 684
 	shift; \
674 685
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
675 686
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -681,11 +609,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
681 681
 	      $$unique; \
682 682
 	  fi; \
683 683
 	fi
684
-ctags: ctags-am
685
-
686
-CTAGS: ctags
687
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
688
-	$(am__define_uniq_tagged_files); \
684
+ctags: CTAGS
685
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
686
+		$(TAGS_FILES) $(LISP)
687
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
688
+	unique=`for i in $$list; do \
689
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
690
+	  done | \
691
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
692
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
689 693
 	test -z "$(CTAGS_ARGS)$$unique" \
690 694
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
691 695
 	     $$unique
... ...
@@ -694,21 +626,6 @@ GTAGS:
694 694
 	here=`$(am__cd) $(top_builddir) && pwd` \
695 695
 	  && $(am__cd) $(top_srcdir) \
696 696
 	  && gtags -i $(GTAGS_ARGS) "$$here"
697
-cscopelist: cscopelist-am
698
-
699
-cscopelist-am: $(am__tagged_files)
700
-	list='$(am__tagged_files)'; \
701
-	case "$(srcdir)" in \
702
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
703
-	  *) sdir=$(subdir)/$(srcdir) ;; \
704
-	esac; \
705
-	for i in $$list; do \
706
-	  if test -f "$$i"; then \
707
-	    echo "$(subdir)/$$i"; \
708
-	  else \
709
-	    echo "$$sdir/$$i"; \
710
-	  fi; \
711
-	done >> $(top_builddir)/cscope.files
712 697
 
713 698
 distclean-tags:
714 699
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -853,20 +770,19 @@ uninstall-am: uninstall-binPROGRAMS
853 853
 
854 854
 .MAKE: install-am install-strip
855 855
 
856
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
857
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
858
-	ctags ctags-am distclean distclean-compile distclean-generic \
859
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
860
-	html-am info info-am install install-am install-binPROGRAMS \
861
-	install-data install-data-am install-dvi install-dvi-am \
862
-	install-exec install-exec-am install-html install-html-am \
863
-	install-info install-info-am install-man install-pdf \
864
-	install-pdf-am install-ps install-ps-am install-strip \
865
-	installcheck installcheck-am installcheck-binPROGRAMS \
866
-	installdirs maintainer-clean maintainer-clean-generic \
867
-	mostlyclean mostlyclean-compile mostlyclean-generic \
868
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
869
-	uninstall-am uninstall-binPROGRAMS
856
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
857
+	clean-generic clean-libtool ctags distclean distclean-compile \
858
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
859
+	dvi-am html html-am info info-am install install-am \
860
+	install-binPROGRAMS install-data install-data-am install-dvi \
861
+	install-dvi-am install-exec install-exec-am install-html \
862
+	install-html-am install-info install-info-am install-man \
863
+	install-pdf install-pdf-am install-ps install-ps-am \
864
+	install-strip installcheck installcheck-am \
865
+	installcheck-binPROGRAMS installdirs maintainer-clean \
866
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
867
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
868
+	tags uninstall uninstall-am uninstall-binPROGRAMS
870 869
 
871 870
 
872 871
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,11 +1,13 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.69 for ClamAV devel.
3
+# Generated by GNU Autoconf 2.68 for ClamAV devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net/>.
6 6
 #
7 7
 #
8
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
9 11
 #
10 12
 #
11 13
 # This configure script is free software; the Free Software Foundation
... ...
@@ -134,31 +136,6 @@ export LANGUAGE
134 134
 # CDPATH.
135 135
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 136
 
137
-# Use a proper internal environment variable to ensure we don't fall
138
-  # into an infinite loop, continuously re-executing ourselves.
139
-  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140
-    _as_can_reexec=no; export _as_can_reexec;
141
-    # We cannot yet assume a decent shell, so we have to provide a
142
-# neutralization value for shells without unset; and this also
143
-# works around shells that cannot unset nonexistent variables.
144
-# Preserve -v and -x to the replacement shell.
145
-BASH_ENV=/dev/null
146
-ENV=/dev/null
147
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148
-case $- in # ((((
149
-  *v*x* | *x*v* ) as_opts=-vx ;;
150
-  *v* ) as_opts=-v ;;
151
-  *x* ) as_opts=-x ;;
152
-  * ) as_opts= ;;
153
-esac
154
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155
-# Admittedly, this is quite paranoid, since all the known shells bail
156
-# out after a failed `exec'.
157
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158
-as_fn_exit 255
159
-  fi
160
-  # We don't want this to propagate to other subprocesses.
161
-          { _as_can_reexec=; unset _as_can_reexec;}
162 137
 if test "x$CONFIG_SHELL" = x; then
163 138
   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 139
   emulate sh
... ...
@@ -192,8 +169,7 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 192
 else
193 193
   exitcode=1; echo positional parameters were not saved.
194 194
 fi
195
-test x\$exitcode = x0 || exit 1
196
-test -x / || exit 1"
195
+test x\$exitcode = x0 || exit 1"
197 196
   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 197
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 198
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
... ...
@@ -246,25 +222,21 @@ IFS=$as_save_IFS
246 246
 
247 247
 
248 248
       if test "x$CONFIG_SHELL" != x; then :
249
-  export CONFIG_SHELL
250
-             # We cannot yet assume a decent shell, so we have to provide a
251
-# neutralization value for shells without unset; and this also
252
-# works around shells that cannot unset nonexistent variables.
253
-# Preserve -v and -x to the replacement shell.
254
-BASH_ENV=/dev/null
255
-ENV=/dev/null
256
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257
-case $- in # ((((
258
-  *v*x* | *x*v* ) as_opts=-vx ;;
259
-  *v* ) as_opts=-v ;;
260
-  *x* ) as_opts=-x ;;
261
-  * ) as_opts= ;;
262
-esac
263
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264
-# Admittedly, this is quite paranoid, since all the known shells bail
265
-# out after a failed `exec'.
266
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267
-exit 255
249
+  # We cannot yet assume a decent shell, so we have to provide a
250
+	# neutralization value for shells without unset; and this also
251
+	# works around shells that cannot unset nonexistent variables.
252
+	# Preserve -v and -x to the replacement shell.
253
+	BASH_ENV=/dev/null
254
+	ENV=/dev/null
255
+	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256
+	export CONFIG_SHELL
257
+	case $- in # ((((
258
+	  *v*x* | *x*v* ) as_opts=-vx ;;
259
+	  *v* ) as_opts=-v ;;
260
+	  *x* ) as_opts=-x ;;
261
+	  * ) as_opts= ;;
262
+	esac
263
+	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
268 264
 fi
269 265
 
270 266
     if test x$as_have_required = xno; then :
... ...
@@ -367,14 +339,6 @@ $as_echo X"$as_dir" |
367 367
 
368 368
 
369 369
 } # as_fn_mkdir_p
370
-
371
-# as_fn_executable_p FILE
372
-# -----------------------
373
-# Test if FILE is an executable regular file.
374
-as_fn_executable_p ()
375
-{
376
-  test -f "$1" && test -x "$1"
377
-} # as_fn_executable_p
378 370
 # as_fn_append VAR VALUE
379 371
 # ----------------------
380 372
 # Append the text in VALUE to the end of the definition contained in VAR. Take
... ...
@@ -496,10 +460,6 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
496 496
   chmod +x "$as_me.lineno" ||
497 497
     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
498 498
 
499
-  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500
-  # already done that, so ensure we don't try to do so again and fall
501
-  # in an infinite loop.  This has already happened in practice.
502
-  _as_can_reexec=no; export _as_can_reexec
503 499
   # Don't try to exec as it changes $[0], causing all sort of problems
504 500
   # (the dirname of $[0] is not the place where we might find the
505 501
   # original and so on.  Autoconf is especially sensitive to this).
... ...
@@ -534,16 +494,16 @@ if (echo >conf$$.file) 2>/dev/null; then
534 534
     # ... but there are two gotchas:
535 535
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 536
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537
-    # In both cases, we have to default to `cp -pR'.
537
+    # In both cases, we have to default to `cp -p'.
538 538
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539
-      as_ln_s='cp -pR'
539
+      as_ln_s='cp -p'
540 540
   elif ln conf$$.file conf$$ 2>/dev/null; then
541 541
     as_ln_s=ln
542 542
   else
543
-    as_ln_s='cp -pR'
543
+    as_ln_s='cp -p'
544 544
   fi
545 545
 else
546
-  as_ln_s='cp -pR'
546
+  as_ln_s='cp -p'
547 547
 fi
548 548
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549 549
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -555,8 +515,28 @@ else
555 555
   as_mkdir_p=false
556 556
 fi
557 557
 
558
-as_test_x='test -x'
559
-as_executable_p=as_fn_executable_p
558
+if test -x / >/dev/null 2>&1; then
559
+  as_test_x='test -x'
560
+else
561
+  if ls -dL / >/dev/null 2>&1; then
562
+    as_ls_L_option=L
563
+  else
564
+    as_ls_L_option=
565
+  fi
566
+  as_test_x='
567
+    eval sh -c '\''
568
+      if test -d "$1"; then
569
+	test -d "$1/.";
570
+      else
571
+	case $1 in #(
572
+	-*)set "./$1";;
573
+	esac;
574
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
575
+	???[sx]*):;;*)false;;esac;fi
576
+    '\'' sh
577
+  '
578
+fi
579
+as_executable_p=$as_test_x
560 580
 
561 581
 # Sed expression to map a string onto a valid CPP name.
562 582
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -1398,6 +1378,8 @@ target=$target_alias
1398 1398
 if test "x$host_alias" != x; then
1399 1399
   if test "x$build_alias" = x; then
1400 1400
     cross_compiling=maybe
1401
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1402
+    If a cross compiler is detected then cross compile mode will be used" >&2
1401 1403
   elif test "x$build_alias" != "x$host_alias"; then
1402 1404
     cross_compiling=yes
1403 1405
   fi
... ...
@@ -1562,12 +1544,10 @@ Optional Features:
1562 1562
   --disable-option-checking  ignore unrecognized --enable/--with options
1563 1563
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1564 1564
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1565
-  --enable-silent-rules   less verbose build output (undo: "make V=1")
1566
-  --disable-silent-rules  verbose build output (undo: "make V=0")
1567
-  --enable-dependency-tracking
1568
-                          do not reject slow dependency extractors
1569
-  --disable-dependency-tracking
1570
-                          speeds up one-time build
1565
+  --enable-silent-rules          less verbose build output (undo: `make V=1')
1566
+  --disable-silent-rules         verbose build output (undo: `make V=0')
1567
+  --disable-dependency-tracking  speeds up one-time build
1568
+  --enable-dependency-tracking   do not reject slow dependency extractors
1571 1569
   --enable-static[=PKGS]  build static libraries [default=no]
1572 1570
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1573 1571
   --enable-fast-install[=PKGS]
... ...
@@ -1744,9 +1724,9 @@ test -n "$ac_init_help" && exit $ac_status
1744 1744
 if $ac_init_version; then
1745 1745
   cat <<\_ACEOF
1746 1746
 ClamAV configure devel
1747
-generated by GNU Autoconf 2.69
1747
+generated by GNU Autoconf 2.68
1748 1748
 
1749
-Copyright (C) 2012 Free Software Foundation, Inc.
1749
+Copyright (C) 2010 Free Software Foundation, Inc.
1750 1750
 This configure script is free software; the Free Software Foundation
1751 1751
 gives unlimited permission to copy, distribute and modify it.
1752 1752
 _ACEOF
... ...
@@ -2023,7 +2003,7 @@ $as_echo "$ac_try_echo"; } >&5
2023 2023
 	 test ! -s conftest.err
2024 2024
        } && test -s conftest$ac_exeext && {
2025 2025
 	 test "$cross_compiling" = yes ||
2026
-	 test -x conftest$ac_exeext
2026
+	 $as_test_x conftest$ac_exeext
2027 2027
        }; then :
2028 2028
   ac_retval=0
2029 2029
 else
... ...
@@ -2213,7 +2193,7 @@ This file contains any messages produced by compilers while
2213 2213
 running configure, to aid debugging if configure makes a mistake.
2214 2214
 
2215 2215
 It was created by ClamAV $as_me devel, which was
2216
-generated by GNU Autoconf 2.69.  Invocation command line was
2216
+generated by GNU Autoconf 2.68.  Invocation command line was
2217 2217
 
2218 2218
   $ $0 $@
2219 2219
 
... ...
@@ -2895,7 +2875,7 @@ done
2895 2895
 
2896 2896
 
2897 2897
 
2898
-am__api_version='1.14'
2898
+am__api_version='1.11'
2899 2899
 
2900 2900
 # Find a good install program.  We prefer a C program (faster),
2901 2901
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2934,7 +2914,7 @@ case $as_dir/ in #((
2934 2934
     # by default.
2935 2935
     for ac_prog in ginstall scoinst install; do
2936 2936
       for ac_exec_ext in '' $ac_executable_extensions; do
2937
-	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2937
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2938 2938
 	  if test $ac_prog = install &&
2939 2939
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2940 2940
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2992,6 +2972,9 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2992 2992
 
2993 2993
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2994 2994
 $as_echo_n "checking whether build environment is sane... " >&6; }
2995
+# Just in case
2996
+sleep 1
2997
+echo timestamp > conftest.file
2995 2998
 # Reject unsafe characters in $srcdir or the absolute working directory
2996 2999
 # name.  Accept space and tab only in the latter.
2997 3000
 am_lf='
... ...
@@ -3002,40 +2985,32 @@ case `pwd` in
3002 3002
 esac
3003 3003
 case $srcdir in
3004 3004
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3005
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3005
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3006 3006
 esac
3007 3007
 
3008
-# Do 'set' in a subshell so we don't clobber the current shell's
3008
+# Do `set' in a subshell so we don't clobber the current shell's
3009 3009
 # arguments.  Must try -L first in case configure is actually a
3010 3010
 # symlink; some systems play weird games with the mod time of symlinks
3011 3011
 # (eg FreeBSD returns the mod time of the symlink's containing
3012 3012
 # directory).
3013 3013
 if (
3014
-   am_has_slept=no
3015
-   for am_try in 1 2; do
3016
-     echo "timestamp, slept: $am_has_slept" > conftest.file
3017
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3018
-     if test "$*" = "X"; then
3019
-	# -L didn't work.
3020
-	set X `ls -t "$srcdir/configure" conftest.file`
3021
-     fi
3022
-     if test "$*" != "X $srcdir/configure conftest.file" \
3023
-	&& test "$*" != "X conftest.file $srcdir/configure"; then
3024
-
3025
-	# If neither matched, then we have a broken ls.  This can happen
3026
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
3027
-	# broken ls alias from the environment.  This has actually
3028
-	# happened.  Such a system could not be considered "sane".
3029
-	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3030
-  alias in your environment" "$LINENO" 5
3031
-     fi
3032
-     if test "$2" = conftest.file || test $am_try -eq 2; then
3033
-       break
3034
-     fi
3035
-     # Just in case.
3036
-     sleep 1
3037
-     am_has_slept=yes
3038
-   done
3014
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3015
+   if test "$*" = "X"; then
3016
+      # -L didn't work.
3017
+      set X `ls -t "$srcdir/configure" conftest.file`
3018
+   fi
3019
+   rm -f conftest.file
3020
+   if test "$*" != "X $srcdir/configure conftest.file" \
3021
+      && test "$*" != "X conftest.file $srcdir/configure"; then
3022
+
3023
+      # If neither matched, then we have a broken ls.  This can happen
3024
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
3025
+      # broken ls alias from the environment.  This has actually
3026
+      # happened.  Such a system could not be considered "sane".
3027
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3028
+alias in your environment" "$LINENO" 5
3029
+   fi
3030
+
3039 3031
    test "$2" = conftest.file
3040 3032
    )
3041 3033
 then
... ...
@@ -3047,16 +3022,6 @@ Check your system clock" "$LINENO" 5
3047 3047
 fi
3048 3048
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3049 3049
 $as_echo "yes" >&6; }
3050
-# If we didn't sleep, we still need to ensure time stamps of config.status and
3051
-# generated files are strictly newer.
3052
-am_sleep_pid=
3053
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3054
-  ( sleep 1 ) &
3055
-  am_sleep_pid=$!
3056
-fi
3057
-
3058
-rm -f conftest.file
3059
-
3060 3050
 test "$program_prefix" != NONE &&
3061 3051
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3062 3052
 # Use a double $ so make ignores it.
... ...
@@ -3079,12 +3044,12 @@ if test x"${MISSING+set}" != xset; then
3079 3079
   esac
3080 3080
 fi
3081 3081
 # Use eval to expand $SHELL
3082
-if eval "$MISSING --is-lightweight"; then
3083
-  am_missing_run="$MISSING "
3082
+if eval "$MISSING --run true"; then
3083
+  am_missing_run="$MISSING --run "
3084 3084
 else
3085 3085
   am_missing_run=
3086
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3087
-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3086
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3087
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3088 3088
 fi
3089 3089
 
3090 3090
 if test x"${install_sh}" != xset; then
... ...
@@ -3096,10 +3061,10 @@ if test x"${install_sh}" != xset; then
3096 3096
   esac
3097 3097
 fi
3098 3098
 
3099
-# Installed binaries are usually stripped using 'strip' when the user
3100
-# run "make install-strip".  However 'strip' might not be the right
3099
+# Installed binaries are usually stripped using `strip' when the user
3100
+# run `make install-strip'.  However `strip' might not be the right
3101 3101
 # tool to use in cross-compilation environments, therefore Automake
3102
-# will honor the 'STRIP' environment variable to overrule this program.
3102
+# will honor the `STRIP' environment variable to overrule this program.
3103 3103
 if test "$cross_compiling" != no; then
3104 3104
   if test -n "$ac_tool_prefix"; then
3105 3105
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3118,7 +3083,7 @@ do
3118 3118
   IFS=$as_save_IFS
3119 3119
   test -z "$as_dir" && as_dir=.
3120 3120
     for ac_exec_ext in '' $ac_executable_extensions; do
3121
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3121
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3122 3122
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3123 3123
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3124 3124
     break 2
... ...
@@ -3158,7 +3123,7 @@ do
3158 3158
   IFS=$as_save_IFS
3159 3159
   test -z "$as_dir" && as_dir=.
3160 3160
     for ac_exec_ext in '' $ac_executable_extensions; do
3161
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3161
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3162 3162
     ac_cv_prog_ac_ct_STRIP="strip"
3163 3163
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3164 3164
     break 2
... ...
@@ -3209,7 +3174,7 @@ do
3209 3209
   test -z "$as_dir" && as_dir=.
3210 3210
     for ac_prog in mkdir gmkdir; do
3211 3211
 	 for ac_exec_ext in '' $ac_executable_extensions; do
3212
-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3212
+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3213 3213
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3214 3214
 	     'mkdir (GNU coreutils) '* | \
3215 3215
 	     'mkdir (coreutils) '* | \
... ...
@@ -3238,6 +3203,12 @@ fi
3238 3238
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3239 3239
 $as_echo "$MKDIR_P" >&6; }
3240 3240
 
3241
+mkdir_p="$MKDIR_P"
3242
+case $mkdir_p in
3243
+  [\\/$]* | ?:[\\/]*) ;;
3244
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3245
+esac
3246
+
3241 3247
 for ac_prog in gawk mawk nawk awk
3242 3248
 do
3243 3249
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3256,7 +3227,7 @@ do
3256 3256
   IFS=$as_save_IFS
3257 3257
   test -z "$as_dir" && as_dir=.
3258 3258
     for ac_exec_ext in '' $ac_executable_extensions; do
3259
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3259
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3260 3260
     ac_cv_prog_AWK="$ac_prog"
3261 3261
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3262 3262
     break 2
... ...
@@ -3320,45 +3291,6 @@ else
3320 3320
 fi
3321 3321
 rmdir .tst 2>/dev/null
3322 3322
 
3323
-# Check whether --enable-silent-rules was given.
3324
-if test "${enable_silent_rules+set}" = set; then :
3325
-  enableval=$enable_silent_rules;
3326
-fi
3327
-
3328
-case $enable_silent_rules in # (((
3329
-  yes) AM_DEFAULT_VERBOSITY=0;;
3330
-   no) AM_DEFAULT_VERBOSITY=1;;
3331
-    *) AM_DEFAULT_VERBOSITY=1;;
3332
-esac
3333
-am_make=${MAKE-make}
3334
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3335
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3336
-if ${am_cv_make_support_nested_variables+:} false; then :
3337
-  $as_echo_n "(cached) " >&6
3338
-else
3339
-  if $as_echo 'TRUE=$(BAR$(V))
3340
-BAR0=false
3341
-BAR1=true
3342
-V=1
3343
-am__doit:
3344
-	@$(TRUE)
3345
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3346
-  am_cv_make_support_nested_variables=yes
3347
-else
3348
-  am_cv_make_support_nested_variables=no
3349
-fi
3350
-fi
3351
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3352
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
3353
-if test $am_cv_make_support_nested_variables = yes; then
3354
-    AM_V='$(V)'
3355
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3356
-else
3357
-  AM_V=$AM_DEFAULT_VERBOSITY
3358
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3359
-fi
3360
-AM_BACKSLASH='\'
3361
-
3362 3323
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3363 3324
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3364 3325
   # is not polluted with repeated "-I."
... ...
@@ -3400,12 +3332,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3400 3400
 
3401 3401
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3402 3402
 
3403
-# For better backward compatibility.  To be removed once Automake 1.9.x
3404
-# dies out for good.  For more background, see:
3405
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3406
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3407
-mkdir_p='$(MKDIR_P)'
3408
-
3409 3403
 # We need awk for the "check" target.  The system "awk" is bad on
3410 3404
 # some platforms.
3411 3405
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3413,182 +3339,101 @@ mkdir_p='$(MKDIR_P)'
3413 3413
 AMTAR='$${TAR-tar}'
3414 3414
 
3415 3415
 
3416
-# We'll loop over all known methods to create a tar archive until one works.
3417
-_am_tools='gnutar plaintar pax cpio none'
3418
-
3419
-# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3420
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
3421
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3422
-      # and bug#13588).
3423
-      am_max_uid=2097151 # 2^21 - 1
3424
-      am_max_gid=$am_max_uid
3425
-      # The $UID and $GID variables are not portable, so we need to resort
3426
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
3427
-      # below are definitely unexpected, so allow the users to see them
3428
-      # (that is, avoid stderr redirection).
3429
-      am_uid=`id -u || echo unknown`
3430
-      am_gid=`id -g || echo unknown`
3431
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3432
-$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3433
-      if test $am_uid -le $am_max_uid; then
3434
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3435
-$as_echo "yes" >&6; }
3436
-      else
3437
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3438
-$as_echo "no" >&6; }
3439
-         _am_tools=none
3440
-      fi
3441
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3442
-$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3443
-      if test $am_gid -le $am_max_gid; then
3444
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3445
-$as_echo "yes" >&6; }
3446
-      else
3447
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3448
-$as_echo "no" >&6; }
3449
-        _am_tools=none
3450
-      fi
3451
-
3452
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3416
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3453 3417
 $as_echo_n "checking how to create a ustar tar archive... " >&6; }
3454
-
3455
-  # Go ahead even if we have the value already cached.  We do so because we
3456
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
3457
-  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3458
-
3459
-  for _am_tool in $_am_tools; do
3460
-    case $_am_tool in
3461
-    gnutar)
3462
-      for _am_tar in tar gnutar gtar; do
3463
-        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3418
+# Loop over all known methods to create a tar archive until one works.
3419
+_am_tools='gnutar plaintar pax cpio none'
3420
+_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3421
+# Do not fold the above two line into one, because Tru64 sh and
3422
+# Solaris sh will not grok spaces in the rhs of `-'.
3423
+for _am_tool in $_am_tools
3424
+do
3425
+  case $_am_tool in
3426
+  gnutar)
3427
+    for _am_tar in tar gnutar gtar;
3428
+    do
3429
+      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3464 3430
    ($_am_tar --version) >&5 2>&5
3465 3431
    ac_status=$?
3466 3432
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3467 3433
    (exit $ac_status); } && break
3468
-      done
3469
-      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3470
-      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3471
-      am__untar="$_am_tar -xf -"
3472
-      ;;
3473
-    plaintar)
3474
-      # Must skip GNU tar: if it does not support --format= it doesn't create
3475
-      # ustar tarball either.
3476
-      (tar --version) >/dev/null 2>&1 && continue
3477
-      am__tar='tar chf - "$$tardir"'
3478
-      am__tar_='tar chf - "$tardir"'
3479
-      am__untar='tar xf -'
3480
-      ;;
3481
-    pax)
3482
-      am__tar='pax -L -x ustar -w "$$tardir"'
3483
-      am__tar_='pax -L -x ustar -w "$tardir"'
3484
-      am__untar='pax -r'
3485
-      ;;
3486
-    cpio)
3487
-      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3488
-      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3489
-      am__untar='cpio -i -H ustar -d'
3490
-      ;;
3491
-    none)
3492
-      am__tar=false
3493
-      am__tar_=false
3494
-      am__untar=false
3495
-      ;;
3496
-    esac
3434
+    done
3435
+    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3436
+    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3437
+    am__untar="$_am_tar -xf -"
3438
+    ;;
3439
+  plaintar)
3440
+    # Must skip GNU tar: if it does not support --format= it doesn't create
3441
+    # ustar tarball either.
3442
+    (tar --version) >/dev/null 2>&1 && continue
3443
+    am__tar='tar chf - "$$tardir"'
3444
+    am__tar_='tar chf - "$tardir"'
3445
+    am__untar='tar xf -'
3446
+    ;;
3447
+  pax)
3448
+    am__tar='pax -L -x ustar -w "$$tardir"'
3449
+    am__tar_='pax -L -x ustar -w "$tardir"'
3450
+    am__untar='pax -r'
3451
+    ;;
3452
+  cpio)
3453
+    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3454
+    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3455
+    am__untar='cpio -i -H ustar -d'
3456
+    ;;
3457
+  none)
3458
+    am__tar=false
3459
+    am__tar_=false
3460
+    am__untar=false
3461
+    ;;
3462
+  esac
3497 3463
 
3498
-    # If the value was cached, stop now.  We just wanted to have am__tar
3499
-    # and am__untar set.
3500
-    test -n "${am_cv_prog_tar_ustar}" && break
3464
+  # If the value was cached, stop now.  We just wanted to have am__tar
3465
+  # and am__untar set.
3466
+  test -n "${am_cv_prog_tar_ustar}" && break
3501 3467
 
3502
-    # tar/untar a dummy directory, and stop if the command works.
3503
-    rm -rf conftest.dir
3504
-    mkdir conftest.dir
3505
-    echo GrepMe > conftest.dir/file
3506
-    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3468
+  # tar/untar a dummy directory, and stop if the command works
3469
+  rm -rf conftest.dir
3470
+  mkdir conftest.dir
3471
+  echo GrepMe > conftest.dir/file
3472
+  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3507 3473
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3508 3474
    ac_status=$?
3509 3475
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3510 3476
    (exit $ac_status); }
3511
-    rm -rf conftest.dir
3512
-    if test -s conftest.tar; then
3513
-      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3477
+  rm -rf conftest.dir
3478
+  if test -s conftest.tar; then
3479
+    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3514 3480
    ($am__untar <conftest.tar) >&5 2>&5
3515 3481
    ac_status=$?
3516 3482
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 3483
    (exit $ac_status); }
3518
-      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3519
-   (cat conftest.dir/file) >&5 2>&5
3520
-   ac_status=$?
3521
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522
-   (exit $ac_status); }
3523
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3524
-    fi
3525
-  done
3526
-  rm -rf conftest.dir
3484
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3485
+  fi
3486
+done
3487
+rm -rf conftest.dir
3527 3488
 
3528
-  if ${am_cv_prog_tar_ustar+:} false; then :
3489
+if ${am_cv_prog_tar_ustar+:} false; then :
3529 3490
   $as_echo_n "(cached) " >&6
3530 3491
 else
3531 3492
   am_cv_prog_tar_ustar=$_am_tool
3532 3493
 fi
3533 3494
 
3534
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3495
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3535 3496
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3536 3497
 
3537 3498
 
3538 3499
 
3539 3500
 
3540 3501
 
3541
-
3542
-# POSIX will say in a future version that running "rm -f" with no argument
3543
-# is OK; and we want to be able to make that assumption in our Makefile
3544
-# recipes.  So use an aggressive probe to check that the usage we want is
3545
-# actually supported "in the wild" to an acceptable degree.
3546
-# See automake bug#10828.
3547
-# To make any issue more visible, cause the running configure to be aborted
3548
-# by default if the 'rm' program in use doesn't match our expectations; the
3549
-# user can still override this though.
3550
-if rm -f && rm -fr && rm -rf; then : OK; else
3551
-  cat >&2 <<'END'
3552
-Oops!
3553
-
3554
-Your 'rm' program seems unable to run without file operands specified
3555
-on the command line, even when the '-f' option is present.  This is contrary
3556
-to the behaviour of most rm programs out there, and not conforming with
3557
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3558
-
3559
-Please tell bug-automake@gnu.org about your system, including the value
3560
-of your $PATH and any error possibly output before this message.  This
3561
-can help us improve future automake versions.
3562
-
3563
-END
3564
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3565
-    echo 'Configuration will proceed anyway, since you have set the' >&2
3566
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3567
-    echo >&2
3568
-  else
3569
-    cat >&2 <<'END'
3570
-Aborting the configuration process, to ensure you take notice of the issue.
3571
-
3572
-You can download and install GNU coreutils to get an 'rm' implementation
3573
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
3574
-
3575
-If you want to complete the configuration process using your problematic
3576
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3577
-to "yes", and re-run configure.
3578
-
3579
-END
3580
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3581
-  fi
3582
-fi
3583 3502
 # Check whether --enable-silent-rules was given.
3584 3503
 if test "${enable_silent_rules+set}" = set; then :
3585 3504
   enableval=$enable_silent_rules;
3586 3505
 fi
3587 3506
 
3588
-case $enable_silent_rules in # (((
3589
-  yes) AM_DEFAULT_VERBOSITY=0;;
3590
-   no) AM_DEFAULT_VERBOSITY=1;;
3591
-    *) AM_DEFAULT_VERBOSITY=0;;
3507
+case $enable_silent_rules in
3508
+yes) AM_DEFAULT_VERBOSITY=0;;
3509
+no)  AM_DEFAULT_VERBOSITY=1;;
3510
+*)   AM_DEFAULT_VERBOSITY=0;;
3592 3511
 esac
3593 3512
 am_make=${MAKE-make}
3594 3513
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3642,7 +3487,7 @@ am__quote=
3642 3642
 _am_result=none
3643 3643
 # First try GNU make style include.
3644 3644
 echo "include confinc" > confmf
3645
-# Ignore all kinds of additional output from 'make'.
3645
+# Ignore all kinds of additional output from `make'.
3646 3646
 case `$am_make -s -f confmf 2> /dev/null` in #(
3647 3647
 *the\ am__doit\ target*)
3648 3648
   am__include=include
... ...
@@ -3708,7 +3553,7 @@ do
3708 3708
   IFS=$as_save_IFS
3709 3709
   test -z "$as_dir" && as_dir=.
3710 3710
     for ac_exec_ext in '' $ac_executable_extensions; do
3711
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3711
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3712 3712
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3713 3713
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3714 3714
     break 2
... ...
@@ -3748,7 +3593,7 @@ do
3748 3748
   IFS=$as_save_IFS
3749 3749
   test -z "$as_dir" && as_dir=.
3750 3750
     for ac_exec_ext in '' $ac_executable_extensions; do
3751
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3751
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3752 3752
     ac_cv_prog_ac_ct_CC="gcc"
3753 3753
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3754 3754
     break 2
... ...
@@ -3801,7 +3646,7 @@ do
3801 3801
   IFS=$as_save_IFS
3802 3802
   test -z "$as_dir" && as_dir=.
3803 3803
     for ac_exec_ext in '' $ac_executable_extensions; do
3804
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3804
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3805 3805
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3806 3806
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3807 3807
     break 2
... ...
@@ -3842,7 +3687,7 @@ do
3842 3842
   IFS=$as_save_IFS
3843 3843
   test -z "$as_dir" && as_dir=.
3844 3844
     for ac_exec_ext in '' $ac_executable_extensions; do
3845
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3845
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3846 3846
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3847 3847
        ac_prog_rejected=yes
3848 3848
        continue
... ...
@@ -3900,7 +3745,7 @@ do
3900 3900
   IFS=$as_save_IFS
3901 3901
   test -z "$as_dir" && as_dir=.
3902 3902
     for ac_exec_ext in '' $ac_executable_extensions; do
3903
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3903
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3904 3904
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3905 3905
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3906 3906
     break 2
... ...
@@ -3944,7 +3789,7 @@ do
3944 3944
   IFS=$as_save_IFS
3945 3945
   test -z "$as_dir" && as_dir=.
3946 3946
     for ac_exec_ext in '' $ac_executable_extensions; do
3947
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3947
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3948 3948
     ac_cv_prog_ac_ct_CC="$ac_prog"
3949 3949
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3950 3950
     break 2
... ...
@@ -4390,7 +4235,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4390 4390
 /* end confdefs.h.  */
4391 4391
 #include <stdarg.h>
4392 4392
 #include <stdio.h>
4393
-struct stat;
4393
+#include <sys/types.h>
4394
+#include <sys/stat.h>
4394 4395
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4395 4396
 struct buf { int x; };
4396 4397
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4475,65 +4321,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4475 4475
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4476 4476
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4477 4477
 
4478
-ac_ext=c
4479
-ac_cpp='$CPP $CPPFLAGS'
4480
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4481
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4482
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4483
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4484
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4485
-if ${am_cv_prog_cc_c_o+:} false; then :
4486
-  $as_echo_n "(cached) " >&6
4487
-else
4488
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4489
-/* end confdefs.h.  */
4490
-
4491
-int
4492
-main ()
4493
-{
4494
-
4495
-  ;
4496
-  return 0;
4497
-}
4498
-_ACEOF
4499
-  # Make sure it works both with $CC and with simple cc.
4500
-  # Following AC_PROG_CC_C_O, we do the test twice because some
4501
-  # compilers refuse to overwrite an existing .o file with -o,
4502
-  # though they will create one.
4503
-  am_cv_prog_cc_c_o=yes
4504
-  for am_i in 1 2; do
4505
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4506
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4507
-   ac_status=$?
4508
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4509
-   (exit $ac_status); } \
4510
-         && test -f conftest2.$ac_objext; then
4511
-      : OK
4512
-    else
4513
-      am_cv_prog_cc_c_o=no
4514
-      break
4515
-    fi
4516
-  done
4517
-  rm -f core conftest*
4518
-  unset am_i
4519
-fi
4520
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4521
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
4522
-if test "$am_cv_prog_cc_c_o" != yes; then
4523
-   # Losing compiler, so override with the script.
4524
-   # FIXME: It is wrong to rewrite CC.
4525
-   # But if we don't then we get into trouble of one sort or another.
4526
-   # A longer-term fix would be to have automake use am__CC in this case,
4527
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4528
-   CC="$am_aux_dir/compile $CC"
4529
-fi
4530
-ac_ext=c
4531
-ac_cpp='$CPP $CPPFLAGS'
4532
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4533
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4534
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4535
-
4536
-
4537 4478
 depcc="$CC"   am_compiler_list=
4538 4479
 
4539 4480
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4545,8 +4332,8 @@ else
4545 4545
   # We make a subdir and do the tests there.  Otherwise we can end up
4546 4546
   # making bogus files that we don't know about and never remove.  For
4547 4547
   # instance it was reported that on HP-UX the gcc test will end up
4548
-  # making a dummy file named 'D' -- because '-MD' means "put the output
4549
-  # in D".
4548
+  # making a dummy file named `D' -- because `-MD' means `put the output
4549
+  # in D'.
4550 4550
   rm -rf conftest.dir
4551 4551
   mkdir conftest.dir
4552 4552
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4581,16 +4368,16 @@ else
4581 4581
     : > sub/conftest.c
4582 4582
     for i in 1 2 3 4 5 6; do
4583 4583
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4584
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4585
-      # Solaris 10 /bin/sh.
4586
-      echo '/* dummy */' > sub/conftst$i.h
4584
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4585
+      # Solaris 8's {/usr,}/bin/sh.
4586
+      touch sub/conftst$i.h
4587 4587
     done
4588 4588
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4589 4589
 
4590
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4590
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4591 4591
     # mode.  It turns out that the SunPro C++ compiler does not properly
4592
-    # handle '-M -o', and we need to detect this.  Also, some Intel
4593
-    # versions had trouble with output in subdirs.
4592
+    # handle `-M -o', and we need to detect this.  Also, some Intel
4593
+    # versions had trouble with output in subdirs
4594 4594
     am__obj=sub/conftest.${OBJEXT-o}
4595 4595
     am__minus_obj="-o $am__obj"
4596 4596
     case $depmode in
... ...
@@ -4599,8 +4386,8 @@ else
4599 4599
       test "$am__universal" = false || continue
4600 4600
       ;;
4601 4601
     nosideeffect)
4602
-      # After this tag, mechanisms are not by side-effect, so they'll
4603
-      # only be used when explicitly requested.
4602
+      # after this tag, mechanisms are not by side-effect, so they'll
4603
+      # only be used when explicitly requested
4604 4604
       if test "x$enable_dependency_tracking" = xyes; then
4605 4605
 	continue
4606 4606
       else
... ...
@@ -4608,7 +4395,7 @@ else
4608 4608
       fi
4609 4609
       ;;
4610 4610
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4611
-      # This compiler won't grok '-c -o', but also, the minuso test has
4611
+      # This compiler won't grok `-c -o', but also, the minuso test has
4612 4612
       # not run yet.  These depmodes are late enough in the game, and
4613 4613
       # so weak that their functioning should not be impacted.
4614 4614
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4817,7 +4604,7 @@ do
4817 4817
     for ac_prog in grep ggrep; do
4818 4818
     for ac_exec_ext in '' $ac_executable_extensions; do
4819 4819
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4820
-      as_fn_executable_p "$ac_path_GREP" || continue
4820
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4821 4821
 # Check for GNU ac_path_GREP and select it if it is found.
4822 4822
   # Check for GNU $ac_path_GREP
4823 4823
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4883,7 +4670,7 @@ do
4883 4883
     for ac_prog in egrep; do
4884 4884
     for ac_exec_ext in '' $ac_executable_extensions; do
4885 4885
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4886
-      as_fn_executable_p "$ac_path_EGREP" || continue
4886
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4887 4887
 # Check for GNU ac_path_EGREP and select it if it is found.
4888 4888
   # Check for GNU $ac_path_EGREP
4889 4889
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5090,8 +4877,8 @@ else
5090 5090
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5091 5091
 /* end confdefs.h.  */
5092 5092
 
5093
-#         define __EXTENSIONS__ 1
5094
-          $ac_includes_default
5093
+#	  define __EXTENSIONS__ 1
5094
+	  $ac_includes_default
5095 5095
 int
5096 5096
 main ()
5097 5097
 {
... ...
@@ -5124,8 +4911,8 @@ $as_echo "$ac_cv_safe_to_define___extensions__" >&6; }
5124 5124
 
5125 5125
 VERSION="devel-`date +%Y%m%d`"
5126 5126
 
5127
-LC_CURRENT=7
5128
-LC_REVISION=27
5127
+LC_CURRENT=8
5128
+LC_REVISION=1
5129 5129
 LC_AGE=1
5130 5130
 LIBCLAMAV_VERSION="$LC_CURRENT":"$LC_REVISION":"$LC_AGE"
5131 5131
 
... ...
@@ -5279,7 +5066,7 @@ do
5279 5279
     for ac_prog in sed gsed; do
5280 5280
     for ac_exec_ext in '' $ac_executable_extensions; do
5281 5281
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5282
-      as_fn_executable_p "$ac_path_SED" || continue
5282
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5283 5283
 # Check for GNU ac_path_SED and select it if it is found.
5284 5284
   # Check for GNU $ac_path_SED
5285 5285
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5358,7 +5145,7 @@ do
5358 5358
     for ac_prog in fgrep; do
5359 5359
     for ac_exec_ext in '' $ac_executable_extensions; do
5360 5360
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5361
-      as_fn_executable_p "$ac_path_FGREP" || continue
5361
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5362 5362
 # Check for GNU ac_path_FGREP and select it if it is found.
5363 5363
   # Check for GNU $ac_path_FGREP
5364 5364
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5614,7 +5401,7 @@ do
5614 5614
   IFS=$as_save_IFS
5615 5615
   test -z "$as_dir" && as_dir=.
5616 5616
     for ac_exec_ext in '' $ac_executable_extensions; do
5617
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5617
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618 5618
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5619 5619
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5620 5620
     break 2
... ...
@@ -5658,7 +5445,7 @@ do
5658 5658
   IFS=$as_save_IFS
5659 5659
   test -z "$as_dir" && as_dir=.
5660 5660
     for ac_exec_ext in '' $ac_executable_extensions; do
5661
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5661
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5662 5662
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5663 5663
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5664 5664
     break 2
... ...
@@ -6082,7 +5869,7 @@ do
6082 6082
   IFS=$as_save_IFS
6083 6083
   test -z "$as_dir" && as_dir=.
6084 6084
     for ac_exec_ext in '' $ac_executable_extensions; do
6085
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6085
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6086 6086
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6087 6087
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6088 6088
     break 2
... ...
@@ -6122,7 +5909,7 @@ do
6122 6122
   IFS=$as_save_IFS
6123 6123
   test -z "$as_dir" && as_dir=.
6124 6124
     for ac_exec_ext in '' $ac_executable_extensions; do
6125
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6125
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6126 6126
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6127 6127
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6128 6128
     break 2
... ...
@@ -6428,7 +6215,7 @@ do
6428 6428
   IFS=$as_save_IFS
6429 6429
   test -z "$as_dir" && as_dir=.
6430 6430
     for ac_exec_ext in '' $ac_executable_extensions; do
6431
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6431
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6432 6432
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6433 6433
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6434 6434
     break 2
... ...
@@ -6468,7 +6255,7 @@ do
6468 6468
   IFS=$as_save_IFS
6469 6469
   test -z "$as_dir" && as_dir=.
6470 6470
     for ac_exec_ext in '' $ac_executable_extensions; do
6471
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6471
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6472 6472
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6473 6473
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6474 6474
     break 2
... ...
@@ -6571,7 +6358,7 @@ do
6571 6571
   IFS=$as_save_IFS
6572 6572
   test -z "$as_dir" && as_dir=.
6573 6573
     for ac_exec_ext in '' $ac_executable_extensions; do
6574
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6574
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6575 6575
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6576 6576
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6577 6577
     break 2
... ...
@@ -6615,7 +6402,7 @@ do
6615 6615
   IFS=$as_save_IFS
6616 6616
   test -z "$as_dir" && as_dir=.
6617 6617
     for ac_exec_ext in '' $ac_executable_extensions; do
6618
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6618
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6619 6619
     ac_cv_prog_ac_ct_AR="$ac_prog"
6620 6620
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6621 6621
     break 2
... ...
@@ -6740,7 +6527,7 @@ do
6740 6740
   IFS=$as_save_IFS
6741 6741
   test -z "$as_dir" && as_dir=.
6742 6742
     for ac_exec_ext in '' $ac_executable_extensions; do
6743
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6743
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6744 6744
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6745 6745
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6746 6746
     break 2
... ...
@@ -6780,7 +6567,7 @@ do
6780 6780
   IFS=$as_save_IFS
6781 6781
   test -z "$as_dir" && as_dir=.
6782 6782
     for ac_exec_ext in '' $ac_executable_extensions; do
6783
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6783
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6784 6784
     ac_cv_prog_ac_ct_STRIP="strip"
6785 6785
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6786 6786
     break 2
... ...
@@ -6839,7 +6626,7 @@ do
6839 6839
   IFS=$as_save_IFS
6840 6840
   test -z "$as_dir" && as_dir=.
6841 6841
     for ac_exec_ext in '' $ac_executable_extensions; do
6842
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6842
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6843 6843
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6844 6844
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6845 6845
     break 2
... ...
@@ -6879,7 +6666,7 @@ do
6879 6879
   IFS=$as_save_IFS
6880 6880
   test -z "$as_dir" && as_dir=.
6881 6881
     for ac_exec_ext in '' $ac_executable_extensions; do
6882
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6882
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6883 6883
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6884 6884
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6885 6885
     break 2
... ...
@@ -7528,7 +7315,7 @@ do
7528 7528
   IFS=$as_save_IFS
7529 7529
   test -z "$as_dir" && as_dir=.
7530 7530
     for ac_exec_ext in '' $ac_executable_extensions; do
7531
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7531
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7532 7532
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7533 7533
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7534 7534
     break 2
... ...
@@ -7568,7 +7355,7 @@ do
7568 7568
   IFS=$as_save_IFS
7569 7569
   test -z "$as_dir" && as_dir=.
7570 7570
     for ac_exec_ext in '' $ac_executable_extensions; do
7571
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7571
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7572 7572
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7573 7573
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7574 7574
     break 2
... ...
@@ -7648,7 +7435,7 @@ do
7648 7648
   IFS=$as_save_IFS
7649 7649
   test -z "$as_dir" && as_dir=.
7650 7650
     for ac_exec_ext in '' $ac_executable_extensions; do
7651
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7651
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7652 7652
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7653 7653
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7654 7654
     break 2
... ...
@@ -7688,7 +7475,7 @@ do
7688 7688
   IFS=$as_save_IFS
7689 7689
   test -z "$as_dir" && as_dir=.
7690 7690
     for ac_exec_ext in '' $ac_executable_extensions; do
7691
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7691
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7692 7692
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7693 7693
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7694 7694
     break 2
... ...
@@ -7740,7 +7527,7 @@ do
7740 7740
   IFS=$as_save_IFS
7741 7741
   test -z "$as_dir" && as_dir=.
7742 7742
     for ac_exec_ext in '' $ac_executable_extensions; do
7743
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7743
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7744 7744
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7745 7745
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7746 7746
     break 2
... ...
@@ -7780,7 +7567,7 @@ do
7780 7780
   IFS=$as_save_IFS
7781 7781
   test -z "$as_dir" && as_dir=.
7782 7782
     for ac_exec_ext in '' $ac_executable_extensions; do
7783
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7783
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7784 7784
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7785 7785
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7786 7786
     break 2
... ...
@@ -7832,7 +7619,7 @@ do
7832 7832
   IFS=$as_save_IFS
7833 7833
   test -z "$as_dir" && as_dir=.
7834 7834
     for ac_exec_ext in '' $ac_executable_extensions; do
7835
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7835
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7836 7836
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7837 7837
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7838 7838
     break 2
... ...
@@ -7872,7 +7659,7 @@ do
7872 7872
   IFS=$as_save_IFS
7873 7873
   test -z "$as_dir" && as_dir=.
7874 7874
     for ac_exec_ext in '' $ac_executable_extensions; do
7875
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7875
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7876 7876
     ac_cv_prog_ac_ct_LIPO="lipo"
7877 7877
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7878 7878
     break 2
... ...
@@ -7924,7 +7711,7 @@ do
7924 7924
   IFS=$as_save_IFS
7925 7925
   test -z "$as_dir" && as_dir=.
7926 7926
     for ac_exec_ext in '' $ac_executable_extensions; do
7927
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7927
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7928 7928
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7929 7929
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7930 7930
     break 2
... ...
@@ -7964,7 +7751,7 @@ do
7964 7964
   IFS=$as_save_IFS
7965 7965
   test -z "$as_dir" && as_dir=.
7966 7966
     for ac_exec_ext in '' $ac_executable_extensions; do
7967
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7967
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7968 7968
     ac_cv_prog_ac_ct_OTOOL="otool"
7969 7969
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7970 7970
     break 2
... ...
@@ -8016,7 +7803,7 @@ do
8016 8016
   IFS=$as_save_IFS
8017 8017
   test -z "$as_dir" && as_dir=.
8018 8018
     for ac_exec_ext in '' $ac_executable_extensions; do
8019
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8019
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8020 8020
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8021 8021
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8022 8022
     break 2
... ...
@@ -8056,7 +7843,7 @@ do
8056 8056
   IFS=$as_save_IFS
8057 8057
   test -z "$as_dir" && as_dir=.
8058 8058
     for ac_exec_ext in '' $ac_executable_extensions; do
8059
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8059
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8060 8060
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8061 8061
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8062 8062
     break 2
... ...
@@ -13367,7 +13154,7 @@ do
13367 13367
   IFS=$as_save_IFS
13368 13368
   test -z "$as_dir" && as_dir=.
13369 13369
     for ac_exec_ext in '' $ac_executable_extensions; do
13370
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13370
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13371 13371
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
13372 13372
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13373 13373
     break 2
... ...
@@ -13407,7 +13194,7 @@ do
13407 13407
   IFS=$as_save_IFS
13408 13408
   test -z "$as_dir" && as_dir=.
13409 13409
     for ac_exec_ext in '' $ac_executable_extensions; do
13410
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13410
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13411 13411
     ac_cv_prog_ac_ct_CC="gcc"
13412 13412
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13413 13413
     break 2
... ...
@@ -13460,7 +13247,7 @@ do
13460 13460
   IFS=$as_save_IFS
13461 13461
   test -z "$as_dir" && as_dir=.
13462 13462
     for ac_exec_ext in '' $ac_executable_extensions; do
13463
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13463
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13464 13464
     ac_cv_prog_CC="${ac_tool_prefix}cc"
13465 13465
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13466 13466
     break 2
... ...
@@ -13501,7 +13288,7 @@ do
13501 13501
   IFS=$as_save_IFS
13502 13502
   test -z "$as_dir" && as_dir=.
13503 13503
     for ac_exec_ext in '' $ac_executable_extensions; do
13504
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13504
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13505 13505
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
13506 13506
        ac_prog_rejected=yes
13507 13507
        continue
... ...
@@ -13559,7 +13346,7 @@ do
13559 13559
   IFS=$as_save_IFS
13560 13560
   test -z "$as_dir" && as_dir=.
13561 13561
     for ac_exec_ext in '' $ac_executable_extensions; do
13562
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13562
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13563 13563
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13564 13564
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13565 13565
     break 2
... ...
@@ -13603,7 +13390,7 @@ do
13603 13603
   IFS=$as_save_IFS
13604 13604
   test -z "$as_dir" && as_dir=.
13605 13605
     for ac_exec_ext in '' $ac_executable_extensions; do
13606
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13606
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13607 13607
     ac_cv_prog_ac_ct_CC="$ac_prog"
13608 13608
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13609 13609
     break 2
... ...
@@ -13799,7 +13586,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13799 13799
 /* end confdefs.h.  */
13800 13800
 #include <stdarg.h>
13801 13801
 #include <stdio.h>
13802
-struct stat;
13802
+#include <sys/types.h>
13803
+#include <sys/stat.h>
13803 13804
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
13804 13805
 struct buf { int x; };
13805 13806
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -13884,65 +13672,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13884 13884
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13885 13885
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13886 13886
 
13887
-ac_ext=c
13888
-ac_cpp='$CPP $CPPFLAGS'
13889
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13890
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13891
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
13892
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
13893
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
13894
-if ${am_cv_prog_cc_c_o+:} false; then :
13895
-  $as_echo_n "(cached) " >&6
13896
-else
13897
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13898
-/* end confdefs.h.  */
13899
-
13900
-int
13901
-main ()
13902
-{
13903
-
13904
-  ;
13905
-  return 0;
13906
-}
13907
-_ACEOF
13908
-  # Make sure it works both with $CC and with simple cc.
13909
-  # Following AC_PROG_CC_C_O, we do the test twice because some
13910
-  # compilers refuse to overwrite an existing .o file with -o,
13911
-  # though they will create one.
13912
-  am_cv_prog_cc_c_o=yes
13913
-  for am_i in 1 2; do
13914
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
13915
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
13916
-   ac_status=$?
13917
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13918
-   (exit $ac_status); } \
13919
-         && test -f conftest2.$ac_objext; then
13920
-      : OK
13921
-    else
13922
-      am_cv_prog_cc_c_o=no
13923
-      break
13924
-    fi
13925
-  done
13926
-  rm -f core conftest*
13927
-  unset am_i
13928
-fi
13929
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
13930
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
13931
-if test "$am_cv_prog_cc_c_o" != yes; then
13932
-   # Losing compiler, so override with the script.
13933
-   # FIXME: It is wrong to rewrite CC.
13934
-   # But if we don't then we get into trouble of one sort or another.
13935
-   # A longer-term fix would be to have automake use am__CC in this case,
13936
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
13937
-   CC="$am_aux_dir/compile $CC"
13938
-fi
13939
-ac_ext=c
13940
-ac_cpp='$CPP $CPPFLAGS'
13941
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13942
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13943
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
13944
-
13945
-
13946 13887
 depcc="$CC"   am_compiler_list=
13947 13888
 
13948 13889
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -13954,8 +13683,8 @@ else
13954 13954
   # We make a subdir and do the tests there.  Otherwise we can end up
13955 13955
   # making bogus files that we don't know about and never remove.  For
13956 13956
   # instance it was reported that on HP-UX the gcc test will end up
13957
-  # making a dummy file named 'D' -- because '-MD' means "put the output
13958
-  # in D".
13957
+  # making a dummy file named `D' -- because `-MD' means `put the output
13958
+  # in D'.
13959 13959
   rm -rf conftest.dir
13960 13960
   mkdir conftest.dir
13961 13961
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -13990,16 +13719,16 @@ else
13990 13990
     : > sub/conftest.c
13991 13991
     for i in 1 2 3 4 5 6; do
13992 13992
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
13993
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
13994
-      # Solaris 10 /bin/sh.
13995
-      echo '/* dummy */' > sub/conftst$i.h
13993
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
13994
+      # Solaris 8's {/usr,}/bin/sh.
13995
+      touch sub/conftst$i.h
13996 13996
     done
13997 13997
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
13998 13998
 
13999
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
13999
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
14000 14000
     # mode.  It turns out that the SunPro C++ compiler does not properly
14001
-    # handle '-M -o', and we need to detect this.  Also, some Intel
14002
-    # versions had trouble with output in subdirs.
14001
+    # handle `-M -o', and we need to detect this.  Also, some Intel
14002
+    # versions had trouble with output in subdirs
14003 14003
     am__obj=sub/conftest.${OBJEXT-o}
14004 14004
     am__minus_obj="-o $am__obj"
14005 14005
     case $depmode in
... ...
@@ -14008,8 +13737,8 @@ else
14008 14008
       test "$am__universal" = false || continue
14009 14009
       ;;
14010 14010
     nosideeffect)
14011
-      # After this tag, mechanisms are not by side-effect, so they'll
14012
-      # only be used when explicitly requested.
14011
+      # after this tag, mechanisms are not by side-effect, so they'll
14012
+      # only be used when explicitly requested
14013 14013
       if test "x$enable_dependency_tracking" = xyes; then
14014 14014
 	continue
14015 14015
       else
... ...
@@ -14017,7 +13746,7 @@ else
14017 14017
       fi
14018 14018
       ;;
14019 14019
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
14020
-      # This compiler won't grok '-c -o', but also, the minuso test has
14020
+      # This compiler won't grok `-c -o', but also, the minuso test has
14021 14021
       # not run yet.  These depmodes are late enough in the game, and
14022 14022
       # so weak that their functioning should not be impacted.
14023 14023
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -14089,7 +13818,7 @@ do
14089 14089
   IFS=$as_save_IFS
14090 14090
   test -z "$as_dir" && as_dir=.
14091 14091
     for ac_exec_ext in '' $ac_executable_extensions; do
14092
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14092
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14093 14093
     ac_cv_prog_LEX="$ac_prog"
14094 14094
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14095 14095
     break 2
... ...
@@ -14121,8 +13850,7 @@ a { ECHO; }
14121 14121
 b { REJECT; }
14122 14122
 c { yymore (); }
14123 14123
 d { yyless (1); }
14124
-e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
14125
-    yyless ((input () != 0)); }
14124
+e { yyless (input () != 0); }
14126 14125
 f { unput (yytext[0]); }
14127 14126
 . { BEGIN INITIAL; }
14128 14127
 %%
... ...
@@ -14251,7 +13979,7 @@ do
14251 14251
   IFS=$as_save_IFS
14252 14252
   test -z "$as_dir" && as_dir=.
14253 14253
     for ac_exec_ext in '' $ac_executable_extensions; do
14254
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14254
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14255 14255
     ac_cv_prog_YACC="$ac_prog"
14256 14256
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14257 14257
     break 2
... ...
@@ -14593,11 +14321,11 @@ else
14593 14593
 int
14594 14594
 main ()
14595 14595
 {
14596
-
14596
+/* FIXME: Include the comments suggested by Paul. */
14597 14597
 #ifndef __cplusplus
14598
-  /* Ultrix mips cc rejects this sort of thing.  */
14598
+  /* Ultrix mips cc rejects this.  */
14599 14599
   typedef int charset[2];
14600
-  const charset cs = { 0, 0 };
14600
+  const charset cs;
14601 14601
   /* SunOS 4.1.1 cc rejects this.  */
14602 14602
   char const *const *pcpcc;
14603 14603
   char **ppc;
... ...
@@ -14614,9 +14342,8 @@ main ()
14614 14614
   ++pcpcc;
14615 14615
   ppc = (char**) pcpcc;
14616 14616
   pcpcc = (char const *const *) ppc;
14617
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
14618
-    char tx;
14619
-    char *t = &tx;
14617
+  { /* SCO 3.2v4 cc rejects this.  */
14618
+    char *t;
14620 14619
     char const *s = 0 ? (char *) 0 : (char const *) 0;
14621 14620
 
14622 14621
     *t++ = 0;
... ...
@@ -14632,10 +14359,10 @@ main ()
14632 14632
     iptr p = 0;
14633 14633
     ++p;
14634 14634
   }
14635
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
14635
+  { /* AIX XL C 1.02.0.0 rejects this saying
14636 14636
        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14637
-    struct s { int j; const int *ap[3]; } bx;
14638
-    struct s *b = &bx; b->j = 5;
14637
+    struct s { int j; const int *ap[3]; };
14638
+    struct s *b; b->j = 5;
14639 14639
   }
14640 14640
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14641 14641
     const int foo = 10;
... ...
@@ -16864,7 +16591,7 @@ do
16864 16864
   IFS=$as_save_IFS
16865 16865
   test -z "$as_dir" && as_dir=.
16866 16866
     for ac_exec_ext in '' $ac_executable_extensions; do
16867
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16867
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16868 16868
     ac_cv_prog_GCOV="$ac_prog"
16869 16869
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16870 16870
     break 2
... ...
@@ -16907,7 +16634,7 @@ do
16907 16907
   IFS=$as_save_IFS
16908 16908
   test -z "$as_dir" && as_dir=.
16909 16909
     for ac_exec_ext in '' $ac_executable_extensions; do
16910
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16910
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16911 16911
     ac_cv_prog_LCOV="$ac_prog"
16912 16912
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16913 16913
     break 2
... ...
@@ -16950,7 +16677,7 @@ do
16950 16950
   IFS=$as_save_IFS
16951 16951
   test -z "$as_dir" && as_dir=.
16952 16952
     for ac_exec_ext in '' $ac_executable_extensions; do
16953
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16953
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16954 16954
     ac_cv_prog_GENHTML="$ac_prog"
16955 16955
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16956 16956
     break 2
... ...
@@ -17079,7 +16806,7 @@ if ${ac_cv_lib_xml2_xmlTextReaderRead+:} false; then :
17079 17079
   $as_echo_n "(cached) " >&6
17080 17080
 else
17081 17081
   ac_check_lib_save_LIBS=$LIBS
17082
-LIBS="-lxml2  $LIBS"
17082
+LIBS="-lxml2 $XML_LIBS $LIBS"
17083 17083
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17084 17084
 /* end confdefs.h.  */
17085 17085
 
... ...
@@ -17187,7 +16914,7 @@ save_LDFLAGS="$LDFLAGS"
17187 17187
 save_CFLAGS="$CFLAGS"
17188 17188
 save_LIBS="$LIBS"
17189 17189
 
17190
-SSL_LIBS="-lssl -lcrypto"
17190
+SSL_LIBS="-lssl -lcrypto -lz"
17191 17191
 
17192 17192
 if test "$LIBSSL_HOME" != "/usr"; then
17193 17193
     SSL_LDFLAGS="-L$LIBSSL_HOME/lib"
... ...
@@ -17208,7 +16935,7 @@ if ${ac_cv_lib_ssl_SSL_library_init+:} false; then :
17208 17208
   $as_echo_n "(cached) " >&6
17209 17209
 else
17210 17210
   ac_check_lib_save_LIBS=$LIBS
17211
-LIBS="-lssl -lcrypto $LIBS"
17211
+LIBS="-lssl -lcrypto -lz $LIBS"
17212 17212
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17213 17213
 /* end confdefs.h.  */
17214 17214
 
... ...
@@ -17251,7 +16978,7 @@ if ${ac_cv_lib_crypto_EVP_EncryptInit+:} false; then :
17251 17251
   $as_echo_n "(cached) " >&6
17252 17252
 else
17253 17253
   ac_check_lib_save_LIBS=$LIBS
17254
-LIBS="-lcrypto  $LIBS"
17254
+LIBS="-lcrypto -lcrypto -lz $LIBS"
17255 17255
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17256 17256
 /* end confdefs.h.  */
17257 17257
 
... ...
@@ -17294,7 +17021,7 @@ if ${ac_cv_lib_ssl_X509_VERIFY_PARAM_new+:} false; then :
17294 17294
   $as_echo_n "(cached) " >&6
17295 17295
 else
17296 17296
   ac_check_lib_save_LIBS=$LIBS
17297
-LIBS="-lssl -lcrypto $LIBS"
17297
+LIBS="-lssl -lcrypto -lz $LIBS"
17298 17298
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
17299 17299
 /* end confdefs.h.  */
17300 17300
 
... ...
@@ -20208,7 +19935,7 @@ do
20208 20208
   IFS=$as_save_IFS
20209 20209
   test -z "$as_dir" && as_dir=.
20210 20210
     for ac_exec_ext in '' $ac_executable_extensions; do
20211
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20211
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20212 20212
     ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext"
20213 20213
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20214 20214
     break 2
... ...
@@ -22965,7 +22692,7 @@ if ${ac_cv_lib_curl_curl_easy_init+:} false; then :
22965 22965
   $as_echo_n "(cached) " >&6
22966 22966
 else
22967 22967
   ac_check_lib_save_LIBS=$LIBS
22968
-LIBS="-lcurl  $LIBS"
22968
+LIBS="-lcurl $CURL_LDFLAGS $LIBS"
22969 22969
 cat confdefs.h - <<_ACEOF >conftest.$ac_ext
22970 22970
 /* end confdefs.h.  */
22971 22971
 
... ...
@@ -23167,14 +22894,6 @@ LIBOBJS=$ac_libobjs
23167 23167
 LTLIBOBJS=$ac_ltlibobjs
23168 23168
 
23169 23169
 
23170
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
23171
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
23172
-   if test -n "$am_sleep_pid"; then
23173
-     # Hide warnings about reused PIDs.
23174
-     wait $am_sleep_pid 2>/dev/null
23175
-   fi
23176
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
23177
-$as_echo "done" >&6; }
23178 23170
  if test -n "$EXEEXT"; then
23179 23171
   am__EXEEXT_TRUE=
23180 23172
   am__EXEEXT_FALSE='#'
... ...
@@ -23563,16 +23282,16 @@ if (echo >conf$$.file) 2>/dev/null; then
23563 23563
     # ... but there are two gotchas:
23564 23564
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23565 23565
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23566
-    # In both cases, we have to default to `cp -pR'.
23566
+    # In both cases, we have to default to `cp -p'.
23567 23567
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23568
-      as_ln_s='cp -pR'
23568
+      as_ln_s='cp -p'
23569 23569
   elif ln conf$$.file conf$$ 2>/dev/null; then
23570 23570
     as_ln_s=ln
23571 23571
   else
23572
-    as_ln_s='cp -pR'
23572
+    as_ln_s='cp -p'
23573 23573
   fi
23574 23574
 else
23575
-  as_ln_s='cp -pR'
23575
+  as_ln_s='cp -p'
23576 23576
 fi
23577 23577
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23578 23578
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -23632,16 +23351,28 @@ else
23632 23632
   as_mkdir_p=false
23633 23633
 fi
23634 23634
 
23635
-
23636
-# as_fn_executable_p FILE
23637
-# -----------------------
23638
-# Test if FILE is an executable regular file.
23639
-as_fn_executable_p ()
23640
-{
23641
-  test -f "$1" && test -x "$1"
23642
-} # as_fn_executable_p
23643
-as_test_x='test -x'
23644
-as_executable_p=as_fn_executable_p
23635
+if test -x / >/dev/null 2>&1; then
23636
+  as_test_x='test -x'
23637
+else
23638
+  if ls -dL / >/dev/null 2>&1; then
23639
+    as_ls_L_option=L
23640
+  else
23641
+    as_ls_L_option=
23642
+  fi
23643
+  as_test_x='
23644
+    eval sh -c '\''
23645
+      if test -d "$1"; then
23646
+	test -d "$1/.";
23647
+      else
23648
+	case $1 in #(
23649
+	-*)set "./$1";;
23650
+	esac;
23651
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
23652
+	???[sx]*):;;*)false;;esac;fi
23653
+    '\'' sh
23654
+  '
23655
+fi
23656
+as_executable_p=$as_test_x
23645 23657
 
23646 23658
 # Sed expression to map a string onto a valid CPP name.
23647 23659
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -23663,7 +23394,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23663 23663
 # values after options handling.
23664 23664
 ac_log="
23665 23665
 This file was extended by ClamAV $as_me devel, which was
23666
-generated by GNU Autoconf 2.69.  Invocation command line was
23666
+generated by GNU Autoconf 2.68.  Invocation command line was
23667 23667
 
23668 23668
   CONFIG_FILES    = $CONFIG_FILES
23669 23669
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -23730,10 +23461,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23730 23730
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23731 23731
 ac_cs_version="\\
23732 23732
 ClamAV config.status devel
23733
-configured by $0, generated by GNU Autoconf 2.69,
23733
+configured by $0, generated by GNU Autoconf 2.68,
23734 23734
   with options \\"\$ac_cs_config\\"
23735 23735
 
23736
-Copyright (C) 2012 Free Software Foundation, Inc.
23736
+Copyright (C) 2010 Free Software Foundation, Inc.
23737 23737
 This config.status script is free software; the Free Software Foundation
23738 23738
 gives unlimited permission to copy, distribute and modify it."
23739 23739
 
... ...
@@ -23824,7 +23555,7 @@ fi
23824 23824
 _ACEOF
23825 23825
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23826 23826
 if \$ac_cs_recheck; then
23827
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23827
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
23828 23828
   shift
23829 23829
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
23830 23830
   CONFIG_SHELL='$SHELL'
... ...
@@ -24767,7 +24498,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24767 24767
 
24768 24768
   case $ac_file$ac_mode in
24769 24769
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
24770
-  # Older Autoconf quotes --file arguments for eval, but not when files
24770
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
24771 24771
   # are listed without --file.  Let's play safe and only enable the eval
24772 24772
   # if we detect the quoting.
24773 24773
   case $CONFIG_FILES in
... ...
@@ -24780,7 +24511,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24780 24780
     # Strip MF so we end up with the name of the file.
24781 24781
     mf=`echo "$mf" | sed -e 's/:.*$//'`
24782 24782
     # Check whether this is an Automake generated Makefile or not.
24783
-    # We used to match only the files named 'Makefile.in', but
24783
+    # We used to match only the files named `Makefile.in', but
24784 24784
     # some people rename them; so instead we look at the file content.
24785 24785
     # Grep'ing the first line is not enough: some people post-process
24786 24786
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -24814,19 +24545,21 @@ $as_echo X"$mf" |
24814 24814
       continue
24815 24815
     fi
24816 24816
     # Extract the definition of DEPDIR, am__include, and am__quote
24817
-    # from the Makefile without running 'make'.
24817
+    # from the Makefile without running `make'.
24818 24818
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
24819 24819
     test -z "$DEPDIR" && continue
24820 24820
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
24821
-    test -z "$am__include" && continue
24821
+    test -z "am__include" && continue
24822 24822
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
24823
+    # When using ansi2knr, U may be empty or an underscore; expand it
24824
+    U=`sed -n 's/^U = //p' < "$mf"`
24823 24825
     # Find all dependency output files, they are included files with
24824 24826
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
24825 24827
     # simplest approach to changing $(DEPDIR) to its actual value in the
24826 24828
     # expansion.
24827 24829
     for file in `sed -n "
24828 24830
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
24829
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
24831
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
24830 24832
       # Make sure the directory exists.
24831 24833
       test -f "$dirpart/$file" && continue
24832 24834
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -25813,14 +25546,6 @@ LIBOBJS=$ac_libobjs
25813 25813
 LTLIBOBJS=$ac_ltlibobjs
25814 25814
 
25815 25815
 
25816
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
25817
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
25818
-   if test -n "$am_sleep_pid"; then
25819
-     # Hide warnings about reused PIDs.
25820
-     wait $am_sleep_pid 2>/dev/null
25821
-   fi
25822
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
25823
-$as_echo "done" >&6; }
25824 25816
  if test -n "$EXEEXT"; then
25825 25817
   am__EXEEXT_TRUE=
25826 25818
   am__EXEEXT_FALSE='#'
... ...
@@ -26221,16 +25946,16 @@ if (echo >conf$$.file) 2>/dev/null; then
26221 26221
     # ... but there are two gotchas:
26222 26222
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26223 26223
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26224
-    # In both cases, we have to default to `cp -pR'.
26224
+    # In both cases, we have to default to `cp -p'.
26225 26225
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26226
-      as_ln_s='cp -pR'
26226
+      as_ln_s='cp -p'
26227 26227
   elif ln conf$$.file conf$$ 2>/dev/null; then
26228 26228
     as_ln_s=ln
26229 26229
   else
26230
-    as_ln_s='cp -pR'
26230
+    as_ln_s='cp -p'
26231 26231
   fi
26232 26232
 else
26233
-  as_ln_s='cp -pR'
26233
+  as_ln_s='cp -p'
26234 26234
 fi
26235 26235
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26236 26236
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -26290,16 +26015,28 @@ else
26290 26290
   as_mkdir_p=false
26291 26291
 fi
26292 26292
 
26293
-
26294
-# as_fn_executable_p FILE
26295
-# -----------------------
26296
-# Test if FILE is an executable regular file.
26297
-as_fn_executable_p ()
26298
-{
26299
-  test -f "$1" && test -x "$1"
26300
-} # as_fn_executable_p
26301
-as_test_x='test -x'
26302
-as_executable_p=as_fn_executable_p
26293
+if test -x / >/dev/null 2>&1; then
26294
+  as_test_x='test -x'
26295
+else
26296
+  if ls -dL / >/dev/null 2>&1; then
26297
+    as_ls_L_option=L
26298
+  else
26299
+    as_ls_L_option=
26300
+  fi
26301
+  as_test_x='
26302
+    eval sh -c '\''
26303
+      if test -d "$1"; then
26304
+	test -d "$1/.";
26305
+      else
26306
+	case $1 in #(
26307
+	-*)set "./$1";;
26308
+	esac;
26309
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
26310
+	???[sx]*):;;*)false;;esac;fi
26311
+    '\'' sh
26312
+  '
26313
+fi
26314
+as_executable_p=$as_test_x
26303 26315
 
26304 26316
 # Sed expression to map a string onto a valid CPP name.
26305 26317
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -26321,7 +26058,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26321 26321
 # values after options handling.
26322 26322
 ac_log="
26323 26323
 This file was extended by ClamAV $as_me devel, which was
26324
-generated by GNU Autoconf 2.69.  Invocation command line was
26324
+generated by GNU Autoconf 2.68.  Invocation command line was
26325 26325
 
26326 26326
   CONFIG_FILES    = $CONFIG_FILES
26327 26327
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -26388,10 +26125,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26388 26388
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26389 26389
 ac_cs_version="\\
26390 26390
 ClamAV config.status devel
26391
-configured by $0, generated by GNU Autoconf 2.69,
26391
+configured by $0, generated by GNU Autoconf 2.68,
26392 26392
   with options \\"\$ac_cs_config\\"
26393 26393
 
26394
-Copyright (C) 2012 Free Software Foundation, Inc.
26394
+Copyright (C) 2010 Free Software Foundation, Inc.
26395 26395
 This config.status script is free software; the Free Software Foundation
26396 26396
 gives unlimited permission to copy, distribute and modify it."
26397 26397
 
... ...
@@ -26482,7 +26219,7 @@ fi
26482 26482
 _ACEOF
26483 26483
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26484 26484
 if \$ac_cs_recheck; then
26485
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26485
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26486 26486
   shift
26487 26487
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
26488 26488
   CONFIG_SHELL='$SHELL'
... ...
@@ -27427,7 +27164,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27427 27427
 
27428 27428
   case $ac_file$ac_mode in
27429 27429
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
27430
-  # Older Autoconf quotes --file arguments for eval, but not when files
27430
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
27431 27431
   # are listed without --file.  Let's play safe and only enable the eval
27432 27432
   # if we detect the quoting.
27433 27433
   case $CONFIG_FILES in
... ...
@@ -27440,7 +27177,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27440 27440
     # Strip MF so we end up with the name of the file.
27441 27441
     mf=`echo "$mf" | sed -e 's/:.*$//'`
27442 27442
     # Check whether this is an Automake generated Makefile or not.
27443
-    # We used to match only the files named 'Makefile.in', but
27443
+    # We used to match only the files named `Makefile.in', but
27444 27444
     # some people rename them; so instead we look at the file content.
27445 27445
     # Grep'ing the first line is not enough: some people post-process
27446 27446
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -27474,19 +27211,21 @@ $as_echo X"$mf" |
27474 27474
       continue
27475 27475
     fi
27476 27476
     # Extract the definition of DEPDIR, am__include, and am__quote
27477
-    # from the Makefile without running 'make'.
27477
+    # from the Makefile without running `make'.
27478 27478
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
27479 27479
     test -z "$DEPDIR" && continue
27480 27480
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
27481
-    test -z "$am__include" && continue
27481
+    test -z "am__include" && continue
27482 27482
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
27483
+    # When using ansi2knr, U may be empty or an underscore; expand it
27484
+    U=`sed -n 's/^U = //p' < "$mf"`
27483 27485
     # Find all dependency output files, they are included files with
27484 27486
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
27485 27487
     # simplest approach to changing $(DEPDIR) to its actual value in the
27486 27488
     # expansion.
27487 27489
     for file in `sed -n "
27488 27490
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
27489
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
27491
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
27490 27492
       # Make sure the directory exists.
27491 27493
       test -f "$dirpart/$file" && continue
27492 27494
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  along with this program; if not, write to the Free Software
34 34
 #  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, 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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -98,7 +54,7 @@ build_triplet = @build@
98 98
 host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 subdir = database
101
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
101
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
102 102
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 103
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
104 104
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -174,26 +130,14 @@ mkinstalldirs = $(install_sh) -d
174 174
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
175 175
 CONFIG_CLEAN_FILES =
176 176
 CONFIG_CLEAN_VPATH_FILES =
177
-AM_V_P = $(am__v_P_@AM_V@)
178
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
179
-am__v_P_0 = false
180
-am__v_P_1 = :
181 177
 AM_V_GEN = $(am__v_GEN_@AM_V@)
182 178
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183
-am__v_GEN_0 = @echo "  GEN     " $@;
184
-am__v_GEN_1 = 
179
+am__v_GEN_0 = @echo "  GEN   " $@;
185 180
 AM_V_at = $(am__v_at_@AM_V@)
186 181
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
187 182
 am__v_at_0 = @
188
-am__v_at_1 = 
189 183
 SOURCES =
190 184
 DIST_SOURCES =
191
-am__can_run_installinfo = \
192
-  case $$AM_UPDATE_INFO_DIR in \
193
-    n|no|NO) false;; \
194
-    *) (install-info --version) >/dev/null 2>&1;; \
195
-  esac
196
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
197 185
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
198 186
 ACLOCAL = @ACLOCAL@
199 187
 AMTAR = @AMTAR@
... ...
@@ -436,11 +380,11 @@ mostlyclean-libtool:
436 436
 
437 437
 clean-libtool:
438 438
 	-rm -rf .libs _libs
439
-tags TAGS:
440
-
441
-ctags CTAGS:
439
+tags: TAGS
440
+TAGS:
442 441
 
443
-cscope cscopelist:
442
+ctags: CTAGS
443
+CTAGS:
444 444
 
445 445
 
446 446
 distdir: $(DISTFILES)
... ...
@@ -576,17 +520,16 @@ uninstall-am:
576 576
 .MAKE: install-am install-strip
577 577
 
578 578
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
579
-	cscopelist-am ctags-am distclean distclean-generic \
580
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
581
-	install install-am install-data install-data-am \
582
-	install-data-local install-dvi install-dvi-am install-exec \
583
-	install-exec-am install-html install-html-am install-info \
584
-	install-info-am install-man install-pdf install-pdf-am \
585
-	install-ps install-ps-am install-strip installcheck \
586
-	installcheck-am installdirs maintainer-clean \
587
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
588
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
589
-	uninstall-am
579
+	distclean distclean-generic distclean-libtool distdir dvi \
580
+	dvi-am html html-am info info-am install install-am \
581
+	install-data install-data-am install-data-local install-dvi \
582
+	install-dvi-am install-exec install-exec-am install-html \
583
+	install-html-am install-info install-info-am install-man \
584
+	install-pdf install-pdf-am install-ps install-ps-am \
585
+	install-strip installcheck installcheck-am installdirs \
586
+	maintainer-clean maintainer-clean-generic mostlyclean \
587
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
588
+	uninstall uninstall-am
590 589
 
591 590
 
592 591
 install-data-local:
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -32,51 +33,6 @@
32 32
 #  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
33 33
 #  MA 02110-1301, USA.
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))
80 35
 pkgdatadir = $(datadir)/@PACKAGE@
81 36
 pkgincludedir = $(includedir)/@PACKAGE@
82 37
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -98,7 +54,7 @@ host_triplet = @host@
98 98
 target_triplet = @target@
99 99
 @ENABLE_CLAMSUBMIT_TRUE@am__append_1 = man/clamsubmit.1
100 100
 subdir = docs
101
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
101
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
102 102
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
103 103
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
104 104
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -174,25 +130,14 @@ mkinstalldirs = $(install_sh) -d
174 174
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
175 175
 CONFIG_CLEAN_FILES =
176 176
 CONFIG_CLEAN_VPATH_FILES =
177
-AM_V_P = $(am__v_P_@AM_V@)
178
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
179
-am__v_P_0 = false
180
-am__v_P_1 = :
181 177
 AM_V_GEN = $(am__v_GEN_@AM_V@)
182 178
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
183
-am__v_GEN_0 = @echo "  GEN     " $@;
184
-am__v_GEN_1 = 
179
+am__v_GEN_0 = @echo "  GEN   " $@;
185 180
 AM_V_at = $(am__v_at_@AM_V@)
186 181
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
187 182
 am__v_at_0 = @
188
-am__v_at_1 = 
189 183
 SOURCES =
190 184
 DIST_SOURCES =
191
-am__can_run_installinfo = \
192
-  case $$AM_UPDATE_INFO_DIR in \
193
-    n|no|NO) false;; \
194
-    *) (install-info --version) >/dev/null 2>&1;; \
195
-  esac
196 185
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
197 186
 am__vpath_adj = case $$p in \
198 187
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -227,7 +172,6 @@ man5dir = $(mandir)/man5
227 227
 man8dir = $(mandir)/man8
228 228
 NROFF = nroff
229 229
 MANS = $(man_MANS)
230
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
231 230
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
232 231
 ACLOCAL = @ACLOCAL@
233 232
 AMTAR = @AMTAR@
... ...
@@ -475,18 +419,11 @@ clean-libtool:
475 475
 	-rm -rf .libs _libs
476 476
 install-man1: $(man_MANS)
477 477
 	@$(NORMAL_INSTALL)
478
-	@list1=''; \
479
-	list2='$(man_MANS)'; \
480
-	test -n "$(man1dir)" \
481
-	  && test -n "`echo $$list1$$list2`" \
482
-	  || exit 0; \
483
-	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
484
-	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
485
-	{ for i in $$list1; do echo "$$i"; done;  \
486
-	if test -n "$$list2"; then \
487
-	  for i in $$list2; do echo "$$i"; done \
488
-	    | sed -n '/\.1[a-z]*$$/p'; \
489
-	fi; \
478
+	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
479
+	@list=''; test -n "$(man1dir)" || exit 0; \
480
+	{ for i in $$list; do echo "$$i"; done; \
481
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
482
+	  sed -n '/\.1[a-z]*$$/p'; \
490 483
 	} | while read p; do \
491 484
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
492 485
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -518,18 +455,11 @@ uninstall-man1:
518 518
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
519 519
 install-man5: $(man_MANS)
520 520
 	@$(NORMAL_INSTALL)
521
-	@list1=''; \
522
-	list2='$(man_MANS)'; \
523
-	test -n "$(man5dir)" \
524
-	  && test -n "`echo $$list1$$list2`" \
525
-	  || exit 0; \
526
-	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
527
-	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
528
-	{ for i in $$list1; do echo "$$i"; done;  \
529
-	if test -n "$$list2"; then \
530
-	  for i in $$list2; do echo "$$i"; done \
531
-	    | sed -n '/\.5[a-z]*$$/p'; \
532
-	fi; \
521
+	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
522
+	@list=''; test -n "$(man5dir)" || exit 0; \
523
+	{ for i in $$list; do echo "$$i"; done; \
524
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
525
+	  sed -n '/\.5[a-z]*$$/p'; \
533 526
 	} | while read p; do \
534 527
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
535 528
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -561,18 +491,11 @@ uninstall-man5:
561 561
 	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
562 562
 install-man8: $(man_MANS)
563 563
 	@$(NORMAL_INSTALL)
564
-	@list1=''; \
565
-	list2='$(man_MANS)'; \
566
-	test -n "$(man8dir)" \
567
-	  && test -n "`echo $$list1$$list2`" \
568
-	  || exit 0; \
569
-	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
570
-	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
571
-	{ for i in $$list1; do echo "$$i"; done;  \
572
-	if test -n "$$list2"; then \
573
-	  for i in $$list2; do echo "$$i"; done \
574
-	    | sed -n '/\.8[a-z]*$$/p'; \
575
-	fi; \
564
+	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
565
+	@list=''; test -n "$(man8dir)" || exit 0; \
566
+	{ for i in $$list; do echo "$$i"; done; \
567
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
568
+	  sed -n '/\.8[a-z]*$$/p'; \
576 569
 	} | while read p; do \
577 570
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
578 571
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -602,14 +525,27 @@ uninstall-man8:
602 602
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
603 603
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
604 604
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
605
-tags TAGS:
606
-
607
-ctags CTAGS:
605
+tags: TAGS
606
+TAGS:
608 607
 
609
-cscope cscopelist:
608
+ctags: CTAGS
609
+CTAGS:
610 610
 
611 611
 
612 612
 distdir: $(DISTFILES)
613
+	@list='$(MANS)'; if test -n "$$list"; then \
614
+	  list=`for p in $$list; do \
615
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
616
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
617
+	  if test -n "$$list" && \
618
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
619
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
620
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
621
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
622
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
623
+	    exit 1; \
624
+	  else :; fi; \
625
+	else :; fi
613 626
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
614 627
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
615 628
 	list='$(DISTFILES)'; \
... ...
@@ -747,18 +683,17 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
747 747
 .MAKE: install-am install-strip
748 748
 
749 749
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
750
-	cscopelist-am ctags-am distclean distclean-generic \
751
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
752
-	install install-am install-data install-data-am install-dvi \
753
-	install-dvi-am install-exec install-exec-am install-html \
754
-	install-html-am install-info install-info-am install-man \
755
-	install-man1 install-man5 install-man8 install-pdf \
756
-	install-pdf-am install-ps install-ps-am install-strip \
757
-	installcheck installcheck-am installdirs maintainer-clean \
750
+	distclean distclean-generic distclean-libtool distdir dvi \
751
+	dvi-am html html-am info info-am install install-am \
752
+	install-data install-data-am install-dvi install-dvi-am \
753
+	install-exec install-exec-am install-html install-html-am \
754
+	install-info install-info-am install-man install-man1 \
755
+	install-man5 install-man8 install-pdf install-pdf-am \
756
+	install-ps install-ps-am install-strip installcheck \
757
+	installcheck-am installdirs maintainer-clean \
758 758
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
759
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
760
-	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
761
-	uninstall-man8
759
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
760
+	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
762 761
 
763 762
 
764 763
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,7 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@am__append_1 = clamav-milter.conf.sample
101 101
 subdir = etc
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
103 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
104 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
105 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -175,25 +131,14 @@ mkinstalldirs = $(install_sh) -d
175 175
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
176 176
 CONFIG_CLEAN_FILES =
177 177
 CONFIG_CLEAN_VPATH_FILES =
178
-AM_V_P = $(am__v_P_@AM_V@)
179
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
180
-am__v_P_0 = false
181
-am__v_P_1 = :
182 178
 AM_V_GEN = $(am__v_GEN_@AM_V@)
183 179
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
184
-am__v_GEN_0 = @echo "  GEN     " $@;
185
-am__v_GEN_1 = 
180
+am__v_GEN_0 = @echo "  GEN   " $@;
186 181
 AM_V_at = $(am__v_at_@AM_V@)
187 182
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
188 183
 am__v_at_0 = @
189
-am__v_at_1 = 
190 184
 SOURCES =
191 185
 DIST_SOURCES =
192
-am__can_run_installinfo = \
193
-  case $$AM_UPDATE_INFO_DIR in \
194
-    n|no|NO) false;; \
195
-    *) (install-info --version) >/dev/null 2>&1;; \
196
-  esac
197 186
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
198 187
 am__vpath_adj = case $$p in \
199 188
     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
... ...
@@ -223,7 +168,6 @@ am__uninstall_files_from_dir = { \
223 223
   }
224 224
 am__installdirs = "$(DESTDIR)$(sysconfdir)"
225 225
 DATA = $(sysconf_DATA)
226
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
227 226
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
228 227
 ACLOCAL = @ACLOCAL@
229 228
 AMTAR = @AMTAR@
... ...
@@ -469,11 +413,8 @@ clean-libtool:
469 469
 	-rm -rf .libs _libs
470 470
 install-sysconfDATA: $(sysconf_DATA)
471 471
 	@$(NORMAL_INSTALL)
472
+	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
472 473
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
473
-	if test -n "$$list"; then \
474
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
475
-	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
476
-	fi; \
477 474
 	for p in $$list; do \
478 475
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
479 476
 	  echo "$$d$$p"; \
... ...
@@ -488,11 +429,11 @@ uninstall-sysconfDATA:
488 488
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
489 489
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
490 490
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
491
-tags TAGS:
492
-
493
-ctags CTAGS:
491
+tags: TAGS
492
+TAGS:
494 493
 
495
-cscope cscopelist:
494
+ctags: CTAGS
495
+CTAGS:
496 496
 
497 497
 
498 498
 distdir: $(DISTFILES)
... ...
@@ -631,16 +572,16 @@ uninstall-am: uninstall-sysconfDATA
631 631
 .MAKE: install-am install-strip
632 632
 
633 633
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
634
-	cscopelist-am ctags-am distclean distclean-generic \
635
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
636
-	install install-am install-data install-data-am install-dvi \
637
-	install-dvi-am install-exec install-exec-am install-html \
638
-	install-html-am install-info install-info-am install-man \
639
-	install-pdf install-pdf-am install-ps install-ps-am \
640
-	install-strip install-sysconfDATA installcheck installcheck-am \
641
-	installdirs maintainer-clean maintainer-clean-generic \
642
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
643
-	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
634
+	distclean distclean-generic distclean-libtool distdir dvi \
635
+	dvi-am html html-am info info-am install install-am \
636
+	install-data install-data-am install-dvi install-dvi-am \
637
+	install-exec install-exec-am install-html install-html-am \
638
+	install-info install-info-am install-man install-pdf \
639
+	install-pdf-am install-ps install-ps-am install-strip \
640
+	install-sysconfDATA installcheck installcheck-am installdirs \
641
+	maintainer-clean maintainer-clean-generic mostlyclean \
642
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
643
+	uninstall uninstall-am uninstall-sysconfDATA
644 644
 
645 645
 
646 646
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -34,51 +35,6 @@
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))
82 37
 pkgdatadir = $(datadir)/@PACKAGE@
83 38
 pkgincludedir = $(includedir)/@PACKAGE@
84 39
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -100,8 +56,7 @@ host_triplet = @host@
100 100
 target_triplet = @target@
101 101
 bin_PROGRAMS = freshclam$(EXEEXT)
102 102
 subdir = freshclam
103
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
104
-	$(top_srcdir)/config/depcomp
103
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
105 104
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106 105
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
107 106
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -189,19 +144,6 @@ freshclam_LDADD = $(LDADD)
189 189
 AM_V_lt = $(am__v_lt_@AM_V@)
190 190
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
191 191
 am__v_lt_0 = --silent
192
-am__v_lt_1 = 
193
-AM_V_P = $(am__v_P_@AM_V@)
194
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
195
-am__v_P_0 = false
196
-am__v_P_1 = :
197
-AM_V_GEN = $(am__v_GEN_@AM_V@)
198
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
199
-am__v_GEN_0 = @echo "  GEN     " $@;
200
-am__v_GEN_1 = 
201
-AM_V_at = $(am__v_at_@AM_V@)
202
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
203
-am__v_at_0 = @
204
-am__v_at_1 = 
205 192
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
206 193
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
207 194
 am__depfiles_maybe = depfiles
... ...
@@ -214,40 +156,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
214 214
 	$(AM_CFLAGS) $(CFLAGS)
215 215
 AM_V_CC = $(am__v_CC_@AM_V@)
216 216
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
217
-am__v_CC_0 = @echo "  CC      " $@;
218
-am__v_CC_1 = 
217
+am__v_CC_0 = @echo "  CC    " $@;
218
+AM_V_at = $(am__v_at_@AM_V@)
219
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
220
+am__v_at_0 = @
219 221
 CCLD = $(CC)
220 222
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
221 223
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
222 224
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
223 225
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
224 226
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
225
-am__v_CCLD_0 = @echo "  CCLD    " $@;
226
-am__v_CCLD_1 = 
227
+am__v_CCLD_0 = @echo "  CCLD  " $@;
228
+AM_V_GEN = $(am__v_GEN_@AM_V@)
229
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
230
+am__v_GEN_0 = @echo "  GEN   " $@;
227 231
 SOURCES = $(freshclam_SOURCES)
228 232
 DIST_SOURCES = $(freshclam_SOURCES)
229
-am__can_run_installinfo = \
230
-  case $$AM_UPDATE_INFO_DIR in \
231
-    n|no|NO) false;; \
232
-    *) (install-info --version) >/dev/null 2>&1;; \
233
-  esac
234
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
235
-# Read a list of newline-separated strings from the standard input,
236
-# and print each of them once, without duplicates.  Input order is
237
-# *not* preserved.
238
-am__uniquify_input = $(AWK) '\
239
-  BEGIN { nonempty = 0; } \
240
-  { items[$$0] = 1; nonempty = 1; } \
241
-  END { if (nonempty) { for (i in items) print i; }; } \
242
-'
243
-# Make sure the list of sources is unique.  This is necessary because,
244
-# e.g., the same source file might be shared among _SOURCES variables
245
-# for different programs/libraries.
246
-am__define_uniq_tagged_files = \
247
-  list='$(am__tagged_files)'; \
248
-  unique=`for i in $$list; do \
249
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250
-  done | $(am__uniquify_input)`
251 233
 ETAGS = etags
252 234
 CTAGS = ctags
253 235
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -521,19 +445,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
521 521
 $(am__aclocal_m4_deps):
522 522
 install-binPROGRAMS: $(bin_PROGRAMS)
523 523
 	@$(NORMAL_INSTALL)
524
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
524 525
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
525
-	if test -n "$$list"; then \
526
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
527
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
528
-	fi; \
529 526
 	for p in $$list; do echo "$$p $$p"; done | \
530 527
 	sed 's/$(EXEEXT)$$//' | \
531
-	while read p p1; do if test -f $$p \
532
-	 || test -f $$p1 \
533
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
528
+	while read p p1; do if test -f $$p || test -f $$p1; \
529
+	  then echo "$$p"; echo "$$p"; else :; fi; \
534 530
 	done | \
535
-	sed -e 'p;s,.*/,,;n;h' \
536
-	    -e 's|.*|.|' \
531
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
537 532
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
538 533
 	sed 'N;N;N;s,\n, ,g' | \
539 534
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -554,8 +473,7 @@ uninstall-binPROGRAMS:
554 554
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
555 555
 	files=`for p in $$list; do echo "$$p"; done | \
556 556
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
557
-	      -e 's/$$/$(EXEEXT)/' \
558
-	`; \
557
+	      -e 's/$$/$(EXEEXT)/' `; \
559 558
 	test -n "$$list" || exit 0; \
560 559
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
561 560
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -584,7 +502,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
584 584
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
585 585
 	  done; \
586 586
 	done; rm -f c$${pid}_.???; exit $$bad
587
-
588 587
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
589 588
 	@rm -f freshclam$(EXEEXT)
590 589
 	$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
... ...
@@ -615,14 +532,14 @@ distclean-compile:
615 615
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
616 616
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
617 617
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
618
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
618
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
619 619
 
620 620
 .c.obj:
621 621
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
622 622
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
623 623
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
624 624
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
625
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
625
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
626 626
 
627 627
 .c.lo:
628 628
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -735,15 +652,26 @@ mostlyclean-libtool:
735 735
 clean-libtool:
736 736
 	-rm -rf .libs _libs
737 737
 
738
-ID: $(am__tagged_files)
739
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
740
-tags: tags-am
741
-TAGS: tags
742
-
743
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
738
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
739
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
740
+	unique=`for i in $$list; do \
741
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
742
+	  done | \
743
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
744
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
745
+	mkid -fID $$unique
746
+tags: TAGS
747
+
748
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
749
+		$(TAGS_FILES) $(LISP)
744 750
 	set x; \
745 751
 	here=`pwd`; \
746
-	$(am__define_uniq_tagged_files); \
752
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
753
+	unique=`for i in $$list; do \
754
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
755
+	  done | \
756
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
757
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
747 758
 	shift; \
748 759
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
749 760
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -755,11 +683,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
755 755
 	      $$unique; \
756 756
 	  fi; \
757 757
 	fi
758
-ctags: ctags-am
759
-
760
-CTAGS: ctags
761
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
762
-	$(am__define_uniq_tagged_files); \
758
+ctags: CTAGS
759
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
760
+		$(TAGS_FILES) $(LISP)
761
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
762
+	unique=`for i in $$list; do \
763
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
764
+	  done | \
765
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
766
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
763 767
 	test -z "$(CTAGS_ARGS)$$unique" \
764 768
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
765 769
 	     $$unique
... ...
@@ -768,21 +700,6 @@ GTAGS:
768 768
 	here=`$(am__cd) $(top_builddir) && pwd` \
769 769
 	  && $(am__cd) $(top_srcdir) \
770 770
 	  && gtags -i $(GTAGS_ARGS) "$$here"
771
-cscopelist: cscopelist-am
772
-
773
-cscopelist-am: $(am__tagged_files)
774
-	list='$(am__tagged_files)'; \
775
-	case "$(srcdir)" in \
776
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
777
-	  *) sdir=$(subdir)/$(srcdir) ;; \
778
-	esac; \
779
-	for i in $$list; do \
780
-	  if test -f "$$i"; then \
781
-	    echo "$(subdir)/$$i"; \
782
-	  else \
783
-	    echo "$$sdir/$$i"; \
784
-	  fi; \
785
-	done >> $(top_builddir)/cscope.files
786 771
 
787 772
 distclean-tags:
788 773
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -927,20 +844,19 @@ uninstall-am: uninstall-binPROGRAMS
927 927
 
928 928
 .MAKE: install-am install-strip
929 929
 
930
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
931
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
932
-	ctags ctags-am distclean distclean-compile distclean-generic \
933
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
934
-	html-am info info-am install install-am install-binPROGRAMS \
935
-	install-data install-data-am install-dvi install-dvi-am \
936
-	install-exec install-exec-am install-html install-html-am \
937
-	install-info install-info-am install-man install-pdf \
938
-	install-pdf-am install-ps install-ps-am install-strip \
939
-	installcheck installcheck-am installcheck-binPROGRAMS \
940
-	installdirs maintainer-clean maintainer-clean-generic \
941
-	mostlyclean mostlyclean-compile mostlyclean-generic \
942
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
943
-	uninstall-am uninstall-binPROGRAMS
930
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
931
+	clean-generic clean-libtool ctags distclean distclean-compile \
932
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
933
+	dvi-am html html-am info info-am install install-am \
934
+	install-binPROGRAMS install-data install-data-am install-dvi \
935
+	install-dvi-am install-exec install-exec-am install-html \
936
+	install-html-am install-info install-info-am install-man \
937
+	install-pdf install-pdf-am install-ps install-ps-am \
938
+	install-strip installcheck installcheck-am \
939
+	installcheck-binPROGRAMS installdirs maintainer-clean \
940
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
941
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
942
+	tags uninstall uninstall-am uninstall-binPROGRAMS
944 943
 
945 944
 
946 945
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -35,51 +36,6 @@
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))
83 38
 pkgdatadir = $(datadir)/@PACKAGE@
84 39
 pkgincludedir = $(includedir)/@PACKAGE@
85 40
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -124,10 +80,9 @@ target_triplet = @target@
124 124
 @ENABLE_YARA_TRUE@	yara_clam.h
125 125
 
126 126
 subdir = libclamav
127
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
128
-	yara_grammar.h yara_grammar.c yara_lexer.c \
129
-	$(top_srcdir)/config/depcomp $(top_srcdir)/config/ylwrap \
130
-	$(include_HEADERS)
127
+DIST_COMMON = $(include_HEADERS) $(srcdir)/Makefile.am \
128
+	$(srcdir)/Makefile.in yara_grammar.c yara_grammar.h \
129
+	yara_lexer.c
131 130
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
132 131
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
133 132
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -487,7 +442,6 @@ libclamav_la_OBJECTS = $(am_libclamav_la_OBJECTS)
487 487
 AM_V_lt = $(am__v_lt_@AM_V@)
488 488
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
489 489
 am__v_lt_0 = --silent
490
-am__v_lt_1 = 
491 490
 libclamav_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
492 491
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(libclamav_la_CFLAGS) \
493 492
 	$(CFLAGS) $(libclamav_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -570,18 +524,6 @@ libclamunrar_iface_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC \
570 570
 	$(AM_CFLAGS) $(CFLAGS) $(libclamunrar_iface_la_LDFLAGS) \
571 571
 	$(LDFLAGS) -o $@
572 572
 @ENABLE_UNRAR_TRUE@am_libclamunrar_iface_la_rpath = -rpath $(libdir)
573
-AM_V_P = $(am__v_P_@AM_V@)
574
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
575
-am__v_P_0 = false
576
-am__v_P_1 = :
577
-AM_V_GEN = $(am__v_GEN_@AM_V@)
578
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
579
-am__v_GEN_0 = @echo "  GEN     " $@;
580
-am__v_GEN_1 = 
581
-AM_V_at = $(am__v_at_@AM_V@)
582
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
583
-am__v_at_0 = @
584
-am__v_at_1 = 
585 573
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
586 574
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
587 575
 am__depfiles_maybe = depfiles
... ...
@@ -594,35 +536,35 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
594 594
 	$(AM_CFLAGS) $(CFLAGS)
595 595
 AM_V_CC = $(am__v_CC_@AM_V@)
596 596
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
597
-am__v_CC_0 = @echo "  CC      " $@;
598
-am__v_CC_1 = 
597
+am__v_CC_0 = @echo "  CC    " $@;
598
+AM_V_at = $(am__v_at_@AM_V@)
599
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
600
+am__v_at_0 = @
599 601
 CCLD = $(CC)
600 602
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
601 603
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
602 604
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
603 605
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
604 606
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
605
-am__v_CCLD_0 = @echo "  CCLD    " $@;
606
-am__v_CCLD_1 = 
607
+am__v_CCLD_0 = @echo "  CCLD  " $@;
607 608
 @MAINTAINER_MODE_FALSE@am__skiplex = test -f $@ ||
608 609
 LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS)
609 610
 LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
610 611
 	$(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
611 612
 AM_V_LEX = $(am__v_LEX_@AM_V@)
612 613
 am__v_LEX_ = $(am__v_LEX_@AM_DEFAULT_V@)
613
-am__v_LEX_0 = @echo "  LEX     " $@;
614
-am__v_LEX_1 = 
614
+am__v_LEX_0 = @echo "  LEX   " $@;
615 615
 YLWRAP = $(top_srcdir)/config/ylwrap
616 616
 @MAINTAINER_MODE_FALSE@am__skipyacc = test -f $@ ||
617
-am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \
618
-		   -e s/c++$$/h++/ -e s/c$$/h/
619 617
 YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS)
620 618
 LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \
621 619
 	$(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
622 620
 AM_V_YACC = $(am__v_YACC_@AM_V@)
623 621
 am__v_YACC_ = $(am__v_YACC_@AM_DEFAULT_V@)
624
-am__v_YACC_0 = @echo "  YACC    " $@;
625
-am__v_YACC_1 = 
622
+am__v_YACC_0 = @echo "  YACC  " $@;
623
+AM_V_GEN = $(am__v_GEN_@AM_V@)
624
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
625
+am__v_GEN_0 = @echo "  GEN   " $@;
626 626
 SOURCES = $(libclamav_la_SOURCES) \
627 627
 	$(libclamav_internal_utils_la_SOURCES) \
628 628
 	$(libclamav_internal_utils_nothreads_la_SOURCES) \
... ...
@@ -634,45 +576,19 @@ DIST_SOURCES = $(am__libclamav_la_SOURCES_DIST) \
634 634
 	$(libclamav_nocxx_la_SOURCES) \
635 635
 	$(am__libclamunrar_la_SOURCES_DIST) \
636 636
 	$(am__libclamunrar_iface_la_SOURCES_DIST)
637
-RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \
638
-	ctags-recursive dvi-recursive html-recursive info-recursive \
639
-	install-data-recursive install-dvi-recursive \
640
-	install-exec-recursive install-html-recursive \
641
-	install-info-recursive install-pdf-recursive \
642
-	install-ps-recursive install-recursive installcheck-recursive \
643
-	installdirs-recursive pdf-recursive ps-recursive \
644
-	tags-recursive uninstall-recursive
645
-am__can_run_installinfo = \
646
-  case $$AM_UPDATE_INFO_DIR in \
647
-    n|no|NO) false;; \
648
-    *) (install-info --version) >/dev/null 2>&1;; \
649
-  esac
637
+RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
638
+	html-recursive info-recursive install-data-recursive \
639
+	install-dvi-recursive install-exec-recursive \
640
+	install-html-recursive install-info-recursive \
641
+	install-pdf-recursive install-ps-recursive install-recursive \
642
+	installcheck-recursive installdirs-recursive pdf-recursive \
643
+	ps-recursive uninstall-recursive
650 644
 HEADERS = $(include_HEADERS)
651 645
 RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive	\
652 646
   distclean-recursive maintainer-clean-recursive
653
-am__recursive_targets = \
654
-  $(RECURSIVE_TARGETS) \
655
-  $(RECURSIVE_CLEAN_TARGETS) \
656
-  $(am__extra_recursive_targets)
657
-AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \
647
+AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
648
+	$(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
658 649
 	distdir
659
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
660
-# Read a list of newline-separated strings from the standard input,
661
-# and print each of them once, without duplicates.  Input order is
662
-# *not* preserved.
663
-am__uniquify_input = $(AWK) '\
664
-  BEGIN { nonempty = 0; } \
665
-  { items[$$0] = 1; nonempty = 1; } \
666
-  END { if (nonempty) { for (i in items) print i; }; } \
667
-'
668
-# Make sure the list of sources is unique.  This is necessary because,
669
-# e.g., the same source file might be shared among _SOURCES variables
670
-# for different programs/libraries.
671
-am__define_uniq_tagged_files = \
672
-  list='$(am__tagged_files)'; \
673
-  unique=`for i in $$list; do \
674
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
675
-  done | $(am__uniquify_input)`
676 650
 ETAGS = etags
677 651
 CTAGS = ctags
678 652
 DIST_SUBDIRS = c++
... ...
@@ -1172,9 +1088,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1172 1172
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1173 1173
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1174 1174
 $(am__aclocal_m4_deps):
1175
-
1176 1175
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1177 1176
 	@$(NORMAL_INSTALL)
1177
+	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1178 1178
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1179 1179
 	list2=; for p in $$list; do \
1180 1180
 	  if test -f $$p; then \
... ...
@@ -1182,8 +1098,6 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1182 1182
 	  else :; fi; \
1183 1183
 	done; \
1184 1184
 	test -z "$$list2" || { \
1185
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1186
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1187 1185
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1188 1186
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1189 1187
 	}
... ...
@@ -1199,44 +1113,34 @@ uninstall-libLTLIBRARIES:
1199 1199
 
1200 1200
 clean-libLTLIBRARIES:
1201 1201
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1202
-	@list='$(lib_LTLIBRARIES)'; \
1203
-	locs=`for p in $$list; do echo $$p; done | \
1204
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1205
-	      sort -u`; \
1206
-	test -z "$$locs" || { \
1207
-	  echo rm -f $${locs}; \
1208
-	  rm -f $${locs}; \
1209
-	}
1202
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1203
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1204
+	  test "$$dir" != "$$p" || dir=.; \
1205
+	  echo "rm -f \"$${dir}/so_locations\""; \
1206
+	  rm -f "$${dir}/so_locations"; \
1207
+	done
1210 1208
 
1211 1209
 clean-noinstLTLIBRARIES:
1212 1210
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1213
-	@list='$(noinst_LTLIBRARIES)'; \
1214
-	locs=`for p in $$list; do echo $$p; done | \
1215
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1216
-	      sort -u`; \
1217
-	test -z "$$locs" || { \
1218
-	  echo rm -f $${locs}; \
1219
-	  rm -f $${locs}; \
1220
-	}
1211
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1212
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1213
+	  test "$$dir" != "$$p" || dir=.; \
1214
+	  echo "rm -f \"$${dir}/so_locations\""; \
1215
+	  rm -f "$${dir}/so_locations"; \
1216
+	done
1221 1217
 yara_grammar.h: yara_grammar.c
1222 1218
 	@if test ! -f $@; then rm -f yara_grammar.c; else :; fi
1223 1219
 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi
1224
-
1225 1220
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
1226 1221
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
1227
-
1228 1222
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
1229 1223
 	$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK)  $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS)
1230
-
1231 1224
 libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) 
1232 1225
 	$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK)  $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS)
1233
-
1234 1226
 libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) 
1235 1227
 	$(AM_V_CCLD)$(libclamav_nocxx_la_LINK)  $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS)
1236
-
1237 1228
 libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) 
1238 1229
 	$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS)
1239
-
1240 1230
 libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) 
1241 1231
 	$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
1242 1232
 
... ...
@@ -1517,14 +1421,14 @@ distclean-compile:
1517 1517
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1518 1518
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1519 1519
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1520
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1520
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1521 1521
 
1522 1522
 .c.obj:
1523 1523
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1524 1524
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1525 1525
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1526 1526
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1527
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1527
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1528 1528
 
1529 1529
 .c.lo:
1530 1530
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -3392,7 +3296,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c
3392 3392
 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
3393 3393
 
3394 3394
 .y.c:
3395
-	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
3395
+	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
3396 3396
 
3397 3397
 mostlyclean-libtool:
3398 3398
 	-rm -f *.lo
... ...
@@ -3401,11 +3305,8 @@ clean-libtool:
3401 3401
 	-rm -rf .libs _libs
3402 3402
 install-includeHEADERS: $(include_HEADERS)
3403 3403
 	@$(NORMAL_INSTALL)
3404
+	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
3404 3405
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3405
-	if test -n "$$list"; then \
3406
-	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
3407
-	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
3408
-	fi; \
3409 3406
 	for p in $$list; do \
3410 3407
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3411 3408
 	  echo "$$d$$p"; \
... ...
@@ -3422,25 +3323,22 @@ uninstall-includeHEADERS:
3422 3422
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
3423 3423
 
3424 3424
 # This directory's subdirectories are mostly independent; you can cd
3425
-# into them and run 'make' without going through this Makefile.
3426
-# To change the values of 'make' variables: instead of editing Makefiles,
3427
-# (1) if the variable is set in 'config.status', edit 'config.status'
3428
-#     (which will cause the Makefiles to be regenerated when you run 'make');
3429
-# (2) otherwise, pass the desired values on the 'make' command line.
3430
-$(am__recursive_targets):
3431
-	@fail=; \
3432
-	if $(am__make_keepgoing); then \
3433
-	  failcom='fail=yes'; \
3434
-	else \
3435
-	  failcom='exit 1'; \
3436
-	fi; \
3425
+# into them and run `make' without going through this Makefile.
3426
+# To change the values of `make' variables: instead of editing Makefiles,
3427
+# (1) if the variable is set in `config.status', edit `config.status'
3428
+#     (which will cause the Makefiles to be regenerated when you run `make');
3429
+# (2) otherwise, pass the desired values on the `make' command line.
3430
+$(RECURSIVE_TARGETS):
3431
+	@fail= failcom='exit 1'; \
3432
+	for f in x $$MAKEFLAGS; do \
3433
+	  case $$f in \
3434
+	    *=* | --[!k]*);; \
3435
+	    *k*) failcom='fail=yes';; \
3436
+	  esac; \
3437
+	done; \
3437 3438
 	dot_seen=no; \
3438 3439
 	target=`echo $@ | sed s/-recursive//`; \
3439
-	case "$@" in \
3440
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3441
-	  *) list='$(SUBDIRS)' ;; \
3442
-	esac; \
3443
-	for subdir in $$list; do \
3440
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3444 3441
 	  echo "Making $$target in $$subdir"; \
3445 3442
 	  if test "$$subdir" = "."; then \
3446 3443
 	    dot_seen=yes; \
... ...
@@ -3455,12 +3353,57 @@ $(am__recursive_targets):
3455 3455
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3456 3456
 	fi; test -z "$$fail"
3457 3457
 
3458
-ID: $(am__tagged_files)
3459
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
3460
-tags: tags-recursive
3461
-TAGS: tags
3458
+$(RECURSIVE_CLEAN_TARGETS):
3459
+	@fail= failcom='exit 1'; \
3460
+	for f in x $$MAKEFLAGS; do \
3461
+	  case $$f in \
3462
+	    *=* | --[!k]*);; \
3463
+	    *k*) failcom='fail=yes';; \
3464
+	  esac; \
3465
+	done; \
3466
+	dot_seen=no; \
3467
+	case "$@" in \
3468
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3469
+	  *) list='$(SUBDIRS)' ;; \
3470
+	esac; \
3471
+	rev=''; for subdir in $$list; do \
3472
+	  if test "$$subdir" = "."; then :; else \
3473
+	    rev="$$subdir $$rev"; \
3474
+	  fi; \
3475
+	done; \
3476
+	rev="$$rev ."; \
3477
+	target=`echo $@ | sed s/-recursive//`; \
3478
+	for subdir in $$rev; do \
3479
+	  echo "Making $$target in $$subdir"; \
3480
+	  if test "$$subdir" = "."; then \
3481
+	    local_target="$$target-am"; \
3482
+	  else \
3483
+	    local_target="$$target"; \
3484
+	  fi; \
3485
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3486
+	  || eval $$failcom; \
3487
+	done && test -z "$$fail"
3488
+tags-recursive:
3489
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3490
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3491
+	done
3492
+ctags-recursive:
3493
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3494
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3495
+	done
3462 3496
 
3463
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3497
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3498
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3499
+	unique=`for i in $$list; do \
3500
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3501
+	  done | \
3502
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3503
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3504
+	mkid -fID $$unique
3505
+tags: TAGS
3506
+
3507
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3508
+		$(TAGS_FILES) $(LISP)
3464 3509
 	set x; \
3465 3510
 	here=`pwd`; \
3466 3511
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3476,7 +3419,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3476 3476
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3477 3477
 	  fi; \
3478 3478
 	done; \
3479
-	$(am__define_uniq_tagged_files); \
3479
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3480
+	unique=`for i in $$list; do \
3481
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3482
+	  done | \
3483
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3484
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3480 3485
 	shift; \
3481 3486
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3482 3487
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3488,11 +3436,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3488 3488
 	      $$unique; \
3489 3489
 	  fi; \
3490 3490
 	fi
3491
-ctags: ctags-recursive
3492
-
3493
-CTAGS: ctags
3494
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3495
-	$(am__define_uniq_tagged_files); \
3491
+ctags: CTAGS
3492
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3493
+		$(TAGS_FILES) $(LISP)
3494
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3495
+	unique=`for i in $$list; do \
3496
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3497
+	  done | \
3498
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3499
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3496 3500
 	test -z "$(CTAGS_ARGS)$$unique" \
3497 3501
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3498 3502
 	     $$unique
... ...
@@ -3501,21 +3453,6 @@ GTAGS:
3501 3501
 	here=`$(am__cd) $(top_builddir) && pwd` \
3502 3502
 	  && $(am__cd) $(top_srcdir) \
3503 3503
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3504
-cscopelist: cscopelist-recursive
3505
-
3506
-cscopelist-am: $(am__tagged_files)
3507
-	list='$(am__tagged_files)'; \
3508
-	case "$(srcdir)" in \
3509
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3510
-	  *) sdir=$(subdir)/$(srcdir) ;; \
3511
-	esac; \
3512
-	for i in $$list; do \
3513
-	  if test -f "$$i"; then \
3514
-	    echo "$(subdir)/$$i"; \
3515
-	  else \
3516
-	    echo "$$sdir/$$i"; \
3517
-	  fi; \
3518
-	done >> $(top_builddir)/cscope.files
3519 3504
 
3520 3505
 distclean-tags:
3521 3506
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3552,10 +3489,13 @@ distdir: $(DISTFILES)
3552 3552
 	done
3553 3553
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3554 3554
 	  if test "$$subdir" = .; then :; else \
3555
-	    $(am__make_dryrun) \
3556
-	      || test -d "$(distdir)/$$subdir" \
3557
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3558
-	      || exit 1; \
3555
+	    test -d "$(distdir)/$$subdir" \
3556
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
3557
+	    || exit 1; \
3558
+	  fi; \
3559
+	done
3560
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3561
+	  if test "$$subdir" = .; then :; else \
3559 3562
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3560 3563
 	    $(am__relativize); \
3561 3564
 	    new_distdir=$$reldir; \
... ...
@@ -3691,25 +3631,26 @@ ps-am:
3691 3691
 
3692 3692
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3693 3693
 
3694
-.MAKE: $(am__recursive_targets) all check install install-am \
3695
-	install-strip
3696
-
3697
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3698
-	check-am clean clean-generic clean-libLTLIBRARIES \
3699
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3700
-	ctags-am distclean distclean-compile distclean-generic \
3701
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
3702
-	html-am info info-am install install-am install-data \
3703
-	install-data-am install-dvi install-dvi-am install-exec \
3704
-	install-exec-am install-html install-html-am \
3694
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3695
+	ctags-recursive install install-am install-strip \
3696
+	tags-recursive
3697
+
3698
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3699
+	all all-am check check-am clean clean-generic \
3700
+	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3701
+	ctags ctags-recursive distclean distclean-compile \
3702
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
3703
+	dvi-am html html-am info info-am install install-am \
3704
+	install-data install-data-am install-dvi install-dvi-am \
3705
+	install-exec install-exec-am install-html install-html-am \
3705 3706
 	install-includeHEADERS install-info install-info-am \
3706 3707
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3707 3708
 	install-ps install-ps-am install-strip installcheck \
3708 3709
 	installcheck-am installdirs installdirs-am maintainer-clean \
3709 3710
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3710 3711
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3711
-	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3712
-	uninstall-libLTLIBRARIES
3712
+	tags tags-recursive uninstall uninstall-am \
3713
+	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3713 3714
 
3714 3715
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3715 3716
 @ENABLE_LLVM_FALSE@	$(AM_V_at) cp $< $@
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -31,51 +32,6 @@
31 31
 
32 32
 
33 33
 VPATH = @srcdir@
34
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
35
-am__make_running_with_option = \
36
-  case $${target_option-} in \
37
-      ?) ;; \
38
-      *) echo "am__make_running_with_option: internal error: invalid" \
39
-              "target option '$${target_option-}' specified" >&2; \
40
-         exit 1;; \
41
-  esac; \
42
-  has_opt=no; \
43
-  sane_makeflags=$$MAKEFLAGS; \
44
-  if $(am__is_gnu_make); then \
45
-    sane_makeflags=$$MFLAGS; \
46
-  else \
47
-    case $$MAKEFLAGS in \
48
-      *\\[\ \	]*) \
49
-        bs=\\; \
50
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
51
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
52
-    esac; \
53
-  fi; \
54
-  skip_next=no; \
55
-  strip_trailopt () \
56
-  { \
57
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
58
-  }; \
59
-  for flg in $$sane_makeflags; do \
60
-    test $$skip_next = yes && { skip_next=no; continue; }; \
61
-    case $$flg in \
62
-      *=*|--*) continue;; \
63
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
64
-      -*I?*) strip_trailopt 'I';; \
65
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
66
-      -*O?*) strip_trailopt 'O';; \
67
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
68
-      -*l?*) strip_trailopt 'l';; \
69
-      -[dEDm]) skip_next=yes;; \
70
-      -[JT]) skip_next=yes;; \
71
-    esac; \
72
-    case $$flg in \
73
-      *$$target_option*) has_opt=yes; break;; \
74
-    esac; \
75
-  done; \
76
-  test $$has_opt = yes
77
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
78
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
79 34
 pkgdatadir = $(datadir)/@PACKAGE@
80 35
 pkgincludedir = $(includedir)/@PACKAGE@
81 36
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -107,16 +63,11 @@ target_triplet = @target@
107 107
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@am__append_9 = $(TBLGENFILES)
108 108
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@noinst_PROGRAMS = tblgen$(EXEEXT)
109 109
 subdir = .
110
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
111
-	$(top_srcdir)/configure $(am__configure_deps) \
112
-	$(srcdir)/clamavcxx-config.h.in $(top_srcdir)/config/depcomp \
113
-	config/compile config/config.guess config/config.sub \
114
-	config/depcomp config/install-sh config/missing \
115
-	config/ltmain.sh $(top_srcdir)/config/compile \
116
-	$(top_srcdir)/config/config.guess \
117
-	$(top_srcdir)/config/config.sub \
118
-	$(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \
119
-	$(top_srcdir)/config/missing
110
+DIST_COMMON = $(am__configure_deps) $(srcdir)/Makefile.am \
111
+	$(srcdir)/Makefile.in $(srcdir)/clamavcxx-config.h.in \
112
+	$(top_srcdir)/configure config/compile config/config.guess \
113
+	config/config.sub config/depcomp config/install-sh \
114
+	config/ltmain.sh config/missing
120 115
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
121 116
 am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \
122 117
 	$(top_srcdir)/m4/cxx_flag_check.m4 $(top_srcdir)/m4/libtool.m4 \
... ...
@@ -145,7 +96,6 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
145 145
 AM_V_lt = $(am__v_lt_@AM_V@)
146 146
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
147 147
 am__v_lt_0 = --silent
148
-am__v_lt_1 = 
149 148
 libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
150 149
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
151 150
 	$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \
... ...
@@ -811,18 +761,6 @@ tblgen_LDADD = $(LDADD)
811 811
 tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
812 812
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
813 813
 	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
814
-AM_V_P = $(am__v_P_@AM_V@)
815
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
816
-am__v_P_0 = false
817
-am__v_P_1 = :
818
-AM_V_GEN = $(am__v_GEN_@AM_V@)
819
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
820
-am__v_GEN_0 = @echo "  GEN     " $@;
821
-am__v_GEN_1 = 
822
-AM_V_at = $(am__v_at_@AM_V@)
823
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
824
-am__v_at_0 = @
825
-am__v_at_1 = 
826 814
 DEFAULT_INCLUDES = -I.@am__isrc@
827 815
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
828 816
 am__depfiles_maybe = depfiles
... ...
@@ -835,16 +773,17 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
835 835
 	$(AM_CFLAGS) $(CFLAGS)
836 836
 AM_V_CC = $(am__v_CC_@AM_V@)
837 837
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
838
-am__v_CC_0 = @echo "  CC      " $@;
839
-am__v_CC_1 = 
838
+am__v_CC_0 = @echo "  CC    " $@;
839
+AM_V_at = $(am__v_at_@AM_V@)
840
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
841
+am__v_at_0 = @
840 842
 CCLD = $(CC)
841 843
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
842 844
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
843 845
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
844 846
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
845 847
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
846
-am__v_CCLD_0 = @echo "  CCLD    " $@;
847
-am__v_CCLD_1 = 
848
+am__v_CCLD_0 = @echo "  CCLD  " $@;
848 849
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
849 850
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
850 851
 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
... ...
@@ -853,16 +792,17 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
853 853
 	$(AM_CXXFLAGS) $(CXXFLAGS)
854 854
 AM_V_CXX = $(am__v_CXX_@AM_V@)
855 855
 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
856
-am__v_CXX_0 = @echo "  CXX     " $@;
857
-am__v_CXX_1 = 
856
+am__v_CXX_0 = @echo "  CXX   " $@;
858 857
 CXXLD = $(CXX)
859 858
 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
860 859
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
861 860
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
862 861
 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
863 862
 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
864
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
865
-am__v_CXXLD_1 = 
863
+am__v_CXXLD_0 = @echo "  CXXLD " $@;
864
+AM_V_GEN = $(am__v_GEN_@AM_V@)
865
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
866
+am__v_GEN_0 = @echo "  GEN   " $@;
866 867
 SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
867 868
 	$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \
868 869
 	$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \
... ...
@@ -874,33 +814,8 @@ DIST_SOURCES = $(am__libclamavcxx_la_SOURCES_DIST) \
874 874
 	$(am__libllvmsystem_la_SOURCES_DIST) \
875 875
 	$(am__libllvmx86codegen_la_SOURCES_DIST) \
876 876
 	$(am__tblgen_SOURCES_DIST)
877
-am__can_run_installinfo = \
878
-  case $$AM_UPDATE_INFO_DIR in \
879
-    n|no|NO) false;; \
880
-    *) (install-info --version) >/dev/null 2>&1;; \
881
-  esac
882
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
883
-	$(LISP)clamavcxx-config.h.in
884
-# Read a list of newline-separated strings from the standard input,
885
-# and print each of them once, without duplicates.  Input order is
886
-# *not* preserved.
887
-am__uniquify_input = $(AWK) '\
888
-  BEGIN { nonempty = 0; } \
889
-  { items[$$0] = 1; nonempty = 1; } \
890
-  END { if (nonempty) { for (i in items) print i; }; } \
891
-'
892
-# Make sure the list of sources is unique.  This is necessary because,
893
-# e.g., the same source file might be shared among _SOURCES variables
894
-# for different programs/libraries.
895
-am__define_uniq_tagged_files = \
896
-  list='$(am__tagged_files)'; \
897
-  unique=`for i in $$list; do \
898
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
899
-  done | $(am__uniquify_input)`
900 877
 ETAGS = etags
901 878
 CTAGS = ctags
902
-CSCOPE = cscope
903
-AM_RECURSIVE_TARGETS = cscope
904 879
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
905 880
 distdir = $(PACKAGE)-$(VERSION)
906 881
 top_distdir = $(distdir)
... ...
@@ -910,10 +825,8 @@ am__remove_distdir = \
910 910
       && rm -rf "$(distdir)" \
911 911
       || { sleep 5 && rm -rf "$(distdir)"; }; \
912 912
   else :; fi
913
-am__post_remove_distdir = $(am__remove_distdir)
914 913
 DIST_ARCHIVES = $(distdir).tar.gz
915 914
 GZIP_ENV = --best
916
-DIST_TARGETS = dist-gzip
917 915
 distuninstallcheck_listfiles = find . -type f -print
918 916
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
919 917
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
... ...
@@ -1567,8 +1480,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1567 1567
 $(am__aclocal_m4_deps):
1568 1568
 
1569 1569
 clamavcxx-config.h: stamp-h1
1570
-	@test -f $@ || rm -f stamp-h1
1571
-	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1570
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1571
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1572 1572
 
1573 1573
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
1574 1574
 	@rm -f stamp-h1
... ...
@@ -1583,30 +1496,22 @@ distclean-hdr:
1583 1583
 
1584 1584
 clean-noinstLTLIBRARIES:
1585 1585
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1586
-	@list='$(noinst_LTLIBRARIES)'; \
1587
-	locs=`for p in $$list; do echo $$p; done | \
1588
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1589
-	      sort -u`; \
1590
-	test -z "$$locs" || { \
1591
-	  echo rm -f $${locs}; \
1592
-	  rm -f $${locs}; \
1593
-	}
1594
-
1586
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1587
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1588
+	  test "$$dir" != "$$p" || dir=.; \
1589
+	  echo "rm -f \"$${dir}/so_locations\""; \
1590
+	  rm -f "$${dir}/so_locations"; \
1591
+	done
1595 1592
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1596 1593
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1597
-
1598 1594
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
1599 1595
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
1600
-
1601 1596
 libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) 
1602 1597
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS)
1603
-
1604 1598
 libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) 
1605 1599
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS)
1606
-
1607 1600
 libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) 
1608 1601
 	$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
1609
-
1610 1602
 libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) 
1611 1603
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS)
1612 1604
 
... ...
@@ -1618,7 +1523,6 @@ clean-noinstPROGRAMS:
1618 1618
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1619 1619
 	echo " rm -f" $$list; \
1620 1620
 	rm -f $$list
1621
-
1622 1621
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) 
1623 1622
 	@rm -f tblgen$(EXEEXT)
1624 1623
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
... ...
@@ -2029,14 +1933,14 @@ distclean-compile:
2029 2029
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2030 2030
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2031 2031
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2032
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2032
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
2033 2033
 
2034 2034
 .c.obj:
2035 2035
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2036 2036
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2037 2037
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2038 2038
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2039
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2039
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
2040 2040
 
2041 2041
 .c.lo:
2042 2042
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -5484,15 +5388,26 @@ clean-libtool:
5484 5484
 distclean-libtool:
5485 5485
 	-rm -f libtool config.lt
5486 5486
 
5487
-ID: $(am__tagged_files)
5488
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
5489
-tags: tags-am
5490
-TAGS: tags
5491
-
5492
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5487
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5488
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5489
+	unique=`for i in $$list; do \
5490
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5491
+	  done | \
5492
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5493
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5494
+	mkid -fID $$unique
5495
+tags: TAGS
5496
+
5497
+TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5498
+		$(TAGS_FILES) $(LISP)
5493 5499
 	set x; \
5494 5500
 	here=`pwd`; \
5495
-	$(am__define_uniq_tagged_files); \
5501
+	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5502
+	unique=`for i in $$list; do \
5503
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5504
+	  done | \
5505
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5506
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5496 5507
 	shift; \
5497 5508
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5498 5509
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5504,11 +5419,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5504 5504
 	      $$unique; \
5505 5505
 	  fi; \
5506 5506
 	fi
5507
-ctags: ctags-am
5508
-
5509
-CTAGS: ctags
5510
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5511
-	$(am__define_uniq_tagged_files); \
5507
+ctags: CTAGS
5508
+CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5509
+		$(TAGS_FILES) $(LISP)
5510
+	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5511
+	unique=`for i in $$list; do \
5512
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5513
+	  done | \
5514
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5515
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5512 5516
 	test -z "$(CTAGS_ARGS)$$unique" \
5513 5517
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5514 5518
 	     $$unique
... ...
@@ -5517,31 +5436,9 @@ GTAGS:
5517 5517
 	here=`$(am__cd) $(top_builddir) && pwd` \
5518 5518
 	  && $(am__cd) $(top_srcdir) \
5519 5519
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5520
-cscope: cscope.files
5521
-	test ! -s cscope.files \
5522
-	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5523
-clean-cscope:
5524
-	-rm -f cscope.files
5525
-cscope.files: clean-cscope cscopelist
5526
-cscopelist: cscopelist-am
5527
-
5528
-cscopelist-am: $(am__tagged_files)
5529
-	list='$(am__tagged_files)'; \
5530
-	case "$(srcdir)" in \
5531
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5532
-	  *) sdir=$(subdir)/$(srcdir) ;; \
5533
-	esac; \
5534
-	for i in $$list; do \
5535
-	  if test -f "$$i"; then \
5536
-	    echo "$(subdir)/$$i"; \
5537
-	  else \
5538
-	    echo "$$sdir/$$i"; \
5539
-	  fi; \
5540
-	done >> $(top_builddir)/cscope.files
5541 5520
 
5542 5521
 distclean-tags:
5543 5522
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5544
-	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5545 5523
 
5546 5524
 distdir: $(DISTFILES)
5547 5525
 	$(am__remove_distdir)
... ...
@@ -5587,42 +5484,40 @@ distdir: $(DISTFILES)
5587 5587
 	|| chmod -R a+r "$(distdir)"
5588 5588
 dist-gzip: distdir
5589 5589
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5590
-	$(am__post_remove_distdir)
5590
+	$(am__remove_distdir)
5591 5591
 
5592 5592
 dist-bzip2: distdir
5593 5593
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5594
-	$(am__post_remove_distdir)
5594
+	$(am__remove_distdir)
5595 5595
 
5596 5596
 dist-lzip: distdir
5597 5597
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5598
-	$(am__post_remove_distdir)
5598
+	$(am__remove_distdir)
5599
+
5600
+dist-lzma: distdir
5601
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5602
+	$(am__remove_distdir)
5599 5603
 
5600 5604
 dist-xz: distdir
5601 5605
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5602
-	$(am__post_remove_distdir)
5606
+	$(am__remove_distdir)
5603 5607
 
5604 5608
 dist-tarZ: distdir
5605
-	@echo WARNING: "Support for shar distribution archives is" \
5606
-	               "deprecated." >&2
5607
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5608 5609
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5609
-	$(am__post_remove_distdir)
5610
+	$(am__remove_distdir)
5610 5611
 
5611 5612
 dist-shar: distdir
5612
-	@echo WARNING: "Support for distribution archives compressed with" \
5613
-		       "legacy program 'compress' is deprecated." >&2
5614
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5615 5613
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5616
-	$(am__post_remove_distdir)
5614
+	$(am__remove_distdir)
5617 5615
 
5618 5616
 dist-zip: distdir
5619 5617
 	-rm -f $(distdir).zip
5620 5618
 	zip -rq $(distdir).zip $(distdir)
5621
-	$(am__post_remove_distdir)
5619
+	$(am__remove_distdir)
5622 5620
 
5623
-dist dist-all:
5624
-	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5625
-	$(am__post_remove_distdir)
5621
+dist dist-all: distdir
5622
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5623
+	$(am__remove_distdir)
5626 5624
 
5627 5625
 # This target untars the dist file and tries a VPATH configuration.  Then
5628 5626
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5633,6 +5528,8 @@ distcheck: dist
5633 5633
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5634 5634
 	*.tar.bz2*) \
5635 5635
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5636
+	*.tar.lzma*) \
5637
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5636 5638
 	*.tar.lz*) \
5637 5639
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5638 5640
 	*.tar.xz*) \
... ...
@@ -5644,19 +5541,18 @@ distcheck: dist
5644 5644
 	*.zip*) \
5645 5645
 	  unzip $(distdir).zip ;;\
5646 5646
 	esac
5647
-	chmod -R a-w $(distdir)
5648
-	chmod u+w $(distdir)
5649
-	mkdir $(distdir)/_build $(distdir)/_inst
5647
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
5648
+	mkdir $(distdir)/_build
5649
+	mkdir $(distdir)/_inst
5650 5650
 	chmod a-w $(distdir)
5651 5651
 	test -d $(distdir)/_build || exit 0; \
5652 5652
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5653 5653
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
5654 5654
 	  && am__cwd=`pwd` \
5655 5655
 	  && $(am__cd) $(distdir)/_build \
5656
-	  && ../configure \
5656
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5657 5657
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
5658 5658
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
5659
-	    --srcdir=.. --prefix="$$dc_install_base" \
5660 5659
 	  && $(MAKE) $(AM_MAKEFLAGS) \
5661 5660
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5662 5661
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -5679,7 +5575,7 @@ distcheck: dist
5679 5679
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5680 5680
 	  && cd "$$am__cwd" \
5681 5681
 	  || exit 1
5682
-	$(am__post_remove_distdir)
5682
+	$(am__remove_distdir)
5683 5683
 	@(echo "$(distdir) archives ready for distribution: "; \
5684 5684
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5685 5685
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5824,23 +5720,23 @@ uninstall-am:
5824 5824
 
5825 5825
 .MAKE: all check install install-am install-strip
5826 5826
 
5827
-.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5828
-	clean-cscope clean-generic clean-libtool clean-local \
5829
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5830
-	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5831
-	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5832
-	dist-zip distcheck distclean distclean-compile \
5833
-	distclean-generic distclean-hdr distclean-libtool \
5834
-	distclean-local distclean-tags distcleancheck distdir \
5835
-	distuninstallcheck dvi dvi-am html html-am info info-am \
5836
-	install install-am install-data install-data-am install-dvi \
5837
-	install-dvi-am install-exec install-exec-am install-html \
5838
-	install-html-am install-info install-info-am install-man \
5839
-	install-pdf install-pdf-am install-ps install-ps-am \
5840
-	install-strip installcheck installcheck-am installdirs \
5841
-	maintainer-clean maintainer-clean-generic mostlyclean \
5842
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5843
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5827
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5828
+	clean-generic clean-libtool clean-local \
5829
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5830
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5831
+	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5832
+	distclean-compile distclean-generic distclean-hdr \
5833
+	distclean-libtool distclean-local distclean-tags \
5834
+	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5835
+	html-am info info-am install install-am install-data \
5836
+	install-data-am install-dvi install-dvi-am install-exec \
5837
+	install-exec-am install-html install-html-am install-info \
5838
+	install-info-am install-man install-pdf install-pdf-am \
5839
+	install-ps install-ps-am install-strip installcheck \
5840
+	installcheck-am installdirs maintainer-clean \
5841
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
5842
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5843
+	tags uninstall uninstall-am
5844 5844
 
5845 5845
 
5846 5846
 @BUILD_EXTERNAL_LLVM_FALSE@@MAINTAINER_MODE_TRUE@llvm/include/llvm/Intrinsics.gen: llvm/include/llvm/Intrinsics.td $(TBLGEN)
... ...
@@ -1,7 +1,8 @@
1
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
2
-
3
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1
+# generated automatically by aclocal 1.11.3 -*- Autoconf -*-
4 2
 
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.
5 6
 # This file is free software; the Free Software Foundation
6 7
 # gives unlimited permission to copy and/or distribute it,
7 8
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -11,31 +12,33 @@
11 11
 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12 12
 # PARTICULAR PURPOSE.
13 13
 
14
-m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
15 14
 m4_ifndef([AC_AUTOCONF_VERSION],
16 15
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
17
-m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
18
-[m4_warning([this file was generated for autoconf 2.69.
16
+m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.68],,
17
+[m4_warning([this file was generated for autoconf 2.68.
19 18
 You have another version of autoconf.  It may work, but is not guaranteed to.
20 19
 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'.])])
20
+To do so, use the procedure documented by the package, typically `autoreconf'.])])
22 21
 
23
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
22
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
23
+# Foundation, Inc.
24 24
 #
25 25
 # This file is free software; the Free Software Foundation
26 26
 # gives unlimited permission to copy and/or distribute it,
27 27
 # with or without modifications, as long as this notice is preserved.
28 28
 
29
+# serial 1
30
+
29 31
 # AM_AUTOMAKE_VERSION(VERSION)
30 32
 # ----------------------------
31 33
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
32 34
 # generated from the m4 files accompanying Automake X.Y.
33 35
 # (This private macro should not be called outside this file.)
34 36
 AC_DEFUN([AM_AUTOMAKE_VERSION],
35
-[am__api_version='1.14'
37
+[am__api_version='1.11'
36 38
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
37 39
 dnl require some minimum version.  Point them to the right macro.
38
-m4_if([$1], [1.14.1], [],
40
+m4_if([$1], [1.11.3], [],
39 41
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
40 42
 ])
41 43
 
... ...
@@ -51,22 +54,24 @@ m4_define([_AM_AUTOCONF_VERSION], [])
51 51
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
52 52
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
53 53
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
54
-[AM_AUTOMAKE_VERSION([1.14.1])dnl
54
+[AM_AUTOMAKE_VERSION([1.11.3])dnl
55 55
 m4_ifndef([AC_AUTOCONF_VERSION],
56 56
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
57 57
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
58 58
 
59 59
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
60 60
 
61
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
61
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
62 62
 #
63 63
 # This file is free software; the Free Software Foundation
64 64
 # gives unlimited permission to copy and/or distribute it,
65 65
 # with or without modifications, as long as this notice is preserved.
66 66
 
67
+# serial 1
68
+
67 69
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
68
-# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
69
-# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
70
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
71
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
70 72
 #
71 73
 # Of course, Automake must honor this variable whenever it calls a
72 74
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -85,7 +90,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
85 85
 #
86 86
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
87 87
 # are both prefixed by $srcdir.  In an in-source build this is usually
88
-# harmless because $srcdir is '.', but things will broke when you
88
+# harmless because $srcdir is `.', but things will broke when you
89 89
 # start a VPATH build or use an absolute $srcdir.
90 90
 #
91 91
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -111,19 +116,22 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
111 111
 
112 112
 # AM_CONDITIONAL                                            -*- Autoconf -*-
113 113
 
114
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
114
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
115
+# Free Software Foundation, Inc.
115 116
 #
116 117
 # This file is free software; the Free Software Foundation
117 118
 # gives unlimited permission to copy and/or distribute it,
118 119
 # with or without modifications, as long as this notice is preserved.
119 120
 
121
+# serial 9
122
+
120 123
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
121 124
 # -------------------------------------
122 125
 # Define a conditional.
123 126
 AC_DEFUN([AM_CONDITIONAL],
124
-[AC_PREREQ([2.52])dnl
125
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
126
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127
+[AC_PREREQ(2.52)dnl
128
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
129
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
127 130
 AC_SUBST([$1_TRUE])dnl
128 131
 AC_SUBST([$1_FALSE])dnl
129 132
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -142,14 +150,16 @@ AC_CONFIG_COMMANDS_PRE(
142 142
 Usually this means the macro was only invoked conditionally.]])
143 143
 fi])])
144 144
 
145
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
145
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
146
+# 2010, 2011 Free Software Foundation, Inc.
146 147
 #
147 148
 # This file is free software; the Free Software Foundation
148 149
 # gives unlimited permission to copy and/or distribute it,
149 150
 # with or without modifications, as long as this notice is preserved.
150 151
 
152
+# serial 12
151 153
 
152
-# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
154
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
153 155
 # written in clear, in which case automake, when reading aclocal.m4,
154 156
 # will think it sees a *use*, and therefore will trigger all it's
155 157
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -159,7 +169,7 @@ fi])])
159 159
 # _AM_DEPENDENCIES(NAME)
160 160
 # ----------------------
161 161
 # See how the compiler implements dependency checking.
162
-# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
162
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
163 163
 # We try a few techniques and use that to set a single cache variable.
164 164
 #
165 165
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -172,13 +182,12 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
172 172
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
173 173
 AC_REQUIRE([AM_DEP_TRACK])dnl
174 174
 
175
-m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
176
-      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
177
-      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178
-      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
179
-      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
180
-      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
181
-                    [depcc="$$1"   am_compiler_list=])
175
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
176
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
177
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
178
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
179
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
180
+                   [depcc="$$1"   am_compiler_list=])
182 181
 
183 182
 AC_CACHE_CHECK([dependency style of $depcc],
184 183
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -186,8 +195,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
186 186
   # We make a subdir and do the tests there.  Otherwise we can end up
187 187
   # making bogus files that we don't know about and never remove.  For
188 188
   # instance it was reported that on HP-UX the gcc test will end up
189
-  # making a dummy file named 'D' -- because '-MD' means "put the output
190
-  # in D".
189
+  # making a dummy file named `D' -- because `-MD' means `put the output
190
+  # in D'.
191 191
   rm -rf conftest.dir
192 192
   mkdir conftest.dir
193 193
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -227,16 +236,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
227 227
     : > sub/conftest.c
228 228
     for i in 1 2 3 4 5 6; do
229 229
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
230
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
231
-      # Solaris 10 /bin/sh.
232
-      echo '/* dummy */' > sub/conftst$i.h
230
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
231
+      # Solaris 8's {/usr,}/bin/sh.
232
+      touch sub/conftst$i.h
233 233
     done
234 234
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
235 235
 
236
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
236
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
237 237
     # mode.  It turns out that the SunPro C++ compiler does not properly
238
-    # handle '-M -o', and we need to detect this.  Also, some Intel
239
-    # versions had trouble with output in subdirs.
238
+    # handle `-M -o', and we need to detect this.  Also, some Intel
239
+    # versions had trouble with output in subdirs
240 240
     am__obj=sub/conftest.${OBJEXT-o}
241 241
     am__minus_obj="-o $am__obj"
242 242
     case $depmode in
... ...
@@ -245,8 +254,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
245 245
       test "$am__universal" = false || continue
246 246
       ;;
247 247
     nosideeffect)
248
-      # After this tag, mechanisms are not by side-effect, so they'll
249
-      # only be used when explicitly requested.
248
+      # after this tag, mechanisms are not by side-effect, so they'll
249
+      # only be used when explicitly requested
250 250
       if test "x$enable_dependency_tracking" = xyes; then
251 251
 	continue
252 252
       else
... ...
@@ -254,7 +263,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
254 254
       fi
255 255
       ;;
256 256
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
257
-      # This compiler won't grok '-c -o', but also, the minuso test has
257
+      # This compiler won't grok `-c -o', but also, the minuso test has
258 258
       # not run yet.  These depmodes are late enough in the game, and
259 259
       # so weak that their functioning should not be impacted.
260 260
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -302,7 +311,7 @@ AM_CONDITIONAL([am__fastdep$1], [
302 302
 # AM_SET_DEPDIR
303 303
 # -------------
304 304
 # Choose a directory name for dependency files.
305
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
305
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
306 306
 AC_DEFUN([AM_SET_DEPDIR],
307 307
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
308 308
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -312,13 +321,9 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
312 312
 # AM_DEP_TRACK
313 313
 # ------------
314 314
 AC_DEFUN([AM_DEP_TRACK],
315
-[AC_ARG_ENABLE([dependency-tracking], [dnl
316
-AS_HELP_STRING(
317
-  [--enable-dependency-tracking],
318
-  [do not reject slow dependency extractors])
319
-AS_HELP_STRING(
320
-  [--disable-dependency-tracking],
321
-  [speeds up one-time build])])
315
+[AC_ARG_ENABLE(dependency-tracking,
316
+[  --disable-dependency-tracking  speeds up one-time build
317
+  --enable-dependency-tracking   do not reject slow dependency extractors])
322 318
 if test "x$enable_dependency_tracking" != xno; then
323 319
   am_depcomp="$ac_aux_dir/depcomp"
324 320
   AMDEPBACKSLASH='\'
... ...
@@ -333,18 +338,20 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
333 333
 
334 334
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
335 335
 
336
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
336
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
337
+# Free Software Foundation, Inc.
337 338
 #
338 339
 # This file is free software; the Free Software Foundation
339 340
 # gives unlimited permission to copy and/or distribute it,
340 341
 # with or without modifications, as long as this notice is preserved.
341 342
 
343
+#serial 5
342 344
 
343 345
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
344 346
 # ------------------------------
345 347
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
346 348
 [{
347
-  # Older Autoconf quotes --file arguments for eval, but not when files
349
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
348 350
   # are listed without --file.  Let's play safe and only enable the eval
349 351
   # if we detect the quoting.
350 352
   case $CONFIG_FILES in
... ...
@@ -357,7 +364,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
357 357
     # Strip MF so we end up with the name of the file.
358 358
     mf=`echo "$mf" | sed -e 's/:.*$//'`
359 359
     # Check whether this is an Automake generated Makefile or not.
360
-    # We used to match only the files named 'Makefile.in', but
360
+    # We used to match only the files named `Makefile.in', but
361 361
     # some people rename them; so instead we look at the file content.
362 362
     # Grep'ing the first line is not enough: some people post-process
363 363
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -369,19 +376,21 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
369 369
       continue
370 370
     fi
371 371
     # Extract the definition of DEPDIR, am__include, and am__quote
372
-    # from the Makefile without running 'make'.
372
+    # from the Makefile without running `make'.
373 373
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
374 374
     test -z "$DEPDIR" && continue
375 375
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
376
-    test -z "$am__include" && continue
376
+    test -z "am__include" && continue
377 377
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
378
+    # When using ansi2knr, U may be empty or an underscore; expand it
379
+    U=`sed -n 's/^U = //p' < "$mf"`
378 380
     # Find all dependency output files, they are included files with
379 381
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
380 382
     # simplest approach to changing $(DEPDIR) to its actual value in the
381 383
     # expansion.
382 384
     for file in `sed -n "
383 385
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
384
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
386
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
385 387
       # Make sure the directory exists.
386 388
       test -f "$dirpart/$file" && continue
387 389
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -399,7 +408,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
399 399
 # This macro should only be invoked once -- use via AC_REQUIRE.
400 400
 #
401 401
 # This code is only required when automatic dependency tracking
402
-# is enabled.  FIXME.  This creates each '.P' file that we will
402
+# is enabled.  FIXME.  This creates each `.P' file that we will
403 403
 # need in order to bootstrap the dependency handling code.
404 404
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
405 405
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -409,21 +418,18 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
409 409
 
410 410
 # Do all the work for Automake.                             -*- Autoconf -*-
411 411
 
412
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
412
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
413
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
413 414
 #
414 415
 # This file is free software; the Free Software Foundation
415 416
 # gives unlimited permission to copy and/or distribute it,
416 417
 # with or without modifications, as long as this notice is preserved.
417 418
 
419
+# serial 16
420
+
418 421
 # This macro actually does too much.  Some checks are only needed if
419 422
 # your package does certain things.  But this isn't really a big deal.
420 423
 
421
-dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
422
-m4_define([AC_PROG_CC],
423
-m4_defn([AC_PROG_CC])
424
-[_AM_PROG_CC_C_O
425
-])
426
-
427 424
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
428 425
 # AM_INIT_AUTOMAKE([OPTIONS])
429 426
 # -----------------------------------------------
... ...
@@ -436,7 +442,7 @@ m4_defn([AC_PROG_CC])
436 436
 # arguments mandatory, and then we can depend on a new Autoconf
437 437
 # release and drop the old call support.
438 438
 AC_DEFUN([AM_INIT_AUTOMAKE],
439
-[AC_PREREQ([2.65])dnl
439
+[AC_PREREQ([2.62])dnl
440 440
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
441 441
 dnl the ones we care about.
442 442
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -465,40 +471,31 @@ AC_SUBST([CYGPATH_W])
465 465
 # Define the identity of the package.
466 466
 dnl Distinguish between old-style and new-style calls.
467 467
 m4_ifval([$2],
468
-[AC_DIAGNOSE([obsolete],
469
-             [$0: two- and three-arguments forms are deprecated.])
470
-m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
468
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
471 469
  AC_SUBST([PACKAGE], [$1])dnl
472 470
  AC_SUBST([VERSION], [$2])],
473 471
 [_AM_SET_OPTIONS([$1])dnl
474 472
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
475
-m4_if(
476
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
477
-  [ok:ok],,
473
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
478 474
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
479 475
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
480 476
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
481 477
 
482 478
 _AM_IF_OPTION([no-define],,
483
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
484
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
479
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
480
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
485 481
 
486 482
 # Some tools Automake needs.
487 483
 AC_REQUIRE([AM_SANITY_CHECK])dnl
488 484
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
489
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
490
-AM_MISSING_PROG([AUTOCONF], [autoconf])
491
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
492
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
493
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
485
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
486
+AM_MISSING_PROG(AUTOCONF, autoconf)
487
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
488
+AM_MISSING_PROG(AUTOHEADER, autoheader)
489
+AM_MISSING_PROG(MAKEINFO, makeinfo)
494 490
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
495 491
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
496
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
497
-# For better backward compatibility.  To be removed once Automake 1.9.x
498
-# dies out for good.  For more background, see:
499
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
500
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
501
-AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
492
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
502 493
 # We need awk for the "check" target.  The system "awk" is bad on
503 494
 # some platforms.
504 495
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -509,78 +506,34 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
509 509
 			     [_AM_PROG_TAR([v7])])])
510 510
 _AM_IF_OPTION([no-dependencies],,
511 511
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
512
-		  [_AM_DEPENDENCIES([CC])],
513
-		  [m4_define([AC_PROG_CC],
514
-			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
512
+		  [_AM_DEPENDENCIES(CC)],
513
+		  [define([AC_PROG_CC],
514
+			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
515 515
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
516
-		  [_AM_DEPENDENCIES([CXX])],
517
-		  [m4_define([AC_PROG_CXX],
518
-			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
516
+		  [_AM_DEPENDENCIES(CXX)],
517
+		  [define([AC_PROG_CXX],
518
+			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
519 519
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
520
-		  [_AM_DEPENDENCIES([OBJC])],
521
-		  [m4_define([AC_PROG_OBJC],
522
-			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
523
-AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
524
-		  [_AM_DEPENDENCIES([OBJCXX])],
525
-		  [m4_define([AC_PROG_OBJCXX],
526
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
520
+		  [_AM_DEPENDENCIES(OBJC)],
521
+		  [define([AC_PROG_OBJC],
522
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
527 523
 ])
528
-AC_REQUIRE([AM_SILENT_RULES])dnl
529
-dnl The testsuite driver may need to know about EXEEXT, so add the
530
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
531
-dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
524
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
525
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
526
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
527
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
532 528
 AC_CONFIG_COMMANDS_PRE(dnl
533 529
 [m4_provide_if([_AM_COMPILER_EXEEXT],
534 530
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
531
+])
535 532
 
536
-# POSIX will say in a future version that running "rm -f" with no argument
537
-# is OK; and we want to be able to make that assumption in our Makefile
538
-# recipes.  So use an aggressive probe to check that the usage we want is
539
-# actually supported "in the wild" to an acceptable degree.
540
-# See automake bug#10828.
541
-# To make any issue more visible, cause the running configure to be aborted
542
-# by default if the 'rm' program in use doesn't match our expectations; the
543
-# user can still override this though.
544
-if rm -f && rm -fr && rm -rf; then : OK; else
545
-  cat >&2 <<'END'
546
-Oops!
547
-
548
-Your 'rm' program seems unable to run without file operands specified
549
-on the command line, even when the '-f' option is present.  This is contrary
550
-to the behaviour of most rm programs out there, and not conforming with
551
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
552
-
553
-Please tell bug-automake@gnu.org about your system, including the value
554
-of your $PATH and any error possibly output before this message.  This
555
-can help us improve future automake versions.
556
-
557
-END
558
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
559
-    echo 'Configuration will proceed anyway, since you have set the' >&2
560
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
561
-    echo >&2
562
-  else
563
-    cat >&2 <<'END'
564
-Aborting the configuration process, to ensure you take notice of the issue.
565
-
566
-You can download and install GNU coreutils to get an 'rm' implementation
567
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
568
-
569
-If you want to complete the configuration process using your problematic
570
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
571
-to "yes", and re-run configure.
572
-
573
-END
574
-    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
575
-  fi
576
-fi])
577
-
578
-dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
533
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
579 534
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
580 535
 dnl mangled by Autoconf and run in a shell conditional statement.
581 536
 m4_define([_AC_COMPILER_EXEEXT],
582 537
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
583 538
 
539
+
584 540
 # When config.status generates a header, we must update the stamp-h file.
585 541
 # This file resides in the same directory as the config header
586 542
 # that is generated.  The stamp files are numbered to have different names.
... ...
@@ -602,12 +555,15 @@ for _am_header in $config_headers :; do
602 602
 done
603 603
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
604 604
 
605
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
605
+# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
606
+# Inc.
606 607
 #
607 608
 # This file is free software; the Free Software Foundation
608 609
 # gives unlimited permission to copy and/or distribute it,
609 610
 # with or without modifications, as long as this notice is preserved.
610 611
 
612
+# serial 1
613
+
611 614
 # AM_PROG_INSTALL_SH
612 615
 # ------------------
613 616
 # Define $install_sh.
... ...
@@ -621,14 +577,16 @@ if test x"${install_sh}" != xset; then
621 621
     install_sh="\${SHELL} $am_aux_dir/install-sh"
622 622
   esac
623 623
 fi
624
-AC_SUBST([install_sh])])
624
+AC_SUBST(install_sh)])
625 625
 
626
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
626
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
627 627
 #
628 628
 # This file is free software; the Free Software Foundation
629 629
 # gives unlimited permission to copy and/or distribute it,
630 630
 # with or without modifications, as long as this notice is preserved.
631 631
 
632
+# serial 2
633
+
632 634
 # Check whether the underlying file-system supports filenames
633 635
 # with a leading dot.  For instance MS-DOS doesn't.
634 636
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -645,17 +603,20 @@ AC_SUBST([am__leading_dot])])
645 645
 # Add --enable-maintainer-mode option to configure.         -*- Autoconf -*-
646 646
 # From Jim Meyering
647 647
 
648
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
648
+# Copyright (C) 1996, 1998, 2000, 2001, 2002, 2003, 2004, 2005, 2008,
649
+# 2011 Free Software Foundation, Inc.
649 650
 #
650 651
 # This file is free software; the Free Software Foundation
651 652
 # gives unlimited permission to copy and/or distribute it,
652 653
 # with or without modifications, as long as this notice is preserved.
653 654
 
655
+# serial 5
656
+
654 657
 # AM_MAINTAINER_MODE([DEFAULT-MODE])
655 658
 # ----------------------------------
656 659
 # Control maintainer-specific portions of Makefiles.
657
-# Default is to disable them, unless 'enable' is passed literally.
658
-# For symmetry, 'disable' may be passed as well.  Anyway, the user
660
+# Default is to disable them, unless `enable' is passed literally.
661
+# For symmetry, `disable' may be passed as well.  Anyway, the user
659 662
 # can override the default with the --enable/--disable switch.
660 663
 AC_DEFUN([AM_MAINTAINER_MODE],
661 664
 [m4_case(m4_default([$1], [disable]),
... ...
@@ -666,11 +627,10 @@ AC_DEFUN([AM_MAINTAINER_MODE],
666 666
 AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
667 667
   dnl maintainer-mode's default is 'disable' unless 'enable' is passed
668 668
   AC_ARG_ENABLE([maintainer-mode],
669
-    [AS_HELP_STRING([--]am_maintainer_other[-maintainer-mode],
670
-      am_maintainer_other[ make rules and dependencies not useful
671
-      (and sometimes confusing) to the casual installer])],
672
-    [USE_MAINTAINER_MODE=$enableval],
673
-    [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
669
+[  --][am_maintainer_other][-maintainer-mode  am_maintainer_other make rules and dependencies not useful
670
+			  (and sometimes confusing) to the casual installer],
671
+      [USE_MAINTAINER_MODE=$enableval],
672
+      [USE_MAINTAINER_MODE=]m4_if(am_maintainer_other, [enable], [no], [yes]))
674 673
   AC_MSG_RESULT([$USE_MAINTAINER_MODE])
675 674
   AM_CONDITIONAL([MAINTAINER_MODE], [test $USE_MAINTAINER_MODE = yes])
676 675
   MAINT=$MAINTAINER_MODE_TRUE
... ...
@@ -678,14 +638,18 @@ AC_MSG_CHECKING([whether to enable maintainer-specific portions of Makefiles])
678 678
 ]
679 679
 )
680 680
 
681
+AU_DEFUN([jm_MAINTAINER_MODE], [AM_MAINTAINER_MODE])
682
+
681 683
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
682 684
 
683
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
685
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
684 686
 #
685 687
 # This file is free software; the Free Software Foundation
686 688
 # gives unlimited permission to copy and/or distribute it,
687 689
 # with or without modifications, as long as this notice is preserved.
688 690
 
691
+# serial 4
692
+
689 693
 # AM_MAKE_INCLUDE()
690 694
 # -----------------
691 695
 # Check to see how make treats includes.
... ...
@@ -703,7 +667,7 @@ am__quote=
703 703
 _am_result=none
704 704
 # First try GNU make style include.
705 705
 echo "include confinc" > confmf
706
-# Ignore all kinds of additional output from 'make'.
706
+# Ignore all kinds of additional output from `make'.
707 707
 case `$am_make -s -f confmf 2> /dev/null` in #(
708 708
 *the\ am__doit\ target*)
709 709
   am__include=include
... ...
@@ -730,12 +694,15 @@ rm -f confinc confmf
730 730
 
731 731
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
732 732
 
733
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
733
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
734
+# Free Software Foundation, Inc.
734 735
 #
735 736
 # This file is free software; the Free Software Foundation
736 737
 # gives unlimited permission to copy and/or distribute it,
737 738
 # with or without modifications, as long as this notice is preserved.
738 739
 
740
+# serial 6
741
+
739 742
 # AM_MISSING_PROG(NAME, PROGRAM)
740 743
 # ------------------------------
741 744
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -743,10 +710,11 @@ AC_DEFUN([AM_MISSING_PROG],
743 743
 $1=${$1-"${am_missing_run}$2"}
744 744
 AC_SUBST($1)])
745 745
 
746
+
746 747
 # AM_MISSING_HAS_RUN
747 748
 # ------------------
748
-# Define MISSING if not defined so far and test if it is modern enough.
749
-# If it is, set am_missing_run to use it, otherwise, to nothing.
749
+# Define MISSING if not defined so far and test if it supports --run.
750
+# If it does, set am_missing_run to use it, otherwise, to nothing.
750 751
 AC_DEFUN([AM_MISSING_HAS_RUN],
751 752
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
752 753
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -759,22 +727,54 @@ if test x"${MISSING+set}" != xset; then
759 759
   esac
760 760
 fi
761 761
 # Use eval to expand $SHELL
762
-if eval "$MISSING --is-lightweight"; then
763
-  am_missing_run="$MISSING "
762
+if eval "$MISSING --run true"; then
763
+  am_missing_run="$MISSING --run "
764 764
 else
765 765
   am_missing_run=
766
-  AC_MSG_WARN(['missing' script is too old or missing])
766
+  AC_MSG_WARN([`missing' script is too old or missing])
767 767
 fi
768 768
 ])
769 769
 
770
+# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
771
+# Inc.
772
+#
773
+# This file is free software; the Free Software Foundation
774
+# gives unlimited permission to copy and/or distribute it,
775
+# with or without modifications, as long as this notice is preserved.
776
+
777
+# serial 1
778
+
779
+# AM_PROG_MKDIR_P
780
+# ---------------
781
+# Check for `mkdir -p'.
782
+AC_DEFUN([AM_PROG_MKDIR_P],
783
+[AC_PREREQ([2.60])dnl
784
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
785
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
786
+dnl while keeping a definition of mkdir_p for backward compatibility.
787
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
788
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
789
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
790
+dnl adjustment using top_builddir (which is defined more often than
791
+dnl MKDIR_P).
792
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
793
+case $mkdir_p in
794
+  [[\\/$]]* | ?:[[\\/]]*) ;;
795
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
796
+esac
797
+])
798
+
770 799
 # Helper functions for option handling.                     -*- Autoconf -*-
771 800
 
772
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
801
+# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
802
+# Foundation, Inc.
773 803
 #
774 804
 # This file is free software; the Free Software Foundation
775 805
 # gives unlimited permission to copy and/or distribute it,
776 806
 # with or without modifications, as long as this notice is preserved.
777 807
 
808
+# serial 5
809
+
778 810
 # _AM_MANGLE_OPTION(NAME)
779 811
 # -----------------------
780 812
 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,58 +798,13 @@ 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) 1999-2013 Free Software Foundation, Inc.
801
+# Copyright (C) 2001, 2003, 2005, 2011 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
-# _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.
807
+# serial 1
853 808
 
854 809
 # AM_RUN_LOG(COMMAND)
855 810
 # -------------------
... ...
@@ -864,16 +819,22 @@ AC_DEFUN([AM_RUN_LOG],
864 864
 
865 865
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
866 866
 
867
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
867
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
868
+# Free Software Foundation, Inc.
868 869
 #
869 870
 # This file is free software; the Free Software Foundation
870 871
 # gives unlimited permission to copy and/or distribute it,
871 872
 # with or without modifications, as long as this notice is preserved.
872 873
 
874
+# serial 5
875
+
873 876
 # AM_SANITY_CHECK
874 877
 # ---------------
875 878
 AC_DEFUN([AM_SANITY_CHECK],
876 879
 [AC_MSG_CHECKING([whether build environment is sane])
880
+# Just in case
881
+sleep 1
882
+echo timestamp > conftest.file
877 883
 # Reject unsafe characters in $srcdir or the absolute working directory
878 884
 # name.  Accept space and tab only in the latter.
879 885
 am_lf='
... ...
@@ -884,40 +845,32 @@ case `pwd` in
884 884
 esac
885 885
 case $srcdir in
886 886
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
887
-    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
887
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
888 888
 esac
889 889
 
890
-# Do 'set' in a subshell so we don't clobber the current shell's
890
+# Do `set' in a subshell so we don't clobber the current shell's
891 891
 # arguments.  Must try -L first in case configure is actually a
892 892
 # symlink; some systems play weird games with the mod time of symlinks
893 893
 # (eg FreeBSD returns the mod time of the symlink's containing
894 894
 # directory).
895 895
 if (
896
-   am_has_slept=no
897
-   for am_try in 1 2; do
898
-     echo "timestamp, slept: $am_has_slept" > conftest.file
899
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
900
-     if test "$[*]" = "X"; then
901
-	# -L didn't work.
902
-	set X `ls -t "$srcdir/configure" conftest.file`
903
-     fi
904
-     if test "$[*]" != "X $srcdir/configure conftest.file" \
905
-	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
906
-
907
-	# If neither matched, then we have a broken ls.  This can happen
908
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
909
-	# broken ls alias from the environment.  This has actually
910
-	# happened.  Such a system could not be considered "sane".
911
-	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
912
-  alias in your environment])
913
-     fi
914
-     if test "$[2]" = conftest.file || test $am_try -eq 2; then
915
-       break
916
-     fi
917
-     # Just in case.
918
-     sleep 1
919
-     am_has_slept=yes
920
-   done
896
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
897
+   if test "$[*]" = "X"; then
898
+      # -L didn't work.
899
+      set X `ls -t "$srcdir/configure" conftest.file`
900
+   fi
901
+   rm -f conftest.file
902
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
903
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
904
+
905
+      # If neither matched, then we have a broken ls.  This can happen
906
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
907
+      # broken ls alias from the environment.  This has actually
908
+      # happened.  Such a system could not be considered "sane".
909
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
910
+alias in your environment])
911
+   fi
912
+
921 913
    test "$[2]" = conftest.file
922 914
    )
923 915
 then
... ...
@@ -927,50 +880,31 @@ else
927 927
    AC_MSG_ERROR([newly created file is older than distributed files!
928 928
 Check your system clock])
929 929
 fi
930
-AC_MSG_RESULT([yes])
931
-# If we didn't sleep, we still need to ensure time stamps of config.status and
932
-# generated files are strictly newer.
933
-am_sleep_pid=
934
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
935
-  ( sleep 1 ) &
936
-  am_sleep_pid=$!
937
-fi
938
-AC_CONFIG_COMMANDS_PRE(
939
-  [AC_MSG_CHECKING([that generated files are newer than configure])
940
-   if test -n "$am_sleep_pid"; then
941
-     # Hide warnings about reused PIDs.
942
-     wait $am_sleep_pid 2>/dev/null
943
-   fi
944
-   AC_MSG_RESULT([done])])
945
-rm -f conftest.file
946
-])
930
+AC_MSG_RESULT(yes)])
947 931
 
948
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
932
+# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
949 933
 #
950 934
 # This file is free software; the Free Software Foundation
951 935
 # gives unlimited permission to copy and/or distribute it,
952 936
 # with or without modifications, as long as this notice is preserved.
953 937
 
938
+# serial 2
939
+
954 940
 # AM_SILENT_RULES([DEFAULT])
955 941
 # --------------------------
956 942
 # Enable less verbose build rules; with the default set to DEFAULT
957
-# ("yes" being less verbose, "no" or empty being verbose).
943
+# (`yes' being less verbose, `no' or empty being verbose).
958 944
 AC_DEFUN([AM_SILENT_RULES],
959
-[AC_ARG_ENABLE([silent-rules], [dnl
960
-AS_HELP_STRING(
961
-  [--enable-silent-rules],
962
-  [less verbose build output (undo: "make V=1")])
963
-AS_HELP_STRING(
964
-  [--disable-silent-rules],
965
-  [verbose build output (undo: "make V=0")])dnl
966
-])
967
-case $enable_silent_rules in @%:@ (((
968
-  yes) AM_DEFAULT_VERBOSITY=0;;
969
-   no) AM_DEFAULT_VERBOSITY=1;;
970
-    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
945
+[AC_ARG_ENABLE([silent-rules],
946
+[  --enable-silent-rules          less verbose build output (undo: `make V=1')
947
+  --disable-silent-rules         verbose build output (undo: `make V=0')])
948
+case $enable_silent_rules in
949
+yes) AM_DEFAULT_VERBOSITY=0;;
950
+no)  AM_DEFAULT_VERBOSITY=1;;
951
+*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
971 952
 esac
972 953
 dnl
973
-dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
954
+dnl A few `make' implementations (e.g., NonStop OS and NextStep)
974 955
 dnl do not support nested variable expansions.
975 956
 dnl See automake bug#9928 and bug#10237.
976 957
 am_make=${MAKE-make}
... ...
@@ -988,7 +922,7 @@ else
988 988
   am_cv_make_support_nested_variables=no
989 989
 fi])
990 990
 if test $am_cv_make_support_nested_variables = yes; then
991
-  dnl Using '$V' instead of '$(V)' breaks IRIX make.
991
+  dnl Using `$V' instead of `$(V)' breaks IRIX make.
992 992
   AM_V='$(V)'
993 993
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
994 994
 else
... ...
@@ -1005,40 +939,44 @@ AC_SUBST([AM_BACKSLASH])dnl
1005 1005
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1006 1006
 ])
1007 1007
 
1008
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1008
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1009 1009
 #
1010 1010
 # This file is free software; the Free Software Foundation
1011 1011
 # gives unlimited permission to copy and/or distribute it,
1012 1012
 # with or without modifications, as long as this notice is preserved.
1013 1013
 
1014
+# serial 1
1015
+
1014 1016
 # AM_PROG_INSTALL_STRIP
1015 1017
 # ---------------------
1016
-# One issue with vendor 'install' (even GNU) is that you can't
1018
+# One issue with vendor `install' (even GNU) is that you can't
1017 1019
 # specify the program used to strip binaries.  This is especially
1018 1020
 # annoying in cross-compiling environments, where the build's strip
1019 1021
 # is unlikely to handle the host's binaries.
1020 1022
 # Fortunately install-sh will honor a STRIPPROG variable, so we
1021
-# always use install-sh in "make install-strip", and initialize
1023
+# always use install-sh in `make install-strip', and initialize
1022 1024
 # STRIPPROG with the value of the STRIP variable (set by the user).
1023 1025
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1024 1026
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1025
-# Installed binaries are usually stripped using 'strip' when the user
1026
-# run "make install-strip".  However 'strip' might not be the right
1027
+# Installed binaries are usually stripped using `strip' when the user
1028
+# run `make install-strip'.  However `strip' might not be the right
1027 1029
 # tool to use in cross-compilation environments, therefore Automake
1028
-# will honor the 'STRIP' environment variable to overrule this program.
1029
-dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1030
+# will honor the `STRIP' environment variable to overrule this program.
1031
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1030 1032
 if test "$cross_compiling" != no; then
1031 1033
   AC_CHECK_TOOL([STRIP], [strip], :)
1032 1034
 fi
1033 1035
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1034 1036
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1035 1037
 
1036
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1038
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1037 1039
 #
1038 1040
 # This file is free software; the Free Software Foundation
1039 1041
 # gives unlimited permission to copy and/or distribute it,
1040 1042
 # with or without modifications, as long as this notice is preserved.
1041 1043
 
1044
+# serial 3
1045
+
1042 1046
 # _AM_SUBST_NOTMAKE(VARIABLE)
1043 1047
 # ---------------------------
1044 1048
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -1052,16 +990,18 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1052 1052
 
1053 1053
 # Check how to create a tarball.                            -*- Autoconf -*-
1054 1054
 
1055
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1055
+# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1056 1056
 #
1057 1057
 # This file is free software; the Free Software Foundation
1058 1058
 # gives unlimited permission to copy and/or distribute it,
1059 1059
 # with or without modifications, as long as this notice is preserved.
1060 1060
 
1061
+# serial 2
1062
+
1061 1063
 # _AM_PROG_TAR(FORMAT)
1062 1064
 # --------------------
1063 1065
 # Check how to create a tarball in format FORMAT.
1064
-# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1066
+# FORMAT should be one of `v7', `ustar', or `pax'.
1065 1067
 #
1066 1068
 # Substitute a variable $(am__tar) that is a command
1067 1069
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -1071,114 +1011,76 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1071 1071
 # Substitute a variable $(am__untar) that extract such
1072 1072
 # a tarball read from stdin.
1073 1073
 #     $(am__untar) < result.tar
1074
-#
1075 1074
 AC_DEFUN([_AM_PROG_TAR],
1076 1075
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1077 1076
 # in the wild :-(  We should find a proper way to deprecate it ...
1078 1077
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1079
-
1080
-# We'll loop over all known methods to create a tar archive until one works.
1078
+m4_if([$1], [v7],
1079
+     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1080
+     [m4_case([$1], [ustar],, [pax],,
1081
+              [m4_fatal([Unknown tar format])])
1082
+AC_MSG_CHECKING([how to create a $1 tar archive])
1083
+# Loop over all known methods to create a tar archive until one works.
1081 1084
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1085
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1086
+# Do not fold the above two line into one, because Tru64 sh and
1087
+# Solaris sh will not grok spaces in the rhs of `-'.
1088
+for _am_tool in $_am_tools
1089
+do
1090
+  case $_am_tool in
1091
+  gnutar)
1092
+    for _am_tar in tar gnutar gtar;
1093
+    do
1094
+      AM_RUN_LOG([$_am_tar --version]) && break
1095
+    done
1096
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1097
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1098
+    am__untar="$_am_tar -xf -"
1099
+    ;;
1100
+  plaintar)
1101
+    # Must skip GNU tar: if it does not support --format= it doesn't create
1102
+    # ustar tarball either.
1103
+    (tar --version) >/dev/null 2>&1 && continue
1104
+    am__tar='tar chf - "$$tardir"'
1105
+    am__tar_='tar chf - "$tardir"'
1106
+    am__untar='tar xf -'
1107
+    ;;
1108
+  pax)
1109
+    am__tar='pax -L -x $1 -w "$$tardir"'
1110
+    am__tar_='pax -L -x $1 -w "$tardir"'
1111
+    am__untar='pax -r'
1112
+    ;;
1113
+  cpio)
1114
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1115
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1116
+    am__untar='cpio -i -H $1 -d'
1117
+    ;;
1118
+  none)
1119
+    am__tar=false
1120
+    am__tar_=false
1121
+    am__untar=false
1122
+    ;;
1123
+  esac
1082 1124
 
1083
-m4_if([$1], [v7],
1084
-  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1085
-
1086
-  [m4_case([$1],
1087
-    [ustar],
1088
-     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1089
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1090
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1091
-      # and bug#13588).
1092
-      am_max_uid=2097151 # 2^21 - 1
1093
-      am_max_gid=$am_max_uid
1094
-      # The $UID and $GID variables are not portable, so we need to resort
1095
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1096
-      # below are definitely unexpected, so allow the users to see them
1097
-      # (that is, avoid stderr redirection).
1098
-      am_uid=`id -u || echo unknown`
1099
-      am_gid=`id -g || echo unknown`
1100
-      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1101
-      if test $am_uid -le $am_max_uid; then
1102
-         AC_MSG_RESULT([yes])
1103
-      else
1104
-         AC_MSG_RESULT([no])
1105
-         _am_tools=none
1106
-      fi
1107
-      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1108
-      if test $am_gid -le $am_max_gid; then
1109
-         AC_MSG_RESULT([yes])
1110
-      else
1111
-        AC_MSG_RESULT([no])
1112
-        _am_tools=none
1113
-      fi],
1114
-
1115
-  [pax],
1116
-    [],
1117
-
1118
-  [m4_fatal([Unknown tar format])])
1119
-
1120
-  AC_MSG_CHECKING([how to create a $1 tar archive])
1121
-
1122
-  # Go ahead even if we have the value already cached.  We do so because we
1123
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
1124
-  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1125
-
1126
-  for _am_tool in $_am_tools; do
1127
-    case $_am_tool in
1128
-    gnutar)
1129
-      for _am_tar in tar gnutar gtar; do
1130
-        AM_RUN_LOG([$_am_tar --version]) && break
1131
-      done
1132
-      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1133
-      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1134
-      am__untar="$_am_tar -xf -"
1135
-      ;;
1136
-    plaintar)
1137
-      # Must skip GNU tar: if it does not support --format= it doesn't create
1138
-      # ustar tarball either.
1139
-      (tar --version) >/dev/null 2>&1 && continue
1140
-      am__tar='tar chf - "$$tardir"'
1141
-      am__tar_='tar chf - "$tardir"'
1142
-      am__untar='tar xf -'
1143
-      ;;
1144
-    pax)
1145
-      am__tar='pax -L -x $1 -w "$$tardir"'
1146
-      am__tar_='pax -L -x $1 -w "$tardir"'
1147
-      am__untar='pax -r'
1148
-      ;;
1149
-    cpio)
1150
-      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1151
-      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1152
-      am__untar='cpio -i -H $1 -d'
1153
-      ;;
1154
-    none)
1155
-      am__tar=false
1156
-      am__tar_=false
1157
-      am__untar=false
1158
-      ;;
1159
-    esac
1125
+  # If the value was cached, stop now.  We just wanted to have am__tar
1126
+  # and am__untar set.
1127
+  test -n "${am_cv_prog_tar_$1}" && break
1160 1128
 
1161
-    # If the value was cached, stop now.  We just wanted to have am__tar
1162
-    # and am__untar set.
1163
-    test -n "${am_cv_prog_tar_$1}" && break
1164
-
1165
-    # tar/untar a dummy directory, and stop if the command works.
1166
-    rm -rf conftest.dir
1167
-    mkdir conftest.dir
1168
-    echo GrepMe > conftest.dir/file
1169
-    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1170
-    rm -rf conftest.dir
1171
-    if test -s conftest.tar; then
1172
-      AM_RUN_LOG([$am__untar <conftest.tar])
1173
-      AM_RUN_LOG([cat conftest.dir/file])
1174
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1175
-    fi
1176
-  done
1129
+  # tar/untar a dummy directory, and stop if the command works
1177 1130
   rm -rf conftest.dir
1131
+  mkdir conftest.dir
1132
+  echo GrepMe > conftest.dir/file
1133
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1134
+  rm -rf conftest.dir
1135
+  if test -s conftest.tar; then
1136
+    AM_RUN_LOG([$am__untar <conftest.tar])
1137
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1138
+  fi
1139
+done
1140
+rm -rf conftest.dir
1178 1141
 
1179
-  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1180
-  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1181
-
1142
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1143
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1182 1144
 AC_SUBST([am__tar])
1183 1145
 AC_SUBST([am__untar])
1184 1146
 ]) # _AM_PROG_TAR
... ...
@@ -1,11 +1,13 @@
1 1
 #! /bin/sh
2 2
 # Guess values for system-dependent variables and create Makefiles.
3
-# Generated by GNU Autoconf 2.69 for libclamavc++ devel.
3
+# Generated by GNU Autoconf 2.68 for libclamavc++ devel.
4 4
 #
5 5
 # Report bugs to <http://bugs.clamav.net>.
6 6
 #
7 7
 #
8
-# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
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.
9 11
 #
10 12
 #
11 13
 # This configure script is free software; the Free Software Foundation
... ...
@@ -134,31 +136,6 @@ export LANGUAGE
134 134
 # CDPATH.
135 135
 (unset CDPATH) >/dev/null 2>&1 && unset CDPATH
136 136
 
137
-# Use a proper internal environment variable to ensure we don't fall
138
-  # into an infinite loop, continuously re-executing ourselves.
139
-  if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
140
-    _as_can_reexec=no; export _as_can_reexec;
141
-    # We cannot yet assume a decent shell, so we have to provide a
142
-# neutralization value for shells without unset; and this also
143
-# works around shells that cannot unset nonexistent variables.
144
-# Preserve -v and -x to the replacement shell.
145
-BASH_ENV=/dev/null
146
-ENV=/dev/null
147
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
148
-case $- in # ((((
149
-  *v*x* | *x*v* ) as_opts=-vx ;;
150
-  *v* ) as_opts=-v ;;
151
-  *x* ) as_opts=-x ;;
152
-  * ) as_opts= ;;
153
-esac
154
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
155
-# Admittedly, this is quite paranoid, since all the known shells bail
156
-# out after a failed `exec'.
157
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
158
-as_fn_exit 255
159
-  fi
160
-  # We don't want this to propagate to other subprocesses.
161
-          { _as_can_reexec=; unset _as_can_reexec;}
162 137
 if test "x$CONFIG_SHELL" = x; then
163 138
   as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
164 139
   emulate sh
... ...
@@ -192,8 +169,7 @@ if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
192 192
 else
193 193
   exitcode=1; echo positional parameters were not saved.
194 194
 fi
195
-test x\$exitcode = x0 || exit 1
196
-test -x / || exit 1"
195
+test x\$exitcode = x0 || exit 1"
197 196
   as_suggested="  as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
198 197
   as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
199 198
   eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
... ...
@@ -246,25 +222,21 @@ IFS=$as_save_IFS
246 246
 
247 247
 
248 248
       if test "x$CONFIG_SHELL" != x; then :
249
-  export CONFIG_SHELL
250
-             # We cannot yet assume a decent shell, so we have to provide a
251
-# neutralization value for shells without unset; and this also
252
-# works around shells that cannot unset nonexistent variables.
253
-# Preserve -v and -x to the replacement shell.
254
-BASH_ENV=/dev/null
255
-ENV=/dev/null
256
-(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
257
-case $- in # ((((
258
-  *v*x* | *x*v* ) as_opts=-vx ;;
259
-  *v* ) as_opts=-v ;;
260
-  *x* ) as_opts=-x ;;
261
-  * ) as_opts= ;;
262
-esac
263
-exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
264
-# Admittedly, this is quite paranoid, since all the known shells bail
265
-# out after a failed `exec'.
266
-$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
267
-exit 255
249
+  # We cannot yet assume a decent shell, so we have to provide a
250
+	# neutralization value for shells without unset; and this also
251
+	# works around shells that cannot unset nonexistent variables.
252
+	# Preserve -v and -x to the replacement shell.
253
+	BASH_ENV=/dev/null
254
+	ENV=/dev/null
255
+	(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
256
+	export CONFIG_SHELL
257
+	case $- in # ((((
258
+	  *v*x* | *x*v* ) as_opts=-vx ;;
259
+	  *v* ) as_opts=-v ;;
260
+	  *x* ) as_opts=-x ;;
261
+	  * ) as_opts= ;;
262
+	esac
263
+	exec "$CONFIG_SHELL" $as_opts "$as_myself" ${1+"$@"}
268 264
 fi
269 265
 
270 266
     if test x$as_have_required = xno; then :
... ...
@@ -367,14 +339,6 @@ $as_echo X"$as_dir" |
367 367
 
368 368
 
369 369
 } # as_fn_mkdir_p
370
-
371
-# as_fn_executable_p FILE
372
-# -----------------------
373
-# Test if FILE is an executable regular file.
374
-as_fn_executable_p ()
375
-{
376
-  test -f "$1" && test -x "$1"
377
-} # as_fn_executable_p
378 370
 # as_fn_append VAR VALUE
379 371
 # ----------------------
380 372
 # Append the text in VALUE to the end of the definition contained in VAR. Take
... ...
@@ -496,10 +460,6 @@ as_cr_alnum=$as_cr_Letters$as_cr_digits
496 496
   chmod +x "$as_me.lineno" ||
497 497
     { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
498 498
 
499
-  # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
500
-  # already done that, so ensure we don't try to do so again and fall
501
-  # in an infinite loop.  This has already happened in practice.
502
-  _as_can_reexec=no; export _as_can_reexec
503 499
   # Don't try to exec as it changes $[0], causing all sort of problems
504 500
   # (the dirname of $[0] is not the place where we might find the
505 501
   # original and so on.  Autoconf is especially sensitive to this).
... ...
@@ -534,16 +494,16 @@ if (echo >conf$$.file) 2>/dev/null; then
534 534
     # ... but there are two gotchas:
535 535
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
536 536
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
537
-    # In both cases, we have to default to `cp -pR'.
537
+    # In both cases, we have to default to `cp -p'.
538 538
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
539
-      as_ln_s='cp -pR'
539
+      as_ln_s='cp -p'
540 540
   elif ln conf$$.file conf$$ 2>/dev/null; then
541 541
     as_ln_s=ln
542 542
   else
543
-    as_ln_s='cp -pR'
543
+    as_ln_s='cp -p'
544 544
   fi
545 545
 else
546
-  as_ln_s='cp -pR'
546
+  as_ln_s='cp -p'
547 547
 fi
548 548
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
549 549
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -555,8 +515,28 @@ else
555 555
   as_mkdir_p=false
556 556
 fi
557 557
 
558
-as_test_x='test -x'
559
-as_executable_p=as_fn_executable_p
558
+if test -x / >/dev/null 2>&1; then
559
+  as_test_x='test -x'
560
+else
561
+  if ls -dL / >/dev/null 2>&1; then
562
+    as_ls_L_option=L
563
+  else
564
+    as_ls_L_option=
565
+  fi
566
+  as_test_x='
567
+    eval sh -c '\''
568
+      if test -d "$1"; then
569
+	test -d "$1/.";
570
+      else
571
+	case $1 in #(
572
+	-*)set "./$1";;
573
+	esac;
574
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
575
+	???[sx]*):;;*)false;;esac;fi
576
+    '\'' sh
577
+  '
578
+fi
579
+as_executable_p=$as_test_x
560 580
 
561 581
 # Sed expression to map a string onto a valid CPP name.
562 582
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -1268,6 +1248,8 @@ target=$target_alias
1268 1268
 if test "x$host_alias" != x; then
1269 1269
   if test "x$build_alias" = x; then
1270 1270
     cross_compiling=maybe
1271
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1272
+    If a cross compiler is detected then cross compile mode will be used" >&2
1271 1273
   elif test "x$build_alias" != "x$host_alias"; then
1272 1274
     cross_compiling=yes
1273 1275
   fi
... ...
@@ -1432,15 +1414,12 @@ Optional Features:
1432 1432
   --disable-option-checking  ignore unrecognized --enable/--with options
1433 1433
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1434 1434
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1435
-  --enable-silent-rules   less verbose build output (undo: "make V=1")
1436
-  --disable-silent-rules  verbose build output (undo: "make V=0")
1437
-  --enable-dependency-tracking
1438
-                          do not reject slow dependency extractors
1439
-  --disable-dependency-tracking
1440
-                          speeds up one-time build
1441
-  --enable-maintainer-mode
1442
-                          enable make rules and dependencies not useful (and
1443
-                          sometimes confusing) to the casual installer
1435
+  --enable-silent-rules          less verbose build output (undo: `make V=1')
1436
+  --disable-silent-rules         verbose build output (undo: `make V=0')
1437
+  --disable-dependency-tracking  speeds up one-time build
1438
+  --enable-dependency-tracking   do not reject slow dependency extractors
1439
+  --enable-maintainer-mode  enable make rules and dependencies not useful
1440
+			  (and sometimes confusing) to the casual installer
1444 1441
   --enable-static[=PKGS]  build static libraries [default=no]
1445 1442
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1446 1443
   --enable-fast-install[=PKGS]
... ...
@@ -1545,9 +1524,9 @@ test -n "$ac_init_help" && exit $ac_status
1545 1545
 if $ac_init_version; then
1546 1546
   cat <<\_ACEOF
1547 1547
 libclamavc++ configure devel
1548
-generated by GNU Autoconf 2.69
1548
+generated by GNU Autoconf 2.68
1549 1549
 
1550
-Copyright (C) 2012 Free Software Foundation, Inc.
1550
+Copyright (C) 2010 Free Software Foundation, Inc.
1551 1551
 This configure script is free software; the Free Software Foundation
1552 1552
 gives unlimited permission to copy, distribute and modify it.
1553 1553
 _ACEOF
... ...
@@ -1771,7 +1750,7 @@ $as_echo "$ac_try_echo"; } >&5
1771 1771
 	 test ! -s conftest.err
1772 1772
        } && test -s conftest$ac_exeext && {
1773 1773
 	 test "$cross_compiling" = yes ||
1774
-	 test -x conftest$ac_exeext
1774
+	 $as_test_x conftest$ac_exeext
1775 1775
        }; then :
1776 1776
   ac_retval=0
1777 1777
 else
... ...
@@ -1921,7 +1900,7 @@ $as_echo "$ac_try_echo"; } >&5
1921 1921
 	 test ! -s conftest.err
1922 1922
        } && test -s conftest$ac_exeext && {
1923 1923
 	 test "$cross_compiling" = yes ||
1924
-	 test -x conftest$ac_exeext
1924
+	 $as_test_x conftest$ac_exeext
1925 1925
        }; then :
1926 1926
   ac_retval=0
1927 1927
 else
... ...
@@ -1986,7 +1965,7 @@ This file contains any messages produced by compilers while
1986 1986
 running configure, to aid debugging if configure makes a mistake.
1987 1987
 
1988 1988
 It was created by libclamavc++ $as_me devel, which was
1989
-generated by GNU Autoconf 2.69.  Invocation command line was
1989
+generated by GNU Autoconf 2.68.  Invocation command line was
1990 1990
 
1991 1991
   $ $0 $@
1992 1992
 
... ...
@@ -2475,7 +2454,7 @@ test -n "$target_alias" &&
2475 2475
   test "$program_prefix$program_suffix$program_transform_name" = \
2476 2476
     NONENONEs,x,x, &&
2477 2477
   program_prefix=${target_alias}-
2478
-am__api_version='1.14'
2478
+am__api_version='1.11'
2479 2479
 
2480 2480
 # Find a good install program.  We prefer a C program (faster),
2481 2481
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2514,7 +2493,7 @@ case $as_dir/ in #((
2514 2514
     # by default.
2515 2515
     for ac_prog in ginstall scoinst install; do
2516 2516
       for ac_exec_ext in '' $ac_executable_extensions; do
2517
-	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2517
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2518 2518
 	  if test $ac_prog = install &&
2519 2519
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2520 2520
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2572,6 +2551,9 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2572 2572
 
2573 2573
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2574 2574
 $as_echo_n "checking whether build environment is sane... " >&6; }
2575
+# Just in case
2576
+sleep 1
2577
+echo timestamp > conftest.file
2575 2578
 # Reject unsafe characters in $srcdir or the absolute working directory
2576 2579
 # name.  Accept space and tab only in the latter.
2577 2580
 am_lf='
... ...
@@ -2582,40 +2564,32 @@ case `pwd` in
2582 2582
 esac
2583 2583
 case $srcdir in
2584 2584
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2585
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2585
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2586 2586
 esac
2587 2587
 
2588
-# Do 'set' in a subshell so we don't clobber the current shell's
2588
+# Do `set' in a subshell so we don't clobber the current shell's
2589 2589
 # arguments.  Must try -L first in case configure is actually a
2590 2590
 # symlink; some systems play weird games with the mod time of symlinks
2591 2591
 # (eg FreeBSD returns the mod time of the symlink's containing
2592 2592
 # directory).
2593 2593
 if (
2594
-   am_has_slept=no
2595
-   for am_try in 1 2; do
2596
-     echo "timestamp, slept: $am_has_slept" > conftest.file
2597
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2598
-     if test "$*" = "X"; then
2599
-	# -L didn't work.
2600
-	set X `ls -t "$srcdir/configure" conftest.file`
2601
-     fi
2602
-     if test "$*" != "X $srcdir/configure conftest.file" \
2603
-	&& test "$*" != "X conftest.file $srcdir/configure"; then
2604
-
2605
-	# If neither matched, then we have a broken ls.  This can happen
2606
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
2607
-	# broken ls alias from the environment.  This has actually
2608
-	# happened.  Such a system could not be considered "sane".
2609
-	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2610
-  alias in your environment" "$LINENO" 5
2611
-     fi
2612
-     if test "$2" = conftest.file || test $am_try -eq 2; then
2613
-       break
2614
-     fi
2615
-     # Just in case.
2616
-     sleep 1
2617
-     am_has_slept=yes
2618
-   done
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
+   rm -f conftest.file
2600
+   if test "$*" != "X $srcdir/configure conftest.file" \
2601
+      && test "$*" != "X conftest.file $srcdir/configure"; then
2602
+
2603
+      # If neither matched, then we have a broken ls.  This can happen
2604
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
2605
+      # broken ls alias from the environment.  This has actually
2606
+      # happened.  Such a system could not be considered "sane".
2607
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2608
+alias in your environment" "$LINENO" 5
2609
+   fi
2610
+
2619 2611
    test "$2" = conftest.file
2620 2612
    )
2621 2613
 then
... ...
@@ -2627,16 +2601,6 @@ Check your system clock" "$LINENO" 5
2627 2627
 fi
2628 2628
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2629 2629
 $as_echo "yes" >&6; }
2630
-# If we didn't sleep, we still need to ensure time stamps of config.status and
2631
-# generated files are strictly newer.
2632
-am_sleep_pid=
2633
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2634
-  ( sleep 1 ) &
2635
-  am_sleep_pid=$!
2636
-fi
2637
-
2638
-rm -f conftest.file
2639
-
2640 2630
 test "$program_prefix" != NONE &&
2641 2631
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2642 2632
 # Use a double $ so make ignores it.
... ...
@@ -2659,12 +2623,12 @@ if test x"${MISSING+set}" != xset; then
2659 2659
   esac
2660 2660
 fi
2661 2661
 # Use eval to expand $SHELL
2662
-if eval "$MISSING --is-lightweight"; then
2663
-  am_missing_run="$MISSING "
2662
+if eval "$MISSING --run true"; then
2663
+  am_missing_run="$MISSING --run "
2664 2664
 else
2665 2665
   am_missing_run=
2666
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2667
-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2666
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2667
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2668 2668
 fi
2669 2669
 
2670 2670
 if test x"${install_sh}" != xset; then
... ...
@@ -2676,10 +2640,10 @@ if test x"${install_sh}" != xset; then
2676 2676
   esac
2677 2677
 fi
2678 2678
 
2679
-# Installed binaries are usually stripped using 'strip' when the user
2680
-# run "make install-strip".  However 'strip' might not be the right
2679
+# Installed binaries are usually stripped using `strip' when the user
2680
+# run `make install-strip'.  However `strip' might not be the right
2681 2681
 # tool to use in cross-compilation environments, therefore Automake
2682
-# will honor the 'STRIP' environment variable to overrule this program.
2682
+# will honor the `STRIP' environment variable to overrule this program.
2683 2683
 if test "$cross_compiling" != no; then
2684 2684
   if test -n "$ac_tool_prefix"; then
2685 2685
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2698,7 +2662,7 @@ do
2698 2698
   IFS=$as_save_IFS
2699 2699
   test -z "$as_dir" && as_dir=.
2700 2700
     for ac_exec_ext in '' $ac_executable_extensions; do
2701
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2701
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2702 2702
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2703 2703
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2704 2704
     break 2
... ...
@@ -2738,7 +2702,7 @@ do
2738 2738
   IFS=$as_save_IFS
2739 2739
   test -z "$as_dir" && as_dir=.
2740 2740
     for ac_exec_ext in '' $ac_executable_extensions; do
2741
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2741
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2742 2742
     ac_cv_prog_ac_ct_STRIP="strip"
2743 2743
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2744 2744
     break 2
... ...
@@ -2789,7 +2753,7 @@ do
2789 2789
   test -z "$as_dir" && as_dir=.
2790 2790
     for ac_prog in mkdir gmkdir; do
2791 2791
 	 for ac_exec_ext in '' $ac_executable_extensions; do
2792
-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2792
+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2793 2793
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2794 2794
 	     'mkdir (GNU coreutils) '* | \
2795 2795
 	     'mkdir (coreutils) '* | \
... ...
@@ -2818,6 +2782,12 @@ fi
2818 2818
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2819 2819
 $as_echo "$MKDIR_P" >&6; }
2820 2820
 
2821
+mkdir_p="$MKDIR_P"
2822
+case $mkdir_p in
2823
+  [\\/$]* | ?:[\\/]*) ;;
2824
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2825
+esac
2826
+
2821 2827
 for ac_prog in gawk mawk nawk awk
2822 2828
 do
2823 2829
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2836,7 +2806,7 @@ do
2836 2836
   IFS=$as_save_IFS
2837 2837
   test -z "$as_dir" && as_dir=.
2838 2838
     for ac_exec_ext in '' $ac_executable_extensions; do
2839
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2839
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2840 2840
     ac_cv_prog_AWK="$ac_prog"
2841 2841
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2842 2842
     break 2
... ...
@@ -2900,45 +2870,6 @@ else
2900 2900
 fi
2901 2901
 rmdir .tst 2>/dev/null
2902 2902
 
2903
-# Check whether --enable-silent-rules was given.
2904
-if test "${enable_silent_rules+set}" = set; then :
2905
-  enableval=$enable_silent_rules;
2906
-fi
2907
-
2908
-case $enable_silent_rules in # (((
2909
-  yes) AM_DEFAULT_VERBOSITY=0;;
2910
-   no) AM_DEFAULT_VERBOSITY=1;;
2911
-    *) AM_DEFAULT_VERBOSITY=1;;
2912
-esac
2913
-am_make=${MAKE-make}
2914
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2915
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2916
-if ${am_cv_make_support_nested_variables+:} false; then :
2917
-  $as_echo_n "(cached) " >&6
2918
-else
2919
-  if $as_echo 'TRUE=$(BAR$(V))
2920
-BAR0=false
2921
-BAR1=true
2922
-V=1
2923
-am__doit:
2924
-	@$(TRUE)
2925
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2926
-  am_cv_make_support_nested_variables=yes
2927
-else
2928
-  am_cv_make_support_nested_variables=no
2929
-fi
2930
-fi
2931
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2932
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
2933
-if test $am_cv_make_support_nested_variables = yes; then
2934
-    AM_V='$(V)'
2935
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2936
-else
2937
-  AM_V=$AM_DEFAULT_VERBOSITY
2938
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2939
-fi
2940
-AM_BACKSLASH='\'
2941
-
2942 2903
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2943 2904
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2944 2905
   # is not polluted with repeated "-I."
... ...
@@ -2980,12 +2911,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2980 2980
 
2981 2981
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2982 2982
 
2983
-# For better backward compatibility.  To be removed once Automake 1.9.x
2984
-# dies out for good.  For more background, see:
2985
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2986
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2987
-mkdir_p='$(MKDIR_P)'
2988
-
2989 2983
 # We need awk for the "check" target.  The system "awk" is bad on
2990 2984
 # some platforms.
2991 2985
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2993,151 +2918,101 @@ mkdir_p='$(MKDIR_P)'
2993 2993
 AMTAR='$${TAR-tar}'
2994 2994
 
2995 2995
 
2996
-# We'll loop over all known methods to create a tar archive until one works.
2997
-_am_tools='gnutar  pax cpio none'
2998
-
2999
-
3000
-
3001
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
2996
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
3002 2997
 $as_echo_n "checking how to create a pax tar archive... " >&6; }
3003
-
3004
-  # Go ahead even if we have the value already cached.  We do so because we
3005
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
3006
-  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
3007
-
3008
-  for _am_tool in $_am_tools; do
3009
-    case $_am_tool in
3010
-    gnutar)
3011
-      for _am_tar in tar gnutar gtar; do
3012
-        { echo "$as_me:$LINENO: $_am_tar --version" >&5
2998
+# Loop over all known methods to create a tar archive until one works.
2999
+_am_tools='gnutar  pax cpio none'
3000
+_am_tools=${am_cv_prog_tar_pax-$_am_tools}
3001
+# Do not fold the above two line into one, because Tru64 sh and
3002
+# Solaris sh will not grok spaces in the rhs of `-'.
3003
+for _am_tool in $_am_tools
3004
+do
3005
+  case $_am_tool in
3006
+  gnutar)
3007
+    for _am_tar in tar gnutar gtar;
3008
+    do
3009
+      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3013 3010
    ($_am_tar --version) >&5 2>&5
3014 3011
    ac_status=$?
3015 3012
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016 3013
    (exit $ac_status); } && break
3017
-      done
3018
-      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3019
-      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3020
-      am__untar="$_am_tar -xf -"
3021
-      ;;
3022
-    plaintar)
3023
-      # Must skip GNU tar: if it does not support --format= it doesn't create
3024
-      # ustar tarball either.
3025
-      (tar --version) >/dev/null 2>&1 && continue
3026
-      am__tar='tar chf - "$$tardir"'
3027
-      am__tar_='tar chf - "$tardir"'
3028
-      am__untar='tar xf -'
3029
-      ;;
3030
-    pax)
3031
-      am__tar='pax -L -x pax -w "$$tardir"'
3032
-      am__tar_='pax -L -x pax -w "$tardir"'
3033
-      am__untar='pax -r'
3034
-      ;;
3035
-    cpio)
3036
-      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3037
-      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3038
-      am__untar='cpio -i -H pax -d'
3039
-      ;;
3040
-    none)
3041
-      am__tar=false
3042
-      am__tar_=false
3043
-      am__untar=false
3044
-      ;;
3045
-    esac
3014
+    done
3015
+    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3016
+    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3017
+    am__untar="$_am_tar -xf -"
3018
+    ;;
3019
+  plaintar)
3020
+    # Must skip GNU tar: if it does not support --format= it doesn't create
3021
+    # ustar tarball either.
3022
+    (tar --version) >/dev/null 2>&1 && continue
3023
+    am__tar='tar chf - "$$tardir"'
3024
+    am__tar_='tar chf - "$tardir"'
3025
+    am__untar='tar xf -'
3026
+    ;;
3027
+  pax)
3028
+    am__tar='pax -L -x pax -w "$$tardir"'
3029
+    am__tar_='pax -L -x pax -w "$tardir"'
3030
+    am__untar='pax -r'
3031
+    ;;
3032
+  cpio)
3033
+    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3034
+    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3035
+    am__untar='cpio -i -H pax -d'
3036
+    ;;
3037
+  none)
3038
+    am__tar=false
3039
+    am__tar_=false
3040
+    am__untar=false
3041
+    ;;
3042
+  esac
3046 3043
 
3047
-    # If the value was cached, stop now.  We just wanted to have am__tar
3048
-    # and am__untar set.
3049
-    test -n "${am_cv_prog_tar_pax}" && break
3044
+  # If the value was cached, stop now.  We just wanted to have am__tar
3045
+  # and am__untar set.
3046
+  test -n "${am_cv_prog_tar_pax}" && break
3050 3047
 
3051
-    # tar/untar a dummy directory, and stop if the command works.
3052
-    rm -rf conftest.dir
3053
-    mkdir conftest.dir
3054
-    echo GrepMe > conftest.dir/file
3055
-    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3048
+  # tar/untar a dummy directory, and stop if the command works
3049
+  rm -rf conftest.dir
3050
+  mkdir conftest.dir
3051
+  echo GrepMe > conftest.dir/file
3052
+  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3056 3053
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3057 3054
    ac_status=$?
3058 3055
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3059 3056
    (exit $ac_status); }
3060
-    rm -rf conftest.dir
3061
-    if test -s conftest.tar; then
3062
-      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3057
+  rm -rf conftest.dir
3058
+  if test -s conftest.tar; then
3059
+    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3063 3060
    ($am__untar <conftest.tar) >&5 2>&5
3064 3061
    ac_status=$?
3065 3062
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066 3063
    (exit $ac_status); }
3067
-      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3068
-   (cat conftest.dir/file) >&5 2>&5
3069
-   ac_status=$?
3070
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3071
-   (exit $ac_status); }
3072
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3073
-    fi
3074
-  done
3075
-  rm -rf conftest.dir
3064
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3065
+  fi
3066
+done
3067
+rm -rf conftest.dir
3076 3068
 
3077
-  if ${am_cv_prog_tar_pax+:} false; then :
3069
+if ${am_cv_prog_tar_pax+:} false; then :
3078 3070
   $as_echo_n "(cached) " >&6
3079 3071
 else
3080 3072
   am_cv_prog_tar_pax=$_am_tool
3081 3073
 fi
3082 3074
 
3083
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3075
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3084 3076
 $as_echo "$am_cv_prog_tar_pax" >&6; }
3085 3077
 
3086 3078
 
3087 3079
 
3088 3080
 
3089 3081
 
3090
-
3091
-# POSIX will say in a future version that running "rm -f" with no argument
3092
-# is OK; and we want to be able to make that assumption in our Makefile
3093
-# recipes.  So use an aggressive probe to check that the usage we want is
3094
-# actually supported "in the wild" to an acceptable degree.
3095
-# See automake bug#10828.
3096
-# To make any issue more visible, cause the running configure to be aborted
3097
-# by default if the 'rm' program in use doesn't match our expectations; the
3098
-# user can still override this though.
3099
-if rm -f && rm -fr && rm -rf; then : OK; else
3100
-  cat >&2 <<'END'
3101
-Oops!
3102
-
3103
-Your 'rm' program seems unable to run without file operands specified
3104
-on the command line, even when the '-f' option is present.  This is contrary
3105
-to the behaviour of most rm programs out there, and not conforming with
3106
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3107
-
3108
-Please tell bug-automake@gnu.org about your system, including the value
3109
-of your $PATH and any error possibly output before this message.  This
3110
-can help us improve future automake versions.
3111
-
3112
-END
3113
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3114
-    echo 'Configuration will proceed anyway, since you have set the' >&2
3115
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3116
-    echo >&2
3117
-  else
3118
-    cat >&2 <<'END'
3119
-Aborting the configuration process, to ensure you take notice of the issue.
3120
-
3121
-You can download and install GNU coreutils to get an 'rm' implementation
3122
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
3123
-
3124
-If you want to complete the configuration process using your problematic
3125
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3126
-to "yes", and re-run configure.
3127
-
3128
-END
3129
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3130
-  fi
3131
-fi
3132 3082
 # Check whether --enable-silent-rules was given.
3133 3083
 if test "${enable_silent_rules+set}" = set; then :
3134 3084
   enableval=$enable_silent_rules;
3135 3085
 fi
3136 3086
 
3137
-case $enable_silent_rules in # (((
3138
-  yes) AM_DEFAULT_VERBOSITY=0;;
3139
-   no) AM_DEFAULT_VERBOSITY=1;;
3140
-    *) AM_DEFAULT_VERBOSITY=0;;
3087
+case $enable_silent_rules in
3088
+yes) AM_DEFAULT_VERBOSITY=0;;
3089
+no)  AM_DEFAULT_VERBOSITY=1;;
3090
+*)   AM_DEFAULT_VERBOSITY=0;;
3141 3091
 esac
3142 3092
 am_make=${MAKE-make}
3143 3093
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3198,7 +3073,7 @@ do
3198 3198
   IFS=$as_save_IFS
3199 3199
   test -z "$as_dir" && as_dir=.
3200 3200
     for ac_exec_ext in '' $ac_executable_extensions; do
3201
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3201
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3202 3202
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3203 3203
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3204 3204
     break 2
... ...
@@ -3242,7 +3117,7 @@ do
3242 3242
   IFS=$as_save_IFS
3243 3243
   test -z "$as_dir" && as_dir=.
3244 3244
     for ac_exec_ext in '' $ac_executable_extensions; do
3245
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3245
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246 3246
     ac_cv_prog_ac_ct_CXX="$ac_prog"
3247 3247
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3248 3248
     break 2
... ...
@@ -3695,7 +3570,7 @@ am__quote=
3695 3695
 _am_result=none
3696 3696
 # First try GNU make style include.
3697 3697
 echo "include confinc" > confmf
3698
-# Ignore all kinds of additional output from 'make'.
3698
+# Ignore all kinds of additional output from `make'.
3699 3699
 case `$am_make -s -f confmf 2> /dev/null` in #(
3700 3700
 *the\ am__doit\ target*)
3701 3701
   am__include=include
... ...
@@ -3751,8 +3626,8 @@ else
3751 3751
   # We make a subdir and do the tests there.  Otherwise we can end up
3752 3752
   # making bogus files that we don't know about and never remove.  For
3753 3753
   # instance it was reported that on HP-UX the gcc test will end up
3754
-  # making a dummy file named 'D' -- because '-MD' means "put the output
3755
-  # in D".
3754
+  # making a dummy file named `D' -- because `-MD' means `put the output
3755
+  # in D'.
3756 3756
   rm -rf conftest.dir
3757 3757
   mkdir conftest.dir
3758 3758
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3787,16 +3662,16 @@ else
3787 3787
     : > sub/conftest.c
3788 3788
     for i in 1 2 3 4 5 6; do
3789 3789
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3790
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3791
-      # Solaris 10 /bin/sh.
3792
-      echo '/* dummy */' > sub/conftst$i.h
3790
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3791
+      # Solaris 8's {/usr,}/bin/sh.
3792
+      touch sub/conftst$i.h
3793 3793
     done
3794 3794
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3795 3795
 
3796
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3796
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3797 3797
     # mode.  It turns out that the SunPro C++ compiler does not properly
3798
-    # handle '-M -o', and we need to detect this.  Also, some Intel
3799
-    # versions had trouble with output in subdirs.
3798
+    # handle `-M -o', and we need to detect this.  Also, some Intel
3799
+    # versions had trouble with output in subdirs
3800 3800
     am__obj=sub/conftest.${OBJEXT-o}
3801 3801
     am__minus_obj="-o $am__obj"
3802 3802
     case $depmode in
... ...
@@ -3805,8 +3680,8 @@ else
3805 3805
       test "$am__universal" = false || continue
3806 3806
       ;;
3807 3807
     nosideeffect)
3808
-      # After this tag, mechanisms are not by side-effect, so they'll
3809
-      # only be used when explicitly requested.
3808
+      # after this tag, mechanisms are not by side-effect, so they'll
3809
+      # only be used when explicitly requested
3810 3810
       if test "x$enable_dependency_tracking" = xyes; then
3811 3811
 	continue
3812 3812
       else
... ...
@@ -3814,7 +3689,7 @@ else
3814 3814
       fi
3815 3815
       ;;
3816 3816
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3817
-      # This compiler won't grok '-c -o', but also, the minuso test has
3817
+      # This compiler won't grok `-c -o', but also, the minuso test has
3818 3818
       # not run yet.  These depmodes are late enough in the game, and
3819 3819
       # so weak that their functioning should not be impacted.
3820 3820
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -3890,7 +3765,7 @@ do
3890 3890
   IFS=$as_save_IFS
3891 3891
   test -z "$as_dir" && as_dir=.
3892 3892
     for ac_exec_ext in '' $ac_executable_extensions; do
3893
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3893
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3894 3894
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3895 3895
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3896 3896
     break 2
... ...
@@ -3930,7 +3805,7 @@ do
3930 3930
   IFS=$as_save_IFS
3931 3931
   test -z "$as_dir" && as_dir=.
3932 3932
     for ac_exec_ext in '' $ac_executable_extensions; do
3933
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3933
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3934 3934
     ac_cv_prog_ac_ct_CC="gcc"
3935 3935
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3936 3936
     break 2
... ...
@@ -3983,7 +3858,7 @@ do
3983 3983
   IFS=$as_save_IFS
3984 3984
   test -z "$as_dir" && as_dir=.
3985 3985
     for ac_exec_ext in '' $ac_executable_extensions; do
3986
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3986
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3987 3987
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3988 3988
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3989 3989
     break 2
... ...
@@ -4024,7 +3899,7 @@ do
4024 4024
   IFS=$as_save_IFS
4025 4025
   test -z "$as_dir" && as_dir=.
4026 4026
     for ac_exec_ext in '' $ac_executable_extensions; do
4027
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4027
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4028 4028
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4029 4029
        ac_prog_rejected=yes
4030 4030
        continue
... ...
@@ -4082,7 +3957,7 @@ do
4082 4082
   IFS=$as_save_IFS
4083 4083
   test -z "$as_dir" && as_dir=.
4084 4084
     for ac_exec_ext in '' $ac_executable_extensions; do
4085
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4085
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4086 4086
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4087 4087
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4088 4088
     break 2
... ...
@@ -4126,7 +4001,7 @@ do
4126 4126
   IFS=$as_save_IFS
4127 4127
   test -z "$as_dir" && as_dir=.
4128 4128
     for ac_exec_ext in '' $ac_executable_extensions; do
4129
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4129
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4130 4130
     ac_cv_prog_ac_ct_CC="$ac_prog"
4131 4131
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4132 4132
     break 2
... ...
@@ -4322,7 +4197,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4322 4322
 /* end confdefs.h.  */
4323 4323
 #include <stdarg.h>
4324 4324
 #include <stdio.h>
4325
-struct stat;
4325
+#include <sys/types.h>
4326
+#include <sys/stat.h>
4326 4327
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4327 4328
 struct buf { int x; };
4328 4329
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4407,65 +4283,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4407 4407
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4408 4408
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4409 4409
 
4410
-ac_ext=c
4411
-ac_cpp='$CPP $CPPFLAGS'
4412
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4413
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4414
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4415
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4416
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4417
-if ${am_cv_prog_cc_c_o+:} false; then :
4418
-  $as_echo_n "(cached) " >&6
4419
-else
4420
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4421
-/* end confdefs.h.  */
4422
-
4423
-int
4424
-main ()
4425
-{
4426
-
4427
-  ;
4428
-  return 0;
4429
-}
4430
-_ACEOF
4431
-  # Make sure it works both with $CC and with simple cc.
4432
-  # Following AC_PROG_CC_C_O, we do the test twice because some
4433
-  # compilers refuse to overwrite an existing .o file with -o,
4434
-  # though they will create one.
4435
-  am_cv_prog_cc_c_o=yes
4436
-  for am_i in 1 2; do
4437
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4438
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4439
-   ac_status=$?
4440
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4441
-   (exit $ac_status); } \
4442
-         && test -f conftest2.$ac_objext; then
4443
-      : OK
4444
-    else
4445
-      am_cv_prog_cc_c_o=no
4446
-      break
4447
-    fi
4448
-  done
4449
-  rm -f core conftest*
4450
-  unset am_i
4451
-fi
4452
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4453
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
4454
-if test "$am_cv_prog_cc_c_o" != yes; then
4455
-   # Losing compiler, so override with the script.
4456
-   # FIXME: It is wrong to rewrite CC.
4457
-   # But if we don't then we get into trouble of one sort or another.
4458
-   # A longer-term fix would be to have automake use am__CC in this case,
4459
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4460
-   CC="$am_aux_dir/compile $CC"
4461
-fi
4462
-ac_ext=c
4463
-ac_cpp='$CPP $CPPFLAGS'
4464
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4465
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4466
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4467
-
4468
-
4469 4410
 depcc="$CC"   am_compiler_list=
4470 4411
 
4471 4412
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4477,8 +4294,8 @@ else
4477 4477
   # We make a subdir and do the tests there.  Otherwise we can end up
4478 4478
   # making bogus files that we don't know about and never remove.  For
4479 4479
   # instance it was reported that on HP-UX the gcc test will end up
4480
-  # making a dummy file named 'D' -- because '-MD' means "put the output
4481
-  # in D".
4480
+  # making a dummy file named `D' -- because `-MD' means `put the output
4481
+  # in D'.
4482 4482
   rm -rf conftest.dir
4483 4483
   mkdir conftest.dir
4484 4484
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4513,16 +4330,16 @@ else
4513 4513
     : > sub/conftest.c
4514 4514
     for i in 1 2 3 4 5 6; do
4515 4515
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4516
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4517
-      # Solaris 10 /bin/sh.
4518
-      echo '/* dummy */' > sub/conftst$i.h
4516
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4517
+      # Solaris 8's {/usr,}/bin/sh.
4518
+      touch sub/conftst$i.h
4519 4519
     done
4520 4520
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4521 4521
 
4522
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4522
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4523 4523
     # mode.  It turns out that the SunPro C++ compiler does not properly
4524
-    # handle '-M -o', and we need to detect this.  Also, some Intel
4525
-    # versions had trouble with output in subdirs.
4524
+    # handle `-M -o', and we need to detect this.  Also, some Intel
4525
+    # versions had trouble with output in subdirs
4526 4526
     am__obj=sub/conftest.${OBJEXT-o}
4527 4527
     am__minus_obj="-o $am__obj"
4528 4528
     case $depmode in
... ...
@@ -4531,8 +4348,8 @@ else
4531 4531
       test "$am__universal" = false || continue
4532 4532
       ;;
4533 4533
     nosideeffect)
4534
-      # After this tag, mechanisms are not by side-effect, so they'll
4535
-      # only be used when explicitly requested.
4534
+      # after this tag, mechanisms are not by side-effect, so they'll
4535
+      # only be used when explicitly requested
4536 4536
       if test "x$enable_dependency_tracking" = xyes; then
4537 4537
 	continue
4538 4538
       else
... ...
@@ -4540,7 +4357,7 @@ else
4540 4540
       fi
4541 4541
       ;;
4542 4542
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4543
-      # This compiler won't grok '-c -o', but also, the minuso test has
4543
+      # This compiler won't grok `-c -o', but also, the minuso test has
4544 4544
       # not run yet.  These depmodes are late enough in the game, and
4545 4545
       # so weak that their functioning should not be impacted.
4546 4546
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4749,7 +4566,7 @@ do
4749 4749
     for ac_prog in grep ggrep; do
4750 4750
     for ac_exec_ext in '' $ac_executable_extensions; do
4751 4751
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4752
-      as_fn_executable_p "$ac_path_GREP" || continue
4752
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4753 4753
 # Check for GNU ac_path_GREP and select it if it is found.
4754 4754
   # Check for GNU $ac_path_GREP
4755 4755
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4815,7 +4632,7 @@ do
4815 4815
     for ac_prog in egrep; do
4816 4816
     for ac_exec_ext in '' $ac_executable_extensions; do
4817 4817
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4818
-      as_fn_executable_p "$ac_path_EGREP" || continue
4818
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4819 4819
 # Check for GNU ac_path_EGREP and select it if it is found.
4820 4820
   # Check for GNU $ac_path_EGREP
4821 4821
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5368,7 +5185,7 @@ do
5368 5368
     for ac_prog in sed gsed; do
5369 5369
     for ac_exec_ext in '' $ac_executable_extensions; do
5370 5370
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5371
-      as_fn_executable_p "$ac_path_SED" || continue
5371
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5372 5372
 # Check for GNU ac_path_SED and select it if it is found.
5373 5373
   # Check for GNU $ac_path_SED
5374 5374
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5447,7 +5264,7 @@ do
5447 5447
     for ac_prog in fgrep; do
5448 5448
     for ac_exec_ext in '' $ac_executable_extensions; do
5449 5449
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5450
-      as_fn_executable_p "$ac_path_FGREP" || continue
5450
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5451 5451
 # Check for GNU ac_path_FGREP and select it if it is found.
5452 5452
   # Check for GNU $ac_path_FGREP
5453 5453
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5703,7 +5520,7 @@ do
5703 5703
   IFS=$as_save_IFS
5704 5704
   test -z "$as_dir" && as_dir=.
5705 5705
     for ac_exec_ext in '' $ac_executable_extensions; do
5706
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5706
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5707 5707
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5708 5708
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5709 5709
     break 2
... ...
@@ -5747,7 +5564,7 @@ do
5747 5747
   IFS=$as_save_IFS
5748 5748
   test -z "$as_dir" && as_dir=.
5749 5749
     for ac_exec_ext in '' $ac_executable_extensions; do
5750
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5750
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5751 5751
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5752 5752
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5753 5753
     break 2
... ...
@@ -6171,7 +5988,7 @@ do
6171 6171
   IFS=$as_save_IFS
6172 6172
   test -z "$as_dir" && as_dir=.
6173 6173
     for ac_exec_ext in '' $ac_executable_extensions; do
6174
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6174
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6175 6175
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6176 6176
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6177 6177
     break 2
... ...
@@ -6211,7 +6028,7 @@ do
6211 6211
   IFS=$as_save_IFS
6212 6212
   test -z "$as_dir" && as_dir=.
6213 6213
     for ac_exec_ext in '' $ac_executable_extensions; do
6214
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6214
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6215 6215
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6216 6216
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6217 6217
     break 2
... ...
@@ -6517,7 +6334,7 @@ do
6517 6517
   IFS=$as_save_IFS
6518 6518
   test -z "$as_dir" && as_dir=.
6519 6519
     for ac_exec_ext in '' $ac_executable_extensions; do
6520
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6520
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 6521
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6522 6522
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6523 6523
     break 2
... ...
@@ -6557,7 +6374,7 @@ do
6557 6557
   IFS=$as_save_IFS
6558 6558
   test -z "$as_dir" && as_dir=.
6559 6559
     for ac_exec_ext in '' $ac_executable_extensions; do
6560
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6560
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6561 6561
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6562 6562
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6563 6563
     break 2
... ...
@@ -6660,7 +6477,7 @@ do
6660 6660
   IFS=$as_save_IFS
6661 6661
   test -z "$as_dir" && as_dir=.
6662 6662
     for ac_exec_ext in '' $ac_executable_extensions; do
6663
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6663
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6664 6664
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6665 6665
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6666 6666
     break 2
... ...
@@ -6704,7 +6521,7 @@ do
6704 6704
   IFS=$as_save_IFS
6705 6705
   test -z "$as_dir" && as_dir=.
6706 6706
     for ac_exec_ext in '' $ac_executable_extensions; do
6707
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6707
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6708 6708
     ac_cv_prog_ac_ct_AR="$ac_prog"
6709 6709
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6710 6710
     break 2
... ...
@@ -6829,7 +6646,7 @@ do
6829 6829
   IFS=$as_save_IFS
6830 6830
   test -z "$as_dir" && as_dir=.
6831 6831
     for ac_exec_ext in '' $ac_executable_extensions; do
6832
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6832
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6833 6833
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6834 6834
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6835 6835
     break 2
... ...
@@ -6869,7 +6686,7 @@ do
6869 6869
   IFS=$as_save_IFS
6870 6870
   test -z "$as_dir" && as_dir=.
6871 6871
     for ac_exec_ext in '' $ac_executable_extensions; do
6872
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6872
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6873 6873
     ac_cv_prog_ac_ct_STRIP="strip"
6874 6874
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6875 6875
     break 2
... ...
@@ -6928,7 +6745,7 @@ do
6928 6928
   IFS=$as_save_IFS
6929 6929
   test -z "$as_dir" && as_dir=.
6930 6930
     for ac_exec_ext in '' $ac_executable_extensions; do
6931
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6931
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6932 6932
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6933 6933
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6934 6934
     break 2
... ...
@@ -6968,7 +6785,7 @@ do
6968 6968
   IFS=$as_save_IFS
6969 6969
   test -z "$as_dir" && as_dir=.
6970 6970
     for ac_exec_ext in '' $ac_executable_extensions; do
6971
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6971
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6972 6972
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6973 6973
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6974 6974
     break 2
... ...
@@ -7617,7 +7434,7 @@ do
7617 7617
   IFS=$as_save_IFS
7618 7618
   test -z "$as_dir" && as_dir=.
7619 7619
     for ac_exec_ext in '' $ac_executable_extensions; do
7620
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7620
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7621 7621
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7622 7622
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7623 7623
     break 2
... ...
@@ -7657,7 +7474,7 @@ do
7657 7657
   IFS=$as_save_IFS
7658 7658
   test -z "$as_dir" && as_dir=.
7659 7659
     for ac_exec_ext in '' $ac_executable_extensions; do
7660
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7660
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7661 7661
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7662 7662
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7663 7663
     break 2
... ...
@@ -7737,7 +7554,7 @@ do
7737 7737
   IFS=$as_save_IFS
7738 7738
   test -z "$as_dir" && as_dir=.
7739 7739
     for ac_exec_ext in '' $ac_executable_extensions; do
7740
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7740
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7741 7741
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7742 7742
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7743 7743
     break 2
... ...
@@ -7777,7 +7594,7 @@ do
7777 7777
   IFS=$as_save_IFS
7778 7778
   test -z "$as_dir" && as_dir=.
7779 7779
     for ac_exec_ext in '' $ac_executable_extensions; do
7780
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7780
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7781 7781
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7782 7782
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7783 7783
     break 2
... ...
@@ -7829,7 +7646,7 @@ do
7829 7829
   IFS=$as_save_IFS
7830 7830
   test -z "$as_dir" && as_dir=.
7831 7831
     for ac_exec_ext in '' $ac_executable_extensions; do
7832
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7832
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7833 7833
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7834 7834
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7835 7835
     break 2
... ...
@@ -7869,7 +7686,7 @@ do
7869 7869
   IFS=$as_save_IFS
7870 7870
   test -z "$as_dir" && as_dir=.
7871 7871
     for ac_exec_ext in '' $ac_executable_extensions; do
7872
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7872
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7873 7873
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7874 7874
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7875 7875
     break 2
... ...
@@ -7921,7 +7738,7 @@ do
7921 7921
   IFS=$as_save_IFS
7922 7922
   test -z "$as_dir" && as_dir=.
7923 7923
     for ac_exec_ext in '' $ac_executable_extensions; do
7924
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7924
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7925 7925
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7926 7926
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7927 7927
     break 2
... ...
@@ -7961,7 +7778,7 @@ do
7961 7961
   IFS=$as_save_IFS
7962 7962
   test -z "$as_dir" && as_dir=.
7963 7963
     for ac_exec_ext in '' $ac_executable_extensions; do
7964
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7964
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7965 7965
     ac_cv_prog_ac_ct_LIPO="lipo"
7966 7966
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7967 7967
     break 2
... ...
@@ -8013,7 +7830,7 @@ do
8013 8013
   IFS=$as_save_IFS
8014 8014
   test -z "$as_dir" && as_dir=.
8015 8015
     for ac_exec_ext in '' $ac_executable_extensions; do
8016
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8016
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8017 8017
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8018 8018
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8019 8019
     break 2
... ...
@@ -8053,7 +7870,7 @@ do
8053 8053
   IFS=$as_save_IFS
8054 8054
   test -z "$as_dir" && as_dir=.
8055 8055
     for ac_exec_ext in '' $ac_executable_extensions; do
8056
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8056
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8057 8057
     ac_cv_prog_ac_ct_OTOOL="otool"
8058 8058
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8059 8059
     break 2
... ...
@@ -8105,7 +7922,7 @@ do
8105 8105
   IFS=$as_save_IFS
8106 8106
   test -z "$as_dir" && as_dir=.
8107 8107
     for ac_exec_ext in '' $ac_executable_extensions; do
8108
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8108
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8109 8109
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8110 8110
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8111 8111
     break 2
... ...
@@ -8145,7 +7962,7 @@ do
8145 8145
   IFS=$as_save_IFS
8146 8146
   test -z "$as_dir" && as_dir=.
8147 8147
     for ac_exec_ext in '' $ac_executable_extensions; do
8148
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8148
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8149 8149
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8150 8150
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8151 8151
     break 2
... ...
@@ -16066,14 +15883,6 @@ LIBOBJS=$ac_libobjs
16066 16066
 LTLIBOBJS=$ac_ltlibobjs
16067 16067
 
16068 16068
 
16069
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16070
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
16071
-   if test -n "$am_sleep_pid"; then
16072
-     # Hide warnings about reused PIDs.
16073
-     wait $am_sleep_pid 2>/dev/null
16074
-   fi
16075
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16076
-$as_echo "done" >&6; }
16077 16069
  if test -n "$EXEEXT"; then
16078 16070
   am__EXEEXT_TRUE=
16079 16071
   am__EXEEXT_FALSE='#'
... ...
@@ -16413,16 +16222,16 @@ if (echo >conf$$.file) 2>/dev/null; then
16413 16413
     # ... but there are two gotchas:
16414 16414
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16415 16415
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16416
-    # In both cases, we have to default to `cp -pR'.
16416
+    # In both cases, we have to default to `cp -p'.
16417 16417
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16418
-      as_ln_s='cp -pR'
16418
+      as_ln_s='cp -p'
16419 16419
   elif ln conf$$.file conf$$ 2>/dev/null; then
16420 16420
     as_ln_s=ln
16421 16421
   else
16422
-    as_ln_s='cp -pR'
16422
+    as_ln_s='cp -p'
16423 16423
   fi
16424 16424
 else
16425
-  as_ln_s='cp -pR'
16425
+  as_ln_s='cp -p'
16426 16426
 fi
16427 16427
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16428 16428
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -16482,16 +16291,28 @@ else
16482 16482
   as_mkdir_p=false
16483 16483
 fi
16484 16484
 
16485
-
16486
-# as_fn_executable_p FILE
16487
-# -----------------------
16488
-# Test if FILE is an executable regular file.
16489
-as_fn_executable_p ()
16490
-{
16491
-  test -f "$1" && test -x "$1"
16492
-} # as_fn_executable_p
16493
-as_test_x='test -x'
16494
-as_executable_p=as_fn_executable_p
16485
+if test -x / >/dev/null 2>&1; then
16486
+  as_test_x='test -x'
16487
+else
16488
+  if ls -dL / >/dev/null 2>&1; then
16489
+    as_ls_L_option=L
16490
+  else
16491
+    as_ls_L_option=
16492
+  fi
16493
+  as_test_x='
16494
+    eval sh -c '\''
16495
+      if test -d "$1"; then
16496
+	test -d "$1/.";
16497
+      else
16498
+	case $1 in #(
16499
+	-*)set "./$1";;
16500
+	esac;
16501
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16502
+	???[sx]*):;;*)false;;esac;fi
16503
+    '\'' sh
16504
+  '
16505
+fi
16506
+as_executable_p=$as_test_x
16495 16507
 
16496 16508
 # Sed expression to map a string onto a valid CPP name.
16497 16509
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -16513,7 +16334,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16513 16513
 # values after options handling.
16514 16514
 ac_log="
16515 16515
 This file was extended by libclamavc++ $as_me devel, which was
16516
-generated by GNU Autoconf 2.69.  Invocation command line was
16516
+generated by GNU Autoconf 2.68.  Invocation command line was
16517 16517
 
16518 16518
   CONFIG_FILES    = $CONFIG_FILES
16519 16519
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -16579,10 +16400,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16579 16579
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16580 16580
 ac_cs_version="\\
16581 16581
 libclamavc++ config.status devel
16582
-configured by $0, generated by GNU Autoconf 2.69,
16582
+configured by $0, generated by GNU Autoconf 2.68,
16583 16583
   with options \\"\$ac_cs_config\\"
16584 16584
 
16585
-Copyright (C) 2012 Free Software Foundation, Inc.
16585
+Copyright (C) 2010 Free Software Foundation, Inc.
16586 16586
 This config.status script is free software; the Free Software Foundation
16587 16587
 gives unlimited permission to copy, distribute and modify it."
16588 16588
 
... ...
@@ -16673,7 +16494,7 @@ fi
16673 16673
 _ACEOF
16674 16674
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16675 16675
 if \$ac_cs_recheck; then
16676
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16676
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16677 16677
   shift
16678 16678
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16679 16679
   CONFIG_SHELL='$SHELL'
... ...
@@ -17682,7 +17503,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17682 17682
 
17683 17683
   case $ac_file$ac_mode in
17684 17684
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17685
-  # Older Autoconf quotes --file arguments for eval, but not when files
17685
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
17686 17686
   # are listed without --file.  Let's play safe and only enable the eval
17687 17687
   # if we detect the quoting.
17688 17688
   case $CONFIG_FILES in
... ...
@@ -17695,7 +17516,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17695 17695
     # Strip MF so we end up with the name of the file.
17696 17696
     mf=`echo "$mf" | sed -e 's/:.*$//'`
17697 17697
     # Check whether this is an Automake generated Makefile or not.
17698
-    # We used to match only the files named 'Makefile.in', but
17698
+    # We used to match only the files named `Makefile.in', but
17699 17699
     # some people rename them; so instead we look at the file content.
17700 17700
     # Grep'ing the first line is not enough: some people post-process
17701 17701
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -17729,19 +17550,21 @@ $as_echo X"$mf" |
17729 17729
       continue
17730 17730
     fi
17731 17731
     # Extract the definition of DEPDIR, am__include, and am__quote
17732
-    # from the Makefile without running 'make'.
17732
+    # from the Makefile without running `make'.
17733 17733
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17734 17734
     test -z "$DEPDIR" && continue
17735 17735
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
17736
-    test -z "$am__include" && continue
17736
+    test -z "am__include" && continue
17737 17737
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17738
+    # When using ansi2knr, U may be empty or an underscore; expand it
17739
+    U=`sed -n 's/^U = //p' < "$mf"`
17738 17740
     # Find all dependency output files, they are included files with
17739 17741
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
17740 17742
     # simplest approach to changing $(DEPDIR) to its actual value in the
17741 17743
     # expansion.
17742 17744
     for file in `sed -n "
17743 17745
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17744
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17746
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17745 17747
       # Make sure the directory exists.
17746 17748
       test -f "$dirpart/$file" && continue
17747 17749
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -18,51 +19,6 @@
18 18
 
19 19
 
20 20
 VPATH = @srcdir@
21
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
22
-am__make_running_with_option = \
23
-  case $${target_option-} in \
24
-      ?) ;; \
25
-      *) echo "am__make_running_with_option: internal error: invalid" \
26
-              "target option '$${target_option-}' specified" >&2; \
27
-         exit 1;; \
28
-  esac; \
29
-  has_opt=no; \
30
-  sane_makeflags=$$MAKEFLAGS; \
31
-  if $(am__is_gnu_make); then \
32
-    sane_makeflags=$$MFLAGS; \
33
-  else \
34
-    case $$MAKEFLAGS in \
35
-      *\\[\ \	]*) \
36
-        bs=\\; \
37
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
38
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
39
-    esac; \
40
-  fi; \
41
-  skip_next=no; \
42
-  strip_trailopt () \
43
-  { \
44
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
45
-  }; \
46
-  for flg in $$sane_makeflags; do \
47
-    test $$skip_next = yes && { skip_next=no; continue; }; \
48
-    case $$flg in \
49
-      *=*|--*) continue;; \
50
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
51
-      -*I?*) strip_trailopt 'I';; \
52
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
53
-      -*O?*) strip_trailopt 'O';; \
54
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
55
-      -*l?*) strip_trailopt 'l';; \
56
-      -[dEDm]) skip_next=yes;; \
57
-      -[JT]) skip_next=yes;; \
58
-    esac; \
59
-    case $$flg in \
60
-      *$$target_option*) has_opt=yes; break;; \
61
-    esac; \
62
-  done; \
63
-  test $$has_opt = yes
64
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
65
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
66 21
 pkgdatadir = $(datadir)/@PACKAGE@
67 22
 pkgincludedir = $(includedir)/@PACKAGE@
68 23
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -86,9 +42,9 @@ target_triplet = @target@
86 86
 @INSTALL_LTDL_TRUE@am__append_2 = libltdl.la
87 87
 @CONVENIENCE_LTDL_TRUE@am__append_3 = libltdlc.la
88 88
 subdir = libltdl
89
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
90
-	$(top_srcdir)/config/depcomp $(am__include_HEADERS_DIST) \
91
-	$(am__ltdlinclude_HEADERS_DIST) COPYING.LIB README
89
+DIST_COMMON = README $(am__include_HEADERS_DIST) \
90
+	$(am__ltdlinclude_HEADERS_DIST) $(srcdir)/Makefile.am \
91
+	$(srcdir)/Makefile.in COPYING.LIB
92 92
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
93 93
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
94 94
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -200,7 +156,6 @@ dld_link_la_OBJECTS = $(am_dld_link_la_OBJECTS)
200 200
 AM_V_lt = $(am__v_lt_@AM_V@)
201 201
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
202 202
 am__v_lt_0 = --silent
203
-am__v_lt_1 = 
204 203
 dld_link_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
205 204
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
206 205
 	$(dld_link_la_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -255,18 +210,6 @@ shl_load_la_OBJECTS = $(am_shl_load_la_OBJECTS)
255 255
 shl_load_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
256 256
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
257 257
 	$(shl_load_la_LDFLAGS) $(LDFLAGS) -o $@
258
-AM_V_P = $(am__v_P_@AM_V@)
259
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
260
-am__v_P_0 = false
261
-am__v_P_1 = :
262
-AM_V_GEN = $(am__v_GEN_@AM_V@)
263
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
264
-am__v_GEN_0 = @echo "  GEN     " $@;
265
-am__v_GEN_1 = 
266
-AM_V_at = $(am__v_at_@AM_V@)
267
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
268
-am__v_at_0 = @
269
-am__v_at_1 = 
270 258
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
271 259
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
272 260
 am__depfiles_maybe = depfiles
... ...
@@ -279,16 +222,20 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
279 279
 	$(AM_CFLAGS) $(CFLAGS)
280 280
 AM_V_CC = $(am__v_CC_@AM_V@)
281 281
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
282
-am__v_CC_0 = @echo "  CC      " $@;
283
-am__v_CC_1 = 
282
+am__v_CC_0 = @echo "  CC    " $@;
283
+AM_V_at = $(am__v_at_@AM_V@)
284
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
285
+am__v_at_0 = @
284 286
 CCLD = $(CC)
285 287
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
286 288
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
287 289
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
288 290
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
289 291
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
290
-am__v_CCLD_0 = @echo "  CCLD    " $@;
291
-am__v_CCLD_1 = 
292
+am__v_CCLD_0 = @echo "  CCLD  " $@;
293
+AM_V_GEN = $(am__v_GEN_@AM_V@)
294
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
295
+am__v_GEN_0 = @echo "  GEN   " $@;
292 296
 SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
293 297
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
294 298
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
... ...
@@ -297,32 +244,10 @@ DIST_SOURCES = $(dld_link_la_SOURCES) $(dlopen_la_SOURCES) \
297 297
 	$(dyld_la_SOURCES) $(libltdl_la_SOURCES) \
298 298
 	$(libltdlc_la_SOURCES) $(load_add_on_la_SOURCES) \
299 299
 	$(loadlibrary_la_SOURCES) $(shl_load_la_SOURCES)
300
-am__can_run_installinfo = \
301
-  case $$AM_UPDATE_INFO_DIR in \
302
-    n|no|NO) false;; \
303
-    *) (install-info --version) >/dev/null 2>&1;; \
304
-  esac
305 300
 am__include_HEADERS_DIST = ltdl.h
306 301
 am__ltdlinclude_HEADERS_DIST = libltdl/lt_system.h libltdl/lt_error.h \
307 302
 	libltdl/lt_dlloader.h
308 303
 HEADERS = $(include_HEADERS) $(ltdlinclude_HEADERS)
309
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
310
-# Read a list of newline-separated strings from the standard input,
311
-# and print each of them once, without duplicates.  Input order is
312
-# *not* preserved.
313
-am__uniquify_input = $(AWK) '\
314
-  BEGIN { nonempty = 0; } \
315
-  { items[$$0] = 1; nonempty = 1; } \
316
-  END { if (nonempty) { for (i in items) print i; }; } \
317
-'
318
-# Make sure the list of sources is unique.  This is necessary because,
319
-# e.g., the same source file might be shared among _SOURCES variables
320
-# for different programs/libraries.
321
-am__define_uniq_tagged_files = \
322
-  list='$(am__tagged_files)'; \
323
-  unique=`for i in $$list; do \
324
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
325
-  done | $(am__uniquify_input)`
326 304
 ETAGS = etags
327 305
 CTAGS = ctags
328 306
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -626,9 +551,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
626 626
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
627 627
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
628 628
 $(am__aclocal_m4_deps):
629
-
630 629
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
631 630
 	@$(NORMAL_INSTALL)
631
+	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
632 632
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
633 633
 	list2=; for p in $$list; do \
634 634
 	  if test -f $$p; then \
... ...
@@ -636,8 +561,6 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
636 636
 	  else :; fi; \
637 637
 	done; \
638 638
 	test -z "$$list2" || { \
639
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
640
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
641 639
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
642 640
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
643 641
 	}
... ...
@@ -653,47 +576,35 @@ uninstall-libLTLIBRARIES:
653 653
 
654 654
 clean-libLTLIBRARIES:
655 655
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
656
-	@list='$(lib_LTLIBRARIES)'; \
657
-	locs=`for p in $$list; do echo $$p; done | \
658
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
659
-	      sort -u`; \
660
-	test -z "$$locs" || { \
661
-	  echo rm -f $${locs}; \
662
-	  rm -f $${locs}; \
663
-	}
656
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
657
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
658
+	  test "$$dir" != "$$p" || dir=.; \
659
+	  echo "rm -f \"$${dir}/so_locations\""; \
660
+	  rm -f "$${dir}/so_locations"; \
661
+	done
664 662
 
665 663
 clean-noinstLTLIBRARIES:
666 664
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
667
-	@list='$(noinst_LTLIBRARIES)'; \
668
-	locs=`for p in $$list; do echo $$p; done | \
669
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
670
-	      sort -u`; \
671
-	test -z "$$locs" || { \
672
-	  echo rm -f $${locs}; \
673
-	  rm -f $${locs}; \
674
-	}
675
-
665
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
666
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
667
+	  test "$$dir" != "$$p" || dir=.; \
668
+	  echo "rm -f \"$${dir}/so_locations\""; \
669
+	  rm -f "$${dir}/so_locations"; \
670
+	done
676 671
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
677 672
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
678
-
679 673
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
680 674
 	$(AM_V_CCLD)$(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
681
-
682 675
 dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) 
683 676
 	$(AM_V_CCLD)$(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
684
-
685 677
 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) 
686 678
 	$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
687
-
688 679
 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) 
689 680
 	$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
690
-
691 681
 load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) 
692 682
 	$(AM_V_CCLD)$(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
693
-
694 683
 loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) 
695 684
 	$(AM_V_CCLD)$(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
696
-
697 685
 shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) 
698 686
 	$(AM_V_CCLD)$(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
699 687
 
... ...
@@ -727,14 +638,14 @@ distclean-compile:
727 727
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
728 728
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
729 729
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
730
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
730
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
731 731
 
732 732
 .c.obj:
733 733
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
734 734
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
735 735
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
736 736
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
737
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
737
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
738 738
 
739 739
 .c.lo:
740 740
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -876,11 +787,8 @@ clean-libtool:
876 876
 	-rm -rf .libs _libs
877 877
 install-includeHEADERS: $(include_HEADERS)
878 878
 	@$(NORMAL_INSTALL)
879
+	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
879 880
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
880
-	if test -n "$$list"; then \
881
-	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
882
-	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
883
-	fi; \
884 881
 	for p in $$list; do \
885 882
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
886 883
 	  echo "$$d$$p"; \
... ...
@@ -897,11 +805,8 @@ uninstall-includeHEADERS:
897 897
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
898 898
 install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS)
899 899
 	@$(NORMAL_INSTALL)
900
+	test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)"
900 901
 	@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
901
-	if test -n "$$list"; then \
902
-	  echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \
903
-	  $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \
904
-	fi; \
905 902
 	for p in $$list; do \
906 903
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
907 904
 	  echo "$$d$$p"; \
... ...
@@ -917,15 +822,26 @@ uninstall-ltdlincludeHEADERS:
917 917
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
918 918
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
919 919
 
920
-ID: $(am__tagged_files)
921
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
922
-tags: tags-am
923
-TAGS: tags
924
-
925
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
920
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
921
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
922
+	unique=`for i in $$list; do \
923
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
924
+	  done | \
925
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
926
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
927
+	mkid -fID $$unique
928
+tags: TAGS
929
+
930
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
931
+		$(TAGS_FILES) $(LISP)
926 932
 	set x; \
927 933
 	here=`pwd`; \
928
-	$(am__define_uniq_tagged_files); \
934
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
935
+	unique=`for i in $$list; do \
936
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
937
+	  done | \
938
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
939
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
929 940
 	shift; \
930 941
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
931 942
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -937,11 +853,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
937 937
 	      $$unique; \
938 938
 	  fi; \
939 939
 	fi
940
-ctags: ctags-am
941
-
942
-CTAGS: ctags
943
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
944
-	$(am__define_uniq_tagged_files); \
940
+ctags: CTAGS
941
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
942
+		$(TAGS_FILES) $(LISP)
943
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
944
+	unique=`for i in $$list; do \
945
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
946
+	  done | \
947
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
948
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
945 949
 	test -z "$(CTAGS_ARGS)$$unique" \
946 950
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
947 951
 	     $$unique
... ...
@@ -950,21 +870,6 @@ GTAGS:
950 950
 	here=`$(am__cd) $(top_builddir) && pwd` \
951 951
 	  && $(am__cd) $(top_srcdir) \
952 952
 	  && gtags -i $(GTAGS_ARGS) "$$here"
953
-cscopelist: cscopelist-am
954
-
955
-cscopelist-am: $(am__tagged_files)
956
-	list='$(am__tagged_files)'; \
957
-	case "$(srcdir)" in \
958
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
959
-	  *) sdir=$(subdir)/$(srcdir) ;; \
960
-	esac; \
961
-	for i in $$list; do \
962
-	  if test -f "$$i"; then \
963
-	    echo "$(subdir)/$$i"; \
964
-	  else \
965
-	    echo "$$sdir/$$i"; \
966
-	  fi; \
967
-	done >> $(top_builddir)/cscope.files
968 953
 
969 954
 distclean-tags:
970 955
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -1115,20 +1020,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1115 1115
 
1116 1116
 .MAKE: all check install install-am install-strip
1117 1117
 
1118
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1118
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1119 1119
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1120
-	cscopelist-am ctags ctags-am distclean distclean-compile \
1121
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
1122
-	dvi-am html html-am info info-am install install-am \
1123
-	install-data install-data-am install-dvi install-dvi-am \
1124
-	install-exec install-exec-am install-html install-html-am \
1120
+	ctags distclean distclean-compile distclean-generic \
1121
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
1122
+	html-am info info-am install install-am install-data \
1123
+	install-data-am install-dvi install-dvi-am install-exec \
1124
+	install-exec-am install-html install-html-am \
1125 1125
 	install-includeHEADERS install-info install-info-am \
1126 1126
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1127 1127
 	install-pdf install-pdf-am install-ps install-ps-am \
1128 1128
 	install-strip installcheck installcheck-am installdirs \
1129 1129
 	maintainer-clean maintainer-clean-generic mostlyclean \
1130 1130
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1131
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1131
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1132 1132
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1133 1133
 	uninstall-ltdlincludeHEADERS
1134 1134
 
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -33,51 +34,6 @@
33 33
 #  MA 02110-1301, USA.
34 34
 
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))
81 36
 pkgdatadir = $(datadir)/@PACKAGE@
82 37
 pkgincludedir = $(includedir)/@PACKAGE@
83 38
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -99,8 +55,7 @@ host_triplet = @host@
99 99
 target_triplet = @target@
100 100
 bin_PROGRAMS = sigtool$(EXEEXT)
101 101
 subdir = sigtool
102
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
103
-	$(top_srcdir)/config/depcomp
102
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
104 103
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
105 104
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
106 105
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -186,19 +141,6 @@ sigtool_LDADD = $(LDADD)
186 186
 AM_V_lt = $(am__v_lt_@AM_V@)
187 187
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
188 188
 am__v_lt_0 = --silent
189
-am__v_lt_1 = 
190
-AM_V_P = $(am__v_P_@AM_V@)
191
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
192
-am__v_P_0 = false
193
-am__v_P_1 = :
194
-AM_V_GEN = $(am__v_GEN_@AM_V@)
195
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
196
-am__v_GEN_0 = @echo "  GEN     " $@;
197
-am__v_GEN_1 = 
198
-AM_V_at = $(am__v_at_@AM_V@)
199
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
200
-am__v_at_0 = @
201
-am__v_at_1 = 
202 189
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
203 190
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
204 191
 am__depfiles_maybe = depfiles
... ...
@@ -211,40 +153,22 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
211 211
 	$(AM_CFLAGS) $(CFLAGS)
212 212
 AM_V_CC = $(am__v_CC_@AM_V@)
213 213
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
214
-am__v_CC_0 = @echo "  CC      " $@;
215
-am__v_CC_1 = 
214
+am__v_CC_0 = @echo "  CC    " $@;
215
+AM_V_at = $(am__v_at_@AM_V@)
216
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
217
+am__v_at_0 = @
216 218
 CCLD = $(CC)
217 219
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
218 220
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
219 221
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
220 222
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
221 223
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
222
-am__v_CCLD_0 = @echo "  CCLD    " $@;
223
-am__v_CCLD_1 = 
224
+am__v_CCLD_0 = @echo "  CCLD  " $@;
225
+AM_V_GEN = $(am__v_GEN_@AM_V@)
226
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
227
+am__v_GEN_0 = @echo "  GEN   " $@;
224 228
 SOURCES = $(sigtool_SOURCES)
225 229
 DIST_SOURCES = $(sigtool_SOURCES)
226
-am__can_run_installinfo = \
227
-  case $$AM_UPDATE_INFO_DIR in \
228
-    n|no|NO) false;; \
229
-    *) (install-info --version) >/dev/null 2>&1;; \
230
-  esac
231
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
232
-# Read a list of newline-separated strings from the standard input,
233
-# and print each of them once, without duplicates.  Input order is
234
-# *not* preserved.
235
-am__uniquify_input = $(AWK) '\
236
-  BEGIN { nonempty = 0; } \
237
-  { items[$$0] = 1; nonempty = 1; } \
238
-  END { if (nonempty) { for (i in items) print i; }; } \
239
-'
240
-# Make sure the list of sources is unique.  This is necessary because,
241
-# e.g., the same source file might be shared among _SOURCES variables
242
-# for different programs/libraries.
243
-am__define_uniq_tagged_files = \
244
-  list='$(am__tagged_files)'; \
245
-  unique=`for i in $$list; do \
246
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
247
-  done | $(am__uniquify_input)`
248 230
 ETAGS = etags
249 231
 CTAGS = ctags
250 232
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
... ...
@@ -504,19 +428,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
504 504
 $(am__aclocal_m4_deps):
505 505
 install-binPROGRAMS: $(bin_PROGRAMS)
506 506
 	@$(NORMAL_INSTALL)
507
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
507 508
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
508
-	if test -n "$$list"; then \
509
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
510
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
511
-	fi; \
512 509
 	for p in $$list; do echo "$$p $$p"; done | \
513 510
 	sed 's/$(EXEEXT)$$//' | \
514
-	while read p p1; do if test -f $$p \
515
-	 || test -f $$p1 \
516
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
511
+	while read p p1; do if test -f $$p || test -f $$p1; \
512
+	  then echo "$$p"; echo "$$p"; else :; fi; \
517 513
 	done | \
518
-	sed -e 'p;s,.*/,,;n;h' \
519
-	    -e 's|.*|.|' \
514
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
520 515
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
521 516
 	sed 'N;N;N;s,\n, ,g' | \
522 517
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -537,8 +456,7 @@ uninstall-binPROGRAMS:
537 537
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
538 538
 	files=`for p in $$list; do echo "$$p"; done | \
539 539
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
540
-	      -e 's/$$/$(EXEEXT)/' \
541
-	`; \
540
+	      -e 's/$$/$(EXEEXT)/' `; \
542 541
 	test -n "$$list" || exit 0; \
543 542
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
544 543
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -567,7 +485,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
567 567
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
568 568
 	  done; \
569 569
 	done; rm -f c$${pid}_.???; exit $$bad
570
-
571 570
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) 
572 571
 	@rm -f sigtool$(EXEEXT)
573 572
 	$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
... ...
@@ -592,14 +509,14 @@ distclean-compile:
592 592
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
593 593
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
594 594
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
595
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
595
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
596 596
 
597 597
 .c.obj:
598 598
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
599 599
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
600 600
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
601 601
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
602
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
602
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
603 603
 
604 604
 .c.lo:
605 605
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -698,15 +615,26 @@ mostlyclean-libtool:
698 698
 clean-libtool:
699 699
 	-rm -rf .libs _libs
700 700
 
701
-ID: $(am__tagged_files)
702
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
703
-tags: tags-am
704
-TAGS: tags
705
-
706
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
701
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
702
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
703
+	unique=`for i in $$list; do \
704
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
705
+	  done | \
706
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
707
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
708
+	mkid -fID $$unique
709
+tags: TAGS
710
+
711
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
712
+		$(TAGS_FILES) $(LISP)
707 713
 	set x; \
708 714
 	here=`pwd`; \
709
-	$(am__define_uniq_tagged_files); \
715
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
716
+	unique=`for i in $$list; do \
717
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
718
+	  done | \
719
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
720
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
710 721
 	shift; \
711 722
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
712 723
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -718,11 +646,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
718 718
 	      $$unique; \
719 719
 	  fi; \
720 720
 	fi
721
-ctags: ctags-am
722
-
723
-CTAGS: ctags
724
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
725
-	$(am__define_uniq_tagged_files); \
721
+ctags: CTAGS
722
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
723
+		$(TAGS_FILES) $(LISP)
724
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
725
+	unique=`for i in $$list; do \
726
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
727
+	  done | \
728
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
729
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
726 730
 	test -z "$(CTAGS_ARGS)$$unique" \
727 731
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
728 732
 	     $$unique
... ...
@@ -731,21 +663,6 @@ GTAGS:
731 731
 	here=`$(am__cd) $(top_builddir) && pwd` \
732 732
 	  && $(am__cd) $(top_srcdir) \
733 733
 	  && gtags -i $(GTAGS_ARGS) "$$here"
734
-cscopelist: cscopelist-am
735
-
736
-cscopelist-am: $(am__tagged_files)
737
-	list='$(am__tagged_files)'; \
738
-	case "$(srcdir)" in \
739
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
740
-	  *) sdir=$(subdir)/$(srcdir) ;; \
741
-	esac; \
742
-	for i in $$list; do \
743
-	  if test -f "$$i"; then \
744
-	    echo "$(subdir)/$$i"; \
745
-	  else \
746
-	    echo "$$sdir/$$i"; \
747
-	  fi; \
748
-	done >> $(top_builddir)/cscope.files
749 734
 
750 735
 distclean-tags:
751 736
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -890,20 +807,19 @@ uninstall-am: uninstall-binPROGRAMS
890 890
 
891 891
 .MAKE: install-am install-strip
892 892
 
893
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
894
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
895
-	ctags ctags-am 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-binPROGRAMS \
898
-	install-data install-data-am install-dvi install-dvi-am \
899
-	install-exec install-exec-am install-html install-html-am \
900
-	install-info install-info-am install-man install-pdf \
901
-	install-pdf-am install-ps install-ps-am install-strip \
902
-	installcheck installcheck-am installcheck-binPROGRAMS \
903
-	installdirs maintainer-clean maintainer-clean-generic \
904
-	mostlyclean mostlyclean-compile mostlyclean-generic \
905
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
906
-	uninstall-am uninstall-binPROGRAMS
893
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
894
+	clean-generic clean-libtool ctags distclean distclean-compile \
895
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
896
+	dvi-am html html-am info info-am install install-am \
897
+	install-binPROGRAMS 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-strip installcheck installcheck-am \
902
+	installcheck-binPROGRAMS installdirs maintainer-clean \
903
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
904
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
905
+	tags uninstall uninstall-am uninstall-binPROGRAMS
907 906
 
908 907
 
909 908
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -14,51 +15,6 @@
14 14
 
15 15
 @SET_MAKE@
16 16
 VPATH = @srcdir@
17
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
-am__make_running_with_option = \
19
-  case $${target_option-} in \
20
-      ?) ;; \
21
-      *) echo "am__make_running_with_option: internal error: invalid" \
22
-              "target option '$${target_option-}' specified" >&2; \
23
-         exit 1;; \
24
-  esac; \
25
-  has_opt=no; \
26
-  sane_makeflags=$$MAKEFLAGS; \
27
-  if $(am__is_gnu_make); then \
28
-    sane_makeflags=$$MFLAGS; \
29
-  else \
30
-    case $$MAKEFLAGS in \
31
-      *\\[\ \	]*) \
32
-        bs=\\; \
33
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35
-    esac; \
36
-  fi; \
37
-  skip_next=no; \
38
-  strip_trailopt () \
39
-  { \
40
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
-  }; \
42
-  for flg in $$sane_makeflags; do \
43
-    test $$skip_next = yes && { skip_next=no; continue; }; \
44
-    case $$flg in \
45
-      *=*|--*) continue;; \
46
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
-      -*I?*) strip_trailopt 'I';; \
48
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
-      -*O?*) strip_trailopt 'O';; \
50
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
-      -*l?*) strip_trailopt 'l';; \
52
-      -[dEDm]) skip_next=yes;; \
53
-      -[JT]) skip_next=yes;; \
54
-    esac; \
55
-    case $$flg in \
56
-      *$$target_option*) has_opt=yes; break;; \
57
-    esac; \
58
-  done; \
59
-  test $$has_opt = yes
60
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 17
 pkgdatadir = $(datadir)/@PACKAGE@
63 18
 pkgincludedir = $(includedir)/@PACKAGE@
64 19
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -81,7 +37,7 @@ target_triplet = @target@
81 81
 @ENABLE_UNRAR_TRUE@am__append_1 = clam-v2.rar clam-v3.rar
82 82
 @HAVE_LIBBZ2_TRUE@am__append_2 = clam.exe.bz2 clam.bz2.zip
83 83
 subdir = test
84
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am README
84
+DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
85 85
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
86 86
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
87 87
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -157,26 +113,14 @@ mkinstalldirs = $(install_sh) -d
157 157
 CONFIG_HEADER = $(top_builddir)/clamav-config.h
158 158
 CONFIG_CLEAN_FILES =
159 159
 CONFIG_CLEAN_VPATH_FILES =
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 160
 AM_V_GEN = $(am__v_GEN_@AM_V@)
165 161
 am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
166
-am__v_GEN_0 = @echo "  GEN     " $@;
167
-am__v_GEN_1 = 
162
+am__v_GEN_0 = @echo "  GEN   " $@;
168 163
 AM_V_at = $(am__v_at_@AM_V@)
169 164
 am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
170 165
 am__v_at_0 = @
171
-am__v_at_1 = 
172 166
 SOURCES =
173 167
 DIST_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
179
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
180 168
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
181 169
 ACLOCAL = @ACLOCAL@
182 170
 AMTAR = @AMTAR@
... ...
@@ -433,11 +377,11 @@ mostlyclean-libtool:
433 433
 
434 434
 clean-libtool:
435 435
 	-rm -rf .libs _libs
436
-tags TAGS:
437
-
438
-ctags CTAGS:
436
+tags: TAGS
437
+TAGS:
439 438
 
440
-cscope cscopelist:
439
+ctags: CTAGS
440
+CTAGS:
441 441
 
442 442
 
443 443
 distdir: $(DISTFILES)
... ...
@@ -573,16 +517,16 @@ uninstall-am:
573 573
 .MAKE: install-am install-strip
574 574
 
575 575
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
576
-	clean-local cscopelist-am ctags-am distclean distclean-generic \
577
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
578
-	install install-am install-data install-data-am install-dvi \
576
+	clean-local distclean distclean-generic distclean-libtool \
577
+	distdir dvi dvi-am html html-am info info-am install \
578
+	install-am install-data install-data-am install-dvi \
579 579
 	install-dvi-am install-exec install-exec-am install-html \
580 580
 	install-html-am install-info install-info-am install-man \
581 581
 	install-pdf install-pdf-am install-ps install-ps-am \
582 582
 	install-strip installcheck installcheck-am installdirs \
583 583
 	maintainer-clean maintainer-clean-generic mostlyclean \
584 584
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
585
-	tags-am uninstall uninstall-am
585
+	uninstall uninstall-am
586 586
 
587 587
 
588 588
 all: $(FILES)
... ...
@@ -1,8 +1,9 @@
1
-# Makefile.in generated by automake 1.14.1 from Makefile.am.
1
+# Makefile.in generated by automake 1.11.3 from Makefile.am.
2 2
 # @configure_input@
3 3
 
4
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
5
-
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.
6 7
 # This Makefile.in is free software; the Free Software Foundation
7 8
 # gives unlimited permission to copy and/or distribute it,
8 9
 # with or without modifications, as long as this notice is preserved.
... ...
@@ -14,51 +15,6 @@
14 14
 
15 15
 @SET_MAKE@
16 16
 VPATH = @srcdir@
17
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
18
-am__make_running_with_option = \
19
-  case $${target_option-} in \
20
-      ?) ;; \
21
-      *) echo "am__make_running_with_option: internal error: invalid" \
22
-              "target option '$${target_option-}' specified" >&2; \
23
-         exit 1;; \
24
-  esac; \
25
-  has_opt=no; \
26
-  sane_makeflags=$$MAKEFLAGS; \
27
-  if $(am__is_gnu_make); then \
28
-    sane_makeflags=$$MFLAGS; \
29
-  else \
30
-    case $$MAKEFLAGS in \
31
-      *\\[\ \	]*) \
32
-        bs=\\; \
33
-        sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
34
-          | sed "s/$$bs$$bs[$$bs $$bs	]*//g"`;; \
35
-    esac; \
36
-  fi; \
37
-  skip_next=no; \
38
-  strip_trailopt () \
39
-  { \
40
-    flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
41
-  }; \
42
-  for flg in $$sane_makeflags; do \
43
-    test $$skip_next = yes && { skip_next=no; continue; }; \
44
-    case $$flg in \
45
-      *=*|--*) continue;; \
46
-        -*I) strip_trailopt 'I'; skip_next=yes;; \
47
-      -*I?*) strip_trailopt 'I';; \
48
-        -*O) strip_trailopt 'O'; skip_next=yes;; \
49
-      -*O?*) strip_trailopt 'O';; \
50
-        -*l) strip_trailopt 'l'; skip_next=yes;; \
51
-      -*l?*) strip_trailopt 'l';; \
52
-      -[dEDm]) skip_next=yes;; \
53
-      -[JT]) skip_next=yes;; \
54
-    esac; \
55
-    case $$flg in \
56
-      *$$target_option*) has_opt=yes; break;; \
57
-    esac; \
58
-  done; \
59
-  test $$has_opt = yes
60
-am__make_dryrun = (target_option=n; $(am__make_running_with_option))
61
-am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
62 17
 pkgdatadir = $(datadir)/@PACKAGE@
63 18
 pkgincludedir = $(includedir)/@PACKAGE@
64 19
 pkglibdir = $(libdir)/@PACKAGE@
... ...
@@ -82,8 +38,7 @@ target_triplet = @target@
82 82
 TESTS = $(am__EXEEXT_1) $(scripts)
83 83
 check_PROGRAMS = $(am__EXEEXT_1) check_clamd$(EXEEXT) $(am__EXEEXT_2)
84 84
 subdir = unit_tests
85
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
86
-	$(top_srcdir)/config/depcomp $(top_srcdir)/config/test-driver
85
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
87 86
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
88 87
 am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
89 88
 	$(top_srcdir)/m4/argz.m4 \
... ...
@@ -184,7 +139,6 @@ check_clamav_OBJECTS = $(am_check_clamav_OBJECTS)
184 184
 AM_V_lt = $(am__v_lt_@AM_V@)
185 185
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
186 186
 am__v_lt_0 = --silent
187
-am__v_lt_1 = 
188 187
 check_clamav_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
189 188
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(check_clamav_CFLAGS) \
190 189
 	$(CFLAGS) $(check_clamav_LDFLAGS) $(LDFLAGS) -o $@
... ...
@@ -201,18 +155,6 @@ am_check_fpu_endian_OBJECTS =  \
201 201
 check_fpu_endian_OBJECTS = $(am_check_fpu_endian_OBJECTS)
202 202
 check_fpu_endian_DEPENDENCIES =  \
203 203
 	$(top_builddir)/libclamav/libclamav.la
204
-AM_V_P = $(am__v_P_@AM_V@)
205
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
206
-am__v_P_0 = false
207
-am__v_P_1 = :
208
-AM_V_GEN = $(am__v_GEN_@AM_V@)
209
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
210
-am__v_GEN_0 = @echo "  GEN     " $@;
211
-am__v_GEN_1 = 
212
-AM_V_at = $(am__v_at_@AM_V@)
213
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
214
-am__v_at_0 = @
215
-am__v_at_1 = 
216 204
 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
217 205
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
218 206
 am__depfiles_maybe = depfiles
... ...
@@ -225,65 +167,40 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
225 225
 	$(AM_CFLAGS) $(CFLAGS)
226 226
 AM_V_CC = $(am__v_CC_@AM_V@)
227 227
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
228
-am__v_CC_0 = @echo "  CC      " $@;
229
-am__v_CC_1 = 
228
+am__v_CC_0 = @echo "  CC    " $@;
229
+AM_V_at = $(am__v_at_@AM_V@)
230
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
231
+am__v_at_0 = @
230 232
 CCLD = $(CC)
231 233
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
232 234
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
233 235
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
234 236
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
235 237
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
236
-am__v_CCLD_0 = @echo "  CCLD    " $@;
237
-am__v_CCLD_1 = 
238
+am__v_CCLD_0 = @echo "  CCLD  " $@;
239
+AM_V_GEN = $(am__v_GEN_@AM_V@)
240
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
241
+am__v_GEN_0 = @echo "  GEN   " $@;
238 242
 SOURCES = $(check_clamav_SOURCES) $(check_clamd_SOURCES) \
239 243
 	$(check_fpu_endian_SOURCES)
240 244
 DIST_SOURCES = $(am__check_clamav_SOURCES_DIST) \
241 245
 	$(am__check_clamd_SOURCES_DIST) $(check_fpu_endian_SOURCES)
242
-am__can_run_installinfo = \
243
-  case $$AM_UPDATE_INFO_DIR in \
244
-    n|no|NO) false;; \
245
-    *) (install-info --version) >/dev/null 2>&1;; \
246
-  esac
247
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
248
-# Read a list of newline-separated strings from the standard input,
249
-# and print each of them once, without duplicates.  Input order is
250
-# *not* preserved.
251
-am__uniquify_input = $(AWK) '\
252
-  BEGIN { nonempty = 0; } \
253
-  { items[$$0] = 1; nonempty = 1; } \
254
-  END { if (nonempty) { for (i in items) print i; }; } \
255
-'
256
-# Make sure the list of sources is unique.  This is necessary because,
257
-# e.g., the same source file might be shared among _SOURCES variables
258
-# for different programs/libraries.
259
-am__define_uniq_tagged_files = \
260
-  list='$(am__tagged_files)'; \
261
-  unique=`for i in $$list; do \
262
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
263
-  done | $(am__uniquify_input)`
264 246
 ETAGS = etags
265 247
 CTAGS = ctags
266
-am__tty_colors_dummy = \
267
-  mgn= red= grn= lgn= blu= brg= std=; \
268
-  am__color_tests=no
269
-am__tty_colors = { \
270
-  $(am__tty_colors_dummy); \
271
-  if test "X$(AM_COLOR_TESTS)" = Xno; then \
272
-    am__color_tests=no; \
273
-  elif test "X$(AM_COLOR_TESTS)" = Xalways; then \
274
-    am__color_tests=yes; \
275
-  elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \
276
-    am__color_tests=yes; \
277
-  fi; \
278
-  if test $$am__color_tests = yes; then \
279
-    red=''; \
280
-    grn=''; \
281
-    lgn=''; \
282
-    blu=''; \
283
-    mgn=''; \
284
-    brg=''; \
285
-    std=''; \
286
-  fi; \
248
+# If stdout is a non-dumb tty, use colors.  If test -t is not supported,
249
+# then this fails; a conservative approach.  Of course do not redirect
250
+# stdout here, just stderr.
251
+am__tty_colors = \
252
+red=; grn=; lgn=; blu=; std=; \
253
+test "X$(AM_COLOR_TESTS)" != Xno \
254
+&& test "X$$TERM" != Xdumb \
255
+&& { test "X$(AM_COLOR_TESTS)" = Xalways || test -t 1 2>/dev/null; } \
256
+&& { \
257
+  red=''; \
258
+  grn=''; \
259
+  lgn=''; \
260
+  blu=''; \
261
+  std=''; \
287 262
 }
288 263
 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
289 264
 am__vpath_adj = case $$p in \
... ...
@@ -312,161 +229,91 @@ am__uninstall_files_from_dir = { \
312 312
     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
313 313
          $(am__cd) "$$dir" && rm -f $$files; }; \
314 314
   }
315
-am__recheck_rx = ^[ 	]*:recheck:[ 	]*
316
-am__global_test_result_rx = ^[ 	]*:global-test-result:[ 	]*
317
-am__copy_in_global_log_rx = ^[ 	]*:copy-in-global-log:[ 	]*
318
-# A command that, given a newline-separated list of test names on the
319
-# standard input, print the name of the tests that are to be re-run
320
-# upon "make recheck".
321
-am__list_recheck_tests = $(AWK) '{ \
322
-  recheck = 1; \
323
-  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
324
-    { \
325
-      if (rc < 0) \
326
-        { \
327
-          if ((getline line2 < ($$0 ".log")) < 0) \
328
-	    recheck = 0; \
329
-          break; \
330
-        } \
331
-      else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \
332
-        { \
333
-          recheck = 0; \
334
-          break; \
335
-        } \
336
-      else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \
337
-        { \
338
-          break; \
339
-        } \
340
-    }; \
341
-  if (recheck) \
342
-    print $$0; \
343
-  close ($$0 ".trs"); \
344
-  close ($$0 ".log"); \
345
-}'
346
-# A command that, given a newline-separated list of test names on the
347
-# standard input, create the global log from their .trs and .log files.
348
-am__create_global_log = $(AWK) ' \
349
-function fatal(msg) \
350
-{ \
351
-  print "fatal: making $@: " msg | "cat >&2"; \
352
-  exit 1; \
353
-} \
354
-function rst_section(header) \
355
-{ \
356
-  print header; \
357
-  len = length(header); \
358
-  for (i = 1; i <= len; i = i + 1) \
359
-    printf "="; \
360
-  printf "\n\n"; \
361
-} \
362
-{ \
363
-  copy_in_global_log = 1; \
364
-  global_test_result = "RUN"; \
365
-  while ((rc = (getline line < ($$0 ".trs"))) != 0) \
366
-    { \
367
-      if (rc < 0) \
368
-         fatal("failed to read from " $$0 ".trs"); \
369
-      if (line ~ /$(am__global_test_result_rx)/) \
370
-        { \
371
-          sub("$(am__global_test_result_rx)", "", line); \
372
-          sub("[ 	]*$$", "", line); \
373
-          global_test_result = line; \
374
-        } \
375
-      else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \
376
-        copy_in_global_log = 0; \
377
-    }; \
378
-  if (copy_in_global_log) \
379
-    { \
380
-      rst_section(global_test_result ": " $$0); \
381
-      while ((rc = (getline line < ($$0 ".log"))) != 0) \
382
-      { \
383
-        if (rc < 0) \
384
-          fatal("failed to read from " $$0 ".log"); \
385
-        print line; \
386
-      }; \
387
-      printf "\n"; \
388
-    }; \
389
-  close ($$0 ".trs"); \
390
-  close ($$0 ".log"); \
315
+# Restructured Text title and section.
316
+am__rst_title = sed 's/.*/   &   /;h;s/./=/g;p;x;p;g;p;s/.*//'
317
+am__rst_section = sed 'p;s/./=/g;p;g'
318
+# Put stdin (possibly several lines separated by ".  ") in a box.
319
+# Prefix each line by 'col' and terminate each with 'std', for coloring.
320
+# Multi line coloring is problematic with "less -R", so we really need
321
+# to color each line individually.
322
+am__text_box = $(AWK) '{			\
323
+  n = split($$0, lines, "\\.  "); max = 0;	\
324
+  for (i = 1; i <= n; ++i)			\
325
+    if (max < length(lines[i]))			\
326
+      max = length(lines[i]);			\
327
+  for (i = 0; i < max; ++i)			\
328
+    line = line "=";				\
329
+  print col line std;				\
330
+  for (i = 1; i <= n; ++i)			\
331
+    if (lines[i])				\
332
+      print col lines[i] std;			\
333
+  print col line std;				\
391 334
 }'
392
-# Restructured Text title.
393
-am__rst_title = { sed 's/.*/   &   /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; }
394 335
 # Solaris 10 'make', and several other traditional 'make' implementations,
395 336
 # pass "-e" to $(SHELL), and POSIX 2008 even requires this.  Work around it
396 337
 # by disabling -e (using the XSI extension "set +e") if it's set.
397 338
 am__sh_e_setup = case $$- in *e*) set +e;; esac
398
-# Default flags passed to test drivers.
399
-am__common_driver_flags = \
400
-  --color-tests "$$am__color_tests" \
401
-  --enable-hard-errors "$$am__enable_hard_errors" \
402
-  --expect-failure "$$am__expect_failure"
403 339
 # To be inserted before the command running the test.  Creates the
404 340
 # directory for the log if needed.  Stores in $dir the directory
405
-# containing $f, in $tst the test, in $log the log.  Executes the
406
-# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and
407
-# passes TESTS_ENVIRONMENT.  Set up options for the wrapper that
408
-# will run the test scripts (or their associated LOG_COMPILER, if
409
-# thy have one).
341
+# containing $f, in $tst the test, in $log the log, and passes
342
+# TESTS_ENVIRONMENT.  Save and restore TERM around use of
343
+# TESTS_ENVIRONMENT, in case that unsets it.
410 344
 am__check_pre = \
411 345
 $(am__sh_e_setup);					\
412 346
 $(am__vpath_adj_setup) $(am__vpath_adj)			\
413
-$(am__tty_colors);					\
414 347
 srcdir=$(srcdir); export srcdir;			\
415
-case "$@" in						\
416
-  */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;;	\
417
-    *) am__odir=.;; 					\
418
-esac;							\
419
-test "x$$am__odir" = x"." || test -d "$$am__odir" 	\
420
-  || $(MKDIR_P) "$$am__odir" || exit $$?;		\
348
+rm -f $@-t;						\
349
+am__trap='rm -f '\''$(abs_builddir)/$@-t'\''; (exit $$st); exit $$st'; \
350
+trap "st=129; $$am__trap" 1; trap "st=130; $$am__trap" 2;	\
351
+trap "st=141; $$am__trap" 13; trap "st=143; $$am__trap" 15; \
352
+am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;		\
353
+test "x$$am__odir" = x. || $(MKDIR_P) "$$am__odir" || exit $$?;	\
421 354
 if test -f "./$$f"; then dir=./;			\
422 355
 elif test -f "$$f"; then dir=;				\
423 356
 else dir="$(srcdir)/"; fi;				\
424
-tst=$$dir$$f; log='$@'; 				\
425
-if test -n '$(DISABLE_HARD_ERRORS)'; then		\
426
-  am__enable_hard_errors=no; 				\
427
-else							\
428
-  am__enable_hard_errors=yes; 				\
429
-fi; 							\
357
+tst=$$dir$$f; log='$@'; __SAVED_TERM=$$TERM;		\
358
+$(TESTS_ENVIRONMENT)
359
+# To be appended to the command running the test.  Handle the stdout
360
+# and stderr redirection, and catch the exit status.
361
+am__check_post = \
362
+>$@-t 2>&1;						\
363
+estatus=$$?;						\
364
+if test -n '$(DISABLE_HARD_ERRORS)'			\
365
+   && test $$estatus -eq 99; then			\
366
+  estatus=1;						\
367
+fi;							\
368
+TERM=$$__SAVED_TERM; export TERM;			\
369
+$(am__tty_colors);					\
370
+xfailed=PASS;						\
430 371
 case " $(XFAIL_TESTS) " in				\
431 372
   *[\ \	]$$f[\ \	]* | *[\ \	]$$dir$$f[\ \	]*) \
432
-    am__expect_failure=yes;;				\
433
-  *)							\
434
-    am__expect_failure=no;;				\
435
-esac; 							\
436
-$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT)
437
-# A shell command to get the names of the tests scripts with any registered
438
-# extension removed (i.e., equivalently, the names of the test logs, with
439
-# the '.log' extension removed).  The result is saved in the shell variable
440
-# '$bases'.  This honors runtime overriding of TESTS and TEST_LOGS.  Sadly,
441
-# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)",
442
-# since that might cause problem with VPATH rewrites for suffix-less tests.
443
-# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'.
444
-am__set_TESTS_bases = \
445
-  bases='$(TEST_LOGS)'; \
446
-  bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
447
-  bases=`echo $$bases`
373
+    xfailed=XFAIL;;					\
374
+esac;							\
375
+case $$estatus.$$xfailed in				\
376
+    0.XFAIL) col=$$red; res=XPASS;;			\
377
+    0.*)     col=$$grn; res=PASS ;;			\
378
+    77.*)    col=$$blu; res=SKIP ;;			\
379
+    99.*)    col=$$red; res=FAIL ;;			\
380
+    *.XFAIL) col=$$lgn; res=XFAIL;;			\
381
+    *.*)     col=$$red; res=FAIL ;;			\
382
+esac;							\
383
+echo "$${col}$$res$${std}: $$f";			\
384
+echo "$$res: $$f (exit: $$estatus)" |			\
385
+  $(am__rst_section) >$@;				\
386
+cat $@-t >>$@;						\
387
+rm -f $@-t
448 388
 RECHECK_LOGS = $(TEST_LOGS)
449
-AM_RECURSIVE_TARGETS = check recheck
389
+AM_RECURSIVE_TARGETS = check recheck check-html recheck-html
390
+TEST_SUITE_HTML = $(TEST_SUITE_LOG:.log=.html)
450 391
 TEST_SUITE_LOG = test-suite.log
451 392
 TEST_EXTENSIONS = @EXEEXT@ .test
452
-LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
453 393
 LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
454
-am__set_b = \
455
-  case '$@' in \
456
-    */*) \
457
-      case '$*' in \
458
-        */*) b='$*';; \
459
-          *) b=`echo '$@' | sed 's/\.log$$//'`; \
460
-       esac;; \
461
-    *) \
462
-      b='$*';; \
463
-  esac
464 394
 am__test_logs1 = $(TESTS:=.log)
465 395
 am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
466 396
 TEST_LOGS = $(am__test_logs2:.test.log=.log)
467
-TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/config/test-driver
468 397
 TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
469 398
 	$(TEST_LOG_FLAGS)
399
+TEST_LOGS_TMP = $(TEST_LOGS:.log=.log-t)
470 400
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
471 401
 ACLOCAL = @ACLOCAL@
472 402
 AMTAR = @AMTAR@
... ...
@@ -707,7 +554,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
707 707
 all: all-am
708 708
 
709 709
 .SUFFIXES:
710
-.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
710
+.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
711 711
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
712 712
 	@for dep in $?; do \
713 713
 	  case '$(am__configure_deps)' in \
... ...
@@ -747,15 +594,12 @@ clean-checkPROGRAMS:
747 747
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
748 748
 	echo " rm -f" $$list; \
749 749
 	rm -f $$list
750
-
751 750
 check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) 
752 751
 	@rm -f check_clamav$(EXEEXT)
753 752
 	$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS)
754
-
755 753
 check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) 
756 754
 	@rm -f check_clamd$(EXEEXT)
757 755
 	$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS)
758
-
759 756
 check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) 
760 757
 	@rm -f check_fpu_endian$(EXEEXT)
761 758
 	$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS)
... ...
@@ -785,14 +629,14 @@ distclean-compile:
785 785
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
786 786
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
787 787
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
788
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
788
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
789 789
 
790 790
 .c.obj:
791 791
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
792 792
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
793 793
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
794 794
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
795
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
795
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
796 796
 
797 797
 .c.lo:
798 798
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -989,15 +833,26 @@ mostlyclean-libtool:
989 989
 clean-libtool:
990 990
 	-rm -rf .libs _libs
991 991
 
992
-ID: $(am__tagged_files)
993
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
994
-tags: tags-am
995
-TAGS: tags
996
-
997
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
992
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
993
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
994
+	unique=`for i in $$list; do \
995
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
996
+	  done | \
997
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
998
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
999
+	mkid -fID $$unique
1000
+tags: TAGS
1001
+
1002
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1003
+		$(TAGS_FILES) $(LISP)
998 1004
 	set x; \
999 1005
 	here=`pwd`; \
1000
-	$(am__define_uniq_tagged_files); \
1006
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1007
+	unique=`for i in $$list; do \
1008
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1009
+	  done | \
1010
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1011
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1001 1012
 	shift; \
1002 1013
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1003 1014
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -1009,11 +864,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1009 1009
 	      $$unique; \
1010 1010
 	  fi; \
1011 1011
 	fi
1012
-ctags: ctags-am
1013
-
1014
-CTAGS: ctags
1015
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1016
-	$(am__define_uniq_tagged_files); \
1012
+ctags: CTAGS
1013
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1014
+		$(TAGS_FILES) $(LISP)
1015
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1016
+	unique=`for i in $$list; do \
1017
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1018
+	  done | \
1019
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1020
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1017 1021
 	test -z "$(CTAGS_ARGS)$$unique" \
1018 1022
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1019 1023
 	     $$unique
... ...
@@ -1022,271 +881,167 @@ GTAGS:
1022 1022
 	here=`$(am__cd) $(top_builddir) && pwd` \
1023 1023
 	  && $(am__cd) $(top_srcdir) \
1024 1024
 	  && gtags -i $(GTAGS_ARGS) "$$here"
1025
-cscopelist: cscopelist-am
1026
-
1027
-cscopelist-am: $(am__tagged_files)
1028
-	list='$(am__tagged_files)'; \
1029
-	case "$(srcdir)" in \
1030
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1031
-	  *) sdir=$(subdir)/$(srcdir) ;; \
1032
-	esac; \
1033
-	for i in $$list; do \
1034
-	  if test -f "$$i"; then \
1035
-	    echo "$(subdir)/$$i"; \
1036
-	  else \
1037
-	    echo "$$sdir/$$i"; \
1038
-	  fi; \
1039
-	done >> $(top_builddir)/cscope.files
1040 1025
 
1041 1026
 distclean-tags:
1042 1027
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1043 1028
 
1044
-# Recover from deleted '.trs' file; this should ensure that
1045
-# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1046
-# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1047
-# to avoid problems with "make -n".
1048
-.log.trs:
1049
-	rm -f $< $@
1050
-	$(MAKE) $(AM_MAKEFLAGS) $<
1051
-
1052
-# Leading 'am--fnord' is there to ensure the list of targets does not
1053
-# expand to empty, as could happen e.g. with make check TESTS=''.
1054
-am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1055
-am--force-recheck:
1056
-	@:
1057
-
1058 1029
 $(TEST_SUITE_LOG): $(TEST_LOGS)
1059
-	@$(am__set_TESTS_bases); \
1060
-	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1061
-	redo_bases=`for i in $$bases; do \
1062
-	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1063
-	            done`; \
1064
-	if test -n "$$redo_bases"; then \
1065
-	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1066
-	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1067
-	  if $(am__make_dryrun); then :; else \
1068
-	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1069
-	  fi; \
1070
-	fi; \
1071
-	if test -n "$$am__remaking_logs"; then \
1072
-	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1073
-	       "recursion detected" >&2; \
1074
-	else \
1075
-	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1076
-	fi; \
1077
-	if $(am__make_dryrun); then :; else \
1078
-	  st=0;  \
1079
-	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1080
-	  for i in $$redo_bases; do \
1081
-	    test -f $$i.trs && test -r $$i.trs \
1082
-	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1083
-	    test -f $$i.log && test -r $$i.log \
1084
-	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1085
-	  done; \
1086
-	  test $$st -eq 0 || exit 1; \
1087
-	fi
1088
-	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1089
-	ws='[ 	]'; \
1090
-	results=`for b in $$bases; do echo $$b.trs; done`; \
1091
-	test -n "$$results" || results=/dev/null; \
1092
-	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1093
-	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1094
-	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1095
-	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1096
-	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1097
-	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1098
-	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1099
-	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1100
-	  success=true; \
1101
-	else \
1102
-	  success=false; \
1103
-	fi; \
1104
-	br='==================='; br=$$br$$br$$br$$br; \
1105
-	result_count () \
1106
-	{ \
1107
-	    if test x"$$1" = x"--maybe-color"; then \
1108
-	      maybe_colorize=yes; \
1109
-	    elif test x"$$1" = x"--no-color"; then \
1110
-	      maybe_colorize=no; \
1111
-	    else \
1112
-	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1113
-	    fi; \
1114
-	    shift; \
1115
-	    desc=$$1 count=$$2; \
1116
-	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1117
-	      color_start=$$3 color_end=$$std; \
1118
-	    else \
1119
-	      color_start= color_end=; \
1120
-	    fi; \
1121
-	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1122
-	}; \
1123
-	create_testsuite_report () \
1124
-	{ \
1125
-	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1126
-	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1127
-	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1128
-	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1129
-	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1130
-	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1131
-	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1132
-	}; \
1030
+	@$(am__sh_e_setup);						\
1031
+	list='$(TEST_LOGS)';						\
1032
+	results=`for f in $$list; do					\
1033
+		   test -r $$f && read line < $$f && echo "$$line"	\
1034
+		     || echo FAIL;					\
1035
+		 done`;							\
1036
+	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
1037
+	fail=`echo "$$results" | grep -c '^FAIL'`;			\
1038
+	pass=`echo "$$results" | grep -c '^PASS'`;			\
1039
+	skip=`echo "$$results" | grep -c '^SKIP'`;			\
1040
+	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
1041
+	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
1042
+	failures=`expr $$fail + $$xpass`;				\
1043
+	all=`expr $$all - $$skip`;					\
1044
+	if test "$$all" -eq 1; then tests=test; All=;			\
1045
+	else tests=tests; All="All "; fi;				\
1046
+	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
1047
+	  fail=0:xpass=0:xfail=0)					\
1048
+	    msg="$$All$$all $$tests passed.  ";				\
1049
+	    exit=true;;							\
1050
+	  fail=0:xpass=0:xfail=*)					\
1051
+	    msg="$$All$$all $$tests behaved as expected";		\
1052
+	    if test "$$xfail" -eq 1; then xfailures=failure;		\
1053
+	    else xfailures=failures; fi;				\
1054
+	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
1055
+	    exit=true;;							\
1056
+	  fail=*:xpass=0:xfail=*)					\
1057
+	    msg="$$fail of $$all $$tests failed.  ";			\
1058
+	    exit=false;;						\
1059
+	  fail=*:xpass=*:xfail=*)					\
1060
+	    msg="$$failures of $$all $$tests did not behave as expected"; \
1061
+	    if test "$$xpass" -eq 1; then xpasses=pass;			\
1062
+	    else xpasses=passes; fi;					\
1063
+	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
1064
+	    exit=false;;						\
1065
+	  *)								\
1066
+	    echo >&2 "incorrect case"; exit 4;;				\
1067
+	esac;								\
1068
+	if test "$$skip" -ne 0; then					\
1069
+	  if test "$$skip" -eq 1; then					\
1070
+	    msg="$$msg($$skip test was not run).  ";			\
1071
+	  else								\
1072
+	    msg="$$msg($$skip tests were not run).  ";			\
1073
+	  fi;								\
1074
+	fi;								\
1133 1075
 	{								\
1134 1076
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1135 1077
 	    $(am__rst_title);						\
1136
-	  create_testsuite_report --no-color;				\
1078
+	  echo "$$msg";							\
1137 1079
 	  echo;								\
1138 1080
 	  echo ".. contents:: :depth: 2";				\
1139 1081
 	  echo;								\
1140
-	  for b in $$bases; do echo $$b; done				\
1141
-	    | $(am__create_global_log);					\
1142
-	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1082
+	  for f in $$list; do						\
1083
+	    test -r $$f && read line < $$f || line=;			\
1084
+	    case $$line in						\
1085
+	      PASS:*|XFAIL:*);;						\
1086
+	      *) echo; cat $$f;;					\
1087
+	    esac;							\
1088
+	  done;								\
1089
+	} >$(TEST_SUITE_LOG).tmp;					\
1143 1090
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1144
-	if $$success; then						\
1091
+	if test "$$failures" -ne 0; then				\
1092
+	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
1093
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1094
+	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
1095
+	  fi;								\
1096
+	fi;								\
1097
+	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
1098
+	$(am__tty_colors);						\
1099
+	if $$exit; then							\
1145 1100
 	  col="$$grn";							\
1146 1101
 	 else								\
1147 1102
 	  col="$$red";							\
1148
-	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1149 1103
 	fi;								\
1150
-	echo "$${col}$$br$${std}"; 					\
1151
-	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1152
-	echo "$${col}$$br$${std}"; 					\
1153
-	create_testsuite_report --maybe-color;				\
1154
-	echo "$$col$$br$$std";						\
1155
-	if $$success; then :; else					\
1156
-	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1157
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1158
-	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1159
-	  fi;								\
1160
-	  echo "$$col$$br$$std";					\
1161
-	fi;								\
1162
-	$$success || exit 1
1104
+	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
1105
+	$$exit || exit 1
1163 1106
 
1164
-check-TESTS:
1165
-	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1166
-	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1167
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1168
-	@set +e; $(am__set_TESTS_bases); \
1169
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
1170
-	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1171
-	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1172
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1173
-	exit $$?;
1174
-recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1107
+check-TESTS recheck:
1108
+	@if test $@ != recheck; then \
1109
+	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
1110
+	 fi
1175 1111
 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1176
-	@set +e; $(am__set_TESTS_bases); \
1177
-	bases=`for i in $$bases; do echo $$i; done \
1178
-	         | $(am__list_recheck_tests)` || exit 1; \
1179
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
1180
-	log_list=`echo $$log_list`; \
1181
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1182
-	        am__force_recheck=am--force-recheck \
1183
-	        TEST_LOGS="$$log_list"; \
1184
-	exit $$?
1112
+	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
1113
+	  test .log = $$f && continue; \
1114
+	  if test $@ = recheck; then \
1115
+	    test -f $$f || continue; \
1116
+	    if test -r $$f && read line < $$f; then \
1117
+	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
1118
+	    fi; \
1119
+	  fi; \
1120
+	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
1121
+	done; \
1122
+	if test $@ = recheck && test -n "$$list"; then \
1123
+	  echo "am--clean: ; rm -f $$list" \
1124
+	    | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \
1125
+	fi; \
1126
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1127
+recheck: $(check_PROGRAMS) $(check_SCRIPTS)
1128
+
1129
+am--mostlyclean-test-html:
1130
+	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
1131
+	rm -f $(TEST_SUITE_HTML)
1132
+
1133
+.log.html:
1134
+	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
1135
+	for r2h in $$list; do						\
1136
+	  if ($$r2h --version) >/dev/null 2>&1; then			\
1137
+	    R2H=$$r2h;							\
1138
+	  fi;								\
1139
+	done;								\
1140
+	if test -z "$$R2H"; then					\
1141
+	  echo >&2 "cannot find rst2html, cannot create $@";		\
1142
+	  exit 2;							\
1143
+	fi;								\
1144
+	$$R2H $< >$@.tmp
1145
+	@mv $@.tmp $@
1146
+
1147
+# Be sure to run check first, and then to convert the result.
1148
+# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1149
+# check-SCRIPTS and other dependencies are rebuilt by the former only.
1150
+# And expect check to fail.
1151
+check-html recheck-html:
1152
+	@target=`echo $@ | sed 's/-html$$//'`; \
1153
+	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1154
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1155
+	exit $$rv
1185 1156
 check_clamav.log: check_clamav$(EXEEXT)
1186
-	@p='check_clamav$(EXEEXT)'; \
1187
-	b='check_clamav'; \
1188
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1189
-	--log-file $$b.log --trs-file $$b.trs \
1190
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1191
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1157
+	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1192 1158
 check_freshclam.sh.log: check_freshclam.sh
1193
-	@p='check_freshclam.sh'; \
1194
-	b='check_freshclam.sh'; \
1195
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1196
-	--log-file $$b.log --trs-file $$b.trs \
1197
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1198
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1159
+	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1199 1160
 check_sigtool.sh.log: check_sigtool.sh
1200
-	@p='check_sigtool.sh'; \
1201
-	b='check_sigtool.sh'; \
1202
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1203
-	--log-file $$b.log --trs-file $$b.trs \
1204
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1205
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1161
+	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1206 1162
 check_unit_vg.sh.log: check_unit_vg.sh
1207
-	@p='check_unit_vg.sh'; \
1208
-	b='check_unit_vg.sh'; \
1209
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1210
-	--log-file $$b.log --trs-file $$b.trs \
1211
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1212
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1163
+	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1213 1164
 check1_clamscan.sh.log: check1_clamscan.sh
1214
-	@p='check1_clamscan.sh'; \
1215
-	b='check1_clamscan.sh'; \
1216
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1217
-	--log-file $$b.log --trs-file $$b.trs \
1218
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1219
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1165
+	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1220 1166
 check2_clamd.sh.log: check2_clamd.sh
1221
-	@p='check2_clamd.sh'; \
1222
-	b='check2_clamd.sh'; \
1223
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1224
-	--log-file $$b.log --trs-file $$b.trs \
1225
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1226
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1167
+	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1227 1168
 check3_clamd.sh.log: check3_clamd.sh
1228
-	@p='check3_clamd.sh'; \
1229
-	b='check3_clamd.sh'; \
1230
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1231
-	--log-file $$b.log --trs-file $$b.trs \
1232
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1233
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1169
+	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1234 1170
 check4_clamd.sh.log: check4_clamd.sh
1235
-	@p='check4_clamd.sh'; \
1236
-	b='check4_clamd.sh'; \
1237
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1238
-	--log-file $$b.log --trs-file $$b.trs \
1239
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1240
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1171
+	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1241 1172
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1242
-	@p='check5_clamd_vg.sh'; \
1243
-	b='check5_clamd_vg.sh'; \
1244
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1245
-	--log-file $$b.log --trs-file $$b.trs \
1246
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1247
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1173
+	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1248 1174
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1249
-	@p='check6_clamd_vg.sh'; \
1250
-	b='check6_clamd_vg.sh'; \
1251
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1252
-	--log-file $$b.log --trs-file $$b.trs \
1253
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1254
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1175
+	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1255 1176
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1256
-	@p='check7_clamd_hg.sh'; \
1257
-	b='check7_clamd_hg.sh'; \
1258
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1259
-	--log-file $$b.log --trs-file $$b.trs \
1260
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1261
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1177
+	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1262 1178
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1263
-	@p='check8_clamd_hg.sh'; \
1264
-	b='check8_clamd_hg.sh'; \
1265
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1266
-	--log-file $$b.log --trs-file $$b.trs \
1267
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1268
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1179
+	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1269 1180
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1270
-	@p='check9_clamscan_vg.sh'; \
1271
-	b='check9_clamscan_vg.sh'; \
1272
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1273
-	--log-file $$b.log --trs-file $$b.trs \
1274
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1275
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1181
+	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1276 1182
 .test.log:
1277
-	@p='$<'; \
1278
-	$(am__set_b); \
1279
-	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1280
-	--log-file $$b.log --trs-file $$b.trs \
1281
-	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1282
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1183
+	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1283 1184
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1284
-@am__EXEEXT_TRUE@	@p='$<'; \
1285
-@am__EXEEXT_TRUE@	$(am__set_b); \
1286
-@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1287
-@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1288
-@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1289
-@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1185
+@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1290 1186
 
1291 1187
 distdir: $(DISTFILES)
1292 1188
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1345,7 +1100,7 @@ install-strip:
1345 1345
 	fi
1346 1346
 mostlyclean-generic:
1347 1347
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1348
-	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1348
+	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1349 1349
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1350 1350
 
1351 1351
 clean-generic:
... ...
@@ -1417,8 +1172,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1417 1417
 
1418 1418
 mostlyclean: mostlyclean-am
1419 1419
 
1420
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1421
-	mostlyclean-libtool
1420
+mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1421
+	mostlyclean-generic mostlyclean-libtool
1422 1422
 
1423 1423
 pdf: pdf-am
1424 1424
 
... ...
@@ -1430,21 +1185,22 @@ ps-am:
1430 1430
 
1431 1431
 uninstall-am:
1432 1432
 
1433
-.MAKE: check-am install-am install-strip
1434
-
1435
-.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1436
-	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1437
-	cscopelist-am ctags ctags-am distclean distclean-compile \
1438
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
1439
-	dvi-am html html-am info info-am install install-am \
1440
-	install-data install-data-am install-dvi install-dvi-am \
1441
-	install-exec install-exec-am install-html install-html-am \
1442
-	install-info install-info-am install-man install-pdf \
1443
-	install-pdf-am install-ps install-ps-am install-strip \
1444
-	installcheck installcheck-am installdirs maintainer-clean \
1445
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
1446
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1447
-	recheck tags tags-am uninstall uninstall-am
1433
+.MAKE: check-am check-html install-am install-strip recheck-html
1434
+
1435
+.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1436
+	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1437
+	clean-generic clean-libtool clean-local ctags distclean \
1438
+	distclean-compile distclean-generic distclean-libtool \
1439
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
1440
+	install install-am install-data install-data-am install-dvi \
1441
+	install-dvi-am install-exec install-exec-am install-html \
1442
+	install-html-am install-info install-info-am install-man \
1443
+	install-pdf install-pdf-am install-ps install-ps-am \
1444
+	install-strip installcheck installcheck-am installdirs \
1445
+	maintainer-clean maintainer-clean-generic mostlyclean \
1446
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1447
+	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1448
+	uninstall-am
1448 1449
 
1449 1450
 
1450 1451
 check_unit_vg.sh: $(FILES)