Browse code

autoreconf for bb11447.

Steven Morgan authored on 2015/12/10 06:33:06
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
... ...
@@ -595,8 +510,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
595 595
 $(am__aclocal_m4_deps):
596 596
 
597 597
 clamav-config.h: stamp-h1
598
-	@test -f $@ || rm -f stamp-h1
599
-	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
598
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
599
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
600 600
 
601 601
 stamp-h1: $(srcdir)/clamav-config.h.in $(top_builddir)/config.status
602 602
 	@rm -f stamp-h1
... ...
@@ -642,11 +557,8 @@ docs/man/clamsubmit.1: $(top_builddir)/config.status $(top_srcdir)/docs/man/clam
642 642
 	cd $(top_builddir) && $(SHELL) ./config.status $@
643 643
 install-binSCRIPTS: $(bin_SCRIPTS)
644 644
 	@$(NORMAL_INSTALL)
645
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
645 646
 	@list='$(bin_SCRIPTS)'; test -n "$(bindir)" || list=; \
646
-	if test -n "$$list"; then \
647
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
648
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
649
-	fi; \
650 647
 	for p in $$list; do \
651 648
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
652 649
 	  if test -f "$$d$$p"; then echo "$$d$$p"; echo "$$p"; else :; fi; \
... ...
@@ -701,11 +613,8 @@ distclean-libtool:
701 701
 	-rm -f libtool config.lt
702 702
 install-pkgconfigDATA: $(pkgconfig_DATA)
703 703
 	@$(NORMAL_INSTALL)
704
+	test -z "$(pkgconfigdir)" || $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)"
704 705
 	@list='$(pkgconfig_DATA)'; test -n "$(pkgconfigdir)" || list=; \
705
-	if test -n "$$list"; then \
706
-	  echo " $(MKDIR_P) '$(DESTDIR)$(pkgconfigdir)'"; \
707
-	  $(MKDIR_P) "$(DESTDIR)$(pkgconfigdir)" || exit 1; \
708
-	fi; \
709 706
 	for p in $$list; do \
710 707
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
711 708
 	  echo "$$d$$p"; \
... ...
@@ -722,25 +631,22 @@ uninstall-pkgconfigDATA:
722 722
 	dir='$(DESTDIR)$(pkgconfigdir)'; $(am__uninstall_files_from_dir)
723 723
 
724 724
 # This directory's subdirectories are mostly independent; you can cd
725
-# into them and run 'make' without going through this Makefile.
726
-# To change the values of 'make' variables: instead of editing Makefiles,
727
-# (1) if the variable is set in 'config.status', edit 'config.status'
728
-#     (which will cause the Makefiles to be regenerated when you run 'make');
729
-# (2) otherwise, pass the desired values on the 'make' command line.
730
-$(am__recursive_targets):
731
-	@fail=; \
732
-	if $(am__make_keepgoing); then \
733
-	  failcom='fail=yes'; \
734
-	else \
735
-	  failcom='exit 1'; \
736
-	fi; \
725
+# into them and run `make' without going through this Makefile.
726
+# To change the values of `make' variables: instead of editing Makefiles,
727
+# (1) if the variable is set in `config.status', edit `config.status'
728
+#     (which will cause the Makefiles to be regenerated when you run `make');
729
+# (2) otherwise, pass the desired values on the `make' command line.
730
+$(RECURSIVE_TARGETS):
731
+	@fail= failcom='exit 1'; \
732
+	for f in x $$MAKEFLAGS; do \
733
+	  case $$f in \
734
+	    *=* | --[!k]*);; \
735
+	    *k*) failcom='fail=yes';; \
736
+	  esac; \
737
+	done; \
737 738
 	dot_seen=no; \
738 739
 	target=`echo $@ | sed s/-recursive//`; \
739
-	case "$@" in \
740
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
741
-	  *) list='$(SUBDIRS)' ;; \
742
-	esac; \
743
-	for subdir in $$list; do \
740
+	list='$(SUBDIRS)'; for subdir in $$list; do \
744 741
 	  echo "Making $$target in $$subdir"; \
745 742
 	  if test "$$subdir" = "."; then \
746 743
 	    dot_seen=yes; \
... ...
@@ -755,12 +661,57 @@ $(am__recursive_targets):
755 755
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
756 756
 	fi; test -z "$$fail"
757 757
 
758
-ID: $(am__tagged_files)
759
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
760
-tags: tags-recursive
761
-TAGS: tags
758
+$(RECURSIVE_CLEAN_TARGETS):
759
+	@fail= failcom='exit 1'; \
760
+	for f in x $$MAKEFLAGS; do \
761
+	  case $$f in \
762
+	    *=* | --[!k]*);; \
763
+	    *k*) failcom='fail=yes';; \
764
+	  esac; \
765
+	done; \
766
+	dot_seen=no; \
767
+	case "$@" in \
768
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
769
+	  *) list='$(SUBDIRS)' ;; \
770
+	esac; \
771
+	rev=''; for subdir in $$list; do \
772
+	  if test "$$subdir" = "."; then :; else \
773
+	    rev="$$subdir $$rev"; \
774
+	  fi; \
775
+	done; \
776
+	rev="$$rev ."; \
777
+	target=`echo $@ | sed s/-recursive//`; \
778
+	for subdir in $$rev; do \
779
+	  echo "Making $$target in $$subdir"; \
780
+	  if test "$$subdir" = "."; then \
781
+	    local_target="$$target-am"; \
782
+	  else \
783
+	    local_target="$$target"; \
784
+	  fi; \
785
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
786
+	  || eval $$failcom; \
787
+	done && test -z "$$fail"
788
+tags-recursive:
789
+	list='$(SUBDIRS)'; for subdir in $$list; do \
790
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
791
+	done
792
+ctags-recursive:
793
+	list='$(SUBDIRS)'; for subdir in $$list; do \
794
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
795
+	done
762 796
 
763
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
797
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
798
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
799
+	unique=`for i in $$list; do \
800
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
801
+	  done | \
802
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
803
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
804
+	mkid -fID $$unique
805
+tags: TAGS
806
+
807
+TAGS: tags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
808
+		$(TAGS_FILES) $(LISP)
764 809
 	set x; \
765 810
 	here=`pwd`; \
766 811
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -776,7 +727,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
776 776
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
777 777
 	  fi; \
778 778
 	done; \
779
-	$(am__define_uniq_tagged_files); \
779
+	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(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; }; }'`; \
780 785
 	shift; \
781 786
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
782 787
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -788,11 +744,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
788 788
 	      $$unique; \
789 789
 	  fi; \
790 790
 	fi
791
-ctags: ctags-recursive
792
-
793
-CTAGS: ctags
794
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
795
-	$(am__define_uniq_tagged_files); \
791
+ctags: CTAGS
792
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES) clamav-config.h.in $(TAGS_DEPENDENCIES) \
793
+		$(TAGS_FILES) $(LISP)
794
+	list='$(SOURCES) $(HEADERS) clamav-config.h.in $(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; }; }'`; \
796 800
 	test -z "$(CTAGS_ARGS)$$unique" \
797 801
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
798 802
 	     $$unique
... ...
@@ -801,31 +761,9 @@ GTAGS:
801 801
 	here=`$(am__cd) $(top_builddir) && pwd` \
802 802
 	  && $(am__cd) $(top_srcdir) \
803 803
 	  && gtags -i $(GTAGS_ARGS) "$$here"
804
-cscope: cscope.files
805
-	test ! -s cscope.files \
806
-	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
807
-clean-cscope:
808
-	-rm -f cscope.files
809
-cscope.files: clean-cscope cscopelist
810
-cscopelist: cscopelist-recursive
811
-
812
-cscopelist-am: $(am__tagged_files)
813
-	list='$(am__tagged_files)'; \
814
-	case "$(srcdir)" in \
815
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
816
-	  *) sdir=$(subdir)/$(srcdir) ;; \
817
-	esac; \
818
-	for i in $$list; do \
819
-	  if test -f "$$i"; then \
820
-	    echo "$(subdir)/$$i"; \
821
-	  else \
822
-	    echo "$$sdir/$$i"; \
823
-	  fi; \
824
-	done >> $(top_builddir)/cscope.files
825 804
 
826 805
 distclean-tags:
827 806
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
828
-	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
829 807
 
830 808
 distdir: $(DISTFILES)
831 809
 	$(am__remove_distdir)
... ...
@@ -861,10 +799,13 @@ distdir: $(DISTFILES)
861 861
 	done
862 862
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
863 863
 	  if test "$$subdir" = .; then :; else \
864
-	    $(am__make_dryrun) \
865
-	      || test -d "$(distdir)/$$subdir" \
866
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
867
-	      || exit 1; \
864
+	    test -d "$(distdir)/$$subdir" \
865
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
866
+	    || exit 1; \
867
+	  fi; \
868
+	done
869
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
870
+	  if test "$$subdir" = .; then :; else \
868 871
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
869 872
 	    $(am__relativize); \
870 873
 	    new_distdir=$$reldir; \
... ...
@@ -896,41 +837,40 @@ distdir: $(DISTFILES)
896 896
 	|| chmod -R a+r "$(distdir)"
897 897
 dist-gzip: distdir
898 898
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
899
-	$(am__post_remove_distdir)
899
+	$(am__remove_distdir)
900 900
 dist-bzip2: distdir
901 901
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
902
-	$(am__post_remove_distdir)
902
+	$(am__remove_distdir)
903 903
 
904 904
 dist-lzip: distdir
905 905
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
906
-	$(am__post_remove_distdir)
906
+	$(am__remove_distdir)
907
+
908
+dist-lzma: distdir
909
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
910
+	$(am__remove_distdir)
907 911
 
908 912
 dist-xz: distdir
909 913
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
910
-	$(am__post_remove_distdir)
914
+	$(am__remove_distdir)
911 915
 
912 916
 dist-tarZ: distdir
913
-	@echo WARNING: "Support for shar distribution archives is" \
914
-	               "deprecated." >&2
915
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
916 917
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
917
-	$(am__post_remove_distdir)
918
+	$(am__remove_distdir)
918 919
 
919 920
 dist-shar: distdir
920
-	@echo WARNING: "Support for distribution archives compressed with" \
921
-		       "legacy program 'compress' is deprecated." >&2
922
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
923 921
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
924
-	$(am__post_remove_distdir)
922
+	$(am__remove_distdir)
925 923
 
926 924
 dist-zip: distdir
927 925
 	-rm -f $(distdir).zip
928 926
 	zip -rq $(distdir).zip $(distdir)
929
-	$(am__post_remove_distdir)
927
+	$(am__remove_distdir)
930 928
 
931
-dist dist-all:
932
-	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
933
-	$(am__post_remove_distdir)
929
+dist dist-all: distdir
930
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
931
+	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
932
+	$(am__remove_distdir)
934 933
 
935 934
 # This target untars the dist file and tries a VPATH configuration.  Then
936 935
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -941,6 +881,8 @@ distcheck: dist
941 941
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
942 942
 	*.tar.bz2*) \
943 943
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
944
+	*.tar.lzma*) \
945
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
944 946
 	*.tar.lz*) \
945 947
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
946 948
 	*.tar.xz*) \
... ...
@@ -952,19 +894,18 @@ distcheck: dist
952 952
 	*.zip*) \
953 953
 	  unzip $(distdir).zip ;;\
954 954
 	esac
955
-	chmod -R a-w $(distdir)
956
-	chmod u+w $(distdir)
957
-	mkdir $(distdir)/_build $(distdir)/_inst
955
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
956
+	mkdir $(distdir)/_build
957
+	mkdir $(distdir)/_inst
958 958
 	chmod a-w $(distdir)
959 959
 	test -d $(distdir)/_build || exit 0; \
960 960
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
961 961
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
962 962
 	  && am__cwd=`pwd` \
963 963
 	  && $(am__cd) $(distdir)/_build \
964
-	  && ../configure \
964
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
965 965
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
966 966
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
967
-	    --srcdir=.. --prefix="$$dc_install_base" \
968 967
 	  && $(MAKE) $(AM_MAKEFLAGS) \
969 968
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
970 969
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -987,7 +928,7 @@ distcheck: dist
987 987
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
988 988
 	  && cd "$$am__cwd" \
989 989
 	  || exit 1
990
-	$(am__post_remove_distdir)
990
+	$(am__remove_distdir)
991 991
 	@(echo "$(distdir) archives ready for distribution: "; \
992 992
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
993 993
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -1126,25 +1067,26 @@ ps-am:
1126 1126
 
1127 1127
 uninstall-am: uninstall-binSCRIPTS uninstall-pkgconfigDATA
1128 1128
 
1129
-.MAKE: $(am__recursive_targets) all install-am install-strip
1130
-
1131
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \
1132
-	am--refresh check check-am clean clean-cscope clean-generic \
1133
-	clean-libtool cscope cscopelist-am ctags ctags-am dist \
1134
-	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-shar \
1135
-	dist-tarZ dist-xz dist-zip distcheck distclean \
1136
-	distclean-generic distclean-hdr distclean-libtool \
1137
-	distclean-tags distcleancheck distdir distuninstallcheck dvi \
1138
-	dvi-am html html-am info info-am install install-am \
1139
-	install-binSCRIPTS install-data install-data-am install-dvi \
1140
-	install-dvi-am install-exec install-exec-am install-html \
1141
-	install-html-am install-info install-info-am install-man \
1142
-	install-pdf install-pdf-am install-pkgconfigDATA install-ps \
1143
-	install-ps-am install-strip installcheck installcheck-am \
1144
-	installcheck-binSCRIPTS installdirs installdirs-am \
1145
-	maintainer-clean maintainer-clean-generic mostlyclean \
1146
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1147
-	tags tags-am uninstall uninstall-am uninstall-binSCRIPTS \
1129
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
1130
+	ctags-recursive install-am install-strip tags-recursive
1131
+
1132
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1133
+	all all-am am--refresh check check-am clean clean-generic \
1134
+	clean-libtool ctags ctags-recursive dist dist-all dist-bzip2 \
1135
+	dist-gzip dist-hook dist-lzip dist-lzma dist-shar dist-tarZ \
1136
+	dist-xz dist-zip distcheck distclean distclean-generic \
1137
+	distclean-hdr distclean-libtool distclean-tags distcleancheck \
1138
+	distdir distuninstallcheck dvi dvi-am html html-am info \
1139
+	info-am install install-am install-binSCRIPTS install-data \
1140
+	install-data-am install-dvi install-dvi-am install-exec \
1141
+	install-exec-am install-html install-html-am install-info \
1142
+	install-info-am install-man install-pdf install-pdf-am \
1143
+	install-pkgconfigDATA install-ps install-ps-am install-strip \
1144
+	installcheck installcheck-am installcheck-binSCRIPTS \
1145
+	installdirs installdirs-am maintainer-clean \
1146
+	maintainer-clean-generic mostlyclean mostlyclean-generic \
1147
+	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
1148
+	uninstall uninstall-am uninstall-binSCRIPTS \
1148 1149
 	uninstall-pkgconfigDATA
1149 1150
 
1150 1151
 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,14 +12,13 @@
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 22
 # pkg.m4 - Macros to locate and utilise pkg-config.            -*- Autoconf -*-
24 23
 # serial 1 (pkg-config-0.24)
... ...
@@ -180,22 +180,25 @@ else
180 180
 fi[]dnl
181 181
 ])# PKG_CHECK_MODULES
182 182
 
183
-# Copyright (C) 2002-2013 Free Software Foundation, Inc.
183
+# Copyright (C) 2002, 2003, 2005, 2006, 2007, 2008, 2011 Free Software
184
+# Foundation, Inc.
184 185
 #
185 186
 # This file is free software; the Free Software Foundation
186 187
 # gives unlimited permission to copy and/or distribute it,
187 188
 # with or without modifications, as long as this notice is preserved.
188 189
 
190
+# serial 1
191
+
189 192
 # AM_AUTOMAKE_VERSION(VERSION)
190 193
 # ----------------------------
191 194
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
192 195
 # generated from the m4 files accompanying Automake X.Y.
193 196
 # (This private macro should not be called outside this file.)
194 197
 AC_DEFUN([AM_AUTOMAKE_VERSION],
195
-[am__api_version='1.14'
198
+[am__api_version='1.11'
196 199
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
197 200
 dnl require some minimum version.  Point them to the right macro.
198
-m4_if([$1], [1.14.1], [],
201
+m4_if([$1], [1.11.3], [],
199 202
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
200 203
 ])
201 204
 
... ...
@@ -211,22 +214,24 @@ m4_define([_AM_AUTOCONF_VERSION], [])
211 211
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
212 212
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
213 213
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
214
-[AM_AUTOMAKE_VERSION([1.14.1])dnl
214
+[AM_AUTOMAKE_VERSION([1.11.3])dnl
215 215
 m4_ifndef([AC_AUTOCONF_VERSION],
216 216
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
217 217
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
218 218
 
219 219
 # AM_AUX_DIR_EXPAND                                         -*- Autoconf -*-
220 220
 
221
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
221
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
222 222
 #
223 223
 # This file is free software; the Free Software Foundation
224 224
 # gives unlimited permission to copy and/or distribute it,
225 225
 # with or without modifications, as long as this notice is preserved.
226 226
 
227
+# serial 1
228
+
227 229
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
228
-# $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
229
-# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
230
+# $ac_aux_dir to `$srcdir/foo'.  In other projects, it is set to
231
+# `$srcdir', `$srcdir/..', or `$srcdir/../..'.
230 232
 #
231 233
 # Of course, Automake must honor this variable whenever it calls a
232 234
 # tool from the auxiliary directory.  The problem is that $srcdir (and
... ...
@@ -245,7 +250,7 @@ _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
245 245
 #
246 246
 # The reason of the latter failure is that $top_srcdir and $ac_aux_dir
247 247
 # are both prefixed by $srcdir.  In an in-source build this is usually
248
-# harmless because $srcdir is '.', but things will broke when you
248
+# harmless because $srcdir is `.', but things will broke when you
249 249
 # start a VPATH build or use an absolute $srcdir.
250 250
 #
251 251
 # So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
... ...
@@ -271,19 +276,22 @@ am_aux_dir=`cd $ac_aux_dir && pwd`
271 271
 
272 272
 # AM_CONDITIONAL                                            -*- Autoconf -*-
273 273
 
274
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
274
+# Copyright (C) 1997, 2000, 2001, 2003, 2004, 2005, 2006, 2008
275
+# Free Software Foundation, Inc.
275 276
 #
276 277
 # This file is free software; the Free Software Foundation
277 278
 # gives unlimited permission to copy and/or distribute it,
278 279
 # with or without modifications, as long as this notice is preserved.
279 280
 
281
+# serial 9
282
+
280 283
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
281 284
 # -------------------------------------
282 285
 # Define a conditional.
283 286
 AC_DEFUN([AM_CONDITIONAL],
284
-[AC_PREREQ([2.52])dnl
285
- m4_if([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
286
-       [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
287
+[AC_PREREQ(2.52)dnl
288
+ ifelse([$1], [TRUE],  [AC_FATAL([$0: invalid condition: $1])],
289
+	[$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl
287 290
 AC_SUBST([$1_TRUE])dnl
288 291
 AC_SUBST([$1_FALSE])dnl
289 292
 _AM_SUBST_NOTMAKE([$1_TRUE])dnl
... ...
@@ -302,14 +310,16 @@ AC_CONFIG_COMMANDS_PRE(
302 302
 Usually this means the macro was only invoked conditionally.]])
303 303
 fi])])
304 304
 
305
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
305
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009,
306
+# 2010, 2011 Free Software Foundation, Inc.
306 307
 #
307 308
 # This file is free software; the Free Software Foundation
308 309
 # gives unlimited permission to copy and/or distribute it,
309 310
 # with or without modifications, as long as this notice is preserved.
310 311
 
312
+# serial 12
311 313
 
312
-# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
314
+# There are a few dirty hacks below to avoid letting `AC_PROG_CC' be
313 315
 # written in clear, in which case automake, when reading aclocal.m4,
314 316
 # will think it sees a *use*, and therefore will trigger all it's
315 317
 # C support machinery.  Also note that it means that autoscan, seeing
... ...
@@ -319,7 +329,7 @@ fi])])
319 319
 # _AM_DEPENDENCIES(NAME)
320 320
 # ----------------------
321 321
 # See how the compiler implements dependency checking.
322
-# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC".
322
+# NAME is "CC", "CXX", "GCJ", or "OBJC".
323 323
 # We try a few techniques and use that to set a single cache variable.
324 324
 #
325 325
 # We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was
... ...
@@ -332,13 +342,12 @@ AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl
332 332
 AC_REQUIRE([AM_MAKE_INCLUDE])dnl
333 333
 AC_REQUIRE([AM_DEP_TRACK])dnl
334 334
 
335
-m4_if([$1], [CC],   [depcc="$CC"   am_compiler_list=],
336
-      [$1], [CXX],  [depcc="$CXX"  am_compiler_list=],
337
-      [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
338
-      [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'],
339
-      [$1], [UPC],  [depcc="$UPC"  am_compiler_list=],
340
-      [$1], [GCJ],  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
341
-                    [depcc="$$1"   am_compiler_list=])
335
+ifelse([$1], CC,   [depcc="$CC"   am_compiler_list=],
336
+       [$1], CXX,  [depcc="$CXX"  am_compiler_list=],
337
+       [$1], OBJC, [depcc="$OBJC" am_compiler_list='gcc3 gcc'],
338
+       [$1], UPC,  [depcc="$UPC"  am_compiler_list=],
339
+       [$1], GCJ,  [depcc="$GCJ"  am_compiler_list='gcc3 gcc'],
340
+                   [depcc="$$1"   am_compiler_list=])
342 341
 
343 342
 AC_CACHE_CHECK([dependency style of $depcc],
344 343
                [am_cv_$1_dependencies_compiler_type],
... ...
@@ -346,8 +355,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
346 346
   # We make a subdir and do the tests there.  Otherwise we can end up
347 347
   # making bogus files that we don't know about and never remove.  For
348 348
   # instance it was reported that on HP-UX the gcc test will end up
349
-  # making a dummy file named 'D' -- because '-MD' means "put the output
350
-  # in D".
349
+  # making a dummy file named `D' -- because `-MD' means `put the output
350
+  # in D'.
351 351
   rm -rf conftest.dir
352 352
   mkdir conftest.dir
353 353
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -387,16 +396,16 @@ AC_CACHE_CHECK([dependency style of $depcc],
387 387
     : > sub/conftest.c
388 388
     for i in 1 2 3 4 5 6; do
389 389
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
390
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
391
-      # Solaris 10 /bin/sh.
392
-      echo '/* dummy */' > sub/conftst$i.h
390
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
391
+      # Solaris 8's {/usr,}/bin/sh.
392
+      touch sub/conftst$i.h
393 393
     done
394 394
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
395 395
 
396
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
396
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
397 397
     # mode.  It turns out that the SunPro C++ compiler does not properly
398
-    # handle '-M -o', and we need to detect this.  Also, some Intel
399
-    # versions had trouble with output in subdirs.
398
+    # handle `-M -o', and we need to detect this.  Also, some Intel
399
+    # versions had trouble with output in subdirs
400 400
     am__obj=sub/conftest.${OBJEXT-o}
401 401
     am__minus_obj="-o $am__obj"
402 402
     case $depmode in
... ...
@@ -405,8 +414,8 @@ AC_CACHE_CHECK([dependency style of $depcc],
405 405
       test "$am__universal" = false || continue
406 406
       ;;
407 407
     nosideeffect)
408
-      # After this tag, mechanisms are not by side-effect, so they'll
409
-      # only be used when explicitly requested.
408
+      # after this tag, mechanisms are not by side-effect, so they'll
409
+      # only be used when explicitly requested
410 410
       if test "x$enable_dependency_tracking" = xyes; then
411 411
 	continue
412 412
       else
... ...
@@ -414,7 +423,7 @@ AC_CACHE_CHECK([dependency style of $depcc],
414 414
       fi
415 415
       ;;
416 416
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
417
-      # This compiler won't grok '-c -o', but also, the minuso test has
417
+      # This compiler won't grok `-c -o', but also, the minuso test has
418 418
       # not run yet.  These depmodes are late enough in the game, and
419 419
       # so weak that their functioning should not be impacted.
420 420
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -462,7 +471,7 @@ AM_CONDITIONAL([am__fastdep$1], [
462 462
 # AM_SET_DEPDIR
463 463
 # -------------
464 464
 # Choose a directory name for dependency files.
465
-# This macro is AC_REQUIREd in _AM_DEPENDENCIES.
465
+# This macro is AC_REQUIREd in _AM_DEPENDENCIES
466 466
 AC_DEFUN([AM_SET_DEPDIR],
467 467
 [AC_REQUIRE([AM_SET_LEADING_DOT])dnl
468 468
 AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
... ...
@@ -472,13 +481,9 @@ AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl
472 472
 # AM_DEP_TRACK
473 473
 # ------------
474 474
 AC_DEFUN([AM_DEP_TRACK],
475
-[AC_ARG_ENABLE([dependency-tracking], [dnl
476
-AS_HELP_STRING(
477
-  [--enable-dependency-tracking],
478
-  [do not reject slow dependency extractors])
479
-AS_HELP_STRING(
480
-  [--disable-dependency-tracking],
481
-  [speeds up one-time build])])
475
+[AC_ARG_ENABLE(dependency-tracking,
476
+[  --disable-dependency-tracking  speeds up one-time build
477
+  --enable-dependency-tracking   do not reject slow dependency extractors])
482 478
 if test "x$enable_dependency_tracking" != xno; then
483 479
   am_depcomp="$ac_aux_dir/depcomp"
484 480
   AMDEPBACKSLASH='\'
... ...
@@ -493,18 +498,20 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl
493 493
 
494 494
 # Generate code to set up dependency tracking.              -*- Autoconf -*-
495 495
 
496
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
496
+# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2008
497
+# Free Software Foundation, Inc.
497 498
 #
498 499
 # This file is free software; the Free Software Foundation
499 500
 # gives unlimited permission to copy and/or distribute it,
500 501
 # with or without modifications, as long as this notice is preserved.
501 502
 
503
+#serial 5
502 504
 
503 505
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
504 506
 # ------------------------------
505 507
 AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
506 508
 [{
507
-  # Older Autoconf quotes --file arguments for eval, but not when files
509
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
508 510
   # are listed without --file.  Let's play safe and only enable the eval
509 511
   # if we detect the quoting.
510 512
   case $CONFIG_FILES in
... ...
@@ -517,7 +524,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
517 517
     # Strip MF so we end up with the name of the file.
518 518
     mf=`echo "$mf" | sed -e 's/:.*$//'`
519 519
     # Check whether this is an Automake generated Makefile or not.
520
-    # We used to match only the files named 'Makefile.in', but
520
+    # We used to match only the files named `Makefile.in', but
521 521
     # some people rename them; so instead we look at the file content.
522 522
     # Grep'ing the first line is not enough: some people post-process
523 523
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -529,19 +536,21 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
529 529
       continue
530 530
     fi
531 531
     # Extract the definition of DEPDIR, am__include, and am__quote
532
-    # from the Makefile without running 'make'.
532
+    # from the Makefile without running `make'.
533 533
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
534 534
     test -z "$DEPDIR" && continue
535 535
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
536
-    test -z "$am__include" && continue
536
+    test -z "am__include" && continue
537 537
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
538
+    # When using ansi2knr, U may be empty or an underscore; expand it
539
+    U=`sed -n 's/^U = //p' < "$mf"`
538 540
     # Find all dependency output files, they are included files with
539 541
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
540 542
     # simplest approach to changing $(DEPDIR) to its actual value in the
541 543
     # expansion.
542 544
     for file in `sed -n "
543 545
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
544
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
546
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
545 547
       # Make sure the directory exists.
546 548
       test -f "$dirpart/$file" && continue
547 549
       fdir=`AS_DIRNAME(["$file"])`
... ...
@@ -559,7 +568,7 @@ AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS],
559 559
 # This macro should only be invoked once -- use via AC_REQUIRE.
560 560
 #
561 561
 # This code is only required when automatic dependency tracking
562
-# is enabled.  FIXME.  This creates each '.P' file that we will
562
+# is enabled.  FIXME.  This creates each `.P' file that we will
563 563
 # need in order to bootstrap the dependency handling code.
564 564
 AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
565 565
 [AC_CONFIG_COMMANDS([depfiles],
... ...
@@ -569,21 +578,18 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS],
569 569
 
570 570
 # Do all the work for Automake.                             -*- Autoconf -*-
571 571
 
572
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
572
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
573
+# 2005, 2006, 2008, 2009 Free Software Foundation, Inc.
573 574
 #
574 575
 # This file is free software; the Free Software Foundation
575 576
 # gives unlimited permission to copy and/or distribute it,
576 577
 # with or without modifications, as long as this notice is preserved.
577 578
 
579
+# serial 16
580
+
578 581
 # This macro actually does too much.  Some checks are only needed if
579 582
 # your package does certain things.  But this isn't really a big deal.
580 583
 
581
-dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O.
582
-m4_define([AC_PROG_CC],
583
-m4_defn([AC_PROG_CC])
584
-[_AM_PROG_CC_C_O
585
-])
586
-
587 584
 # AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
588 585
 # AM_INIT_AUTOMAKE([OPTIONS])
589 586
 # -----------------------------------------------
... ...
@@ -596,7 +602,7 @@ m4_defn([AC_PROG_CC])
596 596
 # arguments mandatory, and then we can depend on a new Autoconf
597 597
 # release and drop the old call support.
598 598
 AC_DEFUN([AM_INIT_AUTOMAKE],
599
-[AC_PREREQ([2.65])dnl
599
+[AC_PREREQ([2.62])dnl
600 600
 dnl Autoconf wants to disallow AM_ names.  We explicitly allow
601 601
 dnl the ones we care about.
602 602
 m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
... ...
@@ -625,40 +631,31 @@ AC_SUBST([CYGPATH_W])
625 625
 # Define the identity of the package.
626 626
 dnl Distinguish between old-style and new-style calls.
627 627
 m4_ifval([$2],
628
-[AC_DIAGNOSE([obsolete],
629
-             [$0: two- and three-arguments forms are deprecated.])
630
-m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
628
+[m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
631 629
  AC_SUBST([PACKAGE], [$1])dnl
632 630
  AC_SUBST([VERSION], [$2])],
633 631
 [_AM_SET_OPTIONS([$1])dnl
634 632
 dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
635
-m4_if(
636
-  m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
637
-  [ok:ok],,
633
+m4_if(m4_ifdef([AC_PACKAGE_NAME], 1)m4_ifdef([AC_PACKAGE_VERSION], 1), 11,,
638 634
   [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
639 635
  AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
640 636
  AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
641 637
 
642 638
 _AM_IF_OPTION([no-define],,
643
-[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
644
- AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
639
+[AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
640
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])dnl
645 641
 
646 642
 # Some tools Automake needs.
647 643
 AC_REQUIRE([AM_SANITY_CHECK])dnl
648 644
 AC_REQUIRE([AC_ARG_PROGRAM])dnl
649
-AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
650
-AM_MISSING_PROG([AUTOCONF], [autoconf])
651
-AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
652
-AM_MISSING_PROG([AUTOHEADER], [autoheader])
653
-AM_MISSING_PROG([MAKEINFO], [makeinfo])
645
+AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version})
646
+AM_MISSING_PROG(AUTOCONF, autoconf)
647
+AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version})
648
+AM_MISSING_PROG(AUTOHEADER, autoheader)
649
+AM_MISSING_PROG(MAKEINFO, makeinfo)
654 650
 AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
655 651
 AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
656
-AC_REQUIRE([AC_PROG_MKDIR_P])dnl
657
-# For better backward compatibility.  To be removed once Automake 1.9.x
658
-# dies out for good.  For more background, see:
659
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
660
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
661
-AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
652
+AC_REQUIRE([AM_PROG_MKDIR_P])dnl
662 653
 # We need awk for the "check" target.  The system "awk" is bad on
663 654
 # some platforms.
664 655
 AC_REQUIRE([AC_PROG_AWK])dnl
... ...
@@ -669,78 +666,34 @@ _AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
669 669
 			     [_AM_PROG_TAR([v7])])])
670 670
 _AM_IF_OPTION([no-dependencies],,
671 671
 [AC_PROVIDE_IFELSE([AC_PROG_CC],
672
-		  [_AM_DEPENDENCIES([CC])],
673
-		  [m4_define([AC_PROG_CC],
674
-			     m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
672
+		  [_AM_DEPENDENCIES(CC)],
673
+		  [define([AC_PROG_CC],
674
+			  defn([AC_PROG_CC])[_AM_DEPENDENCIES(CC)])])dnl
675 675
 AC_PROVIDE_IFELSE([AC_PROG_CXX],
676
-		  [_AM_DEPENDENCIES([CXX])],
677
-		  [m4_define([AC_PROG_CXX],
678
-			     m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
676
+		  [_AM_DEPENDENCIES(CXX)],
677
+		  [define([AC_PROG_CXX],
678
+			  defn([AC_PROG_CXX])[_AM_DEPENDENCIES(CXX)])])dnl
679 679
 AC_PROVIDE_IFELSE([AC_PROG_OBJC],
680
-		  [_AM_DEPENDENCIES([OBJC])],
681
-		  [m4_define([AC_PROG_OBJC],
682
-			     m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
683
-AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
684
-		  [_AM_DEPENDENCIES([OBJCXX])],
685
-		  [m4_define([AC_PROG_OBJCXX],
686
-			     m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
680
+		  [_AM_DEPENDENCIES(OBJC)],
681
+		  [define([AC_PROG_OBJC],
682
+			  defn([AC_PROG_OBJC])[_AM_DEPENDENCIES(OBJC)])])dnl
687 683
 ])
688
-AC_REQUIRE([AM_SILENT_RULES])dnl
689
-dnl The testsuite driver may need to know about EXEEXT, so add the
690
-dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This
691
-dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
684
+_AM_IF_OPTION([silent-rules], [AC_REQUIRE([AM_SILENT_RULES])])dnl
685
+dnl The `parallel-tests' driver may need to know about EXEEXT, so add the
686
+dnl `am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen.  This macro
687
+dnl is hooked onto _AC_COMPILER_EXEEXT early, see below.
692 688
 AC_CONFIG_COMMANDS_PRE(dnl
693 689
 [m4_provide_if([_AM_COMPILER_EXEEXT],
694 690
   [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
691
+])
695 692
 
696
-# POSIX will say in a future version that running "rm -f" with no argument
697
-# is OK; and we want to be able to make that assumption in our Makefile
698
-# recipes.  So use an aggressive probe to check that the usage we want is
699
-# actually supported "in the wild" to an acceptable degree.
700
-# See automake bug#10828.
701
-# To make any issue more visible, cause the running configure to be aborted
702
-# by default if the 'rm' program in use doesn't match our expectations; the
703
-# user can still override this though.
704
-if rm -f && rm -fr && rm -rf; then : OK; else
705
-  cat >&2 <<'END'
706
-Oops!
707
-
708
-Your 'rm' program seems unable to run without file operands specified
709
-on the command line, even when the '-f' option is present.  This is contrary
710
-to the behaviour of most rm programs out there, and not conforming with
711
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
712
-
713
-Please tell bug-automake@gnu.org about your system, including the value
714
-of your $PATH and any error possibly output before this message.  This
715
-can help us improve future automake versions.
716
-
717
-END
718
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
719
-    echo 'Configuration will proceed anyway, since you have set the' >&2
720
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
721
-    echo >&2
722
-  else
723
-    cat >&2 <<'END'
724
-Aborting the configuration process, to ensure you take notice of the issue.
725
-
726
-You can download and install GNU coreutils to get an 'rm' implementation
727
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
728
-
729
-If you want to complete the configuration process using your problematic
730
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
731
-to "yes", and re-run configure.
732
-
733
-END
734
-    AC_MSG_ERROR([Your 'rm' program is bad, sorry.])
735
-  fi
736
-fi])
737
-
738
-dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
693
+dnl Hook into `_AC_COMPILER_EXEEXT' early to learn its expansion.  Do not
739 694
 dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
740 695
 dnl mangled by Autoconf and run in a shell conditional statement.
741 696
 m4_define([_AC_COMPILER_EXEEXT],
742 697
 m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
743 698
 
699
+
744 700
 # When config.status generates a header, we must update the stamp-h file.
745 701
 # This file resides in the same directory as the config header
746 702
 # that is generated.  The stamp files are numbered to have different names.
... ...
@@ -762,12 +715,15 @@ for _am_header in $config_headers :; do
762 762
 done
763 763
 echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
764 764
 
765
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
765
+# Copyright (C) 2001, 2003, 2005, 2008, 2011 Free Software Foundation,
766
+# Inc.
766 767
 #
767 768
 # This file is free software; the Free Software Foundation
768 769
 # gives unlimited permission to copy and/or distribute it,
769 770
 # with or without modifications, as long as this notice is preserved.
770 771
 
772
+# serial 1
773
+
771 774
 # AM_PROG_INSTALL_SH
772 775
 # ------------------
773 776
 # Define $install_sh.
... ...
@@ -781,14 +737,16 @@ if test x"${install_sh}" != xset; then
781 781
     install_sh="\${SHELL} $am_aux_dir/install-sh"
782 782
   esac
783 783
 fi
784
-AC_SUBST([install_sh])])
784
+AC_SUBST(install_sh)])
785 785
 
786
-# Copyright (C) 2003-2013 Free Software Foundation, Inc.
786
+# Copyright (C) 2003, 2005  Free Software Foundation, Inc.
787 787
 #
788 788
 # This file is free software; the Free Software Foundation
789 789
 # gives unlimited permission to copy and/or distribute it,
790 790
 # with or without modifications, as long as this notice is preserved.
791 791
 
792
+# serial 2
793
+
792 794
 # Check whether the underlying file-system supports filenames
793 795
 # with a leading dot.  For instance MS-DOS doesn't.
794 796
 AC_DEFUN([AM_SET_LEADING_DOT],
... ...
@@ -802,18 +760,21 @@ fi
802 802
 rmdir .tst 2>/dev/null
803 803
 AC_SUBST([am__leading_dot])])
804 804
 
805
-# Copyright (C) 1998-2013 Free Software Foundation, Inc.
805
+# Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2005
806
+# Free Software Foundation, Inc.
806 807
 #
807 808
 # This file is free software; the Free Software Foundation
808 809
 # gives unlimited permission to copy and/or distribute it,
809 810
 # with or without modifications, as long as this notice is preserved.
810 811
 
812
+# serial 5
813
+
811 814
 # AM_PROG_LEX
812 815
 # -----------
813 816
 # Autoconf leaves LEX=: if lex or flex can't be found.  Change that to a
814 817
 # "missing" invocation, for better error output.
815 818
 AC_DEFUN([AM_PROG_LEX],
816
-[AC_PREREQ([2.50])dnl
819
+[AC_PREREQ(2.50)dnl
817 820
 AC_REQUIRE([AM_MISSING_HAS_RUN])dnl
818 821
 AC_REQUIRE([AC_PROG_LEX])dnl
819 822
 if test "$LEX" = :; then
... ...
@@ -822,12 +783,14 @@ fi])
822 822
 
823 823
 # Check to see how 'make' treats includes.	            -*- Autoconf -*-
824 824
 
825
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
825
+# Copyright (C) 2001, 2002, 2003, 2005, 2009  Free Software Foundation, Inc.
826 826
 #
827 827
 # This file is free software; the Free Software Foundation
828 828
 # gives unlimited permission to copy and/or distribute it,
829 829
 # with or without modifications, as long as this notice is preserved.
830 830
 
831
+# serial 4
832
+
831 833
 # AM_MAKE_INCLUDE()
832 834
 # -----------------
833 835
 # Check to see how make treats includes.
... ...
@@ -845,7 +808,7 @@ am__quote=
845 845
 _am_result=none
846 846
 # First try GNU make style include.
847 847
 echo "include confinc" > confmf
848
-# Ignore all kinds of additional output from 'make'.
848
+# Ignore all kinds of additional output from `make'.
849 849
 case `$am_make -s -f confmf 2> /dev/null` in #(
850 850
 *the\ am__doit\ target*)
851 851
   am__include=include
... ...
@@ -872,12 +835,15 @@ rm -f confinc confmf
872 872
 
873 873
 # Fake the existence of programs that GNU maintainers use.  -*- Autoconf -*-
874 874
 
875
-# Copyright (C) 1997-2013 Free Software Foundation, Inc.
875
+# Copyright (C) 1997, 1999, 2000, 2001, 2003, 2004, 2005, 2008
876
+# Free Software Foundation, Inc.
876 877
 #
877 878
 # This file is free software; the Free Software Foundation
878 879
 # gives unlimited permission to copy and/or distribute it,
879 880
 # with or without modifications, as long as this notice is preserved.
880 881
 
882
+# serial 6
883
+
881 884
 # AM_MISSING_PROG(NAME, PROGRAM)
882 885
 # ------------------------------
883 886
 AC_DEFUN([AM_MISSING_PROG],
... ...
@@ -885,10 +851,11 @@ AC_DEFUN([AM_MISSING_PROG],
885 885
 $1=${$1-"${am_missing_run}$2"}
886 886
 AC_SUBST($1)])
887 887
 
888
+
888 889
 # AM_MISSING_HAS_RUN
889 890
 # ------------------
890
-# Define MISSING if not defined so far and test if it is modern enough.
891
-# If it is, set am_missing_run to use it, otherwise, to nothing.
891
+# Define MISSING if not defined so far and test if it supports --run.
892
+# If it does, set am_missing_run to use it, otherwise, to nothing.
892 893
 AC_DEFUN([AM_MISSING_HAS_RUN],
893 894
 [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
894 895
 AC_REQUIRE_AUX_FILE([missing])dnl
... ...
@@ -901,22 +868,54 @@ if test x"${MISSING+set}" != xset; then
901 901
   esac
902 902
 fi
903 903
 # Use eval to expand $SHELL
904
-if eval "$MISSING --is-lightweight"; then
905
-  am_missing_run="$MISSING "
904
+if eval "$MISSING --run true"; then
905
+  am_missing_run="$MISSING --run "
906 906
 else
907 907
   am_missing_run=
908
-  AC_MSG_WARN(['missing' script is too old or missing])
908
+  AC_MSG_WARN([`missing' script is too old or missing])
909 909
 fi
910 910
 ])
911 911
 
912
+# Copyright (C) 2003, 2004, 2005, 2006, 2011 Free Software Foundation,
913
+# Inc.
914
+#
915
+# This file is free software; the Free Software Foundation
916
+# gives unlimited permission to copy and/or distribute it,
917
+# with or without modifications, as long as this notice is preserved.
918
+
919
+# serial 1
920
+
921
+# AM_PROG_MKDIR_P
922
+# ---------------
923
+# Check for `mkdir -p'.
924
+AC_DEFUN([AM_PROG_MKDIR_P],
925
+[AC_PREREQ([2.60])dnl
926
+AC_REQUIRE([AC_PROG_MKDIR_P])dnl
927
+dnl Automake 1.8 to 1.9.6 used to define mkdir_p.  We now use MKDIR_P,
928
+dnl while keeping a definition of mkdir_p for backward compatibility.
929
+dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile.
930
+dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of
931
+dnl Makefile.ins that do not define MKDIR_P, so we do our own
932
+dnl adjustment using top_builddir (which is defined more often than
933
+dnl MKDIR_P).
934
+AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl
935
+case $mkdir_p in
936
+  [[\\/$]]* | ?:[[\\/]]*) ;;
937
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
938
+esac
939
+])
940
+
912 941
 # Helper functions for option handling.                     -*- Autoconf -*-
913 942
 
914
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
943
+# Copyright (C) 2001, 2002, 2003, 2005, 2008, 2010 Free Software
944
+# Foundation, Inc.
915 945
 #
916 946
 # This file is free software; the Free Software Foundation
917 947
 # gives unlimited permission to copy and/or distribute it,
918 948
 # with or without modifications, as long as this notice is preserved.
919 949
 
950
+# serial 5
951
+
920 952
 # _AM_MANGLE_OPTION(NAME)
921 953
 # -----------------------
922 954
 AC_DEFUN([_AM_MANGLE_OPTION],
... ...
@@ -926,7 +925,7 @@ AC_DEFUN([_AM_MANGLE_OPTION],
926 926
 # --------------------
927 927
 # Set option NAME.  Presently that only means defining a flag for this option.
928 928
 AC_DEFUN([_AM_SET_OPTION],
929
-[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
929
+[m4_define(_AM_MANGLE_OPTION([$1]), 1)])
930 930
 
931 931
 # _AM_SET_OPTIONS(OPTIONS)
932 932
 # ------------------------
... ...
@@ -940,58 +939,13 @@ AC_DEFUN([_AM_SET_OPTIONS],
940 940
 AC_DEFUN([_AM_IF_OPTION],
941 941
 [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
942 942
 
943
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
943
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
944 944
 #
945 945
 # This file is free software; the Free Software Foundation
946 946
 # gives unlimited permission to copy and/or distribute it,
947 947
 # with or without modifications, as long as this notice is preserved.
948 948
 
949
-# _AM_PROG_CC_C_O
950
-# ---------------
951
-# Like AC_PROG_CC_C_O, but changed for automake.  We rewrite AC_PROG_CC
952
-# to automatically call this.
953
-AC_DEFUN([_AM_PROG_CC_C_O],
954
-[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
955
-AC_REQUIRE_AUX_FILE([compile])dnl
956
-AC_LANG_PUSH([C])dnl
957
-AC_CACHE_CHECK(
958
-  [whether $CC understands -c and -o together],
959
-  [am_cv_prog_cc_c_o],
960
-  [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])])
961
-  # Make sure it works both with $CC and with simple cc.
962
-  # Following AC_PROG_CC_C_O, we do the test twice because some
963
-  # compilers refuse to overwrite an existing .o file with -o,
964
-  # though they will create one.
965
-  am_cv_prog_cc_c_o=yes
966
-  for am_i in 1 2; do
967
-    if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \
968
-         && test -f conftest2.$ac_objext; then
969
-      : OK
970
-    else
971
-      am_cv_prog_cc_c_o=no
972
-      break
973
-    fi
974
-  done
975
-  rm -f core conftest*
976
-  unset am_i])
977
-if test "$am_cv_prog_cc_c_o" != yes; then
978
-   # Losing compiler, so override with the script.
979
-   # FIXME: It is wrong to rewrite CC.
980
-   # But if we don't then we get into trouble of one sort or another.
981
-   # A longer-term fix would be to have automake use am__CC in this case,
982
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
983
-   CC="$am_aux_dir/compile $CC"
984
-fi
985
-AC_LANG_POP([C])])
986
-
987
-# For backward compatibility.
988
-AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])])
989
-
990
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
991
-#
992
-# This file is free software; the Free Software Foundation
993
-# gives unlimited permission to copy and/or distribute it,
994
-# with or without modifications, as long as this notice is preserved.
949
+# serial 1
995 950
 
996 951
 # AM_RUN_LOG(COMMAND)
997 952
 # -------------------
... ...
@@ -1006,16 +960,22 @@ AC_DEFUN([AM_RUN_LOG],
1006 1006
 
1007 1007
 # Check to make sure that the build environment is sane.    -*- Autoconf -*-
1008 1008
 
1009
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1009
+# Copyright (C) 1996, 1997, 2000, 2001, 2003, 2005, 2008
1010
+# Free Software Foundation, Inc.
1010 1011
 #
1011 1012
 # This file is free software; the Free Software Foundation
1012 1013
 # gives unlimited permission to copy and/or distribute it,
1013 1014
 # with or without modifications, as long as this notice is preserved.
1014 1015
 
1016
+# serial 5
1017
+
1015 1018
 # AM_SANITY_CHECK
1016 1019
 # ---------------
1017 1020
 AC_DEFUN([AM_SANITY_CHECK],
1018 1021
 [AC_MSG_CHECKING([whether build environment is sane])
1022
+# Just in case
1023
+sleep 1
1024
+echo timestamp > conftest.file
1019 1025
 # Reject unsafe characters in $srcdir or the absolute working directory
1020 1026
 # name.  Accept space and tab only in the latter.
1021 1027
 am_lf='
... ...
@@ -1026,40 +986,32 @@ case `pwd` in
1026 1026
 esac
1027 1027
 case $srcdir in
1028 1028
   *[[\\\"\#\$\&\'\`$am_lf\ \	]]*)
1029
-    AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1029
+    AC_MSG_ERROR([unsafe srcdir value: `$srcdir']);;
1030 1030
 esac
1031 1031
 
1032
-# Do 'set' in a subshell so we don't clobber the current shell's
1032
+# Do `set' in a subshell so we don't clobber the current shell's
1033 1033
 # arguments.  Must try -L first in case configure is actually a
1034 1034
 # symlink; some systems play weird games with the mod time of symlinks
1035 1035
 # (eg FreeBSD returns the mod time of the symlink's containing
1036 1036
 # directory).
1037 1037
 if (
1038
-   am_has_slept=no
1039
-   for am_try in 1 2; do
1040
-     echo "timestamp, slept: $am_has_slept" > conftest.file
1041
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1042
-     if test "$[*]" = "X"; then
1043
-	# -L didn't work.
1044
-	set X `ls -t "$srcdir/configure" conftest.file`
1045
-     fi
1046
-     if test "$[*]" != "X $srcdir/configure conftest.file" \
1047
-	&& test "$[*]" != "X conftest.file $srcdir/configure"; then
1048
-
1049
-	# If neither matched, then we have a broken ls.  This can happen
1050
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
1051
-	# broken ls alias from the environment.  This has actually
1052
-	# happened.  Such a system could not be considered "sane".
1053
-	AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1054
-  alias in your environment])
1055
-     fi
1056
-     if test "$[2]" = conftest.file || test $am_try -eq 2; then
1057
-       break
1058
-     fi
1059
-     # Just in case.
1060
-     sleep 1
1061
-     am_has_slept=yes
1062
-   done
1038
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1039
+   if test "$[*]" = "X"; then
1040
+      # -L didn't work.
1041
+      set X `ls -t "$srcdir/configure" conftest.file`
1042
+   fi
1043
+   rm -f conftest.file
1044
+   if test "$[*]" != "X $srcdir/configure conftest.file" \
1045
+      && test "$[*]" != "X conftest.file $srcdir/configure"; then
1046
+
1047
+      # If neither matched, then we have a broken ls.  This can happen
1048
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
1049
+      # broken ls alias from the environment.  This has actually
1050
+      # happened.  Such a system could not be considered "sane".
1051
+      AC_MSG_ERROR([ls -t appears to fail.  Make sure there is not a broken
1052
+alias in your environment])
1053
+   fi
1054
+
1063 1055
    test "$[2]" = conftest.file
1064 1056
    )
1065 1057
 then
... ...
@@ -1069,50 +1021,31 @@ else
1069 1069
    AC_MSG_ERROR([newly created file is older than distributed files!
1070 1070
 Check your system clock])
1071 1071
 fi
1072
-AC_MSG_RESULT([yes])
1073
-# If we didn't sleep, we still need to ensure time stamps of config.status and
1074
-# generated files are strictly newer.
1075
-am_sleep_pid=
1076
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1077
-  ( sleep 1 ) &
1078
-  am_sleep_pid=$!
1079
-fi
1080
-AC_CONFIG_COMMANDS_PRE(
1081
-  [AC_MSG_CHECKING([that generated files are newer than configure])
1082
-   if test -n "$am_sleep_pid"; then
1083
-     # Hide warnings about reused PIDs.
1084
-     wait $am_sleep_pid 2>/dev/null
1085
-   fi
1086
-   AC_MSG_RESULT([done])])
1087
-rm -f conftest.file
1088
-])
1072
+AC_MSG_RESULT(yes)])
1089 1073
 
1090
-# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1074
+# Copyright (C) 2009, 2011  Free Software Foundation, Inc.
1091 1075
 #
1092 1076
 # This file is free software; the Free Software Foundation
1093 1077
 # gives unlimited permission to copy and/or distribute it,
1094 1078
 # with or without modifications, as long as this notice is preserved.
1095 1079
 
1080
+# serial 2
1081
+
1096 1082
 # AM_SILENT_RULES([DEFAULT])
1097 1083
 # --------------------------
1098 1084
 # Enable less verbose build rules; with the default set to DEFAULT
1099
-# ("yes" being less verbose, "no" or empty being verbose).
1085
+# (`yes' being less verbose, `no' or empty being verbose).
1100 1086
 AC_DEFUN([AM_SILENT_RULES],
1101
-[AC_ARG_ENABLE([silent-rules], [dnl
1102
-AS_HELP_STRING(
1103
-  [--enable-silent-rules],
1104
-  [less verbose build output (undo: "make V=1")])
1105
-AS_HELP_STRING(
1106
-  [--disable-silent-rules],
1107
-  [verbose build output (undo: "make V=0")])dnl
1108
-])
1109
-case $enable_silent_rules in @%:@ (((
1110
-  yes) AM_DEFAULT_VERBOSITY=0;;
1111
-   no) AM_DEFAULT_VERBOSITY=1;;
1112
-    *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1087
+[AC_ARG_ENABLE([silent-rules],
1088
+[  --enable-silent-rules          less verbose build output (undo: `make V=1')
1089
+  --disable-silent-rules         verbose build output (undo: `make V=0')])
1090
+case $enable_silent_rules in
1091
+yes) AM_DEFAULT_VERBOSITY=0;;
1092
+no)  AM_DEFAULT_VERBOSITY=1;;
1093
+*)   AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1113 1094
 esac
1114 1095
 dnl
1115
-dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1096
+dnl A few `make' implementations (e.g., NonStop OS and NextStep)
1116 1097
 dnl do not support nested variable expansions.
1117 1098
 dnl See automake bug#9928 and bug#10237.
1118 1099
 am_make=${MAKE-make}
... ...
@@ -1130,7 +1063,7 @@ else
1130 1130
   am_cv_make_support_nested_variables=no
1131 1131
 fi])
1132 1132
 if test $am_cv_make_support_nested_variables = yes; then
1133
-  dnl Using '$V' instead of '$(V)' breaks IRIX make.
1133
+  dnl Using `$V' instead of `$(V)' breaks IRIX make.
1134 1134
   AM_V='$(V)'
1135 1135
   AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1136 1136
 else
... ...
@@ -1147,40 +1080,44 @@ AC_SUBST([AM_BACKSLASH])dnl
1147 1147
 _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1148 1148
 ])
1149 1149
 
1150
-# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1150
+# Copyright (C) 2001, 2003, 2005, 2011 Free Software Foundation, Inc.
1151 1151
 #
1152 1152
 # This file is free software; the Free Software Foundation
1153 1153
 # gives unlimited permission to copy and/or distribute it,
1154 1154
 # with or without modifications, as long as this notice is preserved.
1155 1155
 
1156
+# serial 1
1157
+
1156 1158
 # AM_PROG_INSTALL_STRIP
1157 1159
 # ---------------------
1158
-# One issue with vendor 'install' (even GNU) is that you can't
1160
+# One issue with vendor `install' (even GNU) is that you can't
1159 1161
 # specify the program used to strip binaries.  This is especially
1160 1162
 # annoying in cross-compiling environments, where the build's strip
1161 1163
 # is unlikely to handle the host's binaries.
1162 1164
 # Fortunately install-sh will honor a STRIPPROG variable, so we
1163
-# always use install-sh in "make install-strip", and initialize
1165
+# always use install-sh in `make install-strip', and initialize
1164 1166
 # STRIPPROG with the value of the STRIP variable (set by the user).
1165 1167
 AC_DEFUN([AM_PROG_INSTALL_STRIP],
1166 1168
 [AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1167
-# Installed binaries are usually stripped using 'strip' when the user
1168
-# run "make install-strip".  However 'strip' might not be the right
1169
+# Installed binaries are usually stripped using `strip' when the user
1170
+# run `make install-strip'.  However `strip' might not be the right
1169 1171
 # tool to use in cross-compilation environments, therefore Automake
1170
-# will honor the 'STRIP' environment variable to overrule this program.
1171
-dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1172
+# will honor the `STRIP' environment variable to overrule this program.
1173
+dnl Don't test for $cross_compiling = yes, because it might be `maybe'.
1172 1174
 if test "$cross_compiling" != no; then
1173 1175
   AC_CHECK_TOOL([STRIP], [strip], :)
1174 1176
 fi
1175 1177
 INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1176 1178
 AC_SUBST([INSTALL_STRIP_PROGRAM])])
1177 1179
 
1178
-# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1180
+# Copyright (C) 2006, 2008, 2010 Free Software Foundation, Inc.
1179 1181
 #
1180 1182
 # This file is free software; the Free Software Foundation
1181 1183
 # gives unlimited permission to copy and/or distribute it,
1182 1184
 # with or without modifications, as long as this notice is preserved.
1183 1185
 
1186
+# serial 3
1187
+
1184 1188
 # _AM_SUBST_NOTMAKE(VARIABLE)
1185 1189
 # ---------------------------
1186 1190
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
... ...
@@ -1194,16 +1131,18 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1194 1194
 
1195 1195
 # Check how to create a tarball.                            -*- Autoconf -*-
1196 1196
 
1197
-# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1197
+# Copyright (C) 2004, 2005, 2012 Free Software Foundation, Inc.
1198 1198
 #
1199 1199
 # This file is free software; the Free Software Foundation
1200 1200
 # gives unlimited permission to copy and/or distribute it,
1201 1201
 # with or without modifications, as long as this notice is preserved.
1202 1202
 
1203
+# serial 2
1204
+
1203 1205
 # _AM_PROG_TAR(FORMAT)
1204 1206
 # --------------------
1205 1207
 # Check how to create a tarball in format FORMAT.
1206
-# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1208
+# FORMAT should be one of `v7', `ustar', or `pax'.
1207 1209
 #
1208 1210
 # Substitute a variable $(am__tar) that is a command
1209 1211
 # writing to stdout a FORMAT-tarball containing the directory
... ...
@@ -1213,114 +1152,76 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1213 1213
 # Substitute a variable $(am__untar) that extract such
1214 1214
 # a tarball read from stdin.
1215 1215
 #     $(am__untar) < result.tar
1216
-#
1217 1216
 AC_DEFUN([_AM_PROG_TAR],
1218 1217
 [# Always define AMTAR for backward compatibility.  Yes, it's still used
1219 1218
 # in the wild :-(  We should find a proper way to deprecate it ...
1220 1219
 AC_SUBST([AMTAR], ['$${TAR-tar}'])
1221
-
1222
-# We'll loop over all known methods to create a tar archive until one works.
1220
+m4_if([$1], [v7],
1221
+     [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1222
+     [m4_case([$1], [ustar],, [pax],,
1223
+              [m4_fatal([Unknown tar format])])
1224
+AC_MSG_CHECKING([how to create a $1 tar archive])
1225
+# Loop over all known methods to create a tar archive until one works.
1223 1226
 _am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1227
+_am_tools=${am_cv_prog_tar_$1-$_am_tools}
1228
+# Do not fold the above two line into one, because Tru64 sh and
1229
+# Solaris sh will not grok spaces in the rhs of `-'.
1230
+for _am_tool in $_am_tools
1231
+do
1232
+  case $_am_tool in
1233
+  gnutar)
1234
+    for _am_tar in tar gnutar gtar;
1235
+    do
1236
+      AM_RUN_LOG([$_am_tar --version]) && break
1237
+    done
1238
+    am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1239
+    am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1240
+    am__untar="$_am_tar -xf -"
1241
+    ;;
1242
+  plaintar)
1243
+    # Must skip GNU tar: if it does not support --format= it doesn't create
1244
+    # ustar tarball either.
1245
+    (tar --version) >/dev/null 2>&1 && continue
1246
+    am__tar='tar chf - "$$tardir"'
1247
+    am__tar_='tar chf - "$tardir"'
1248
+    am__untar='tar xf -'
1249
+    ;;
1250
+  pax)
1251
+    am__tar='pax -L -x $1 -w "$$tardir"'
1252
+    am__tar_='pax -L -x $1 -w "$tardir"'
1253
+    am__untar='pax -r'
1254
+    ;;
1255
+  cpio)
1256
+    am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1257
+    am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1258
+    am__untar='cpio -i -H $1 -d'
1259
+    ;;
1260
+  none)
1261
+    am__tar=false
1262
+    am__tar_=false
1263
+    am__untar=false
1264
+    ;;
1265
+  esac
1224 1266
 
1225
-m4_if([$1], [v7],
1226
-  [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1227
-
1228
-  [m4_case([$1],
1229
-    [ustar],
1230
-     [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1231
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
1232
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1233
-      # and bug#13588).
1234
-      am_max_uid=2097151 # 2^21 - 1
1235
-      am_max_gid=$am_max_uid
1236
-      # The $UID and $GID variables are not portable, so we need to resort
1237
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
1238
-      # below are definitely unexpected, so allow the users to see them
1239
-      # (that is, avoid stderr redirection).
1240
-      am_uid=`id -u || echo unknown`
1241
-      am_gid=`id -g || echo unknown`
1242
-      AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1243
-      if test $am_uid -le $am_max_uid; then
1244
-         AC_MSG_RESULT([yes])
1245
-      else
1246
-         AC_MSG_RESULT([no])
1247
-         _am_tools=none
1248
-      fi
1249
-      AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1250
-      if test $am_gid -le $am_max_gid; then
1251
-         AC_MSG_RESULT([yes])
1252
-      else
1253
-        AC_MSG_RESULT([no])
1254
-        _am_tools=none
1255
-      fi],
1256
-
1257
-  [pax],
1258
-    [],
1259
-
1260
-  [m4_fatal([Unknown tar format])])
1261
-
1262
-  AC_MSG_CHECKING([how to create a $1 tar archive])
1263
-
1264
-  # Go ahead even if we have the value already cached.  We do so because we
1265
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
1266
-  _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1267
-
1268
-  for _am_tool in $_am_tools; do
1269
-    case $_am_tool in
1270
-    gnutar)
1271
-      for _am_tar in tar gnutar gtar; do
1272
-        AM_RUN_LOG([$_am_tar --version]) && break
1273
-      done
1274
-      am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
1275
-      am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
1276
-      am__untar="$_am_tar -xf -"
1277
-      ;;
1278
-    plaintar)
1279
-      # Must skip GNU tar: if it does not support --format= it doesn't create
1280
-      # ustar tarball either.
1281
-      (tar --version) >/dev/null 2>&1 && continue
1282
-      am__tar='tar chf - "$$tardir"'
1283
-      am__tar_='tar chf - "$tardir"'
1284
-      am__untar='tar xf -'
1285
-      ;;
1286
-    pax)
1287
-      am__tar='pax -L -x $1 -w "$$tardir"'
1288
-      am__tar_='pax -L -x $1 -w "$tardir"'
1289
-      am__untar='pax -r'
1290
-      ;;
1291
-    cpio)
1292
-      am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
1293
-      am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
1294
-      am__untar='cpio -i -H $1 -d'
1295
-      ;;
1296
-    none)
1297
-      am__tar=false
1298
-      am__tar_=false
1299
-      am__untar=false
1300
-      ;;
1301
-    esac
1267
+  # If the value was cached, stop now.  We just wanted to have am__tar
1268
+  # and am__untar set.
1269
+  test -n "${am_cv_prog_tar_$1}" && break
1302 1270
 
1303
-    # If the value was cached, stop now.  We just wanted to have am__tar
1304
-    # and am__untar set.
1305
-    test -n "${am_cv_prog_tar_$1}" && break
1306
-
1307
-    # tar/untar a dummy directory, and stop if the command works.
1308
-    rm -rf conftest.dir
1309
-    mkdir conftest.dir
1310
-    echo GrepMe > conftest.dir/file
1311
-    AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1312
-    rm -rf conftest.dir
1313
-    if test -s conftest.tar; then
1314
-      AM_RUN_LOG([$am__untar <conftest.tar])
1315
-      AM_RUN_LOG([cat conftest.dir/file])
1316
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1317
-    fi
1318
-  done
1271
+  # tar/untar a dummy directory, and stop if the command works
1319 1272
   rm -rf conftest.dir
1273
+  mkdir conftest.dir
1274
+  echo GrepMe > conftest.dir/file
1275
+  AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
1276
+  rm -rf conftest.dir
1277
+  if test -s conftest.tar; then
1278
+    AM_RUN_LOG([$am__untar <conftest.tar])
1279
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
1280
+  fi
1281
+done
1282
+rm -rf conftest.dir
1320 1283
 
1321
-  AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1322
-  AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1323
-
1284
+AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
1285
+AC_MSG_RESULT([$am_cv_prog_tar_$1])])
1324 1286
 AC_SUBST([am__tar])
1325 1287
 AC_SUBST([am__untar])
1326 1288
 ]) # _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)
... ...
@@ -556,19 +480,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
556 556
 $(am__aclocal_m4_deps):
557 557
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
558 558
 	@$(NORMAL_INSTALL)
559
+	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
559 560
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
560
-	if test -n "$$list"; then \
561
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
562
-	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
563
-	fi; \
564 561
 	for p in $$list; do echo "$$p $$p"; done | \
565 562
 	sed 's/$(EXEEXT)$$//' | \
566
-	while read p p1; do if test -f $$p \
567
-	 || test -f $$p1 \
568
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
563
+	while read p p1; do if test -f $$p || test -f $$p1; \
564
+	  then echo "$$p"; echo "$$p"; else :; fi; \
569 565
 	done | \
570
-	sed -e 'p;s,.*/,,;n;h' \
571
-	    -e 's|.*|.|' \
566
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
572 567
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
573 568
 	sed 'N;N;N;s,\n, ,g' | \
574 569
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -589,8 +508,7 @@ uninstall-sbinPROGRAMS:
589 589
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
590 590
 	files=`for p in $$list; do echo "$$p"; done | \
591 591
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
592
-	      -e 's/$$/$(EXEEXT)/' \
593
-	`; \
592
+	      -e 's/$$/$(EXEEXT)/' `; \
594 593
 	test -n "$$list" || exit 0; \
595 594
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
596 595
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -619,7 +537,6 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
619 619
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
620 620
 	  done; \
621 621
 	done; rm -f c$${pid}_.???; exit $$bad
622
-
623 622
 clamav-milter$(EXEEXT): $(clamav_milter_OBJECTS) $(clamav_milter_DEPENDENCIES) $(EXTRA_clamav_milter_DEPENDENCIES) 
624 623
 	@rm -f clamav-milter$(EXEEXT)
625 624
 	$(AM_V_CCLD)$(LINK) $(clamav_milter_OBJECTS) $(clamav_milter_LDADD) $(LIBS)
... ...
@@ -645,14 +562,14 @@ distclean-compile:
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 $@ $<
648
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
649 649
 
650 650
 .c.obj:
651 651
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
652 652
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
653 653
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
654 654
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
655
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
655
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
656 656
 
657 657
 .c.lo:
658 658
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -724,18 +641,11 @@ clean-libtool:
724 724
 	-rm -rf .libs _libs
725 725
 install-man8: $(man_MANS)
726 726
 	@$(NORMAL_INSTALL)
727
-	@list1=''; \
728
-	list2='$(man_MANS)'; \
729
-	test -n "$(man8dir)" \
730
-	  && test -n "`echo $$list1$$list2`" \
731
-	  || exit 0; \
732
-	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
733
-	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
734
-	{ for i in $$list1; do echo "$$i"; done;  \
735
-	if test -n "$$list2"; then \
736
-	  for i in $$list2; do echo "$$i"; done \
737
-	    | sed -n '/\.8[a-z]*$$/p'; \
738
-	fi; \
727
+	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
728
+	@list=''; test -n "$(man8dir)" || exit 0; \
729
+	{ for i in $$list; do echo "$$i"; done; \
730
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
731
+	  sed -n '/\.8[a-z]*$$/p'; \
739 732
 	} | while read p; do \
740 733
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
741 734
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -766,15 +676,26 @@ uninstall-man8:
766 766
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
767 767
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
768 768
 
769
-ID: $(am__tagged_files)
770
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
771
-tags: tags-am
772
-TAGS: tags
773
-
774
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
769
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
770
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
771
+	unique=`for i in $$list; do \
772
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
773
+	  done | \
774
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
775
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
776
+	mkid -fID $$unique
777
+tags: TAGS
778
+
779
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
780
+		$(TAGS_FILES) $(LISP)
775 781
 	set x; \
776 782
 	here=`pwd`; \
777
-	$(am__define_uniq_tagged_files); \
783
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
784
+	unique=`for i in $$list; do \
785
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
786
+	  done | \
787
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
788
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
778 789
 	shift; \
779 790
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
780 791
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -786,11 +707,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
786 786
 	      $$unique; \
787 787
 	  fi; \
788 788
 	fi
789
-ctags: ctags-am
790
-
791
-CTAGS: ctags
792
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
793
-	$(am__define_uniq_tagged_files); \
789
+ctags: CTAGS
790
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
791
+		$(TAGS_FILES) $(LISP)
792
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
793
+	unique=`for i in $$list; do \
794
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
795
+	  done | \
796
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
797
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
794 798
 	test -z "$(CTAGS_ARGS)$$unique" \
795 799
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
796 800
 	     $$unique
... ...
@@ -799,26 +724,24 @@ GTAGS:
799 799
 	here=`$(am__cd) $(top_builddir) && pwd` \
800 800
 	  && $(am__cd) $(top_srcdir) \
801 801
 	  && gtags -i $(GTAGS_ARGS) "$$here"
802
-cscopelist: cscopelist-am
803
-
804
-cscopelist-am: $(am__tagged_files)
805
-	list='$(am__tagged_files)'; \
806
-	case "$(srcdir)" in \
807
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
808
-	  *) sdir=$(subdir)/$(srcdir) ;; \
809
-	esac; \
810
-	for i in $$list; do \
811
-	  if test -f "$$i"; then \
812
-	    echo "$(subdir)/$$i"; \
813
-	  else \
814
-	    echo "$$sdir/$$i"; \
815
-	  fi; \
816
-	done >> $(top_builddir)/cscope.files
817 802
 
818 803
 distclean-tags:
819 804
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
820 805
 
821 806
 distdir: $(DISTFILES)
807
+	@list='$(MANS)'; if test -n "$$list"; then \
808
+	  list=`for p in $$list; do \
809
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
810
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
811
+	  if test -n "$$list" && \
812
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
813
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
814
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
815
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
816
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
817
+	    exit 1; \
818
+	  else :; fi; \
819
+	else :; fi
822 820
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
823 821
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
824 822
 	list='$(DISTFILES)'; \
... ...
@@ -961,20 +884,19 @@ uninstall-man: uninstall-man8
961 961
 
962 962
 .MAKE: install-am install-strip
963 963
 
964
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
965
-	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
966
-	distclean distclean-compile distclean-generic \
967
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
968
-	html-am info info-am install install-am install-data \
969
-	install-data-am install-dvi install-dvi-am install-exec \
970
-	install-exec-am install-html install-html-am install-info \
971
-	install-info-am install-man install-man8 install-pdf \
972
-	install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \
973
-	install-strip installcheck installcheck-am \
974
-	installcheck-sbinPROGRAMS installdirs maintainer-clean \
975
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
976
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
977
-	tags tags-am uninstall uninstall-am uninstall-man \
964
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
965
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
966
+	distclean-compile distclean-generic distclean-libtool \
967
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
968
+	install install-am install-data install-data-am install-dvi \
969
+	install-dvi-am install-exec install-exec-am install-html \
970
+	install-html-am install-info install-info-am install-man \
971
+	install-man8 install-pdf install-pdf-am install-ps \
972
+	install-ps-am install-sbinPROGRAMS install-strip installcheck \
973
+	installcheck-am installcheck-sbinPROGRAMS installdirs \
974
+	maintainer-clean maintainer-clean-generic mostlyclean \
975
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
976
+	pdf pdf-am ps ps-am tags uninstall uninstall-am uninstall-man \
978 977
 	uninstall-man8 uninstall-sbinPROGRAMS
979 978
 
980 979
 
... ...
@@ -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)
... ...
@@ -481,19 +405,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
481 481
 $(am__aclocal_m4_deps):
482 482
 install-binPROGRAMS: $(bin_PROGRAMS)
483 483
 	@$(NORMAL_INSTALL)
484
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
484 485
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
485
-	if test -n "$$list"; then \
486
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
487
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
488
-	fi; \
489 486
 	for p in $$list; do echo "$$p $$p"; done | \
490 487
 	sed 's/$(EXEEXT)$$//' | \
491
-	while read p p1; do if test -f $$p \
492
-	 || test -f $$p1 \
493
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
488
+	while read p p1; do if test -f $$p || test -f $$p1; \
489
+	  then echo "$$p"; echo "$$p"; else :; fi; \
494 490
 	done | \
495
-	sed -e 'p;s,.*/,,;n;h' \
496
-	    -e 's|.*|.|' \
491
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
497 492
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
498 493
 	sed 'N;N;N;s,\n, ,g' | \
499 494
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -514,8 +433,7 @@ uninstall-binPROGRAMS:
514 514
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
515 515
 	files=`for p in $$list; do echo "$$p"; done | \
516 516
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
517
-	      -e 's/$$/$(EXEEXT)/' \
518
-	`; \
517
+	      -e 's/$$/$(EXEEXT)/' `; \
519 518
 	test -n "$$list" || exit 0; \
520 519
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
521 520
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -544,7 +462,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
544 544
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
545 545
 	  done; \
546 546
 	done; rm -f c$${pid}_.???; exit $$bad
547
-
548 547
 clambc$(EXEEXT): $(clambc_OBJECTS) $(clambc_DEPENDENCIES) $(EXTRA_clambc_DEPENDENCIES) 
549 548
 	@rm -f clambc$(EXEEXT)
550 549
 	$(AM_V_CCLD)$(LINK) $(clambc_OBJECTS) $(clambc_LDADD) $(LIBS)
... ...
@@ -565,14 +482,14 @@ distclean-compile:
565 565
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
566 566
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
567 567
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
568
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
568
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
569 569
 
570 570
 .c.obj:
571 571
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
572 572
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
573 573
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
574 574
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
575
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
575
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
576 576
 
577 577
 .c.lo:
578 578
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -629,15 +546,26 @@ mostlyclean-libtool:
629 629
 clean-libtool:
630 630
 	-rm -rf .libs _libs
631 631
 
632
-ID: $(am__tagged_files)
633
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
634
-tags: tags-am
635
-TAGS: tags
636
-
637
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
632
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
633
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
634
+	unique=`for i in $$list; do \
635
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
636
+	  done | \
637
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
638
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
639
+	mkid -fID $$unique
640
+tags: TAGS
641
+
642
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
643
+		$(TAGS_FILES) $(LISP)
638 644
 	set x; \
639 645
 	here=`pwd`; \
640
-	$(am__define_uniq_tagged_files); \
646
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
647
+	unique=`for i in $$list; do \
648
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
649
+	  done | \
650
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
651
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
641 652
 	shift; \
642 653
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
643 654
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -649,11 +577,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
649 649
 	      $$unique; \
650 650
 	  fi; \
651 651
 	fi
652
-ctags: ctags-am
653
-
654
-CTAGS: ctags
655
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
656
-	$(am__define_uniq_tagged_files); \
652
+ctags: CTAGS
653
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
654
+		$(TAGS_FILES) $(LISP)
655
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
656
+	unique=`for i in $$list; do \
657
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
658
+	  done | \
659
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
660
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
657 661
 	test -z "$(CTAGS_ARGS)$$unique" \
658 662
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
659 663
 	     $$unique
... ...
@@ -662,21 +594,6 @@ GTAGS:
662 662
 	here=`$(am__cd) $(top_builddir) && pwd` \
663 663
 	  && $(am__cd) $(top_srcdir) \
664 664
 	  && gtags -i $(GTAGS_ARGS) "$$here"
665
-cscopelist: cscopelist-am
666
-
667
-cscopelist-am: $(am__tagged_files)
668
-	list='$(am__tagged_files)'; \
669
-	case "$(srcdir)" in \
670
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
671
-	  *) sdir=$(subdir)/$(srcdir) ;; \
672
-	esac; \
673
-	for i in $$list; do \
674
-	  if test -f "$$i"; then \
675
-	    echo "$(subdir)/$$i"; \
676
-	  else \
677
-	    echo "$$sdir/$$i"; \
678
-	  fi; \
679
-	done >> $(top_builddir)/cscope.files
680 665
 
681 666
 distclean-tags:
682 667
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -821,20 +738,19 @@ uninstall-am: uninstall-binPROGRAMS
821 821
 
822 822
 .MAKE: install-am install-strip
823 823
 
824
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
825
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
826
-	ctags ctags-am distclean distclean-compile distclean-generic \
827
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
828
-	html-am info info-am install install-am install-binPROGRAMS \
829
-	install-data install-data-am install-dvi install-dvi-am \
830
-	install-exec install-exec-am install-html install-html-am \
831
-	install-info install-info-am install-man install-pdf \
832
-	install-pdf-am install-ps install-ps-am install-strip \
833
-	installcheck installcheck-am installcheck-binPROGRAMS \
834
-	installdirs maintainer-clean maintainer-clean-generic \
835
-	mostlyclean mostlyclean-compile mostlyclean-generic \
836
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
837
-	uninstall-am uninstall-binPROGRAMS
824
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
825
+	clean-generic clean-libtool ctags distclean distclean-compile \
826
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
827
+	dvi-am html html-am info info-am install install-am \
828
+	install-binPROGRAMS install-data install-data-am install-dvi \
829
+	install-dvi-am install-exec install-exec-am install-html \
830
+	install-html-am install-info install-info-am install-man \
831
+	install-pdf install-pdf-am install-ps install-ps-am \
832
+	install-strip installcheck installcheck-am \
833
+	installcheck-binPROGRAMS installdirs maintainer-clean \
834
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
835
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
836
+	tags uninstall uninstall-am uninstall-binPROGRAMS
838 837
 
839 838
 
840 839
 # 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)
... ...
@@ -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
 clamconf$(EXEEXT): $(clamconf_OBJECTS) $(clamconf_DEPENDENCIES) $(EXTRA_clamconf_DEPENDENCIES) 
572 571
 	@rm -f clamconf$(EXEEXT)
573 572
 	$(AM_V_CCLD)$(LINK) $(clamconf_OBJECTS) $(clamconf_LDADD) $(LIBS)
... ...
@@ -588,14 +505,14 @@ distclean-compile:
588 588
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
589 589
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
590 590
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
591
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
591
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
592 592
 
593 593
 .c.obj:
594 594
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
595 595
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
596 596
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597 597
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
598
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
599 599
 
600 600
 .c.lo:
601 601
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -652,15 +569,26 @@ mostlyclean-libtool:
652 652
 clean-libtool:
653 653
 	-rm -rf .libs _libs
654 654
 
655
-ID: $(am__tagged_files)
656
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
657
-tags: tags-am
658
-TAGS: tags
659
-
660
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
655
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
656
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
657
+	unique=`for i in $$list; do \
658
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
659
+	  done | \
660
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
661
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
662
+	mkid -fID $$unique
663
+tags: TAGS
664
+
665
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
666
+		$(TAGS_FILES) $(LISP)
661 667
 	set x; \
662 668
 	here=`pwd`; \
663
-	$(am__define_uniq_tagged_files); \
669
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
670
+	unique=`for i in $$list; do \
671
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
672
+	  done | \
673
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
674
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
664 675
 	shift; \
665 676
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
666 677
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -672,11 +600,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
672 672
 	      $$unique; \
673 673
 	  fi; \
674 674
 	fi
675
-ctags: ctags-am
676
-
677
-CTAGS: ctags
678
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
679
-	$(am__define_uniq_tagged_files); \
675
+ctags: CTAGS
676
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
677
+		$(TAGS_FILES) $(LISP)
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; }; }'`; \
680 684
 	test -z "$(CTAGS_ARGS)$$unique" \
681 685
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
682 686
 	     $$unique
... ...
@@ -685,21 +617,6 @@ GTAGS:
685 685
 	here=`$(am__cd) $(top_builddir) && pwd` \
686 686
 	  && $(am__cd) $(top_srcdir) \
687 687
 	  && gtags -i $(GTAGS_ARGS) "$$here"
688
-cscopelist: cscopelist-am
689
-
690
-cscopelist-am: $(am__tagged_files)
691
-	list='$(am__tagged_files)'; \
692
-	case "$(srcdir)" in \
693
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
694
-	  *) sdir=$(subdir)/$(srcdir) ;; \
695
-	esac; \
696
-	for i in $$list; do \
697
-	  if test -f "$$i"; then \
698
-	    echo "$(subdir)/$$i"; \
699
-	  else \
700
-	    echo "$$sdir/$$i"; \
701
-	  fi; \
702
-	done >> $(top_builddir)/cscope.files
703 688
 
704 689
 distclean-tags:
705 690
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -844,20 +761,19 @@ uninstall-am: uninstall-binPROGRAMS
844 844
 
845 845
 .MAKE: install-am install-strip
846 846
 
847
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
848
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
849
-	ctags ctags-am distclean distclean-compile distclean-generic \
850
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
851
-	html-am info info-am install install-am install-binPROGRAMS \
852
-	install-data install-data-am install-dvi install-dvi-am \
853
-	install-exec install-exec-am install-html install-html-am \
854
-	install-info install-info-am install-man install-pdf \
855
-	install-pdf-am install-ps install-ps-am install-strip \
856
-	installcheck installcheck-am installcheck-binPROGRAMS \
857
-	installdirs maintainer-clean maintainer-clean-generic \
858
-	mostlyclean mostlyclean-compile mostlyclean-generic \
859
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
860
-	uninstall-am uninstall-binPROGRAMS
847
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
848
+	clean-generic clean-libtool ctags distclean distclean-compile \
849
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
850
+	dvi-am html html-am info info-am install install-am \
851
+	install-binPROGRAMS install-data install-data-am install-dvi \
852
+	install-dvi-am install-exec install-exec-am install-html \
853
+	install-html-am install-info install-info-am install-man \
854
+	install-pdf install-pdf-am install-ps install-ps-am \
855
+	install-strip installcheck installcheck-am \
856
+	installcheck-binPROGRAMS installdirs maintainer-clean \
857
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
858
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
859
+	tags uninstall uninstall-am uninstall-binPROGRAMS
861 860
 
862 861
 
863 862
 # 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)
... ...
@@ -546,19 +470,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
546 546
 $(am__aclocal_m4_deps):
547 547
 install-sbinPROGRAMS: $(sbin_PROGRAMS)
548 548
 	@$(NORMAL_INSTALL)
549
+	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
549 550
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
550
-	if test -n "$$list"; then \
551
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sbindir)'"; \
552
-	  $(MKDIR_P) "$(DESTDIR)$(sbindir)" || exit 1; \
553
-	fi; \
554 551
 	for p in $$list; do echo "$$p $$p"; done | \
555 552
 	sed 's/$(EXEEXT)$$//' | \
556
-	while read p p1; do if test -f $$p \
557
-	 || test -f $$p1 \
558
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
553
+	while read p p1; do if test -f $$p || test -f $$p1; \
554
+	  then echo "$$p"; echo "$$p"; else :; fi; \
559 555
 	done | \
560
-	sed -e 'p;s,.*/,,;n;h' \
561
-	    -e 's|.*|.|' \
556
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
562 557
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
563 558
 	sed 'N;N;N;s,\n, ,g' | \
564 559
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -579,8 +498,7 @@ uninstall-sbinPROGRAMS:
579 579
 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
580 580
 	files=`for p in $$list; do echo "$$p"; done | \
581 581
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
582
-	      -e 's/$$/$(EXEEXT)/' \
583
-	`; \
582
+	      -e 's/$$/$(EXEEXT)/' `; \
584 583
 	test -n "$$list" || exit 0; \
585 584
 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
586 585
 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
... ...
@@ -609,7 +527,6 @@ installcheck-sbinPROGRAMS: $(sbin_PROGRAMS)
609 609
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
610 610
 	  done; \
611 611
 	done; rm -f c$${pid}_.???; exit $$bad
612
-
613 612
 clamd$(EXEEXT): $(clamd_OBJECTS) $(clamd_DEPENDENCIES) $(EXTRA_clamd_DEPENDENCIES) 
614 613
 	@rm -f clamd$(EXEEXT)
615 614
 	$(AM_V_CCLD)$(LINK) $(clamd_OBJECTS) $(clamd_LDADD) $(LIBS)
... ...
@@ -642,14 +559,14 @@ distclean-compile:
642 642
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
643 643
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
644 644
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
645
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
645
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
646 646
 
647 647
 .c.obj:
648 648
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
649 649
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
650 650
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
651 651
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
652
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
652
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
653 653
 
654 654
 .c.lo:
655 655
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -720,15 +637,26 @@ mostlyclean-libtool:
720 720
 clean-libtool:
721 721
 	-rm -rf .libs _libs
722 722
 
723
-ID: $(am__tagged_files)
724
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
725
-tags: tags-am
726
-TAGS: tags
727
-
728
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
723
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
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; }; }'`; \
730
+	mkid -fID $$unique
731
+tags: TAGS
732
+
733
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
734
+		$(TAGS_FILES) $(LISP)
729 735
 	set x; \
730 736
 	here=`pwd`; \
731
-	$(am__define_uniq_tagged_files); \
737
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
738
+	unique=`for i in $$list; do \
739
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
740
+	  done | \
741
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
742
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
732 743
 	shift; \
733 744
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
734 745
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -740,11 +668,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
740 740
 	      $$unique; \
741 741
 	  fi; \
742 742
 	fi
743
-ctags: ctags-am
744
-
745
-CTAGS: ctags
746
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
747
-	$(am__define_uniq_tagged_files); \
743
+ctags: CTAGS
744
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
745
+		$(TAGS_FILES) $(LISP)
746
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
747
+	unique=`for i in $$list; do \
748
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
749
+	  done | \
750
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
751
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
748 752
 	test -z "$(CTAGS_ARGS)$$unique" \
749 753
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
750 754
 	     $$unique
... ...
@@ -753,21 +685,6 @@ GTAGS:
753 753
 	here=`$(am__cd) $(top_builddir) && pwd` \
754 754
 	  && $(am__cd) $(top_srcdir) \
755 755
 	  && gtags -i $(GTAGS_ARGS) "$$here"
756
-cscopelist: cscopelist-am
757
-
758
-cscopelist-am: $(am__tagged_files)
759
-	list='$(am__tagged_files)'; \
760
-	case "$(srcdir)" in \
761
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
762
-	  *) sdir=$(subdir)/$(srcdir) ;; \
763
-	esac; \
764
-	for i in $$list; do \
765
-	  if test -f "$$i"; then \
766
-	    echo "$(subdir)/$$i"; \
767
-	  else \
768
-	    echo "$$sdir/$$i"; \
769
-	  fi; \
770
-	done >> $(top_builddir)/cscope.files
771 756
 
772 757
 distclean-tags:
773 758
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -913,20 +830,20 @@ uninstall-am: uninstall-sbinPROGRAMS
913 913
 
914 914
 .MAKE: install-am install-strip
915 915
 
916
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
917
-	clean-libtool clean-sbinPROGRAMS cscopelist-am ctags ctags-am \
918
-	distclean distclean-compile distclean-generic \
919
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
920
-	html-am info info-am install install-am install-data \
921
-	install-data-am install-dvi install-dvi-am install-exec \
922
-	install-exec-am install-html install-html-am install-info \
923
-	install-info-am install-man install-pdf install-pdf-am \
924
-	install-ps install-ps-am install-sbinPROGRAMS install-strip \
925
-	installcheck installcheck-am installcheck-sbinPROGRAMS \
926
-	installdirs maintainer-clean maintainer-clean-generic \
927
-	mostlyclean mostlyclean-compile mostlyclean-generic \
928
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
929
-	uninstall-am uninstall-sbinPROGRAMS
916
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
917
+	clean-libtool clean-sbinPROGRAMS ctags distclean \
918
+	distclean-compile distclean-generic distclean-libtool \
919
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
920
+	install install-am install-data install-data-am install-dvi \
921
+	install-dvi-am install-exec install-exec-am install-html \
922
+	install-html-am install-info install-info-am install-man \
923
+	install-pdf install-pdf-am install-ps install-ps-am \
924
+	install-sbinPROGRAMS install-strip installcheck \
925
+	installcheck-am installcheck-sbinPROGRAMS installdirs \
926
+	maintainer-clean maintainer-clean-generic mostlyclean \
927
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
928
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
929
+	uninstall-sbinPROGRAMS
930 930
 
931 931
 
932 932
 # 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)
... ...
@@ -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
 clamdscan$(EXEEXT): $(clamdscan_OBJECTS) $(clamdscan_DEPENDENCIES) $(EXTRA_clamdscan_DEPENDENCIES) 
589 588
 	@rm -f clamdscan$(EXEEXT)
590 589
 	$(AM_V_CCLD)$(LINK) $(clamdscan_OBJECTS) $(clamdscan_LDADD) $(LIBS)
... ...
@@ -610,14 +527,14 @@ distclean-compile:
610 610
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
611 611
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
612 612
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
613
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
613
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
614 614
 
615 615
 .c.obj:
616 616
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
617 617
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
618 618
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
619 619
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
620
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
620
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
621 621
 
622 622
 .c.lo:
623 623
 @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
... ...
@@ -908,20 +825,19 @@ uninstall-am: uninstall-binPROGRAMS
908 908
 
909 909
 .MAKE: install-am install-strip
910 910
 
911
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
912
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
913
-	ctags ctags-am distclean distclean-compile distclean-generic \
914
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
915
-	html-am info info-am install install-am install-binPROGRAMS \
916
-	install-data install-data-am install-dvi install-dvi-am \
917
-	install-exec install-exec-am install-html install-html-am \
918
-	install-info install-info-am install-man install-pdf \
919
-	install-pdf-am install-ps install-ps-am install-strip \
920
-	installcheck installcheck-am installcheck-binPROGRAMS \
921
-	installdirs maintainer-clean maintainer-clean-generic \
922
-	mostlyclean mostlyclean-compile mostlyclean-generic \
923
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
924
-	uninstall-am uninstall-binPROGRAMS
911
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
912
+	clean-generic clean-libtool ctags distclean distclean-compile \
913
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
914
+	dvi-am html html-am info info-am install install-am \
915
+	install-binPROGRAMS install-data install-data-am install-dvi \
916
+	install-dvi-am install-exec install-exec-am install-html \
917
+	install-html-am install-info install-info-am install-man \
918
+	install-pdf install-pdf-am install-ps install-ps-am \
919
+	install-strip installcheck installcheck-am \
920
+	installcheck-binPROGRAMS installdirs maintainer-clean \
921
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
922
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
923
+	tags uninstall uninstall-am uninstall-binPROGRAMS
925 924
 
926 925
 
927 926
 # 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)
... ...
@@ -518,19 +442,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
518 518
 $(am__aclocal_m4_deps):
519 519
 install-binPROGRAMS: $(bin_PROGRAMS)
520 520
 	@$(NORMAL_INSTALL)
521
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
521 522
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
522
-	if test -n "$$list"; then \
523
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
524
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
525
-	fi; \
526 523
 	for p in $$list; do echo "$$p $$p"; done | \
527 524
 	sed 's/$(EXEEXT)$$//' | \
528
-	while read p p1; do if test -f $$p \
529
-	 || test -f $$p1 \
530
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
525
+	while read p p1; do if test -f $$p || test -f $$p1; \
526
+	  then echo "$$p"; echo "$$p"; else :; fi; \
531 527
 	done | \
532
-	sed -e 'p;s,.*/,,;n;h' \
533
-	    -e 's|.*|.|' \
528
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
534 529
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
535 530
 	sed 'N;N;N;s,\n, ,g' | \
536 531
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -551,8 +470,7 @@ uninstall-binPROGRAMS:
551 551
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
552 552
 	files=`for p in $$list; do echo "$$p"; done | \
553 553
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
554
-	      -e 's/$$/$(EXEEXT)/' \
555
-	`; \
554
+	      -e 's/$$/$(EXEEXT)/' `; \
556 555
 	test -n "$$list" || exit 0; \
557 556
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
558 557
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -581,7 +499,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
581 581
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
582 582
 	  done; \
583 583
 	done; rm -f c$${pid}_.???; exit $$bad
584
-
585 584
 clamdtop$(EXEEXT): $(clamdtop_OBJECTS) $(clamdtop_DEPENDENCIES) $(EXTRA_clamdtop_DEPENDENCIES) 
586 585
 	@rm -f clamdtop$(EXEEXT)
587 586
 	$(AM_V_CCLD)$(LINK) $(clamdtop_OBJECTS) $(clamdtop_LDADD) $(LIBS)
... ...
@@ -602,14 +519,14 @@ distclean-compile:
602 602
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
603 603
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 604
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
605
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
606 606
 
607 607
 .c.obj:
608 608
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
609 609
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
610 610
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
611 611
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
612
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
612
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
613 613
 
614 614
 .c.lo:
615 615
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -667,18 +584,11 @@ clean-libtool:
667 667
 	-rm -rf .libs _libs
668 668
 install-man1: $(man_MANS)
669 669
 	@$(NORMAL_INSTALL)
670
-	@list1=''; \
671
-	list2='$(man_MANS)'; \
672
-	test -n "$(man1dir)" \
673
-	  && test -n "`echo $$list1$$list2`" \
674
-	  || exit 0; \
675
-	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
676
-	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
677
-	{ for i in $$list1; do echo "$$i"; done;  \
678
-	if test -n "$$list2"; then \
679
-	  for i in $$list2; do echo "$$i"; done \
680
-	    | sed -n '/\.1[a-z]*$$/p'; \
681
-	fi; \
670
+	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
671
+	@list=''; test -n "$(man1dir)" || exit 0; \
672
+	{ for i in $$list; do echo "$$i"; done; \
673
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
674
+	  sed -n '/\.1[a-z]*$$/p'; \
682 675
 	} | while read p; do \
683 676
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
684 677
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -709,15 +619,26 @@ uninstall-man1:
709 709
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
710 710
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
711 711
 
712
-ID: $(am__tagged_files)
713
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
714
-tags: tags-am
715
-TAGS: tags
716
-
717
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
712
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
713
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
714
+	unique=`for i in $$list; do \
715
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716
+	  done | \
717
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
718
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
719
+	mkid -fID $$unique
720
+tags: TAGS
721
+
722
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
723
+		$(TAGS_FILES) $(LISP)
718 724
 	set x; \
719 725
 	here=`pwd`; \
720
-	$(am__define_uniq_tagged_files); \
726
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
727
+	unique=`for i in $$list; do \
728
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
729
+	  done | \
730
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
731
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
721 732
 	shift; \
722 733
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
723 734
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -729,11 +650,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
729 729
 	      $$unique; \
730 730
 	  fi; \
731 731
 	fi
732
-ctags: ctags-am
733
-
734
-CTAGS: ctags
735
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
736
-	$(am__define_uniq_tagged_files); \
732
+ctags: CTAGS
733
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
734
+		$(TAGS_FILES) $(LISP)
735
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
736
+	unique=`for i in $$list; do \
737
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
738
+	  done | \
739
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
740
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
737 741
 	test -z "$(CTAGS_ARGS)$$unique" \
738 742
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
739 743
 	     $$unique
... ...
@@ -742,26 +667,24 @@ GTAGS:
742 742
 	here=`$(am__cd) $(top_builddir) && pwd` \
743 743
 	  && $(am__cd) $(top_srcdir) \
744 744
 	  && gtags -i $(GTAGS_ARGS) "$$here"
745
-cscopelist: cscopelist-am
746
-
747
-cscopelist-am: $(am__tagged_files)
748
-	list='$(am__tagged_files)'; \
749
-	case "$(srcdir)" in \
750
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
751
-	  *) sdir=$(subdir)/$(srcdir) ;; \
752
-	esac; \
753
-	for i in $$list; do \
754
-	  if test -f "$$i"; then \
755
-	    echo "$(subdir)/$$i"; \
756
-	  else \
757
-	    echo "$$sdir/$$i"; \
758
-	  fi; \
759
-	done >> $(top_builddir)/cscope.files
760 745
 
761 746
 distclean-tags:
762 747
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
763 748
 
764 749
 distdir: $(DISTFILES)
750
+	@list='$(MANS)'; if test -n "$$list"; then \
751
+	  list=`for p in $$list; do \
752
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
753
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
754
+	  if test -n "$$list" && \
755
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
756
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
757
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
758
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
759
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
760
+	    exit 1; \
761
+	  else :; fi; \
762
+	else :; fi
765 763
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
766 764
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
767 765
 	list='$(DISTFILES)'; \
... ...
@@ -902,20 +825,19 @@ uninstall-man: uninstall-man1
902 902
 
903 903
 .MAKE: install-am install-strip
904 904
 
905
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
906
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
907
-	ctags ctags-am distclean distclean-compile distclean-generic \
908
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
909
-	html-am info info-am install install-am install-binPROGRAMS \
910
-	install-data install-data-am install-dvi install-dvi-am \
911
-	install-exec install-exec-am install-html install-html-am \
912
-	install-info install-info-am install-man install-man1 \
913
-	install-pdf install-pdf-am install-ps install-ps-am \
914
-	install-strip installcheck installcheck-am \
905
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
906
+	clean-generic clean-libtool ctags distclean distclean-compile \
907
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
908
+	dvi-am html html-am info info-am install install-am \
909
+	install-binPROGRAMS install-data install-data-am install-dvi \
910
+	install-dvi-am install-exec install-exec-am install-html \
911
+	install-html-am install-info install-info-am install-man \
912
+	install-man1 install-pdf install-pdf-am install-ps \
913
+	install-ps-am install-strip installcheck installcheck-am \
915 914
 	installcheck-binPROGRAMS installdirs maintainer-clean \
916 915
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
917 916
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
918
-	tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
917
+	tags uninstall uninstall-am uninstall-binPROGRAMS \
919 918
 	uninstall-man uninstall-man1
920 919
 
921 920
 
... ...
@@ -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)
... ...
@@ -508,19 +432,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
508 508
 $(am__aclocal_m4_deps):
509 509
 install-binPROGRAMS: $(bin_PROGRAMS)
510 510
 	@$(NORMAL_INSTALL)
511
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
511 512
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
512
-	if test -n "$$list"; then \
513
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
514
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
515
-	fi; \
516 513
 	for p in $$list; do echo "$$p $$p"; done | \
517 514
 	sed 's/$(EXEEXT)$$//' | \
518
-	while read p p1; do if test -f $$p \
519
-	 || test -f $$p1 \
520
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
515
+	while read p p1; do if test -f $$p || test -f $$p1; \
516
+	  then echo "$$p"; echo "$$p"; else :; fi; \
521 517
 	done | \
522
-	sed -e 'p;s,.*/,,;n;h' \
523
-	    -e 's|.*|.|' \
518
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
524 519
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
525 520
 	sed 'N;N;N;s,\n, ,g' | \
526 521
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -541,8 +460,7 @@ uninstall-binPROGRAMS:
541 541
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
542 542
 	files=`for p in $$list; do echo "$$p"; done | \
543 543
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
544
-	      -e 's/$$/$(EXEEXT)/' \
545
-	`; \
544
+	      -e 's/$$/$(EXEEXT)/' `; \
546 545
 	test -n "$$list" || exit 0; \
547 546
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
548 547
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -571,7 +489,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
571 571
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
572 572
 	  done; \
573 573
 	done; rm -f c$${pid}_.???; exit $$bad
574
-
575 574
 clamscan$(EXEEXT): $(clamscan_OBJECTS) $(clamscan_DEPENDENCIES) $(EXTRA_clamscan_DEPENDENCIES) 
576 575
 	@rm -f clamscan$(EXEEXT)
577 576
 	$(AM_V_CCLD)$(LINK) $(clamscan_OBJECTS) $(clamscan_LDADD) $(LIBS)
... ...
@@ -595,14 +512,14 @@ distclean-compile:
595 595
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
596 596
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
597 597
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
598
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
598
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
599 599
 
600 600
 .c.obj:
601 601
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
602 602
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
603 603
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
604 604
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
605
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
605
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
606 606
 
607 607
 .c.lo:
608 608
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -687,15 +604,26 @@ mostlyclean-libtool:
687 687
 clean-libtool:
688 688
 	-rm -rf .libs _libs
689 689
 
690
-ID: $(am__tagged_files)
691
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
692
-tags: tags-am
693
-TAGS: tags
694
-
695
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
690
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
691
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
692
+	unique=`for i in $$list; do \
693
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
694
+	  done | \
695
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
696
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
697
+	mkid -fID $$unique
698
+tags: TAGS
699
+
700
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
701
+		$(TAGS_FILES) $(LISP)
696 702
 	set x; \
697 703
 	here=`pwd`; \
698
-	$(am__define_uniq_tagged_files); \
704
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
705
+	unique=`for i in $$list; do \
706
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
707
+	  done | \
708
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
709
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
699 710
 	shift; \
700 711
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
701 712
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -707,11 +635,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
707 707
 	      $$unique; \
708 708
 	  fi; \
709 709
 	fi
710
-ctags: ctags-am
711
-
712
-CTAGS: ctags
713
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
714
-	$(am__define_uniq_tagged_files); \
710
+ctags: CTAGS
711
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
712
+		$(TAGS_FILES) $(LISP)
713
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
714
+	unique=`for i in $$list; do \
715
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
716
+	  done | \
717
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
718
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
715 719
 	test -z "$(CTAGS_ARGS)$$unique" \
716 720
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
717 721
 	     $$unique
... ...
@@ -720,21 +652,6 @@ GTAGS:
720 720
 	here=`$(am__cd) $(top_builddir) && pwd` \
721 721
 	  && $(am__cd) $(top_srcdir) \
722 722
 	  && gtags -i $(GTAGS_ARGS) "$$here"
723
-cscopelist: cscopelist-am
724
-
725
-cscopelist-am: $(am__tagged_files)
726
-	list='$(am__tagged_files)'; \
727
-	case "$(srcdir)" in \
728
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
729
-	  *) sdir=$(subdir)/$(srcdir) ;; \
730
-	esac; \
731
-	for i in $$list; do \
732
-	  if test -f "$$i"; then \
733
-	    echo "$(subdir)/$$i"; \
734
-	  else \
735
-	    echo "$$sdir/$$i"; \
736
-	  fi; \
737
-	done >> $(top_builddir)/cscope.files
738 723
 
739 724
 distclean-tags:
740 725
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -879,20 +796,19 @@ uninstall-am: uninstall-binPROGRAMS
879 879
 
880 880
 .MAKE: install-am install-strip
881 881
 
882
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
883
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
884
-	ctags ctags-am distclean distclean-compile distclean-generic \
885
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
886
-	html-am info info-am install install-am install-binPROGRAMS \
887
-	install-data install-data-am install-dvi install-dvi-am \
888
-	install-exec install-exec-am install-html install-html-am \
889
-	install-info install-info-am install-man install-pdf \
890
-	install-pdf-am install-ps install-ps-am install-strip \
891
-	installcheck installcheck-am installcheck-binPROGRAMS \
892
-	installdirs maintainer-clean maintainer-clean-generic \
893
-	mostlyclean mostlyclean-compile mostlyclean-generic \
894
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
895
-	uninstall-am uninstall-binPROGRAMS
882
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
883
+	clean-generic clean-libtool ctags distclean distclean-compile \
884
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
885
+	dvi-am html html-am info info-am install install-am \
886
+	install-binPROGRAMS install-data install-data-am install-dvi \
887
+	install-dvi-am install-exec install-exec-am install-html \
888
+	install-html-am install-info install-info-am install-man \
889
+	install-pdf install-pdf-am install-ps install-ps-am \
890
+	install-strip installcheck installcheck-am \
891
+	installcheck-binPROGRAMS installdirs maintainer-clean \
892
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
893
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
894
+	tags uninstall uninstall-am uninstall-binPROGRAMS
896 895
 
897 896
 
898 897
 # 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)
... ...
@@ -502,19 +426,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
502 502
 $(am__aclocal_m4_deps):
503 503
 install-binPROGRAMS: $(bin_PROGRAMS)
504 504
 	@$(NORMAL_INSTALL)
505
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
505 506
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
506
-	if test -n "$$list"; then \
507
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
508
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
509
-	fi; \
510 507
 	for p in $$list; do echo "$$p $$p"; done | \
511 508
 	sed 's/$(EXEEXT)$$//' | \
512
-	while read p p1; do if test -f $$p \
513
-	 || test -f $$p1 \
514
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
509
+	while read p p1; do if test -f $$p || test -f $$p1; \
510
+	  then echo "$$p"; echo "$$p"; else :; fi; \
515 511
 	done | \
516
-	sed -e 'p;s,.*/,,;n;h' \
517
-	    -e 's|.*|.|' \
512
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
518 513
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
519 514
 	sed 'N;N;N;s,\n, ,g' | \
520 515
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -535,8 +454,7 @@ uninstall-binPROGRAMS:
535 535
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
536 536
 	files=`for p in $$list; do echo "$$p"; done | \
537 537
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
538
-	      -e 's/$$/$(EXEEXT)/' \
539
-	`; \
538
+	      -e 's/$$/$(EXEEXT)/' `; \
540 539
 	test -n "$$list" || exit 0; \
541 540
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
542 541
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -565,7 +483,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
565 565
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
566 566
 	  done; \
567 567
 	done; rm -f c$${pid}_.???; exit $$bad
568
-
569 568
 clamsubmit$(EXEEXT): $(clamsubmit_OBJECTS) $(clamsubmit_DEPENDENCIES) $(EXTRA_clamsubmit_DEPENDENCIES) 
570 569
 	@rm -f clamsubmit$(EXEEXT)
571 570
 	$(AM_V_CCLD)$(LINK) $(clamsubmit_OBJECTS) $(clamsubmit_LDADD) $(LIBS)
... ...
@@ -587,14 +504,14 @@ distclean-compile:
587 587
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
588 588
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
589 589
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
590
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
590
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
591 591
 
592 592
 .c.obj:
593 593
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
594 594
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
595 595
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
596 596
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
597
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
597
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
598 598
 
599 599
 .c.lo:
600 600
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -665,15 +582,26 @@ mostlyclean-libtool:
665 665
 clean-libtool:
666 666
 	-rm -rf .libs _libs
667 667
 
668
-ID: $(am__tagged_files)
669
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
670
-tags: tags-am
671
-TAGS: tags
672
-
673
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
668
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
669
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
670
+	unique=`for i in $$list; do \
671
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
672
+	  done | \
673
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
674
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
675
+	mkid -fID $$unique
676
+tags: TAGS
677
+
678
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
679
+		$(TAGS_FILES) $(LISP)
674 680
 	set x; \
675 681
 	here=`pwd`; \
676
-	$(am__define_uniq_tagged_files); \
682
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
683
+	unique=`for i in $$list; do \
684
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
685
+	  done | \
686
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
687
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
677 688
 	shift; \
678 689
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
679 690
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -685,11 +613,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
685 685
 	      $$unique; \
686 686
 	  fi; \
687 687
 	fi
688
-ctags: ctags-am
689
-
690
-CTAGS: ctags
691
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
692
-	$(am__define_uniq_tagged_files); \
688
+ctags: CTAGS
689
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
690
+		$(TAGS_FILES) $(LISP)
691
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
692
+	unique=`for i in $$list; do \
693
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
694
+	  done | \
695
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
696
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
693 697
 	test -z "$(CTAGS_ARGS)$$unique" \
694 698
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
695 699
 	     $$unique
... ...
@@ -698,21 +630,6 @@ GTAGS:
698 698
 	here=`$(am__cd) $(top_builddir) && pwd` \
699 699
 	  && $(am__cd) $(top_srcdir) \
700 700
 	  && gtags -i $(GTAGS_ARGS) "$$here"
701
-cscopelist: cscopelist-am
702
-
703
-cscopelist-am: $(am__tagged_files)
704
-	list='$(am__tagged_files)'; \
705
-	case "$(srcdir)" in \
706
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
707
-	  *) sdir=$(subdir)/$(srcdir) ;; \
708
-	esac; \
709
-	for i in $$list; do \
710
-	  if test -f "$$i"; then \
711
-	    echo "$(subdir)/$$i"; \
712
-	  else \
713
-	    echo "$$sdir/$$i"; \
714
-	  fi; \
715
-	done >> $(top_builddir)/cscope.files
716 701
 
717 702
 distclean-tags:
718 703
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -857,20 +774,19 @@ uninstall-am: uninstall-binPROGRAMS
857 857
 
858 858
 .MAKE: install-am install-strip
859 859
 
860
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
861
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
862
-	ctags ctags-am distclean distclean-compile distclean-generic \
863
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
864
-	html-am info info-am install install-am install-binPROGRAMS \
865
-	install-data install-data-am install-dvi install-dvi-am \
866
-	install-exec install-exec-am install-html install-html-am \
867
-	install-info install-info-am install-man install-pdf \
868
-	install-pdf-am install-ps install-ps-am install-strip \
869
-	installcheck installcheck-am installcheck-binPROGRAMS \
870
-	installdirs maintainer-clean maintainer-clean-generic \
871
-	mostlyclean mostlyclean-compile mostlyclean-generic \
872
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
873
-	uninstall-am uninstall-binPROGRAMS
860
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
861
+	clean-generic clean-libtool ctags distclean distclean-compile \
862
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
863
+	dvi-am html html-am info info-am install install-am \
864
+	install-binPROGRAMS install-data install-data-am install-dvi \
865
+	install-dvi-am install-exec install-exec-am install-html \
866
+	install-html-am install-info install-info-am install-man \
867
+	install-pdf install-pdf-am install-ps install-ps-am \
868
+	install-strip installcheck installcheck-am \
869
+	installcheck-binPROGRAMS installdirs maintainer-clean \
870
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
871
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
872
+	tags uninstall uninstall-am uninstall-binPROGRAMS
874 873
 
875 874
 
876 875
 # 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'"
... ...
@@ -1407,6 +1387,8 @@ target=$target_alias
1407 1407
 if test "x$host_alias" != x; then
1408 1408
   if test "x$build_alias" = x; then
1409 1409
     cross_compiling=maybe
1410
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1411
+    If a cross compiler is detected then cross compile mode will be used" >&2
1410 1412
   elif test "x$build_alias" != "x$host_alias"; then
1411 1413
     cross_compiling=yes
1412 1414
   fi
... ...
@@ -1571,12 +1553,10 @@ Optional Features:
1571 1571
   --disable-option-checking  ignore unrecognized --enable/--with options
1572 1572
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1573 1573
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1574
-  --enable-silent-rules   less verbose build output (undo: "make V=1")
1575
-  --disable-silent-rules  verbose build output (undo: "make V=0")
1576
-  --enable-dependency-tracking
1577
-                          do not reject slow dependency extractors
1578
-  --disable-dependency-tracking
1579
-                          speeds up one-time build
1574
+  --enable-silent-rules          less verbose build output (undo: `make V=1')
1575
+  --disable-silent-rules         verbose build output (undo: `make V=0')
1576
+  --disable-dependency-tracking  speeds up one-time build
1577
+  --enable-dependency-tracking   do not reject slow dependency extractors
1580 1578
   --enable-static[=PKGS]  build static libraries [default=no]
1581 1579
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1582 1580
   --enable-fast-install[=PKGS]
... ...
@@ -1761,9 +1741,9 @@ test -n "$ac_init_help" && exit $ac_status
1761 1761
 if $ac_init_version; then
1762 1762
   cat <<\_ACEOF
1763 1763
 ClamAV configure devel
1764
-generated by GNU Autoconf 2.69
1764
+generated by GNU Autoconf 2.68
1765 1765
 
1766
-Copyright (C) 2012 Free Software Foundation, Inc.
1766
+Copyright (C) 2010 Free Software Foundation, Inc.
1767 1767
 This configure script is free software; the Free Software Foundation
1768 1768
 gives unlimited permission to copy, distribute and modify it.
1769 1769
 _ACEOF
... ...
@@ -2040,7 +2020,7 @@ $as_echo "$ac_try_echo"; } >&5
2040 2040
 	 test ! -s conftest.err
2041 2041
        } && test -s conftest$ac_exeext && {
2042 2042
 	 test "$cross_compiling" = yes ||
2043
-	 test -x conftest$ac_exeext
2043
+	 $as_test_x conftest$ac_exeext
2044 2044
        }; then :
2045 2045
   ac_retval=0
2046 2046
 else
... ...
@@ -2230,7 +2210,7 @@ This file contains any messages produced by compilers while
2230 2230
 running configure, to aid debugging if configure makes a mistake.
2231 2231
 
2232 2232
 It was created by ClamAV $as_me devel, which was
2233
-generated by GNU Autoconf 2.69.  Invocation command line was
2233
+generated by GNU Autoconf 2.68.  Invocation command line was
2234 2234
 
2235 2235
   $ $0 $@
2236 2236
 
... ...
@@ -2912,7 +2892,7 @@ done
2912 2912
 
2913 2913
 
2914 2914
 
2915
-am__api_version='1.14'
2915
+am__api_version='1.11'
2916 2916
 
2917 2917
 # Find a good install program.  We prefer a C program (faster),
2918 2918
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2951,7 +2931,7 @@ case $as_dir/ in #((
2951 2951
     # by default.
2952 2952
     for ac_prog in ginstall scoinst install; do
2953 2953
       for ac_exec_ext in '' $ac_executable_extensions; do
2954
-	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2954
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2955 2955
 	  if test $ac_prog = install &&
2956 2956
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2957 2957
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -3009,6 +2989,9 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3009 3009
 
3010 3010
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3011 3011
 $as_echo_n "checking whether build environment is sane... " >&6; }
3012
+# Just in case
3013
+sleep 1
3014
+echo timestamp > conftest.file
3012 3015
 # Reject unsafe characters in $srcdir or the absolute working directory
3013 3016
 # name.  Accept space and tab only in the latter.
3014 3017
 am_lf='
... ...
@@ -3019,40 +3002,32 @@ case `pwd` in
3019 3019
 esac
3020 3020
 case $srcdir in
3021 3021
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
3022
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3022
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
3023 3023
 esac
3024 3024
 
3025
-# Do 'set' in a subshell so we don't clobber the current shell's
3025
+# Do `set' in a subshell so we don't clobber the current shell's
3026 3026
 # arguments.  Must try -L first in case configure is actually a
3027 3027
 # symlink; some systems play weird games with the mod time of symlinks
3028 3028
 # (eg FreeBSD returns the mod time of the symlink's containing
3029 3029
 # directory).
3030 3030
 if (
3031
-   am_has_slept=no
3032
-   for am_try in 1 2; do
3033
-     echo "timestamp, slept: $am_has_slept" > conftest.file
3034
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3035
-     if test "$*" = "X"; then
3036
-	# -L didn't work.
3037
-	set X `ls -t "$srcdir/configure" conftest.file`
3038
-     fi
3039
-     if test "$*" != "X $srcdir/configure conftest.file" \
3040
-	&& test "$*" != "X conftest.file $srcdir/configure"; then
3041
-
3042
-	# If neither matched, then we have a broken ls.  This can happen
3043
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
3044
-	# broken ls alias from the environment.  This has actually
3045
-	# happened.  Such a system could not be considered "sane".
3046
-	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3047
-  alias in your environment" "$LINENO" 5
3048
-     fi
3049
-     if test "$2" = conftest.file || test $am_try -eq 2; then
3050
-       break
3051
-     fi
3052
-     # Just in case.
3053
-     sleep 1
3054
-     am_has_slept=yes
3055
-   done
3031
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3032
+   if test "$*" = "X"; then
3033
+      # -L didn't work.
3034
+      set X `ls -t "$srcdir/configure" conftest.file`
3035
+   fi
3036
+   rm -f conftest.file
3037
+   if test "$*" != "X $srcdir/configure conftest.file" \
3038
+      && test "$*" != "X conftest.file $srcdir/configure"; then
3039
+
3040
+      # If neither matched, then we have a broken ls.  This can happen
3041
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
3042
+      # broken ls alias from the environment.  This has actually
3043
+      # happened.  Such a system could not be considered "sane".
3044
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
3045
+alias in your environment" "$LINENO" 5
3046
+   fi
3047
+
3056 3048
    test "$2" = conftest.file
3057 3049
    )
3058 3050
 then
... ...
@@ -3064,16 +3039,6 @@ Check your system clock" "$LINENO" 5
3064 3064
 fi
3065 3065
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3066 3066
 $as_echo "yes" >&6; }
3067
-# If we didn't sleep, we still need to ensure time stamps of config.status and
3068
-# generated files are strictly newer.
3069
-am_sleep_pid=
3070
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3071
-  ( sleep 1 ) &
3072
-  am_sleep_pid=$!
3073
-fi
3074
-
3075
-rm -f conftest.file
3076
-
3077 3067
 test "$program_prefix" != NONE &&
3078 3068
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
3079 3069
 # Use a double $ so make ignores it.
... ...
@@ -3096,12 +3061,12 @@ if test x"${MISSING+set}" != xset; then
3096 3096
   esac
3097 3097
 fi
3098 3098
 # Use eval to expand $SHELL
3099
-if eval "$MISSING --is-lightweight"; then
3100
-  am_missing_run="$MISSING "
3099
+if eval "$MISSING --run true"; then
3100
+  am_missing_run="$MISSING --run "
3101 3101
 else
3102 3102
   am_missing_run=
3103
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3104
-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3103
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
3104
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
3105 3105
 fi
3106 3106
 
3107 3107
 if test x"${install_sh}" != xset; then
... ...
@@ -3113,10 +3078,10 @@ if test x"${install_sh}" != xset; then
3113 3113
   esac
3114 3114
 fi
3115 3115
 
3116
-# Installed binaries are usually stripped using 'strip' when the user
3117
-# run "make install-strip".  However 'strip' might not be the right
3116
+# Installed binaries are usually stripped using `strip' when the user
3117
+# run `make install-strip'.  However `strip' might not be the right
3118 3118
 # tool to use in cross-compilation environments, therefore Automake
3119
-# will honor the 'STRIP' environment variable to overrule this program.
3119
+# will honor the `STRIP' environment variable to overrule this program.
3120 3120
 if test "$cross_compiling" != no; then
3121 3121
   if test -n "$ac_tool_prefix"; then
3122 3122
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -3135,7 +3100,7 @@ do
3135 3135
   IFS=$as_save_IFS
3136 3136
   test -z "$as_dir" && as_dir=.
3137 3137
     for ac_exec_ext in '' $ac_executable_extensions; do
3138
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3138
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3139 3139
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
3140 3140
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3141 3141
     break 2
... ...
@@ -3175,7 +3140,7 @@ do
3175 3175
   IFS=$as_save_IFS
3176 3176
   test -z "$as_dir" && as_dir=.
3177 3177
     for ac_exec_ext in '' $ac_executable_extensions; do
3178
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3178
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3179 3179
     ac_cv_prog_ac_ct_STRIP="strip"
3180 3180
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3181 3181
     break 2
... ...
@@ -3226,7 +3191,7 @@ do
3226 3226
   test -z "$as_dir" && as_dir=.
3227 3227
     for ac_prog in mkdir gmkdir; do
3228 3228
 	 for ac_exec_ext in '' $ac_executable_extensions; do
3229
-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
3229
+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
3230 3230
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
3231 3231
 	     'mkdir (GNU coreutils) '* | \
3232 3232
 	     'mkdir (coreutils) '* | \
... ...
@@ -3255,6 +3220,12 @@ fi
3255 3255
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
3256 3256
 $as_echo "$MKDIR_P" >&6; }
3257 3257
 
3258
+mkdir_p="$MKDIR_P"
3259
+case $mkdir_p in
3260
+  [\\/$]* | ?:[\\/]*) ;;
3261
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
3262
+esac
3263
+
3258 3264
 for ac_prog in gawk mawk nawk awk
3259 3265
 do
3260 3266
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -3273,7 +3244,7 @@ do
3273 3273
   IFS=$as_save_IFS
3274 3274
   test -z "$as_dir" && as_dir=.
3275 3275
     for ac_exec_ext in '' $ac_executable_extensions; do
3276
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3276
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3277 3277
     ac_cv_prog_AWK="$ac_prog"
3278 3278
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3279 3279
     break 2
... ...
@@ -3337,45 +3308,6 @@ else
3337 3337
 fi
3338 3338
 rmdir .tst 2>/dev/null
3339 3339
 
3340
-# Check whether --enable-silent-rules was given.
3341
-if test "${enable_silent_rules+set}" = set; then :
3342
-  enableval=$enable_silent_rules;
3343
-fi
3344
-
3345
-case $enable_silent_rules in # (((
3346
-  yes) AM_DEFAULT_VERBOSITY=0;;
3347
-   no) AM_DEFAULT_VERBOSITY=1;;
3348
-    *) AM_DEFAULT_VERBOSITY=1;;
3349
-esac
3350
-am_make=${MAKE-make}
3351
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
3352
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
3353
-if ${am_cv_make_support_nested_variables+:} false; then :
3354
-  $as_echo_n "(cached) " >&6
3355
-else
3356
-  if $as_echo 'TRUE=$(BAR$(V))
3357
-BAR0=false
3358
-BAR1=true
3359
-V=1
3360
-am__doit:
3361
-	@$(TRUE)
3362
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
3363
-  am_cv_make_support_nested_variables=yes
3364
-else
3365
-  am_cv_make_support_nested_variables=no
3366
-fi
3367
-fi
3368
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
3369
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
3370
-if test $am_cv_make_support_nested_variables = yes; then
3371
-    AM_V='$(V)'
3372
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
3373
-else
3374
-  AM_V=$AM_DEFAULT_VERBOSITY
3375
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
3376
-fi
3377
-AM_BACKSLASH='\'
3378
-
3379 3340
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
3380 3341
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
3381 3342
   # is not polluted with repeated "-I."
... ...
@@ -3417,12 +3349,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
3417 3417
 
3418 3418
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
3419 3419
 
3420
-# For better backward compatibility.  To be removed once Automake 1.9.x
3421
-# dies out for good.  For more background, see:
3422
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
3423
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
3424
-mkdir_p='$(MKDIR_P)'
3425
-
3426 3420
 # We need awk for the "check" target.  The system "awk" is bad on
3427 3421
 # some platforms.
3428 3422
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -3430,182 +3356,101 @@ mkdir_p='$(MKDIR_P)'
3430 3430
 AMTAR='$${TAR-tar}'
3431 3431
 
3432 3432
 
3433
-# We'll loop over all known methods to create a tar archive until one works.
3434
-_am_tools='gnutar plaintar pax cpio none'
3435
-
3436
-# The POSIX 1988 'ustar' format is defined with fixed-size fields.
3437
-      # There is notably a 21 bits limit for the UID and the GID.  In fact,
3438
-      # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
3439
-      # and bug#13588).
3440
-      am_max_uid=2097151 # 2^21 - 1
3441
-      am_max_gid=$am_max_uid
3442
-      # The $UID and $GID variables are not portable, so we need to resort
3443
-      # to the POSIX-mandated id(1) utility.  Errors in the 'id' calls
3444
-      # below are definitely unexpected, so allow the users to see them
3445
-      # (that is, avoid stderr redirection).
3446
-      am_uid=`id -u || echo unknown`
3447
-      am_gid=`id -g || echo unknown`
3448
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether UID '$am_uid' is supported by ustar format" >&5
3449
-$as_echo_n "checking whether UID '$am_uid' is supported by ustar format... " >&6; }
3450
-      if test $am_uid -le $am_max_uid; then
3451
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3452
-$as_echo "yes" >&6; }
3453
-      else
3454
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3455
-$as_echo "no" >&6; }
3456
-         _am_tools=none
3457
-      fi
3458
-      { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether GID '$am_gid' is supported by ustar format" >&5
3459
-$as_echo_n "checking whether GID '$am_gid' is supported by ustar format... " >&6; }
3460
-      if test $am_gid -le $am_max_gid; then
3461
-         { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3462
-$as_echo "yes" >&6; }
3463
-      else
3464
-        { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
3465
-$as_echo "no" >&6; }
3466
-        _am_tools=none
3467
-      fi
3468
-
3469
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3433
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a ustar tar archive" >&5
3470 3434
 $as_echo_n "checking how to create a ustar tar archive... " >&6; }
3471
-
3472
-  # Go ahead even if we have the value already cached.  We do so because we
3473
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
3474
-  _am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3475
-
3476
-  for _am_tool in $_am_tools; do
3477
-    case $_am_tool in
3478
-    gnutar)
3479
-      for _am_tar in tar gnutar gtar; do
3480
-        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3435
+# Loop over all known methods to create a tar archive until one works.
3436
+_am_tools='gnutar plaintar pax cpio none'
3437
+_am_tools=${am_cv_prog_tar_ustar-$_am_tools}
3438
+# Do not fold the above two line into one, because Tru64 sh and
3439
+# Solaris sh will not grok spaces in the rhs of `-'.
3440
+for _am_tool in $_am_tools
3441
+do
3442
+  case $_am_tool in
3443
+  gnutar)
3444
+    for _am_tar in tar gnutar gtar;
3445
+    do
3446
+      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3481 3447
    ($_am_tar --version) >&5 2>&5
3482 3448
    ac_status=$?
3483 3449
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 3450
    (exit $ac_status); } && break
3485
-      done
3486
-      am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3487
-      am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3488
-      am__untar="$_am_tar -xf -"
3489
-      ;;
3490
-    plaintar)
3491
-      # Must skip GNU tar: if it does not support --format= it doesn't create
3492
-      # ustar tarball either.
3493
-      (tar --version) >/dev/null 2>&1 && continue
3494
-      am__tar='tar chf - "$$tardir"'
3495
-      am__tar_='tar chf - "$tardir"'
3496
-      am__untar='tar xf -'
3497
-      ;;
3498
-    pax)
3499
-      am__tar='pax -L -x ustar -w "$$tardir"'
3500
-      am__tar_='pax -L -x ustar -w "$tardir"'
3501
-      am__untar='pax -r'
3502
-      ;;
3503
-    cpio)
3504
-      am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3505
-      am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3506
-      am__untar='cpio -i -H ustar -d'
3507
-      ;;
3508
-    none)
3509
-      am__tar=false
3510
-      am__tar_=false
3511
-      am__untar=false
3512
-      ;;
3513
-    esac
3451
+    done
3452
+    am__tar="$_am_tar --format=ustar -chf - "'"$$tardir"'
3453
+    am__tar_="$_am_tar --format=ustar -chf - "'"$tardir"'
3454
+    am__untar="$_am_tar -xf -"
3455
+    ;;
3456
+  plaintar)
3457
+    # Must skip GNU tar: if it does not support --format= it doesn't create
3458
+    # ustar tarball either.
3459
+    (tar --version) >/dev/null 2>&1 && continue
3460
+    am__tar='tar chf - "$$tardir"'
3461
+    am__tar_='tar chf - "$tardir"'
3462
+    am__untar='tar xf -'
3463
+    ;;
3464
+  pax)
3465
+    am__tar='pax -L -x ustar -w "$$tardir"'
3466
+    am__tar_='pax -L -x ustar -w "$tardir"'
3467
+    am__untar='pax -r'
3468
+    ;;
3469
+  cpio)
3470
+    am__tar='find "$$tardir" -print | cpio -o -H ustar -L'
3471
+    am__tar_='find "$tardir" -print | cpio -o -H ustar -L'
3472
+    am__untar='cpio -i -H ustar -d'
3473
+    ;;
3474
+  none)
3475
+    am__tar=false
3476
+    am__tar_=false
3477
+    am__untar=false
3478
+    ;;
3479
+  esac
3514 3480
 
3515
-    # If the value was cached, stop now.  We just wanted to have am__tar
3516
-    # and am__untar set.
3517
-    test -n "${am_cv_prog_tar_ustar}" && break
3481
+  # If the value was cached, stop now.  We just wanted to have am__tar
3482
+  # and am__untar set.
3483
+  test -n "${am_cv_prog_tar_ustar}" && break
3518 3484
 
3519
-    # tar/untar a dummy directory, and stop if the command works.
3520
-    rm -rf conftest.dir
3521
-    mkdir conftest.dir
3522
-    echo GrepMe > conftest.dir/file
3523
-    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3485
+  # tar/untar a dummy directory, and stop if the command works
3486
+  rm -rf conftest.dir
3487
+  mkdir conftest.dir
3488
+  echo GrepMe > conftest.dir/file
3489
+  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3524 3490
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3525 3491
    ac_status=$?
3526 3492
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3527 3493
    (exit $ac_status); }
3528
-    rm -rf conftest.dir
3529
-    if test -s conftest.tar; then
3530
-      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3494
+  rm -rf conftest.dir
3495
+  if test -s conftest.tar; then
3496
+    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3531 3497
    ($am__untar <conftest.tar) >&5 2>&5
3532 3498
    ac_status=$?
3533 3499
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3534 3500
    (exit $ac_status); }
3535
-      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3536
-   (cat conftest.dir/file) >&5 2>&5
3537
-   ac_status=$?
3538
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3539
-   (exit $ac_status); }
3540
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3541
-    fi
3542
-  done
3543
-  rm -rf conftest.dir
3501
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3502
+  fi
3503
+done
3504
+rm -rf conftest.dir
3544 3505
 
3545
-  if ${am_cv_prog_tar_ustar+:} false; then :
3506
+if ${am_cv_prog_tar_ustar+:} false; then :
3546 3507
   $as_echo_n "(cached) " >&6
3547 3508
 else
3548 3509
   am_cv_prog_tar_ustar=$_am_tool
3549 3510
 fi
3550 3511
 
3551
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3512
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_ustar" >&5
3552 3513
 $as_echo "$am_cv_prog_tar_ustar" >&6; }
3553 3514
 
3554 3515
 
3555 3516
 
3556 3517
 
3557 3518
 
3558
-
3559
-# POSIX will say in a future version that running "rm -f" with no argument
3560
-# is OK; and we want to be able to make that assumption in our Makefile
3561
-# recipes.  So use an aggressive probe to check that the usage we want is
3562
-# actually supported "in the wild" to an acceptable degree.
3563
-# See automake bug#10828.
3564
-# To make any issue more visible, cause the running configure to be aborted
3565
-# by default if the 'rm' program in use doesn't match our expectations; the
3566
-# user can still override this though.
3567
-if rm -f && rm -fr && rm -rf; then : OK; else
3568
-  cat >&2 <<'END'
3569
-Oops!
3570
-
3571
-Your 'rm' program seems unable to run without file operands specified
3572
-on the command line, even when the '-f' option is present.  This is contrary
3573
-to the behaviour of most rm programs out there, and not conforming with
3574
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3575
-
3576
-Please tell bug-automake@gnu.org about your system, including the value
3577
-of your $PATH and any error possibly output before this message.  This
3578
-can help us improve future automake versions.
3579
-
3580
-END
3581
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3582
-    echo 'Configuration will proceed anyway, since you have set the' >&2
3583
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3584
-    echo >&2
3585
-  else
3586
-    cat >&2 <<'END'
3587
-Aborting the configuration process, to ensure you take notice of the issue.
3588
-
3589
-You can download and install GNU coreutils to get an 'rm' implementation
3590
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
3591
-
3592
-If you want to complete the configuration process using your problematic
3593
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3594
-to "yes", and re-run configure.
3595
-
3596
-END
3597
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3598
-  fi
3599
-fi
3600 3519
 # Check whether --enable-silent-rules was given.
3601 3520
 if test "${enable_silent_rules+set}" = set; then :
3602 3521
   enableval=$enable_silent_rules;
3603 3522
 fi
3604 3523
 
3605
-case $enable_silent_rules in # (((
3606
-  yes) AM_DEFAULT_VERBOSITY=0;;
3607
-   no) AM_DEFAULT_VERBOSITY=1;;
3608
-    *) AM_DEFAULT_VERBOSITY=0;;
3524
+case $enable_silent_rules in
3525
+yes) AM_DEFAULT_VERBOSITY=0;;
3526
+no)  AM_DEFAULT_VERBOSITY=1;;
3527
+*)   AM_DEFAULT_VERBOSITY=0;;
3609 3528
 esac
3610 3529
 am_make=${MAKE-make}
3611 3530
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3659,7 +3504,7 @@ am__quote=
3659 3659
 _am_result=none
3660 3660
 # First try GNU make style include.
3661 3661
 echo "include confinc" > confmf
3662
-# Ignore all kinds of additional output from 'make'.
3662
+# Ignore all kinds of additional output from `make'.
3663 3663
 case `$am_make -s -f confmf 2> /dev/null` in #(
3664 3664
 *the\ am__doit\ target*)
3665 3665
   am__include=include
... ...
@@ -3725,7 +3570,7 @@ do
3725 3725
   IFS=$as_save_IFS
3726 3726
   test -z "$as_dir" && as_dir=.
3727 3727
     for ac_exec_ext in '' $ac_executable_extensions; do
3728
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3728
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3729 3729
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3730 3730
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3731 3731
     break 2
... ...
@@ -3765,7 +3610,7 @@ do
3765 3765
   IFS=$as_save_IFS
3766 3766
   test -z "$as_dir" && as_dir=.
3767 3767
     for ac_exec_ext in '' $ac_executable_extensions; do
3768
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3768
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3769 3769
     ac_cv_prog_ac_ct_CC="gcc"
3770 3770
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3771 3771
     break 2
... ...
@@ -3818,7 +3663,7 @@ do
3818 3818
   IFS=$as_save_IFS
3819 3819
   test -z "$as_dir" && as_dir=.
3820 3820
     for ac_exec_ext in '' $ac_executable_extensions; do
3821
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3821
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3822 3822
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3823 3823
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3824 3824
     break 2
... ...
@@ -3859,7 +3704,7 @@ do
3859 3859
   IFS=$as_save_IFS
3860 3860
   test -z "$as_dir" && as_dir=.
3861 3861
     for ac_exec_ext in '' $ac_executable_extensions; do
3862
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3862
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3863 3863
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
3864 3864
        ac_prog_rejected=yes
3865 3865
        continue
... ...
@@ -3917,7 +3762,7 @@ do
3917 3917
   IFS=$as_save_IFS
3918 3918
   test -z "$as_dir" && as_dir=.
3919 3919
     for ac_exec_ext in '' $ac_executable_extensions; do
3920
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3920
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3921 3921
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
3922 3922
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3923 3923
     break 2
... ...
@@ -3961,7 +3806,7 @@ do
3961 3961
   IFS=$as_save_IFS
3962 3962
   test -z "$as_dir" && as_dir=.
3963 3963
     for ac_exec_ext in '' $ac_executable_extensions; do
3964
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3964
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3965 3965
     ac_cv_prog_ac_ct_CC="$ac_prog"
3966 3966
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3967 3967
     break 2
... ...
@@ -4407,7 +4252,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4407 4407
 /* end confdefs.h.  */
4408 4408
 #include <stdarg.h>
4409 4409
 #include <stdio.h>
4410
-struct stat;
4410
+#include <sys/types.h>
4411
+#include <sys/stat.h>
4411 4412
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4412 4413
 struct buf { int x; };
4413 4414
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4492,65 +4338,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4492 4492
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4493 4493
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4494 4494
 
4495
-ac_ext=c
4496
-ac_cpp='$CPP $CPPFLAGS'
4497
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4498
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4499
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4500
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4501
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4502
-if ${am_cv_prog_cc_c_o+:} false; then :
4503
-  $as_echo_n "(cached) " >&6
4504
-else
4505
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4506
-/* end confdefs.h.  */
4507
-
4508
-int
4509
-main ()
4510
-{
4511
-
4512
-  ;
4513
-  return 0;
4514
-}
4515
-_ACEOF
4516
-  # Make sure it works both with $CC and with simple cc.
4517
-  # Following AC_PROG_CC_C_O, we do the test twice because some
4518
-  # compilers refuse to overwrite an existing .o file with -o,
4519
-  # though they will create one.
4520
-  am_cv_prog_cc_c_o=yes
4521
-  for am_i in 1 2; do
4522
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4523
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4524
-   ac_status=$?
4525
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526
-   (exit $ac_status); } \
4527
-         && test -f conftest2.$ac_objext; then
4528
-      : OK
4529
-    else
4530
-      am_cv_prog_cc_c_o=no
4531
-      break
4532
-    fi
4533
-  done
4534
-  rm -f core conftest*
4535
-  unset am_i
4536
-fi
4537
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4538
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
4539
-if test "$am_cv_prog_cc_c_o" != yes; then
4540
-   # Losing compiler, so override with the script.
4541
-   # FIXME: It is wrong to rewrite CC.
4542
-   # But if we don't then we get into trouble of one sort or another.
4543
-   # A longer-term fix would be to have automake use am__CC in this case,
4544
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4545
-   CC="$am_aux_dir/compile $CC"
4546
-fi
4547
-ac_ext=c
4548
-ac_cpp='$CPP $CPPFLAGS'
4549
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4550
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4551
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4552
-
4553
-
4554 4495
 depcc="$CC"   am_compiler_list=
4555 4496
 
4556 4497
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4562,8 +4349,8 @@ else
4562 4562
   # We make a subdir and do the tests there.  Otherwise we can end up
4563 4563
   # making bogus files that we don't know about and never remove.  For
4564 4564
   # instance it was reported that on HP-UX the gcc test will end up
4565
-  # making a dummy file named 'D' -- because '-MD' means "put the output
4566
-  # in D".
4565
+  # making a dummy file named `D' -- because `-MD' means `put the output
4566
+  # in D'.
4567 4567
   rm -rf conftest.dir
4568 4568
   mkdir conftest.dir
4569 4569
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4598,16 +4385,16 @@ else
4598 4598
     : > sub/conftest.c
4599 4599
     for i in 1 2 3 4 5 6; do
4600 4600
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4601
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4602
-      # Solaris 10 /bin/sh.
4603
-      echo '/* dummy */' > sub/conftst$i.h
4601
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4602
+      # Solaris 8's {/usr,}/bin/sh.
4603
+      touch sub/conftst$i.h
4604 4604
     done
4605 4605
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4606 4606
 
4607
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4607
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4608 4608
     # mode.  It turns out that the SunPro C++ compiler does not properly
4609
-    # handle '-M -o', and we need to detect this.  Also, some Intel
4610
-    # versions had trouble with output in subdirs.
4609
+    # handle `-M -o', and we need to detect this.  Also, some Intel
4610
+    # versions had trouble with output in subdirs
4611 4611
     am__obj=sub/conftest.${OBJEXT-o}
4612 4612
     am__minus_obj="-o $am__obj"
4613 4613
     case $depmode in
... ...
@@ -4616,8 +4403,8 @@ else
4616 4616
       test "$am__universal" = false || continue
4617 4617
       ;;
4618 4618
     nosideeffect)
4619
-      # After this tag, mechanisms are not by side-effect, so they'll
4620
-      # only be used when explicitly requested.
4619
+      # after this tag, mechanisms are not by side-effect, so they'll
4620
+      # only be used when explicitly requested
4621 4621
       if test "x$enable_dependency_tracking" = xyes; then
4622 4622
 	continue
4623 4623
       else
... ...
@@ -4625,7 +4412,7 @@ else
4625 4625
       fi
4626 4626
       ;;
4627 4627
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4628
-      # This compiler won't grok '-c -o', but also, the minuso test has
4628
+      # This compiler won't grok `-c -o', but also, the minuso test has
4629 4629
       # not run yet.  These depmodes are late enough in the game, and
4630 4630
       # so weak that their functioning should not be impacted.
4631 4631
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4834,7 +4621,7 @@ do
4834 4834
     for ac_prog in grep ggrep; do
4835 4835
     for ac_exec_ext in '' $ac_executable_extensions; do
4836 4836
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4837
-      as_fn_executable_p "$ac_path_GREP" || continue
4837
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4838 4838
 # Check for GNU ac_path_GREP and select it if it is found.
4839 4839
   # Check for GNU $ac_path_GREP
4840 4840
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4900,7 +4687,7 @@ do
4900 4900
     for ac_prog in egrep; do
4901 4901
     for ac_exec_ext in '' $ac_executable_extensions; do
4902 4902
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4903
-      as_fn_executable_p "$ac_path_EGREP" || continue
4903
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4904 4904
 # Check for GNU ac_path_EGREP and select it if it is found.
4905 4905
   # Check for GNU $ac_path_EGREP
4906 4906
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5107,8 +4894,8 @@ else
5107 5107
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
5108 5108
 /* end confdefs.h.  */
5109 5109
 
5110
-#         define __EXTENSIONS__ 1
5111
-          $ac_includes_default
5110
+#	  define __EXTENSIONS__ 1
5111
+	  $ac_includes_default
5112 5112
 int
5113 5113
 main ()
5114 5114
 {
... ...
@@ -5296,7 +5083,7 @@ do
5296 5296
     for ac_prog in sed gsed; do
5297 5297
     for ac_exec_ext in '' $ac_executable_extensions; do
5298 5298
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5299
-      as_fn_executable_p "$ac_path_SED" || continue
5299
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5300 5300
 # Check for GNU ac_path_SED and select it if it is found.
5301 5301
   # Check for GNU $ac_path_SED
5302 5302
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5375,7 +5162,7 @@ do
5375 5375
     for ac_prog in fgrep; do
5376 5376
     for ac_exec_ext in '' $ac_executable_extensions; do
5377 5377
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5378
-      as_fn_executable_p "$ac_path_FGREP" || continue
5378
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5379 5379
 # Check for GNU ac_path_FGREP and select it if it is found.
5380 5380
   # Check for GNU $ac_path_FGREP
5381 5381
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5631,7 +5418,7 @@ do
5631 5631
   IFS=$as_save_IFS
5632 5632
   test -z "$as_dir" && as_dir=.
5633 5633
     for ac_exec_ext in '' $ac_executable_extensions; do
5634
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5634
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5635 5635
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5636 5636
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5637 5637
     break 2
... ...
@@ -5675,7 +5462,7 @@ do
5675 5675
   IFS=$as_save_IFS
5676 5676
   test -z "$as_dir" && as_dir=.
5677 5677
     for ac_exec_ext in '' $ac_executable_extensions; do
5678
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5678
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5679 5679
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5680 5680
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5681 5681
     break 2
... ...
@@ -6099,7 +5886,7 @@ do
6099 6099
   IFS=$as_save_IFS
6100 6100
   test -z "$as_dir" && as_dir=.
6101 6101
     for ac_exec_ext in '' $ac_executable_extensions; do
6102
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6102
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6103 6103
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6104 6104
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6105 6105
     break 2
... ...
@@ -6139,7 +5926,7 @@ do
6139 6139
   IFS=$as_save_IFS
6140 6140
   test -z "$as_dir" && as_dir=.
6141 6141
     for ac_exec_ext in '' $ac_executable_extensions; do
6142
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6142
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6143 6143
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6144 6144
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6145 6145
     break 2
... ...
@@ -6445,7 +6232,7 @@ do
6445 6445
   IFS=$as_save_IFS
6446 6446
   test -z "$as_dir" && as_dir=.
6447 6447
     for ac_exec_ext in '' $ac_executable_extensions; do
6448
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6448
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6449 6449
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6450 6450
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6451 6451
     break 2
... ...
@@ -6485,7 +6272,7 @@ do
6485 6485
   IFS=$as_save_IFS
6486 6486
   test -z "$as_dir" && as_dir=.
6487 6487
     for ac_exec_ext in '' $ac_executable_extensions; do
6488
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6488
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6489 6489
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6490 6490
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6491 6491
     break 2
... ...
@@ -6588,7 +6375,7 @@ do
6588 6588
   IFS=$as_save_IFS
6589 6589
   test -z "$as_dir" && as_dir=.
6590 6590
     for ac_exec_ext in '' $ac_executable_extensions; do
6591
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6591
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592 6592
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6593 6593
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 6594
     break 2
... ...
@@ -6632,7 +6419,7 @@ do
6632 6632
   IFS=$as_save_IFS
6633 6633
   test -z "$as_dir" && as_dir=.
6634 6634
     for ac_exec_ext in '' $ac_executable_extensions; do
6635
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6635
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6636 6636
     ac_cv_prog_ac_ct_AR="$ac_prog"
6637 6637
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6638 6638
     break 2
... ...
@@ -6757,7 +6544,7 @@ do
6757 6757
   IFS=$as_save_IFS
6758 6758
   test -z "$as_dir" && as_dir=.
6759 6759
     for ac_exec_ext in '' $ac_executable_extensions; do
6760
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6760
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6761 6761
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6762 6762
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6763 6763
     break 2
... ...
@@ -6797,7 +6584,7 @@ do
6797 6797
   IFS=$as_save_IFS
6798 6798
   test -z "$as_dir" && as_dir=.
6799 6799
     for ac_exec_ext in '' $ac_executable_extensions; do
6800
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6800
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6801 6801
     ac_cv_prog_ac_ct_STRIP="strip"
6802 6802
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6803 6803
     break 2
... ...
@@ -6856,7 +6643,7 @@ do
6856 6856
   IFS=$as_save_IFS
6857 6857
   test -z "$as_dir" && as_dir=.
6858 6858
     for ac_exec_ext in '' $ac_executable_extensions; do
6859
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6859
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6860 6860
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6861 6861
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6862 6862
     break 2
... ...
@@ -6896,7 +6683,7 @@ do
6896 6896
   IFS=$as_save_IFS
6897 6897
   test -z "$as_dir" && as_dir=.
6898 6898
     for ac_exec_ext in '' $ac_executable_extensions; do
6899
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6899
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6900 6900
     ac_cv_prog_ac_ct_RANLIB="ranlib"
6901 6901
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6902 6902
     break 2
... ...
@@ -7545,7 +7332,7 @@ do
7545 7545
   IFS=$as_save_IFS
7546 7546
   test -z "$as_dir" && as_dir=.
7547 7547
     for ac_exec_ext in '' $ac_executable_extensions; do
7548
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7548
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7549 7549
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7550 7550
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7551 7551
     break 2
... ...
@@ -7585,7 +7372,7 @@ do
7585 7585
   IFS=$as_save_IFS
7586 7586
   test -z "$as_dir" && as_dir=.
7587 7587
     for ac_exec_ext in '' $ac_executable_extensions; do
7588
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7588
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7589 7589
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7590 7590
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7591 7591
     break 2
... ...
@@ -7665,7 +7452,7 @@ do
7665 7665
   IFS=$as_save_IFS
7666 7666
   test -z "$as_dir" && as_dir=.
7667 7667
     for ac_exec_ext in '' $ac_executable_extensions; do
7668
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7668
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7669 7669
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7670 7670
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7671 7671
     break 2
... ...
@@ -7705,7 +7492,7 @@ do
7705 7705
   IFS=$as_save_IFS
7706 7706
   test -z "$as_dir" && as_dir=.
7707 7707
     for ac_exec_ext in '' $ac_executable_extensions; do
7708
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7708
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7709 7709
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7710 7710
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7711 7711
     break 2
... ...
@@ -7757,7 +7544,7 @@ do
7757 7757
   IFS=$as_save_IFS
7758 7758
   test -z "$as_dir" && as_dir=.
7759 7759
     for ac_exec_ext in '' $ac_executable_extensions; do
7760
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7760
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7761 7761
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
7762 7762
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7763 7763
     break 2
... ...
@@ -7797,7 +7584,7 @@ do
7797 7797
   IFS=$as_save_IFS
7798 7798
   test -z "$as_dir" && as_dir=.
7799 7799
     for ac_exec_ext in '' $ac_executable_extensions; do
7800
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7800
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7801 7801
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
7802 7802
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7803 7803
     break 2
... ...
@@ -7849,7 +7636,7 @@ do
7849 7849
   IFS=$as_save_IFS
7850 7850
   test -z "$as_dir" && as_dir=.
7851 7851
     for ac_exec_ext in '' $ac_executable_extensions; do
7852
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7852
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7853 7853
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
7854 7854
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7855 7855
     break 2
... ...
@@ -7889,7 +7676,7 @@ do
7889 7889
   IFS=$as_save_IFS
7890 7890
   test -z "$as_dir" && as_dir=.
7891 7891
     for ac_exec_ext in '' $ac_executable_extensions; do
7892
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7892
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7893 7893
     ac_cv_prog_ac_ct_LIPO="lipo"
7894 7894
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7895 7895
     break 2
... ...
@@ -7941,7 +7728,7 @@ do
7941 7941
   IFS=$as_save_IFS
7942 7942
   test -z "$as_dir" && as_dir=.
7943 7943
     for ac_exec_ext in '' $ac_executable_extensions; do
7944
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7944
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7945 7945
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
7946 7946
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7947 7947
     break 2
... ...
@@ -7981,7 +7768,7 @@ do
7981 7981
   IFS=$as_save_IFS
7982 7982
   test -z "$as_dir" && as_dir=.
7983 7983
     for ac_exec_ext in '' $ac_executable_extensions; do
7984
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7984
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7985 7985
     ac_cv_prog_ac_ct_OTOOL="otool"
7986 7986
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7987 7987
     break 2
... ...
@@ -8033,7 +7820,7 @@ do
8033 8033
   IFS=$as_save_IFS
8034 8034
   test -z "$as_dir" && as_dir=.
8035 8035
     for ac_exec_ext in '' $ac_executable_extensions; do
8036
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8036
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8037 8037
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8038 8038
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8039 8039
     break 2
... ...
@@ -8073,7 +7860,7 @@ do
8073 8073
   IFS=$as_save_IFS
8074 8074
   test -z "$as_dir" && as_dir=.
8075 8075
     for ac_exec_ext in '' $ac_executable_extensions; do
8076
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8076
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8077 8077
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8078 8078
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8079 8079
     break 2
... ...
@@ -13384,7 +13171,7 @@ do
13384 13384
   IFS=$as_save_IFS
13385 13385
   test -z "$as_dir" && as_dir=.
13386 13386
     for ac_exec_ext in '' $ac_executable_extensions; do
13387
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13387
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13388 13388
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
13389 13389
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13390 13390
     break 2
... ...
@@ -13424,7 +13211,7 @@ do
13424 13424
   IFS=$as_save_IFS
13425 13425
   test -z "$as_dir" && as_dir=.
13426 13426
     for ac_exec_ext in '' $ac_executable_extensions; do
13427
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13427
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13428 13428
     ac_cv_prog_ac_ct_CC="gcc"
13429 13429
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13430 13430
     break 2
... ...
@@ -13477,7 +13264,7 @@ do
13477 13477
   IFS=$as_save_IFS
13478 13478
   test -z "$as_dir" && as_dir=.
13479 13479
     for ac_exec_ext in '' $ac_executable_extensions; do
13480
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13480
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13481 13481
     ac_cv_prog_CC="${ac_tool_prefix}cc"
13482 13482
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13483 13483
     break 2
... ...
@@ -13518,7 +13305,7 @@ do
13518 13518
   IFS=$as_save_IFS
13519 13519
   test -z "$as_dir" && as_dir=.
13520 13520
     for ac_exec_ext in '' $ac_executable_extensions; do
13521
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13521
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13522 13522
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
13523 13523
        ac_prog_rejected=yes
13524 13524
        continue
... ...
@@ -13576,7 +13363,7 @@ do
13576 13576
   IFS=$as_save_IFS
13577 13577
   test -z "$as_dir" && as_dir=.
13578 13578
     for ac_exec_ext in '' $ac_executable_extensions; do
13579
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13579
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13580 13580
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
13581 13581
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13582 13582
     break 2
... ...
@@ -13620,7 +13407,7 @@ do
13620 13620
   IFS=$as_save_IFS
13621 13621
   test -z "$as_dir" && as_dir=.
13622 13622
     for ac_exec_ext in '' $ac_executable_extensions; do
13623
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
13623
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13624 13624
     ac_cv_prog_ac_ct_CC="$ac_prog"
13625 13625
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
13626 13626
     break 2
... ...
@@ -13816,7 +13603,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13816 13816
 /* end confdefs.h.  */
13817 13817
 #include <stdarg.h>
13818 13818
 #include <stdio.h>
13819
-struct stat;
13819
+#include <sys/types.h>
13820
+#include <sys/stat.h>
13820 13821
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
13821 13822
 struct buf { int x; };
13822 13823
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -13901,65 +13689,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13901 13901
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13902 13902
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
13903 13903
 
13904
-ac_ext=c
13905
-ac_cpp='$CPP $CPPFLAGS'
13906
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13907
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13908
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
13909
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
13910
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
13911
-if ${am_cv_prog_cc_c_o+:} false; then :
13912
-  $as_echo_n "(cached) " >&6
13913
-else
13914
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
13915
-/* end confdefs.h.  */
13916
-
13917
-int
13918
-main ()
13919
-{
13920
-
13921
-  ;
13922
-  return 0;
13923
-}
13924
-_ACEOF
13925
-  # Make sure it works both with $CC and with simple cc.
13926
-  # Following AC_PROG_CC_C_O, we do the test twice because some
13927
-  # compilers refuse to overwrite an existing .o file with -o,
13928
-  # though they will create one.
13929
-  am_cv_prog_cc_c_o=yes
13930
-  for am_i in 1 2; do
13931
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
13932
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
13933
-   ac_status=$?
13934
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13935
-   (exit $ac_status); } \
13936
-         && test -f conftest2.$ac_objext; then
13937
-      : OK
13938
-    else
13939
-      am_cv_prog_cc_c_o=no
13940
-      break
13941
-    fi
13942
-  done
13943
-  rm -f core conftest*
13944
-  unset am_i
13945
-fi
13946
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
13947
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
13948
-if test "$am_cv_prog_cc_c_o" != yes; then
13949
-   # Losing compiler, so override with the script.
13950
-   # FIXME: It is wrong to rewrite CC.
13951
-   # But if we don't then we get into trouble of one sort or another.
13952
-   # A longer-term fix would be to have automake use am__CC in this case,
13953
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
13954
-   CC="$am_aux_dir/compile $CC"
13955
-fi
13956
-ac_ext=c
13957
-ac_cpp='$CPP $CPPFLAGS'
13958
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
13959
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
13960
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
13961
-
13962
-
13963 13904
 depcc="$CC"   am_compiler_list=
13964 13905
 
13965 13906
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -13971,8 +13700,8 @@ else
13971 13971
   # We make a subdir and do the tests there.  Otherwise we can end up
13972 13972
   # making bogus files that we don't know about and never remove.  For
13973 13973
   # instance it was reported that on HP-UX the gcc test will end up
13974
-  # making a dummy file named 'D' -- because '-MD' means "put the output
13975
-  # in D".
13974
+  # making a dummy file named `D' -- because `-MD' means `put the output
13975
+  # in D'.
13976 13976
   rm -rf conftest.dir
13977 13977
   mkdir conftest.dir
13978 13978
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -14007,16 +13736,16 @@ else
14007 14007
     : > sub/conftest.c
14008 14008
     for i in 1 2 3 4 5 6; do
14009 14009
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
14010
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
14011
-      # Solaris 10 /bin/sh.
14012
-      echo '/* dummy */' > sub/conftst$i.h
14010
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
14011
+      # Solaris 8's {/usr,}/bin/sh.
14012
+      touch sub/conftst$i.h
14013 14013
     done
14014 14014
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
14015 14015
 
14016
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
14016
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
14017 14017
     # mode.  It turns out that the SunPro C++ compiler does not properly
14018
-    # handle '-M -o', and we need to detect this.  Also, some Intel
14019
-    # versions had trouble with output in subdirs.
14018
+    # handle `-M -o', and we need to detect this.  Also, some Intel
14019
+    # versions had trouble with output in subdirs
14020 14020
     am__obj=sub/conftest.${OBJEXT-o}
14021 14021
     am__minus_obj="-o $am__obj"
14022 14022
     case $depmode in
... ...
@@ -14025,8 +13754,8 @@ else
14025 14025
       test "$am__universal" = false || continue
14026 14026
       ;;
14027 14027
     nosideeffect)
14028
-      # After this tag, mechanisms are not by side-effect, so they'll
14029
-      # only be used when explicitly requested.
14028
+      # after this tag, mechanisms are not by side-effect, so they'll
14029
+      # only be used when explicitly requested
14030 14030
       if test "x$enable_dependency_tracking" = xyes; then
14031 14031
 	continue
14032 14032
       else
... ...
@@ -14034,7 +13763,7 @@ else
14034 14034
       fi
14035 14035
       ;;
14036 14036
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
14037
-      # This compiler won't grok '-c -o', but also, the minuso test has
14037
+      # This compiler won't grok `-c -o', but also, the minuso test has
14038 14038
       # not run yet.  These depmodes are late enough in the game, and
14039 14039
       # so weak that their functioning should not be impacted.
14040 14040
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -14106,7 +13835,7 @@ do
14106 14106
   IFS=$as_save_IFS
14107 14107
   test -z "$as_dir" && as_dir=.
14108 14108
     for ac_exec_ext in '' $ac_executable_extensions; do
14109
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14109
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14110 14110
     ac_cv_prog_LEX="$ac_prog"
14111 14111
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14112 14112
     break 2
... ...
@@ -14138,8 +13867,7 @@ a { ECHO; }
14138 14138
 b { REJECT; }
14139 14139
 c { yymore (); }
14140 14140
 d { yyless (1); }
14141
-e { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument.  */
14142
-    yyless ((input () != 0)); }
14141
+e { yyless (input () != 0); }
14143 14142
 f { unput (yytext[0]); }
14144 14143
 . { BEGIN INITIAL; }
14145 14144
 %%
... ...
@@ -14268,7 +13996,7 @@ do
14268 14268
   IFS=$as_save_IFS
14269 14269
   test -z "$as_dir" && as_dir=.
14270 14270
     for ac_exec_ext in '' $ac_executable_extensions; do
14271
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
14271
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14272 14272
     ac_cv_prog_YACC="$ac_prog"
14273 14273
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
14274 14274
     break 2
... ...
@@ -14610,11 +14338,11 @@ else
14610 14610
 int
14611 14611
 main ()
14612 14612
 {
14613
-
14613
+/* FIXME: Include the comments suggested by Paul. */
14614 14614
 #ifndef __cplusplus
14615
-  /* Ultrix mips cc rejects this sort of thing.  */
14615
+  /* Ultrix mips cc rejects this.  */
14616 14616
   typedef int charset[2];
14617
-  const charset cs = { 0, 0 };
14617
+  const charset cs;
14618 14618
   /* SunOS 4.1.1 cc rejects this.  */
14619 14619
   char const *const *pcpcc;
14620 14620
   char **ppc;
... ...
@@ -14631,9 +14359,8 @@ main ()
14631 14631
   ++pcpcc;
14632 14632
   ppc = (char**) pcpcc;
14633 14633
   pcpcc = (char const *const *) ppc;
14634
-  { /* SCO 3.2v4 cc rejects this sort of thing.  */
14635
-    char tx;
14636
-    char *t = &tx;
14634
+  { /* SCO 3.2v4 cc rejects this.  */
14635
+    char *t;
14637 14636
     char const *s = 0 ? (char *) 0 : (char const *) 0;
14638 14637
 
14639 14638
     *t++ = 0;
... ...
@@ -14649,10 +14376,10 @@ main ()
14649 14649
     iptr p = 0;
14650 14650
     ++p;
14651 14651
   }
14652
-  { /* AIX XL C 1.02.0.0 rejects this sort of thing, saying
14652
+  { /* AIX XL C 1.02.0.0 rejects this saying
14653 14653
        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
14654
-    struct s { int j; const int *ap[3]; } bx;
14655
-    struct s *b = &bx; b->j = 5;
14654
+    struct s { int j; const int *ap[3]; };
14655
+    struct s *b; b->j = 5;
14656 14656
   }
14657 14657
   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
14658 14658
     const int foo = 10;
... ...
@@ -16153,7 +15880,7 @@ do
16153 16153
   IFS=$as_save_IFS
16154 16154
   test -z "$as_dir" && as_dir=.
16155 16155
     for ac_exec_ext in '' $ac_executable_extensions; do
16156
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16156
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16157 16157
     ac_cv_path_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16158 16158
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16159 16159
     break 2
... ...
@@ -16196,7 +15923,7 @@ do
16196 16196
   IFS=$as_save_IFS
16197 16197
   test -z "$as_dir" && as_dir=.
16198 16198
     for ac_exec_ext in '' $ac_executable_extensions; do
16199
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
16199
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
16200 16200
     ac_cv_path_ac_pt_PKG_CONFIG="$as_dir/$ac_word$ac_exec_ext"
16201 16201
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
16202 16202
     break 2
... ...
@@ -16305,11 +16032,11 @@ fi
16305 16305
 	# Put the nasty error message in config.log where it belongs
16306 16306
 	echo "$CHECK_PKG_ERRORS" >&5
16307 16307
 
16308
-	HAVE_LIBCHECK=no
16308
+	HAVE_LIBCHECK=
16309 16309
 elif test $pkg_failed = untried; then
16310 16310
      	{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
16311 16311
 $as_echo "no" >&6; }
16312
-	HAVE_LIBCHECK=no
16312
+	HAVE_LIBCHECK=
16313 16313
 else
16314 16314
 	CHECK_CFLAGS=$pkg_cv_CHECK_CFLAGS
16315 16315
 	CHECK_LIBS=$pkg_cv_CHECK_LIBS
... ...
@@ -17080,7 +16807,7 @@ do
17080 17080
   IFS=$as_save_IFS
17081 17081
   test -z "$as_dir" && as_dir=.
17082 17082
     for ac_exec_ext in '' $ac_executable_extensions; do
17083
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17083
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17084 17084
     ac_cv_prog_GCOV="$ac_prog"
17085 17085
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17086 17086
     break 2
... ...
@@ -17123,7 +16850,7 @@ do
17123 17123
   IFS=$as_save_IFS
17124 17124
   test -z "$as_dir" && as_dir=.
17125 17125
     for ac_exec_ext in '' $ac_executable_extensions; do
17126
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17126
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17127 17127
     ac_cv_prog_LCOV="$ac_prog"
17128 17128
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17129 17129
     break 2
... ...
@@ -17166,7 +16893,7 @@ do
17166 17166
   IFS=$as_save_IFS
17167 17167
   test -z "$as_dir" && as_dir=.
17168 17168
     for ac_exec_ext in '' $ac_executable_extensions; do
17169
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
17169
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
17170 17170
     ac_cv_prog_GENHTML="$ac_prog"
17171 17171
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
17172 17172
     break 2
... ...
@@ -20424,7 +20151,7 @@ do
20424 20424
   IFS=$as_save_IFS
20425 20425
   test -z "$as_dir" && as_dir=.
20426 20426
     for ac_exec_ext in '' $ac_executable_extensions; do
20427
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
20427
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
20428 20428
     ac_cv_path_GETENT="$as_dir/$ac_word$ac_exec_ext"
20429 20429
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
20430 20430
     break 2
... ...
@@ -23383,14 +23110,6 @@ LIBOBJS=$ac_libobjs
23383 23383
 LTLIBOBJS=$ac_ltlibobjs
23384 23384
 
23385 23385
 
23386
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
23387
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
23388
-   if test -n "$am_sleep_pid"; then
23389
-     # Hide warnings about reused PIDs.
23390
-     wait $am_sleep_pid 2>/dev/null
23391
-   fi
23392
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
23393
-$as_echo "done" >&6; }
23394 23386
  if test -n "$EXEEXT"; then
23395 23387
   am__EXEEXT_TRUE=
23396 23388
   am__EXEEXT_FALSE='#'
... ...
@@ -23779,16 +23498,16 @@ if (echo >conf$$.file) 2>/dev/null; then
23779 23779
     # ... but there are two gotchas:
23780 23780
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
23781 23781
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
23782
-    # In both cases, we have to default to `cp -pR'.
23782
+    # In both cases, we have to default to `cp -p'.
23783 23783
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
23784
-      as_ln_s='cp -pR'
23784
+      as_ln_s='cp -p'
23785 23785
   elif ln conf$$.file conf$$ 2>/dev/null; then
23786 23786
     as_ln_s=ln
23787 23787
   else
23788
-    as_ln_s='cp -pR'
23788
+    as_ln_s='cp -p'
23789 23789
   fi
23790 23790
 else
23791
-  as_ln_s='cp -pR'
23791
+  as_ln_s='cp -p'
23792 23792
 fi
23793 23793
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
23794 23794
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -23848,16 +23567,28 @@ else
23848 23848
   as_mkdir_p=false
23849 23849
 fi
23850 23850
 
23851
-
23852
-# as_fn_executable_p FILE
23853
-# -----------------------
23854
-# Test if FILE is an executable regular file.
23855
-as_fn_executable_p ()
23856
-{
23857
-  test -f "$1" && test -x "$1"
23858
-} # as_fn_executable_p
23859
-as_test_x='test -x'
23860
-as_executable_p=as_fn_executable_p
23851
+if test -x / >/dev/null 2>&1; then
23852
+  as_test_x='test -x'
23853
+else
23854
+  if ls -dL / >/dev/null 2>&1; then
23855
+    as_ls_L_option=L
23856
+  else
23857
+    as_ls_L_option=
23858
+  fi
23859
+  as_test_x='
23860
+    eval sh -c '\''
23861
+      if test -d "$1"; then
23862
+	test -d "$1/.";
23863
+      else
23864
+	case $1 in #(
23865
+	-*)set "./$1";;
23866
+	esac;
23867
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
23868
+	???[sx]*):;;*)false;;esac;fi
23869
+    '\'' sh
23870
+  '
23871
+fi
23872
+as_executable_p=$as_test_x
23861 23873
 
23862 23874
 # Sed expression to map a string onto a valid CPP name.
23863 23875
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -23879,7 +23610,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
23879 23879
 # values after options handling.
23880 23880
 ac_log="
23881 23881
 This file was extended by ClamAV $as_me devel, which was
23882
-generated by GNU Autoconf 2.69.  Invocation command line was
23882
+generated by GNU Autoconf 2.68.  Invocation command line was
23883 23883
 
23884 23884
   CONFIG_FILES    = $CONFIG_FILES
23885 23885
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -23946,10 +23677,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
23946 23946
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
23947 23947
 ac_cs_version="\\
23948 23948
 ClamAV config.status devel
23949
-configured by $0, generated by GNU Autoconf 2.69,
23949
+configured by $0, generated by GNU Autoconf 2.68,
23950 23950
   with options \\"\$ac_cs_config\\"
23951 23951
 
23952
-Copyright (C) 2012 Free Software Foundation, Inc.
23952
+Copyright (C) 2010 Free Software Foundation, Inc.
23953 23953
 This config.status script is free software; the Free Software Foundation
23954 23954
 gives unlimited permission to copy, distribute and modify it."
23955 23955
 
... ...
@@ -24040,7 +23771,7 @@ fi
24040 24040
 _ACEOF
24041 24041
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
24042 24042
 if \$ac_cs_recheck; then
24043
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24043
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
24044 24044
   shift
24045 24045
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
24046 24046
   CONFIG_SHELL='$SHELL'
... ...
@@ -24983,7 +24714,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24983 24983
 
24984 24984
   case $ac_file$ac_mode in
24985 24985
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
24986
-  # Older Autoconf quotes --file arguments for eval, but not when files
24986
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
24987 24987
   # are listed without --file.  Let's play safe and only enable the eval
24988 24988
   # if we detect the quoting.
24989 24989
   case $CONFIG_FILES in
... ...
@@ -24996,7 +24727,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
24996 24996
     # Strip MF so we end up with the name of the file.
24997 24997
     mf=`echo "$mf" | sed -e 's/:.*$//'`
24998 24998
     # Check whether this is an Automake generated Makefile or not.
24999
-    # We used to match only the files named 'Makefile.in', but
24999
+    # We used to match only the files named `Makefile.in', but
25000 25000
     # some people rename them; so instead we look at the file content.
25001 25001
     # Grep'ing the first line is not enough: some people post-process
25002 25002
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -25030,19 +24761,21 @@ $as_echo X"$mf" |
25030 25030
       continue
25031 25031
     fi
25032 25032
     # Extract the definition of DEPDIR, am__include, and am__quote
25033
-    # from the Makefile without running 'make'.
25033
+    # from the Makefile without running `make'.
25034 25034
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
25035 25035
     test -z "$DEPDIR" && continue
25036 25036
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
25037
-    test -z "$am__include" && continue
25037
+    test -z "am__include" && continue
25038 25038
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
25039
+    # When using ansi2knr, U may be empty or an underscore; expand it
25040
+    U=`sed -n 's/^U = //p' < "$mf"`
25039 25041
     # Find all dependency output files, they are included files with
25040 25042
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
25041 25043
     # simplest approach to changing $(DEPDIR) to its actual value in the
25042 25044
     # expansion.
25043 25045
     for file in `sed -n "
25044 25046
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
25045
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
25047
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
25046 25048
       # Make sure the directory exists.
25047 25049
       test -f "$dirpart/$file" && continue
25048 25050
       fdir=`$as_dirname -- "$file" ||
... ...
@@ -26029,14 +25762,6 @@ LIBOBJS=$ac_libobjs
26029 26029
 LTLIBOBJS=$ac_ltlibobjs
26030 26030
 
26031 26031
 
26032
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
26033
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
26034
-   if test -n "$am_sleep_pid"; then
26035
-     # Hide warnings about reused PIDs.
26036
-     wait $am_sleep_pid 2>/dev/null
26037
-   fi
26038
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
26039
-$as_echo "done" >&6; }
26040 26032
  if test -n "$EXEEXT"; then
26041 26033
   am__EXEEXT_TRUE=
26042 26034
   am__EXEEXT_FALSE='#'
... ...
@@ -26437,16 +26162,16 @@ if (echo >conf$$.file) 2>/dev/null; then
26437 26437
     # ... but there are two gotchas:
26438 26438
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26439 26439
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26440
-    # In both cases, we have to default to `cp -pR'.
26440
+    # In both cases, we have to default to `cp -p'.
26441 26441
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26442
-      as_ln_s='cp -pR'
26442
+      as_ln_s='cp -p'
26443 26443
   elif ln conf$$.file conf$$ 2>/dev/null; then
26444 26444
     as_ln_s=ln
26445 26445
   else
26446
-    as_ln_s='cp -pR'
26446
+    as_ln_s='cp -p'
26447 26447
   fi
26448 26448
 else
26449
-  as_ln_s='cp -pR'
26449
+  as_ln_s='cp -p'
26450 26450
 fi
26451 26451
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26452 26452
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -26506,16 +26231,28 @@ else
26506 26506
   as_mkdir_p=false
26507 26507
 fi
26508 26508
 
26509
-
26510
-# as_fn_executable_p FILE
26511
-# -----------------------
26512
-# Test if FILE is an executable regular file.
26513
-as_fn_executable_p ()
26514
-{
26515
-  test -f "$1" && test -x "$1"
26516
-} # as_fn_executable_p
26517
-as_test_x='test -x'
26518
-as_executable_p=as_fn_executable_p
26509
+if test -x / >/dev/null 2>&1; then
26510
+  as_test_x='test -x'
26511
+else
26512
+  if ls -dL / >/dev/null 2>&1; then
26513
+    as_ls_L_option=L
26514
+  else
26515
+    as_ls_L_option=
26516
+  fi
26517
+  as_test_x='
26518
+    eval sh -c '\''
26519
+      if test -d "$1"; then
26520
+	test -d "$1/.";
26521
+      else
26522
+	case $1 in #(
26523
+	-*)set "./$1";;
26524
+	esac;
26525
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
26526
+	???[sx]*):;;*)false;;esac;fi
26527
+    '\'' sh
26528
+  '
26529
+fi
26530
+as_executable_p=$as_test_x
26519 26531
 
26520 26532
 # Sed expression to map a string onto a valid CPP name.
26521 26533
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -26537,7 +26274,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
26537 26537
 # values after options handling.
26538 26538
 ac_log="
26539 26539
 This file was extended by ClamAV $as_me devel, which was
26540
-generated by GNU Autoconf 2.69.  Invocation command line was
26540
+generated by GNU Autoconf 2.68.  Invocation command line was
26541 26541
 
26542 26542
   CONFIG_FILES    = $CONFIG_FILES
26543 26543
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -26604,10 +26341,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26604 26604
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
26605 26605
 ac_cs_version="\\
26606 26606
 ClamAV config.status devel
26607
-configured by $0, generated by GNU Autoconf 2.69,
26607
+configured by $0, generated by GNU Autoconf 2.68,
26608 26608
   with options \\"\$ac_cs_config\\"
26609 26609
 
26610
-Copyright (C) 2012 Free Software Foundation, Inc.
26610
+Copyright (C) 2010 Free Software Foundation, Inc.
26611 26611
 This config.status script is free software; the Free Software Foundation
26612 26612
 gives unlimited permission to copy, distribute and modify it."
26613 26613
 
... ...
@@ -26698,7 +26435,7 @@ fi
26698 26698
 _ACEOF
26699 26699
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
26700 26700
 if \$ac_cs_recheck; then
26701
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26701
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26702 26702
   shift
26703 26703
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
26704 26704
   CONFIG_SHELL='$SHELL'
... ...
@@ -27643,7 +27380,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27643 27643
 
27644 27644
   case $ac_file$ac_mode in
27645 27645
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
27646
-  # Older Autoconf quotes --file arguments for eval, but not when files
27646
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
27647 27647
   # are listed without --file.  Let's play safe and only enable the eval
27648 27648
   # if we detect the quoting.
27649 27649
   case $CONFIG_FILES in
... ...
@@ -27656,7 +27393,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
27656 27656
     # Strip MF so we end up with the name of the file.
27657 27657
     mf=`echo "$mf" | sed -e 's/:.*$//'`
27658 27658
     # Check whether this is an Automake generated Makefile or not.
27659
-    # We used to match only the files named 'Makefile.in', but
27659
+    # We used to match only the files named `Makefile.in', but
27660 27660
     # some people rename them; so instead we look at the file content.
27661 27661
     # Grep'ing the first line is not enough: some people post-process
27662 27662
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -27690,19 +27427,21 @@ $as_echo X"$mf" |
27690 27690
       continue
27691 27691
     fi
27692 27692
     # Extract the definition of DEPDIR, am__include, and am__quote
27693
-    # from the Makefile without running 'make'.
27693
+    # from the Makefile without running `make'.
27694 27694
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
27695 27695
     test -z "$DEPDIR" && continue
27696 27696
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
27697
-    test -z "$am__include" && continue
27697
+    test -z "am__include" && continue
27698 27698
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
27699
+    # When using ansi2knr, U may be empty or an underscore; expand it
27700
+    U=`sed -n 's/^U = //p' < "$mf"`
27699 27701
     # Find all dependency output files, they are included files with
27700 27702
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
27701 27703
     # simplest approach to changing $(DEPDIR) to its actual value in the
27702 27704
     # expansion.
27703 27705
     for file in `sed -n "
27704 27706
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
27705
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
27707
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
27706 27708
       # Make sure the directory exists.
27707 27709
       test -f "$dirpart/$file" && continue
27708 27710
       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@
... ...
@@ -440,11 +384,11 @@ mostlyclean-libtool:
440 440
 
441 441
 clean-libtool:
442 442
 	-rm -rf .libs _libs
443
-tags TAGS:
444
-
445
-ctags CTAGS:
443
+tags: TAGS
444
+TAGS:
446 445
 
447
-cscope cscopelist:
446
+ctags: CTAGS
447
+CTAGS:
448 448
 
449 449
 
450 450
 distdir: $(DISTFILES)
... ...
@@ -580,17 +524,16 @@ uninstall-am:
580 580
 .MAKE: install-am install-strip
581 581
 
582 582
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
583
-	cscopelist-am ctags-am distclean distclean-generic \
584
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
585
-	install install-am install-data install-data-am \
586
-	install-data-local install-dvi install-dvi-am install-exec \
587
-	install-exec-am install-html install-html-am install-info \
588
-	install-info-am install-man install-pdf install-pdf-am \
589
-	install-ps install-ps-am install-strip installcheck \
590
-	installcheck-am installdirs maintainer-clean \
591
-	maintainer-clean-generic mostlyclean mostlyclean-generic \
592
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
593
-	uninstall-am
583
+	distclean distclean-generic distclean-libtool distdir dvi \
584
+	dvi-am html html-am info info-am install install-am \
585
+	install-data install-data-am install-data-local install-dvi \
586
+	install-dvi-am install-exec install-exec-am install-html \
587
+	install-html-am install-info install-info-am install-man \
588
+	install-pdf install-pdf-am install-ps install-ps-am \
589
+	install-strip installcheck installcheck-am installdirs \
590
+	maintainer-clean maintainer-clean-generic mostlyclean \
591
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
592
+	uninstall uninstall-am
594 593
 
595 594
 
596 595
 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@
... ...
@@ -479,18 +423,11 @@ clean-libtool:
479 479
 	-rm -rf .libs _libs
480 480
 install-man1: $(man_MANS)
481 481
 	@$(NORMAL_INSTALL)
482
-	@list1=''; \
483
-	list2='$(man_MANS)'; \
484
-	test -n "$(man1dir)" \
485
-	  && test -n "`echo $$list1$$list2`" \
486
-	  || exit 0; \
487
-	echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \
488
-	$(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \
489
-	{ for i in $$list1; do echo "$$i"; done;  \
490
-	if test -n "$$list2"; then \
491
-	  for i in $$list2; do echo "$$i"; done \
492
-	    | sed -n '/\.1[a-z]*$$/p'; \
493
-	fi; \
482
+	test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
483
+	@list=''; test -n "$(man1dir)" || exit 0; \
484
+	{ for i in $$list; do echo "$$i"; done; \
485
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
486
+	  sed -n '/\.1[a-z]*$$/p'; \
494 487
 	} | while read p; do \
495 488
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
496 489
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -522,18 +459,11 @@ uninstall-man1:
522 522
 	dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir)
523 523
 install-man5: $(man_MANS)
524 524
 	@$(NORMAL_INSTALL)
525
-	@list1=''; \
526
-	list2='$(man_MANS)'; \
527
-	test -n "$(man5dir)" \
528
-	  && test -n "`echo $$list1$$list2`" \
529
-	  || exit 0; \
530
-	echo " $(MKDIR_P) '$(DESTDIR)$(man5dir)'"; \
531
-	$(MKDIR_P) "$(DESTDIR)$(man5dir)" || exit 1; \
532
-	{ for i in $$list1; do echo "$$i"; done;  \
533
-	if test -n "$$list2"; then \
534
-	  for i in $$list2; do echo "$$i"; done \
535
-	    | sed -n '/\.5[a-z]*$$/p'; \
536
-	fi; \
525
+	test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
526
+	@list=''; test -n "$(man5dir)" || exit 0; \
527
+	{ for i in $$list; do echo "$$i"; done; \
528
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
529
+	  sed -n '/\.5[a-z]*$$/p'; \
537 530
 	} | while read p; do \
538 531
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
539 532
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -565,18 +495,11 @@ uninstall-man5:
565 565
 	dir='$(DESTDIR)$(man5dir)'; $(am__uninstall_files_from_dir)
566 566
 install-man8: $(man_MANS)
567 567
 	@$(NORMAL_INSTALL)
568
-	@list1=''; \
569
-	list2='$(man_MANS)'; \
570
-	test -n "$(man8dir)" \
571
-	  && test -n "`echo $$list1$$list2`" \
572
-	  || exit 0; \
573
-	echo " $(MKDIR_P) '$(DESTDIR)$(man8dir)'"; \
574
-	$(MKDIR_P) "$(DESTDIR)$(man8dir)" || exit 1; \
575
-	{ for i in $$list1; do echo "$$i"; done;  \
576
-	if test -n "$$list2"; then \
577
-	  for i in $$list2; do echo "$$i"; done \
578
-	    | sed -n '/\.8[a-z]*$$/p'; \
579
-	fi; \
568
+	test -z "$(man8dir)" || $(MKDIR_P) "$(DESTDIR)$(man8dir)"
569
+	@list=''; test -n "$(man8dir)" || exit 0; \
570
+	{ for i in $$list; do echo "$$i"; done; \
571
+	l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
572
+	  sed -n '/\.8[a-z]*$$/p'; \
580 573
 	} | while read p; do \
581 574
 	  if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
582 575
 	  echo "$$d$$p"; echo "$$p"; \
... ...
@@ -606,14 +529,27 @@ uninstall-man8:
606 606
 	} | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^8][0-9a-z]*$$,8,;x' \
607 607
 	      -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
608 608
 	dir='$(DESTDIR)$(man8dir)'; $(am__uninstall_files_from_dir)
609
-tags TAGS:
610
-
611
-ctags CTAGS:
609
+tags: TAGS
610
+TAGS:
612 611
 
613
-cscope cscopelist:
612
+ctags: CTAGS
613
+CTAGS:
614 614
 
615 615
 
616 616
 distdir: $(DISTFILES)
617
+	@list='$(MANS)'; if test -n "$$list"; then \
618
+	  list=`for p in $$list; do \
619
+	    if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
620
+	    if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
621
+	  if test -n "$$list" && \
622
+	    grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
623
+	    echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
624
+	    grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
625
+	    echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
626
+	    echo "       typically \`make maintainer-clean' will remove them" >&2; \
627
+	    exit 1; \
628
+	  else :; fi; \
629
+	else :; fi
617 630
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618 631
 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619 632
 	list='$(DISTFILES)'; \
... ...
@@ -751,18 +687,17 @@ uninstall-man: uninstall-man1 uninstall-man5 uninstall-man8
751 751
 .MAKE: install-am install-strip
752 752
 
753 753
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
754
-	cscopelist-am ctags-am distclean distclean-generic \
755
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
756
-	install install-am install-data install-data-am install-dvi \
757
-	install-dvi-am install-exec install-exec-am install-html \
758
-	install-html-am install-info install-info-am install-man \
759
-	install-man1 install-man5 install-man8 install-pdf \
760
-	install-pdf-am install-ps install-ps-am install-strip \
761
-	installcheck installcheck-am installdirs maintainer-clean \
754
+	distclean distclean-generic distclean-libtool distdir dvi \
755
+	dvi-am html html-am info info-am install install-am \
756
+	install-data install-data-am install-dvi install-dvi-am \
757
+	install-exec install-exec-am install-html install-html-am \
758
+	install-info install-info-am install-man install-man1 \
759
+	install-man5 install-man8 install-pdf install-pdf-am \
760
+	install-ps install-ps-am install-strip installcheck \
761
+	installcheck-am installdirs maintainer-clean \
762 762
 	maintainer-clean-generic mostlyclean mostlyclean-generic \
763
-	mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \
764
-	uninstall-am uninstall-man uninstall-man1 uninstall-man5 \
765
-	uninstall-man8
763
+	mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am \
764
+	uninstall-man uninstall-man1 uninstall-man5 uninstall-man8
766 765
 
767 766
 
768 767
 # 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@
... ...
@@ -473,11 +417,8 @@ clean-libtool:
473 473
 	-rm -rf .libs _libs
474 474
 install-sysconfDATA: $(sysconf_DATA)
475 475
 	@$(NORMAL_INSTALL)
476
+	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
476 477
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
477
-	if test -n "$$list"; then \
478
-	  echo " $(MKDIR_P) '$(DESTDIR)$(sysconfdir)'"; \
479
-	  $(MKDIR_P) "$(DESTDIR)$(sysconfdir)" || exit 1; \
480
-	fi; \
481 478
 	for p in $$list; do \
482 479
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
483 480
 	  echo "$$d$$p"; \
... ...
@@ -492,11 +433,11 @@ uninstall-sysconfDATA:
492 492
 	@list='$(sysconf_DATA)'; test -n "$(sysconfdir)" || list=; \
493 493
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
494 494
 	dir='$(DESTDIR)$(sysconfdir)'; $(am__uninstall_files_from_dir)
495
-tags TAGS:
496
-
497
-ctags CTAGS:
495
+tags: TAGS
496
+TAGS:
498 497
 
499
-cscope cscopelist:
498
+ctags: CTAGS
499
+CTAGS:
500 500
 
501 501
 
502 502
 distdir: $(DISTFILES)
... ...
@@ -635,16 +576,16 @@ uninstall-am: uninstall-sysconfDATA
635 635
 .MAKE: install-am install-strip
636 636
 
637 637
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
638
-	cscopelist-am ctags-am distclean distclean-generic \
639
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
640
-	install install-am install-data install-data-am install-dvi \
641
-	install-dvi-am install-exec install-exec-am install-html \
642
-	install-html-am install-info install-info-am install-man \
643
-	install-pdf install-pdf-am install-ps install-ps-am \
644
-	install-strip install-sysconfDATA installcheck installcheck-am \
645
-	installdirs maintainer-clean maintainer-clean-generic \
646
-	mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \
647
-	ps ps-am tags-am uninstall uninstall-am uninstall-sysconfDATA
638
+	distclean distclean-generic distclean-libtool distdir dvi \
639
+	dvi-am html html-am info info-am install install-am \
640
+	install-data install-data-am install-dvi install-dvi-am \
641
+	install-exec install-exec-am install-html install-html-am \
642
+	install-info install-info-am install-man install-pdf \
643
+	install-pdf-am install-ps install-ps-am install-strip \
644
+	install-sysconfDATA installcheck installcheck-am installdirs \
645
+	maintainer-clean maintainer-clean-generic mostlyclean \
646
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
647
+	uninstall uninstall-am uninstall-sysconfDATA
648 648
 
649 649
 
650 650
 # 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)
... ...
@@ -525,19 +449,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
525 525
 $(am__aclocal_m4_deps):
526 526
 install-binPROGRAMS: $(bin_PROGRAMS)
527 527
 	@$(NORMAL_INSTALL)
528
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
528 529
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
529
-	if test -n "$$list"; then \
530
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
531
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
532
-	fi; \
533 530
 	for p in $$list; do echo "$$p $$p"; done | \
534 531
 	sed 's/$(EXEEXT)$$//' | \
535
-	while read p p1; do if test -f $$p \
536
-	 || test -f $$p1 \
537
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
532
+	while read p p1; do if test -f $$p || test -f $$p1; \
533
+	  then echo "$$p"; echo "$$p"; else :; fi; \
538 534
 	done | \
539
-	sed -e 'p;s,.*/,,;n;h' \
540
-	    -e 's|.*|.|' \
535
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
541 536
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
542 537
 	sed 'N;N;N;s,\n, ,g' | \
543 538
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -558,8 +477,7 @@ uninstall-binPROGRAMS:
558 558
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
559 559
 	files=`for p in $$list; do echo "$$p"; done | \
560 560
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
561
-	      -e 's/$$/$(EXEEXT)/' \
562
-	`; \
561
+	      -e 's/$$/$(EXEEXT)/' `; \
563 562
 	test -n "$$list" || exit 0; \
564 563
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
565 564
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -588,7 +506,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
588 588
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
589 589
 	  done; \
590 590
 	done; rm -f c$${pid}_.???; exit $$bad
591
-
592 591
 freshclam$(EXEEXT): $(freshclam_OBJECTS) $(freshclam_DEPENDENCIES) $(EXTRA_freshclam_DEPENDENCIES) 
593 592
 	@rm -f freshclam$(EXEEXT)
594 593
 	$(AM_V_CCLD)$(LINK) $(freshclam_OBJECTS) $(freshclam_LDADD) $(LIBS)
... ...
@@ -619,14 +536,14 @@ distclean-compile:
619 619
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
620 620
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
621 621
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
622
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
622
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
623 623
 
624 624
 .c.obj:
625 625
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
626 626
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
627 627
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
628 628
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
629
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
629
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
630 630
 
631 631
 .c.lo:
632 632
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -739,15 +656,26 @@ mostlyclean-libtool:
739 739
 clean-libtool:
740 740
 	-rm -rf .libs _libs
741 741
 
742
-ID: $(am__tagged_files)
743
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
744
-tags: tags-am
745
-TAGS: tags
746
-
747
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
742
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
743
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
744
+	unique=`for i in $$list; do \
745
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
746
+	  done | \
747
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
748
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
749
+	mkid -fID $$unique
750
+tags: TAGS
751
+
752
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
753
+		$(TAGS_FILES) $(LISP)
748 754
 	set x; \
749 755
 	here=`pwd`; \
750
-	$(am__define_uniq_tagged_files); \
756
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
757
+	unique=`for i in $$list; do \
758
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
759
+	  done | \
760
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
761
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
751 762
 	shift; \
752 763
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
753 764
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -759,11 +687,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
759 759
 	      $$unique; \
760 760
 	  fi; \
761 761
 	fi
762
-ctags: ctags-am
763
-
764
-CTAGS: ctags
765
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
766
-	$(am__define_uniq_tagged_files); \
762
+ctags: CTAGS
763
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
764
+		$(TAGS_FILES) $(LISP)
765
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
766
+	unique=`for i in $$list; do \
767
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
768
+	  done | \
769
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
770
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
767 771
 	test -z "$(CTAGS_ARGS)$$unique" \
768 772
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
769 773
 	     $$unique
... ...
@@ -772,21 +704,6 @@ GTAGS:
772 772
 	here=`$(am__cd) $(top_builddir) && pwd` \
773 773
 	  && $(am__cd) $(top_srcdir) \
774 774
 	  && gtags -i $(GTAGS_ARGS) "$$here"
775
-cscopelist: cscopelist-am
776
-
777
-cscopelist-am: $(am__tagged_files)
778
-	list='$(am__tagged_files)'; \
779
-	case "$(srcdir)" in \
780
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
781
-	  *) sdir=$(subdir)/$(srcdir) ;; \
782
-	esac; \
783
-	for i in $$list; do \
784
-	  if test -f "$$i"; then \
785
-	    echo "$(subdir)/$$i"; \
786
-	  else \
787
-	    echo "$$sdir/$$i"; \
788
-	  fi; \
789
-	done >> $(top_builddir)/cscope.files
790 775
 
791 776
 distclean-tags:
792 777
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -931,20 +848,19 @@ uninstall-am: uninstall-binPROGRAMS
931 931
 
932 932
 .MAKE: install-am install-strip
933 933
 
934
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
935
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
936
-	ctags ctags-am distclean distclean-compile distclean-generic \
937
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
938
-	html-am info info-am install install-am install-binPROGRAMS \
939
-	install-data install-data-am install-dvi install-dvi-am \
940
-	install-exec install-exec-am install-html install-html-am \
941
-	install-info install-info-am install-man install-pdf \
942
-	install-pdf-am install-ps install-ps-am install-strip \
943
-	installcheck installcheck-am installcheck-binPROGRAMS \
944
-	installdirs maintainer-clean maintainer-clean-generic \
945
-	mostlyclean mostlyclean-compile mostlyclean-generic \
946
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
947
-	uninstall-am uninstall-binPROGRAMS
934
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
935
+	clean-generic clean-libtool ctags distclean distclean-compile \
936
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
937
+	dvi-am html html-am info info-am install install-am \
938
+	install-binPROGRAMS install-data install-data-am install-dvi \
939
+	install-dvi-am install-exec install-exec-am install-html \
940
+	install-html-am install-info install-info-am install-man \
941
+	install-pdf install-pdf-am install-ps install-ps-am \
942
+	install-strip installcheck installcheck-am \
943
+	installcheck-binPROGRAMS installdirs maintainer-clean \
944
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
945
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
946
+	tags uninstall uninstall-am uninstall-binPROGRAMS
948 947
 
949 948
 
950 949
 # 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++
... ...
@@ -1176,9 +1092,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
1176 1176
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1177 1177
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1178 1178
 $(am__aclocal_m4_deps):
1179
-
1180 1179
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1181 1180
 	@$(NORMAL_INSTALL)
1181
+	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
1182 1182
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
1183 1183
 	list2=; for p in $$list; do \
1184 1184
 	  if test -f $$p; then \
... ...
@@ -1186,8 +1102,6 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
1186 1186
 	  else :; fi; \
1187 1187
 	done; \
1188 1188
 	test -z "$$list2" || { \
1189
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
1190
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
1191 1189
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
1192 1190
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
1193 1191
 	}
... ...
@@ -1203,44 +1117,34 @@ uninstall-libLTLIBRARIES:
1203 1203
 
1204 1204
 clean-libLTLIBRARIES:
1205 1205
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
1206
-	@list='$(lib_LTLIBRARIES)'; \
1207
-	locs=`for p in $$list; do echo $$p; done | \
1208
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1209
-	      sort -u`; \
1210
-	test -z "$$locs" || { \
1211
-	  echo rm -f $${locs}; \
1212
-	  rm -f $${locs}; \
1213
-	}
1206
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
1207
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1208
+	  test "$$dir" != "$$p" || dir=.; \
1209
+	  echo "rm -f \"$${dir}/so_locations\""; \
1210
+	  rm -f "$${dir}/so_locations"; \
1211
+	done
1214 1212
 
1215 1213
 clean-noinstLTLIBRARIES:
1216 1214
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1217
-	@list='$(noinst_LTLIBRARIES)'; \
1218
-	locs=`for p in $$list; do echo $$p; done | \
1219
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1220
-	      sort -u`; \
1221
-	test -z "$$locs" || { \
1222
-	  echo rm -f $${locs}; \
1223
-	  rm -f $${locs}; \
1224
-	}
1215
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1216
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1217
+	  test "$$dir" != "$$p" || dir=.; \
1218
+	  echo "rm -f \"$${dir}/so_locations\""; \
1219
+	  rm -f "$${dir}/so_locations"; \
1220
+	done
1225 1221
 yara_grammar.h: yara_grammar.c
1226 1222
 	@if test ! -f $@; then rm -f yara_grammar.c; else :; fi
1227 1223
 	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) yara_grammar.c; else :; fi
1228
-
1229 1224
 libclamav.la: $(libclamav_la_OBJECTS) $(libclamav_la_DEPENDENCIES) $(EXTRA_libclamav_la_DEPENDENCIES) 
1230 1225
 	$(AM_V_CCLD)$(libclamav_la_LINK) -rpath $(libdir) $(libclamav_la_OBJECTS) $(libclamav_la_LIBADD) $(LIBS)
1231
-
1232 1226
 libclamav_internal_utils.la: $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_la_DEPENDENCIES) 
1233 1227
 	$(AM_V_CCLD)$(libclamav_internal_utils_la_LINK)  $(libclamav_internal_utils_la_OBJECTS) $(libclamav_internal_utils_la_LIBADD) $(LIBS)
1234
-
1235 1228
 libclamav_internal_utils_nothreads.la: $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_DEPENDENCIES) $(EXTRA_libclamav_internal_utils_nothreads_la_DEPENDENCIES) 
1236 1229
 	$(AM_V_CCLD)$(libclamav_internal_utils_nothreads_la_LINK)  $(libclamav_internal_utils_nothreads_la_OBJECTS) $(libclamav_internal_utils_nothreads_la_LIBADD) $(LIBS)
1237
-
1238 1230
 libclamav_nocxx.la: $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_DEPENDENCIES) $(EXTRA_libclamav_nocxx_la_DEPENDENCIES) 
1239 1231
 	$(AM_V_CCLD)$(libclamav_nocxx_la_LINK)  $(libclamav_nocxx_la_OBJECTS) $(libclamav_nocxx_la_LIBADD) $(LIBS)
1240
-
1241 1232
 libclamunrar.la: $(libclamunrar_la_OBJECTS) $(libclamunrar_la_DEPENDENCIES) $(EXTRA_libclamunrar_la_DEPENDENCIES) 
1242 1233
 	$(AM_V_CCLD)$(libclamunrar_la_LINK) $(am_libclamunrar_la_rpath) $(libclamunrar_la_OBJECTS) $(libclamunrar_la_LIBADD) $(LIBS)
1243
-
1244 1234
 libclamunrar_iface.la: $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_DEPENDENCIES) $(EXTRA_libclamunrar_iface_la_DEPENDENCIES) 
1245 1235
 	$(AM_V_CCLD)$(libclamunrar_iface_la_LINK) $(am_libclamunrar_iface_la_rpath) $(libclamunrar_iface_la_OBJECTS) $(libclamunrar_iface_la_LIBADD) $(LIBS)
1246 1236
 
... ...
@@ -1522,14 +1426,14 @@ distclean-compile:
1522 1522
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1523 1523
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1524 1524
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1525
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
1525
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
1526 1526
 
1527 1527
 .c.obj:
1528 1528
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
1529 1529
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
1530 1530
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
1531 1531
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
1532
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
1532
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
1533 1533
 
1534 1534
 .c.lo:
1535 1535
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -3404,7 +3308,7 @@ unrar_iface.lo: ../libclamunrar_iface/unrar_iface.c
3404 3404
 	$(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
3405 3405
 
3406 3406
 .y.c:
3407
-	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE)
3407
+	$(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
3408 3408
 
3409 3409
 mostlyclean-libtool:
3410 3410
 	-rm -f *.lo
... ...
@@ -3413,11 +3317,8 @@ clean-libtool:
3413 3413
 	-rm -rf .libs _libs
3414 3414
 install-includeHEADERS: $(include_HEADERS)
3415 3415
 	@$(NORMAL_INSTALL)
3416
+	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
3416 3417
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
3417
-	if test -n "$$list"; then \
3418
-	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
3419
-	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
3420
-	fi; \
3421 3418
 	for p in $$list; do \
3422 3419
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
3423 3420
 	  echo "$$d$$p"; \
... ...
@@ -3434,25 +3335,22 @@ uninstall-includeHEADERS:
3434 3434
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
3435 3435
 
3436 3436
 # This directory's subdirectories are mostly independent; you can cd
3437
-# into them and run 'make' without going through this Makefile.
3438
-# To change the values of 'make' variables: instead of editing Makefiles,
3439
-# (1) if the variable is set in 'config.status', edit 'config.status'
3440
-#     (which will cause the Makefiles to be regenerated when you run 'make');
3441
-# (2) otherwise, pass the desired values on the 'make' command line.
3442
-$(am__recursive_targets):
3443
-	@fail=; \
3444
-	if $(am__make_keepgoing); then \
3445
-	  failcom='fail=yes'; \
3446
-	else \
3447
-	  failcom='exit 1'; \
3448
-	fi; \
3437
+# into them and run `make' without going through this Makefile.
3438
+# To change the values of `make' variables: instead of editing Makefiles,
3439
+# (1) if the variable is set in `config.status', edit `config.status'
3440
+#     (which will cause the Makefiles to be regenerated when you run `make');
3441
+# (2) otherwise, pass the desired values on the `make' command line.
3442
+$(RECURSIVE_TARGETS):
3443
+	@fail= failcom='exit 1'; \
3444
+	for f in x $$MAKEFLAGS; do \
3445
+	  case $$f in \
3446
+	    *=* | --[!k]*);; \
3447
+	    *k*) failcom='fail=yes';; \
3448
+	  esac; \
3449
+	done; \
3449 3450
 	dot_seen=no; \
3450 3451
 	target=`echo $@ | sed s/-recursive//`; \
3451
-	case "$@" in \
3452
-	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3453
-	  *) list='$(SUBDIRS)' ;; \
3454
-	esac; \
3455
-	for subdir in $$list; do \
3452
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3456 3453
 	  echo "Making $$target in $$subdir"; \
3457 3454
 	  if test "$$subdir" = "."; then \
3458 3455
 	    dot_seen=yes; \
... ...
@@ -3467,12 +3365,57 @@ $(am__recursive_targets):
3467 3467
 	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
3468 3468
 	fi; test -z "$$fail"
3469 3469
 
3470
-ID: $(am__tagged_files)
3471
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
3472
-tags: tags-recursive
3473
-TAGS: tags
3470
+$(RECURSIVE_CLEAN_TARGETS):
3471
+	@fail= failcom='exit 1'; \
3472
+	for f in x $$MAKEFLAGS; do \
3473
+	  case $$f in \
3474
+	    *=* | --[!k]*);; \
3475
+	    *k*) failcom='fail=yes';; \
3476
+	  esac; \
3477
+	done; \
3478
+	dot_seen=no; \
3479
+	case "$@" in \
3480
+	  distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
3481
+	  *) list='$(SUBDIRS)' ;; \
3482
+	esac; \
3483
+	rev=''; for subdir in $$list; do \
3484
+	  if test "$$subdir" = "."; then :; else \
3485
+	    rev="$$subdir $$rev"; \
3486
+	  fi; \
3487
+	done; \
3488
+	rev="$$rev ."; \
3489
+	target=`echo $@ | sed s/-recursive//`; \
3490
+	for subdir in $$rev; do \
3491
+	  echo "Making $$target in $$subdir"; \
3492
+	  if test "$$subdir" = "."; then \
3493
+	    local_target="$$target-am"; \
3494
+	  else \
3495
+	    local_target="$$target"; \
3496
+	  fi; \
3497
+	  ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
3498
+	  || eval $$failcom; \
3499
+	done && test -z "$$fail"
3500
+tags-recursive:
3501
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3502
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
3503
+	done
3504
+ctags-recursive:
3505
+	list='$(SUBDIRS)'; for subdir in $$list; do \
3506
+	  test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
3507
+	done
3474 3508
 
3475
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3509
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
3510
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
3511
+	unique=`for i in $$list; do \
3512
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3513
+	  done | \
3514
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3515
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3516
+	mkid -fID $$unique
3517
+tags: TAGS
3518
+
3519
+TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3520
+		$(TAGS_FILES) $(LISP)
3476 3521
 	set x; \
3477 3522
 	here=`pwd`; \
3478 3523
 	if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
... ...
@@ -3488,7 +3431,12 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3488 3488
 	      set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
3489 3489
 	  fi; \
3490 3490
 	done; \
3491
-	$(am__define_uniq_tagged_files); \
3491
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3492
+	unique=`for i in $$list; do \
3493
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3494
+	  done | \
3495
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3496
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3492 3497
 	shift; \
3493 3498
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
3494 3499
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -3500,11 +3448,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3500 3500
 	      $$unique; \
3501 3501
 	  fi; \
3502 3502
 	fi
3503
-ctags: ctags-recursive
3504
-
3505
-CTAGS: ctags
3506
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
3507
-	$(am__define_uniq_tagged_files); \
3503
+ctags: CTAGS
3504
+CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
3505
+		$(TAGS_FILES) $(LISP)
3506
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
3507
+	unique=`for i in $$list; do \
3508
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
3509
+	  done | \
3510
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
3511
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
3508 3512
 	test -z "$(CTAGS_ARGS)$$unique" \
3509 3513
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
3510 3514
 	     $$unique
... ...
@@ -3513,21 +3465,6 @@ GTAGS:
3513 3513
 	here=`$(am__cd) $(top_builddir) && pwd` \
3514 3514
 	  && $(am__cd) $(top_srcdir) \
3515 3515
 	  && gtags -i $(GTAGS_ARGS) "$$here"
3516
-cscopelist: cscopelist-recursive
3517
-
3518
-cscopelist-am: $(am__tagged_files)
3519
-	list='$(am__tagged_files)'; \
3520
-	case "$(srcdir)" in \
3521
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
3522
-	  *) sdir=$(subdir)/$(srcdir) ;; \
3523
-	esac; \
3524
-	for i in $$list; do \
3525
-	  if test -f "$$i"; then \
3526
-	    echo "$(subdir)/$$i"; \
3527
-	  else \
3528
-	    echo "$$sdir/$$i"; \
3529
-	  fi; \
3530
-	done >> $(top_builddir)/cscope.files
3531 3516
 
3532 3517
 distclean-tags:
3533 3518
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -3564,10 +3501,13 @@ distdir: $(DISTFILES)
3564 3564
 	done
3565 3565
 	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3566 3566
 	  if test "$$subdir" = .; then :; else \
3567
-	    $(am__make_dryrun) \
3568
-	      || test -d "$(distdir)/$$subdir" \
3569
-	      || $(MKDIR_P) "$(distdir)/$$subdir" \
3570
-	      || exit 1; \
3567
+	    test -d "$(distdir)/$$subdir" \
3568
+	    || $(MKDIR_P) "$(distdir)/$$subdir" \
3569
+	    || exit 1; \
3570
+	  fi; \
3571
+	done
3572
+	@list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
3573
+	  if test "$$subdir" = .; then :; else \
3571 3574
 	    dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
3572 3575
 	    $(am__relativize); \
3573 3576
 	    new_distdir=$$reldir; \
... ...
@@ -3703,25 +3643,26 @@ ps-am:
3703 3703
 
3704 3704
 uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES
3705 3705
 
3706
-.MAKE: $(am__recursive_targets) all check install install-am \
3707
-	install-strip
3708
-
3709
-.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am check \
3710
-	check-am clean clean-generic clean-libLTLIBRARIES \
3711
-	clean-libtool clean-noinstLTLIBRARIES cscopelist-am ctags \
3712
-	ctags-am distclean distclean-compile distclean-generic \
3713
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
3714
-	html-am info info-am install install-am install-data \
3715
-	install-data-am install-dvi install-dvi-am install-exec \
3716
-	install-exec-am install-html install-html-am \
3706
+.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
3707
+	ctags-recursive install install-am install-strip \
3708
+	tags-recursive
3709
+
3710
+.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
3711
+	all all-am check check-am clean clean-generic \
3712
+	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
3713
+	ctags ctags-recursive distclean distclean-compile \
3714
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
3715
+	dvi-am html html-am info info-am install install-am \
3716
+	install-data install-data-am install-dvi install-dvi-am \
3717
+	install-exec install-exec-am install-html install-html-am \
3717 3718
 	install-includeHEADERS install-info install-info-am \
3718 3719
 	install-libLTLIBRARIES install-man install-pdf install-pdf-am \
3719 3720
 	install-ps install-ps-am install-strip installcheck \
3720 3721
 	installcheck-am installdirs installdirs-am maintainer-clean \
3721 3722
 	maintainer-clean-generic mostlyclean mostlyclean-compile \
3722 3723
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
3723
-	tags tags-am uninstall uninstall-am uninstall-includeHEADERS \
3724
-	uninstall-libLTLIBRARIES
3724
+	tags tags-recursive uninstall uninstall-am \
3725
+	uninstall-includeHEADERS uninstall-libLTLIBRARIES
3725 3726
 
3726 3727
 @ENABLE_LLVM_FALSE@c++/Makefile: c++/Makefile.nollvm.in
3727 3728
 @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 \
... ...
@@ -146,7 +97,6 @@ libclamavcxx_la_OBJECTS = $(am_libclamavcxx_la_OBJECTS)
146 146
 AM_V_lt = $(am__v_lt_@AM_V@)
147 147
 am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
148 148
 am__v_lt_0 = --silent
149
-am__v_lt_1 = 
150 149
 libclamavcxx_la_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX \
151 150
 	$(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=link $(CXXLD) \
152 151
 	$(libclamavcxx_la_CXXFLAGS) $(CXXFLAGS) \
... ...
@@ -812,18 +762,6 @@ tblgen_LDADD = $(LDADD)
812 812
 tblgen_LINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
813 813
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(tblgen_CXXFLAGS) \
814 814
 	$(CXXFLAGS) $(tblgen_LDFLAGS) $(LDFLAGS) -o $@
815
-AM_V_P = $(am__v_P_@AM_V@)
816
-am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
817
-am__v_P_0 = false
818
-am__v_P_1 = :
819
-AM_V_GEN = $(am__v_GEN_@AM_V@)
820
-am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
821
-am__v_GEN_0 = @echo "  GEN     " $@;
822
-am__v_GEN_1 = 
823
-AM_V_at = $(am__v_at_@AM_V@)
824
-am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
825
-am__v_at_0 = @
826
-am__v_at_1 = 
827 815
 DEFAULT_INCLUDES = -I.@am__isrc@
828 816
 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
829 817
 am__depfiles_maybe = depfiles
... ...
@@ -836,16 +774,17 @@ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
836 836
 	$(AM_CFLAGS) $(CFLAGS)
837 837
 AM_V_CC = $(am__v_CC_@AM_V@)
838 838
 am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
839
-am__v_CC_0 = @echo "  CC      " $@;
840
-am__v_CC_1 = 
839
+am__v_CC_0 = @echo "  CC    " $@;
840
+AM_V_at = $(am__v_at_@AM_V@)
841
+am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
842
+am__v_at_0 = @
841 843
 CCLD = $(CC)
842 844
 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
843 845
 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
844 846
 	$(AM_LDFLAGS) $(LDFLAGS) -o $@
845 847
 AM_V_CCLD = $(am__v_CCLD_@AM_V@)
846 848
 am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
847
-am__v_CCLD_0 = @echo "  CCLD    " $@;
848
-am__v_CCLD_1 = 
849
+am__v_CCLD_0 = @echo "  CCLD  " $@;
849 850
 CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
850 851
 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
851 852
 LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
... ...
@@ -854,16 +793,17 @@ LTCXXCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
854 854
 	$(AM_CXXFLAGS) $(CXXFLAGS)
855 855
 AM_V_CXX = $(am__v_CXX_@AM_V@)
856 856
 am__v_CXX_ = $(am__v_CXX_@AM_DEFAULT_V@)
857
-am__v_CXX_0 = @echo "  CXX     " $@;
858
-am__v_CXX_1 = 
857
+am__v_CXX_0 = @echo "  CXX   " $@;
859 858
 CXXLD = $(CXX)
860 859
 CXXLINK = $(LIBTOOL) $(AM_V_lt) --tag=CXX $(AM_LIBTOOLFLAGS) \
861 860
 	$(LIBTOOLFLAGS) --mode=link $(CXXLD) $(AM_CXXFLAGS) \
862 861
 	$(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
863 862
 AM_V_CXXLD = $(am__v_CXXLD_@AM_V@)
864 863
 am__v_CXXLD_ = $(am__v_CXXLD_@AM_DEFAULT_V@)
865
-am__v_CXXLD_0 = @echo "  CXXLD   " $@;
866
-am__v_CXXLD_1 = 
864
+am__v_CXXLD_0 = @echo "  CXXLD " $@;
865
+AM_V_GEN = $(am__v_GEN_@AM_V@)
866
+am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
867
+am__v_GEN_0 = @echo "  GEN   " $@;
867 868
 SOURCES = $(libclamavcxx_la_SOURCES) $(libllvmcodegen_la_SOURCES) \
868 869
 	$(libllvmjit_la_SOURCES) $(libllvmpowerpccodegen_la_SOURCES) \
869 870
 	$(libllvmsystem_la_SOURCES) $(libllvmx86codegen_la_SOURCES) \
... ...
@@ -875,33 +815,8 @@ DIST_SOURCES = $(am__libclamavcxx_la_SOURCES_DIST) \
875 875
 	$(am__libllvmsystem_la_SOURCES_DIST) \
876 876
 	$(am__libllvmx86codegen_la_SOURCES_DIST) \
877 877
 	$(am__tblgen_SOURCES_DIST)
878
-am__can_run_installinfo = \
879
-  case $$AM_UPDATE_INFO_DIR in \
880
-    n|no|NO) false;; \
881
-    *) (install-info --version) >/dev/null 2>&1;; \
882
-  esac
883
-am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) \
884
-	$(LISP)clamavcxx-config.h.in
885
-# Read a list of newline-separated strings from the standard input,
886
-# and print each of them once, without duplicates.  Input order is
887
-# *not* preserved.
888
-am__uniquify_input = $(AWK) '\
889
-  BEGIN { nonempty = 0; } \
890
-  { items[$$0] = 1; nonempty = 1; } \
891
-  END { if (nonempty) { for (i in items) print i; }; } \
892
-'
893
-# Make sure the list of sources is unique.  This is necessary because,
894
-# e.g., the same source file might be shared among _SOURCES variables
895
-# for different programs/libraries.
896
-am__define_uniq_tagged_files = \
897
-  list='$(am__tagged_files)'; \
898
-  unique=`for i in $$list; do \
899
-    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
900
-  done | $(am__uniquify_input)`
901 878
 ETAGS = etags
902 879
 CTAGS = ctags
903
-CSCOPE = cscope
904
-AM_RECURSIVE_TARGETS = cscope
905 880
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
906 881
 distdir = $(PACKAGE)-$(VERSION)
907 882
 top_distdir = $(distdir)
... ...
@@ -911,10 +826,8 @@ am__remove_distdir = \
911 911
       && rm -rf "$(distdir)" \
912 912
       || { sleep 5 && rm -rf "$(distdir)"; }; \
913 913
   else :; fi
914
-am__post_remove_distdir = $(am__remove_distdir)
915 914
 DIST_ARCHIVES = $(distdir).tar.gz
916 915
 GZIP_ENV = --best
917
-DIST_TARGETS = dist-gzip
918 916
 distuninstallcheck_listfiles = find . -type f -print
919 917
 am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
920 918
   | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
... ...
@@ -1569,8 +1482,8 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
1569 1569
 $(am__aclocal_m4_deps):
1570 1570
 
1571 1571
 clamavcxx-config.h: stamp-h1
1572
-	@test -f $@ || rm -f stamp-h1
1573
-	@test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1
1572
+	@if test ! -f $@; then rm -f stamp-h1; else :; fi
1573
+	@if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) stamp-h1; else :; fi
1574 1574
 
1575 1575
 stamp-h1: $(srcdir)/clamavcxx-config.h.in $(top_builddir)/config.status
1576 1576
 	@rm -f stamp-h1
... ...
@@ -1585,30 +1498,22 @@ distclean-hdr:
1585 1585
 
1586 1586
 clean-noinstLTLIBRARIES:
1587 1587
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
1588
-	@list='$(noinst_LTLIBRARIES)'; \
1589
-	locs=`for p in $$list; do echo $$p; done | \
1590
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
1591
-	      sort -u`; \
1592
-	test -z "$$locs" || { \
1593
-	  echo rm -f $${locs}; \
1594
-	  rm -f $${locs}; \
1595
-	}
1596
-
1588
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
1589
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
1590
+	  test "$$dir" != "$$p" || dir=.; \
1591
+	  echo "rm -f \"$${dir}/so_locations\""; \
1592
+	  rm -f "$${dir}/so_locations"; \
1593
+	done
1597 1594
 libclamavcxx.la: $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_DEPENDENCIES) $(EXTRA_libclamavcxx_la_DEPENDENCIES) 
1598 1595
 	$(AM_V_CXXLD)$(libclamavcxx_la_LINK) $(am_libclamavcxx_la_rpath) $(libclamavcxx_la_OBJECTS) $(libclamavcxx_la_LIBADD) $(LIBS)
1599
-
1600 1596
 libllvmcodegen.la: $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_DEPENDENCIES) $(EXTRA_libllvmcodegen_la_DEPENDENCIES) 
1601 1597
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmcodegen_la_rpath) $(libllvmcodegen_la_OBJECTS) $(libllvmcodegen_la_LIBADD) $(LIBS)
1602
-
1603 1598
 libllvmjit.la: $(libllvmjit_la_OBJECTS) $(libllvmjit_la_DEPENDENCIES) $(EXTRA_libllvmjit_la_DEPENDENCIES) 
1604 1599
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmjit_la_rpath) $(libllvmjit_la_OBJECTS) $(libllvmjit_la_LIBADD) $(LIBS)
1605
-
1606 1600
 libllvmpowerpccodegen.la: $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_DEPENDENCIES) $(EXTRA_libllvmpowerpccodegen_la_DEPENDENCIES) 
1607 1601
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmpowerpccodegen_la_rpath) $(libllvmpowerpccodegen_la_OBJECTS) $(libllvmpowerpccodegen_la_LIBADD) $(LIBS)
1608
-
1609 1602
 libllvmsystem.la: $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_DEPENDENCIES) $(EXTRA_libllvmsystem_la_DEPENDENCIES) 
1610 1603
 	$(AM_V_CXXLD)$(libllvmsystem_la_LINK) $(am_libllvmsystem_la_rpath) $(libllvmsystem_la_OBJECTS) $(libllvmsystem_la_LIBADD) $(LIBS)
1611
-
1612 1604
 libllvmx86codegen.la: $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_DEPENDENCIES) $(EXTRA_libllvmx86codegen_la_DEPENDENCIES) 
1613 1605
 	$(AM_V_CXXLD)$(CXXLINK) $(am_libllvmx86codegen_la_rpath) $(libllvmx86codegen_la_OBJECTS) $(libllvmx86codegen_la_LIBADD) $(LIBS)
1614 1606
 
... ...
@@ -1620,7 +1525,6 @@ clean-noinstPROGRAMS:
1620 1620
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
1621 1621
 	echo " rm -f" $$list; \
1622 1622
 	rm -f $$list
1623
-
1624 1623
 tblgen$(EXEEXT): $(tblgen_OBJECTS) $(tblgen_DEPENDENCIES) $(EXTRA_tblgen_DEPENDENCIES) 
1625 1624
 	@rm -f tblgen$(EXEEXT)
1626 1625
 	$(AM_V_CXXLD)$(tblgen_LINK) $(tblgen_OBJECTS) $(tblgen_LDADD) $(LIBS)
... ...
@@ -2031,14 +1935,14 @@ distclean-compile:
2031 2031
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2032 2032
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2033 2033
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2034
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
2034
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
2035 2035
 
2036 2036
 .c.obj:
2037 2037
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
2038 2038
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
2039 2039
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
2040 2040
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
2041
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
2041
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
2042 2042
 
2043 2043
 .c.lo:
2044 2044
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -5486,15 +5390,26 @@ clean-libtool:
5486 5486
 distclean-libtool:
5487 5487
 	-rm -f libtool config.lt
5488 5488
 
5489
-ID: $(am__tagged_files)
5490
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
5491
-tags: tags-am
5492
-TAGS: tags
5493
-
5494
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5489
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
5490
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
5491
+	unique=`for i in $$list; do \
5492
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5493
+	  done | \
5494
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5495
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5496
+	mkid -fID $$unique
5497
+tags: TAGS
5498
+
5499
+TAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5500
+		$(TAGS_FILES) $(LISP)
5495 5501
 	set x; \
5496 5502
 	here=`pwd`; \
5497
-	$(am__define_uniq_tagged_files); \
5503
+	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5504
+	unique=`for i in $$list; do \
5505
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5506
+	  done | \
5507
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5508
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5498 5509
 	shift; \
5499 5510
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
5500 5511
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -5506,11 +5421,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5506 5506
 	      $$unique; \
5507 5507
 	  fi; \
5508 5508
 	fi
5509
-ctags: ctags-am
5510
-
5511
-CTAGS: ctags
5512
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
5513
-	$(am__define_uniq_tagged_files); \
5509
+ctags: CTAGS
5510
+CTAGS:  $(HEADERS) $(SOURCES) clamavcxx-config.h.in $(TAGS_DEPENDENCIES) \
5511
+		$(TAGS_FILES) $(LISP)
5512
+	list='$(SOURCES) $(HEADERS) clamavcxx-config.h.in $(LISP) $(TAGS_FILES)'; \
5513
+	unique=`for i in $$list; do \
5514
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
5515
+	  done | \
5516
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
5517
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
5514 5518
 	test -z "$(CTAGS_ARGS)$$unique" \
5515 5519
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
5516 5520
 	     $$unique
... ...
@@ -5519,31 +5438,9 @@ GTAGS:
5519 5519
 	here=`$(am__cd) $(top_builddir) && pwd` \
5520 5520
 	  && $(am__cd) $(top_srcdir) \
5521 5521
 	  && gtags -i $(GTAGS_ARGS) "$$here"
5522
-cscope: cscope.files
5523
-	test ! -s cscope.files \
5524
-	  || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS)
5525
-clean-cscope:
5526
-	-rm -f cscope.files
5527
-cscope.files: clean-cscope cscopelist
5528
-cscopelist: cscopelist-am
5529
-
5530
-cscopelist-am: $(am__tagged_files)
5531
-	list='$(am__tagged_files)'; \
5532
-	case "$(srcdir)" in \
5533
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
5534
-	  *) sdir=$(subdir)/$(srcdir) ;; \
5535
-	esac; \
5536
-	for i in $$list; do \
5537
-	  if test -f "$$i"; then \
5538
-	    echo "$(subdir)/$$i"; \
5539
-	  else \
5540
-	    echo "$$sdir/$$i"; \
5541
-	  fi; \
5542
-	done >> $(top_builddir)/cscope.files
5543 5522
 
5544 5523
 distclean-tags:
5545 5524
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
5546
-	-rm -f cscope.out cscope.in.out cscope.po.out cscope.files
5547 5525
 
5548 5526
 distdir: $(DISTFILES)
5549 5527
 	$(am__remove_distdir)
... ...
@@ -5589,42 +5486,40 @@ distdir: $(DISTFILES)
5589 5589
 	|| chmod -R a+r "$(distdir)"
5590 5590
 dist-gzip: distdir
5591 5591
 	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5592
-	$(am__post_remove_distdir)
5592
+	$(am__remove_distdir)
5593 5593
 
5594 5594
 dist-bzip2: distdir
5595 5595
 	tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
5596
-	$(am__post_remove_distdir)
5596
+	$(am__remove_distdir)
5597 5597
 
5598 5598
 dist-lzip: distdir
5599 5599
 	tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
5600
-	$(am__post_remove_distdir)
5600
+	$(am__remove_distdir)
5601
+
5602
+dist-lzma: distdir
5603
+	tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
5604
+	$(am__remove_distdir)
5601 5605
 
5602 5606
 dist-xz: distdir
5603 5607
 	tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
5604
-	$(am__post_remove_distdir)
5608
+	$(am__remove_distdir)
5605 5609
 
5606 5610
 dist-tarZ: distdir
5607
-	@echo WARNING: "Support for shar distribution archives is" \
5608
-	               "deprecated." >&2
5609
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5610 5611
 	tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
5611
-	$(am__post_remove_distdir)
5612
+	$(am__remove_distdir)
5612 5613
 
5613 5614
 dist-shar: distdir
5614
-	@echo WARNING: "Support for distribution archives compressed with" \
5615
-		       "legacy program 'compress' is deprecated." >&2
5616
-	@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
5617 5615
 	shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
5618
-	$(am__post_remove_distdir)
5616
+	$(am__remove_distdir)
5619 5617
 
5620 5618
 dist-zip: distdir
5621 5619
 	-rm -f $(distdir).zip
5622 5620
 	zip -rq $(distdir).zip $(distdir)
5623
-	$(am__post_remove_distdir)
5621
+	$(am__remove_distdir)
5624 5622
 
5625
-dist dist-all:
5626
-	$(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
5627
-	$(am__post_remove_distdir)
5623
+dist dist-all: distdir
5624
+	tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
5625
+	$(am__remove_distdir)
5628 5626
 
5629 5627
 # This target untars the dist file and tries a VPATH configuration.  Then
5630 5628
 # it guarantees that the distribution is self-contained by making another
... ...
@@ -5635,6 +5530,8 @@ distcheck: dist
5635 5635
 	  GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
5636 5636
 	*.tar.bz2*) \
5637 5637
 	  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
5638
+	*.tar.lzma*) \
5639
+	  lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
5638 5640
 	*.tar.lz*) \
5639 5641
 	  lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
5640 5642
 	*.tar.xz*) \
... ...
@@ -5646,19 +5543,18 @@ distcheck: dist
5646 5646
 	*.zip*) \
5647 5647
 	  unzip $(distdir).zip ;;\
5648 5648
 	esac
5649
-	chmod -R a-w $(distdir)
5650
-	chmod u+w $(distdir)
5651
-	mkdir $(distdir)/_build $(distdir)/_inst
5649
+	chmod -R a-w $(distdir); chmod a+w $(distdir)
5650
+	mkdir $(distdir)/_build
5651
+	mkdir $(distdir)/_inst
5652 5652
 	chmod a-w $(distdir)
5653 5653
 	test -d $(distdir)/_build || exit 0; \
5654 5654
 	dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
5655 5655
 	  && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
5656 5656
 	  && am__cwd=`pwd` \
5657 5657
 	  && $(am__cd) $(distdir)/_build \
5658
-	  && ../configure \
5658
+	  && ../configure --srcdir=.. --prefix="$$dc_install_base" \
5659 5659
 	    $(AM_DISTCHECK_CONFIGURE_FLAGS) \
5660 5660
 	    $(DISTCHECK_CONFIGURE_FLAGS) \
5661
-	    --srcdir=.. --prefix="$$dc_install_base" \
5662 5661
 	  && $(MAKE) $(AM_MAKEFLAGS) \
5663 5662
 	  && $(MAKE) $(AM_MAKEFLAGS) dvi \
5664 5663
 	  && $(MAKE) $(AM_MAKEFLAGS) check \
... ...
@@ -5681,7 +5577,7 @@ distcheck: dist
5681 5681
 	  && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
5682 5682
 	  && cd "$$am__cwd" \
5683 5683
 	  || exit 1
5684
-	$(am__post_remove_distdir)
5684
+	$(am__remove_distdir)
5685 5685
 	@(echo "$(distdir) archives ready for distribution: "; \
5686 5686
 	  list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
5687 5687
 	  sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
... ...
@@ -5748,8 +5644,8 @@ maintainer-clean-generic:
5748 5748
 	@echo "This command is intended for maintainers to use"
5749 5749
 	@echo "it deletes files that may require special tools to rebuild."
5750 5750
 	-test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
5751
-@BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5752 5751
 @BUILD_EXTERNAL_LLVM_TRUE@distclean-local:
5752
+@BUILD_EXTERNAL_LLVM_TRUE@clean-local:
5753 5753
 clean: clean-am
5754 5754
 
5755 5755
 clean-am: clean-generic clean-libtool clean-local \
... ...
@@ -5826,23 +5722,23 @@ uninstall-am:
5826 5826
 
5827 5827
 .MAKE: all check install install-am install-strip
5828 5828
 
5829
-.PHONY: CTAGS GTAGS TAGS all all-am am--refresh check check-am clean \
5830
-	clean-cscope clean-generic clean-libtool clean-local \
5831
-	clean-noinstLTLIBRARIES clean-noinstPROGRAMS cscope \
5832
-	cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \
5833
-	dist-gzip dist-hook dist-lzip dist-shar dist-tarZ dist-xz \
5834
-	dist-zip distcheck distclean distclean-compile \
5835
-	distclean-generic distclean-hdr distclean-libtool \
5836
-	distclean-local distclean-tags distcleancheck distdir \
5837
-	distuninstallcheck dvi dvi-am html html-am info info-am \
5838
-	install install-am install-data install-data-am install-dvi \
5839
-	install-dvi-am install-exec install-exec-am install-html \
5840
-	install-html-am install-info install-info-am install-man \
5841
-	install-pdf install-pdf-am install-ps install-ps-am \
5842
-	install-strip installcheck installcheck-am installdirs \
5843
-	maintainer-clean maintainer-clean-generic mostlyclean \
5844
-	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
5845
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am
5829
+.PHONY: CTAGS GTAGS all all-am am--refresh check check-am clean \
5830
+	clean-generic clean-libtool clean-local \
5831
+	clean-noinstLTLIBRARIES clean-noinstPROGRAMS ctags dist \
5832
+	dist-all dist-bzip2 dist-gzip dist-hook dist-lzip dist-lzma \
5833
+	dist-shar dist-tarZ dist-xz dist-zip distcheck distclean \
5834
+	distclean-compile distclean-generic distclean-hdr \
5835
+	distclean-libtool distclean-local distclean-tags \
5836
+	distcleancheck distdir distuninstallcheck dvi dvi-am html \
5837
+	html-am info info-am install install-am install-data \
5838
+	install-data-am install-dvi install-dvi-am install-exec \
5839
+	install-exec-am install-html install-html-am install-info \
5840
+	install-info-am install-man install-pdf install-pdf-am \
5841
+	install-ps install-ps-am install-strip installcheck \
5842
+	installcheck-am installdirs maintainer-clean \
5843
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
5844
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
5845
+	tags uninstall uninstall-am
5846 5846
 
5847 5847
 
5848 5848
 @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'"
... ...
@@ -1270,6 +1250,8 @@ target=$target_alias
1270 1270
 if test "x$host_alias" != x; then
1271 1271
   if test "x$build_alias" = x; then
1272 1272
     cross_compiling=maybe
1273
+    $as_echo "$as_me: WARNING: if you wanted to set the --build type, don't use --host.
1274
+    If a cross compiler is detected then cross compile mode will be used" >&2
1273 1275
   elif test "x$build_alias" != "x$host_alias"; then
1274 1276
     cross_compiling=yes
1275 1277
   fi
... ...
@@ -1434,15 +1416,12 @@ Optional Features:
1434 1434
   --disable-option-checking  ignore unrecognized --enable/--with options
1435 1435
   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1436 1436
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1437
-  --enable-silent-rules   less verbose build output (undo: "make V=1")
1438
-  --disable-silent-rules  verbose build output (undo: "make V=0")
1439
-  --enable-dependency-tracking
1440
-                          do not reject slow dependency extractors
1441
-  --disable-dependency-tracking
1442
-                          speeds up one-time build
1443
-  --enable-maintainer-mode
1444
-                          enable make rules and dependencies not useful (and
1445
-                          sometimes confusing) to the casual installer
1437
+  --enable-silent-rules          less verbose build output (undo: `make V=1')
1438
+  --disable-silent-rules         verbose build output (undo: `make V=0')
1439
+  --disable-dependency-tracking  speeds up one-time build
1440
+  --enable-dependency-tracking   do not reject slow dependency extractors
1441
+  --enable-maintainer-mode  enable make rules and dependencies not useful
1442
+			  (and sometimes confusing) to the casual installer
1446 1443
   --enable-static[=PKGS]  build static libraries [default=no]
1447 1444
   --enable-shared[=PKGS]  build shared libraries [default=yes]
1448 1445
   --enable-fast-install[=PKGS]
... ...
@@ -1550,9 +1529,9 @@ test -n "$ac_init_help" && exit $ac_status
1550 1550
 if $ac_init_version; then
1551 1551
   cat <<\_ACEOF
1552 1552
 libclamavc++ configure devel
1553
-generated by GNU Autoconf 2.69
1553
+generated by GNU Autoconf 2.68
1554 1554
 
1555
-Copyright (C) 2012 Free Software Foundation, Inc.
1555
+Copyright (C) 2010 Free Software Foundation, Inc.
1556 1556
 This configure script is free software; the Free Software Foundation
1557 1557
 gives unlimited permission to copy, distribute and modify it.
1558 1558
 _ACEOF
... ...
@@ -1776,7 +1755,7 @@ $as_echo "$ac_try_echo"; } >&5
1776 1776
 	 test ! -s conftest.err
1777 1777
        } && test -s conftest$ac_exeext && {
1778 1778
 	 test "$cross_compiling" = yes ||
1779
-	 test -x conftest$ac_exeext
1779
+	 $as_test_x conftest$ac_exeext
1780 1780
        }; then :
1781 1781
   ac_retval=0
1782 1782
 else
... ...
@@ -1926,7 +1905,7 @@ $as_echo "$ac_try_echo"; } >&5
1926 1926
 	 test ! -s conftest.err
1927 1927
        } && test -s conftest$ac_exeext && {
1928 1928
 	 test "$cross_compiling" = yes ||
1929
-	 test -x conftest$ac_exeext
1929
+	 $as_test_x conftest$ac_exeext
1930 1930
        }; then :
1931 1931
   ac_retval=0
1932 1932
 else
... ...
@@ -1991,7 +1970,7 @@ This file contains any messages produced by compilers while
1991 1991
 running configure, to aid debugging if configure makes a mistake.
1992 1992
 
1993 1993
 It was created by libclamavc++ $as_me devel, which was
1994
-generated by GNU Autoconf 2.69.  Invocation command line was
1994
+generated by GNU Autoconf 2.68.  Invocation command line was
1995 1995
 
1996 1996
   $ $0 $@
1997 1997
 
... ...
@@ -2480,7 +2459,7 @@ test -n "$target_alias" &&
2480 2480
   test "$program_prefix$program_suffix$program_transform_name" = \
2481 2481
     NONENONEs,x,x, &&
2482 2482
   program_prefix=${target_alias}-
2483
-am__api_version='1.14'
2483
+am__api_version='1.11'
2484 2484
 
2485 2485
 # Find a good install program.  We prefer a C program (faster),
2486 2486
 # so one script is as good as another.  But avoid the broken or
... ...
@@ -2519,7 +2498,7 @@ case $as_dir/ in #((
2519 2519
     # by default.
2520 2520
     for ac_prog in ginstall scoinst install; do
2521 2521
       for ac_exec_ext in '' $ac_executable_extensions; do
2522
-	if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
2522
+	if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
2523 2523
 	  if test $ac_prog = install &&
2524 2524
 	    grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
2525 2525
 	    # AIX install.  It has an incompatible calling convention.
... ...
@@ -2577,6 +2556,9 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2577 2577
 
2578 2578
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
2579 2579
 $as_echo_n "checking whether build environment is sane... " >&6; }
2580
+# Just in case
2581
+sleep 1
2582
+echo timestamp > conftest.file
2580 2583
 # Reject unsafe characters in $srcdir or the absolute working directory
2581 2584
 # name.  Accept space and tab only in the latter.
2582 2585
 am_lf='
... ...
@@ -2587,40 +2569,32 @@ case `pwd` in
2587 2587
 esac
2588 2588
 case $srcdir in
2589 2589
   *[\\\"\#\$\&\'\`$am_lf\ \	]*)
2590
-    as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
2590
+    as_fn_error $? "unsafe srcdir value: \`$srcdir'" "$LINENO" 5;;
2591 2591
 esac
2592 2592
 
2593
-# Do 'set' in a subshell so we don't clobber the current shell's
2593
+# Do `set' in a subshell so we don't clobber the current shell's
2594 2594
 # arguments.  Must try -L first in case configure is actually a
2595 2595
 # symlink; some systems play weird games with the mod time of symlinks
2596 2596
 # (eg FreeBSD returns the mod time of the symlink's containing
2597 2597
 # directory).
2598 2598
 if (
2599
-   am_has_slept=no
2600
-   for am_try in 1 2; do
2601
-     echo "timestamp, slept: $am_has_slept" > conftest.file
2602
-     set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2603
-     if test "$*" = "X"; then
2604
-	# -L didn't work.
2605
-	set X `ls -t "$srcdir/configure" conftest.file`
2606
-     fi
2607
-     if test "$*" != "X $srcdir/configure conftest.file" \
2608
-	&& test "$*" != "X conftest.file $srcdir/configure"; then
2609
-
2610
-	# If neither matched, then we have a broken ls.  This can happen
2611
-	# if, for instance, CONFIG_SHELL is bash and it inherits a
2612
-	# broken ls alias from the environment.  This has actually
2613
-	# happened.  Such a system could not be considered "sane".
2614
-	as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2615
-  alias in your environment" "$LINENO" 5
2616
-     fi
2617
-     if test "$2" = conftest.file || test $am_try -eq 2; then
2618
-       break
2619
-     fi
2620
-     # Just in case.
2621
-     sleep 1
2622
-     am_has_slept=yes
2623
-   done
2599
+   set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
2600
+   if test "$*" = "X"; then
2601
+      # -L didn't work.
2602
+      set X `ls -t "$srcdir/configure" conftest.file`
2603
+   fi
2604
+   rm -f conftest.file
2605
+   if test "$*" != "X $srcdir/configure conftest.file" \
2606
+      && test "$*" != "X conftest.file $srcdir/configure"; then
2607
+
2608
+      # If neither matched, then we have a broken ls.  This can happen
2609
+      # if, for instance, CONFIG_SHELL is bash and it inherits a
2610
+      # broken ls alias from the environment.  This has actually
2611
+      # happened.  Such a system could not be considered "sane".
2612
+      as_fn_error $? "ls -t appears to fail.  Make sure there is not a broken
2613
+alias in your environment" "$LINENO" 5
2614
+   fi
2615
+
2624 2616
    test "$2" = conftest.file
2625 2617
    )
2626 2618
 then
... ...
@@ -2632,16 +2606,6 @@ Check your system clock" "$LINENO" 5
2632 2632
 fi
2633 2633
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
2634 2634
 $as_echo "yes" >&6; }
2635
-# If we didn't sleep, we still need to ensure time stamps of config.status and
2636
-# generated files are strictly newer.
2637
-am_sleep_pid=
2638
-if grep 'slept: no' conftest.file >/dev/null 2>&1; then
2639
-  ( sleep 1 ) &
2640
-  am_sleep_pid=$!
2641
-fi
2642
-
2643
-rm -f conftest.file
2644
-
2645 2635
 test "$program_prefix" != NONE &&
2646 2636
   program_transform_name="s&^&$program_prefix&;$program_transform_name"
2647 2637
 # Use a double $ so make ignores it.
... ...
@@ -2664,12 +2628,12 @@ if test x"${MISSING+set}" != xset; then
2664 2664
   esac
2665 2665
 fi
2666 2666
 # Use eval to expand $SHELL
2667
-if eval "$MISSING --is-lightweight"; then
2668
-  am_missing_run="$MISSING "
2667
+if eval "$MISSING --run true"; then
2668
+  am_missing_run="$MISSING --run "
2669 2669
 else
2670 2670
   am_missing_run=
2671
-  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
2672
-$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
2671
+  { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: \`missing' script is too old or missing" >&5
2672
+$as_echo "$as_me: WARNING: \`missing' script is too old or missing" >&2;}
2673 2673
 fi
2674 2674
 
2675 2675
 if test x"${install_sh}" != xset; then
... ...
@@ -2681,10 +2645,10 @@ if test x"${install_sh}" != xset; then
2681 2681
   esac
2682 2682
 fi
2683 2683
 
2684
-# Installed binaries are usually stripped using 'strip' when the user
2685
-# run "make install-strip".  However 'strip' might not be the right
2684
+# Installed binaries are usually stripped using `strip' when the user
2685
+# run `make install-strip'.  However `strip' might not be the right
2686 2686
 # tool to use in cross-compilation environments, therefore Automake
2687
-# will honor the 'STRIP' environment variable to overrule this program.
2687
+# will honor the `STRIP' environment variable to overrule this program.
2688 2688
 if test "$cross_compiling" != no; then
2689 2689
   if test -n "$ac_tool_prefix"; then
2690 2690
   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
... ...
@@ -2703,7 +2667,7 @@ do
2703 2703
   IFS=$as_save_IFS
2704 2704
   test -z "$as_dir" && as_dir=.
2705 2705
     for ac_exec_ext in '' $ac_executable_extensions; do
2706
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2706
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2707 2707
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
2708 2708
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2709 2709
     break 2
... ...
@@ -2743,7 +2707,7 @@ do
2743 2743
   IFS=$as_save_IFS
2744 2744
   test -z "$as_dir" && as_dir=.
2745 2745
     for ac_exec_ext in '' $ac_executable_extensions; do
2746
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2746
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2747 2747
     ac_cv_prog_ac_ct_STRIP="strip"
2748 2748
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2749 2749
     break 2
... ...
@@ -2794,7 +2758,7 @@ do
2794 2794
   test -z "$as_dir" && as_dir=.
2795 2795
     for ac_prog in mkdir gmkdir; do
2796 2796
 	 for ac_exec_ext in '' $ac_executable_extensions; do
2797
-	   as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
2797
+	   { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; } || continue
2798 2798
 	   case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
2799 2799
 	     'mkdir (GNU coreutils) '* | \
2800 2800
 	     'mkdir (coreutils) '* | \
... ...
@@ -2823,6 +2787,12 @@ fi
2823 2823
 { $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
2824 2824
 $as_echo "$MKDIR_P" >&6; }
2825 2825
 
2826
+mkdir_p="$MKDIR_P"
2827
+case $mkdir_p in
2828
+  [\\/$]* | ?:[\\/]*) ;;
2829
+  */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;;
2830
+esac
2831
+
2826 2832
 for ac_prog in gawk mawk nawk awk
2827 2833
 do
2828 2834
   # Extract the first word of "$ac_prog", so it can be a program name with args.
... ...
@@ -2841,7 +2811,7 @@ do
2841 2841
   IFS=$as_save_IFS
2842 2842
   test -z "$as_dir" && as_dir=.
2843 2843
     for ac_exec_ext in '' $ac_executable_extensions; do
2844
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
2844
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2845 2845
     ac_cv_prog_AWK="$ac_prog"
2846 2846
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
2847 2847
     break 2
... ...
@@ -2905,45 +2875,6 @@ else
2905 2905
 fi
2906 2906
 rmdir .tst 2>/dev/null
2907 2907
 
2908
-# Check whether --enable-silent-rules was given.
2909
-if test "${enable_silent_rules+set}" = set; then :
2910
-  enableval=$enable_silent_rules;
2911
-fi
2912
-
2913
-case $enable_silent_rules in # (((
2914
-  yes) AM_DEFAULT_VERBOSITY=0;;
2915
-   no) AM_DEFAULT_VERBOSITY=1;;
2916
-    *) AM_DEFAULT_VERBOSITY=1;;
2917
-esac
2918
-am_make=${MAKE-make}
2919
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
2920
-$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
2921
-if ${am_cv_make_support_nested_variables+:} false; then :
2922
-  $as_echo_n "(cached) " >&6
2923
-else
2924
-  if $as_echo 'TRUE=$(BAR$(V))
2925
-BAR0=false
2926
-BAR1=true
2927
-V=1
2928
-am__doit:
2929
-	@$(TRUE)
2930
-.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
2931
-  am_cv_make_support_nested_variables=yes
2932
-else
2933
-  am_cv_make_support_nested_variables=no
2934
-fi
2935
-fi
2936
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
2937
-$as_echo "$am_cv_make_support_nested_variables" >&6; }
2938
-if test $am_cv_make_support_nested_variables = yes; then
2939
-    AM_V='$(V)'
2940
-  AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
2941
-else
2942
-  AM_V=$AM_DEFAULT_VERBOSITY
2943
-  AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
2944
-fi
2945
-AM_BACKSLASH='\'
2946
-
2947 2908
 if test "`cd $srcdir && pwd`" != "`pwd`"; then
2948 2909
   # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
2949 2910
   # is not polluted with repeated "-I."
... ...
@@ -2985,12 +2916,6 @@ AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
2985 2985
 
2986 2986
 MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
2987 2987
 
2988
-# For better backward compatibility.  To be removed once Automake 1.9.x
2989
-# dies out for good.  For more background, see:
2990
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
2991
-# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
2992
-mkdir_p='$(MKDIR_P)'
2993
-
2994 2988
 # We need awk for the "check" target.  The system "awk" is bad on
2995 2989
 # some platforms.
2996 2990
 # Always define AMTAR for backward compatibility.  Yes, it's still used
... ...
@@ -2998,151 +2923,101 @@ mkdir_p='$(MKDIR_P)'
2998 2998
 AMTAR='$${TAR-tar}'
2999 2999
 
3000 3000
 
3001
-# We'll loop over all known methods to create a tar archive until one works.
3002
-_am_tools='gnutar  pax cpio none'
3003
-
3004
-
3005
-
3006
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
3001
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking how to create a pax tar archive" >&5
3007 3002
 $as_echo_n "checking how to create a pax tar archive... " >&6; }
3008
-
3009
-  # Go ahead even if we have the value already cached.  We do so because we
3010
-  # need to set the values for the 'am__tar' and 'am__untar' variables.
3011
-  _am_tools=${am_cv_prog_tar_pax-$_am_tools}
3012
-
3013
-  for _am_tool in $_am_tools; do
3014
-    case $_am_tool in
3015
-    gnutar)
3016
-      for _am_tar in tar gnutar gtar; do
3017
-        { echo "$as_me:$LINENO: $_am_tar --version" >&5
3003
+# Loop over all known methods to create a tar archive until one works.
3004
+_am_tools='gnutar  pax cpio none'
3005
+_am_tools=${am_cv_prog_tar_pax-$_am_tools}
3006
+# Do not fold the above two line into one, because Tru64 sh and
3007
+# Solaris sh will not grok spaces in the rhs of `-'.
3008
+for _am_tool in $_am_tools
3009
+do
3010
+  case $_am_tool in
3011
+  gnutar)
3012
+    for _am_tar in tar gnutar gtar;
3013
+    do
3014
+      { echo "$as_me:$LINENO: $_am_tar --version" >&5
3018 3015
    ($_am_tar --version) >&5 2>&5
3019 3016
    ac_status=$?
3020 3017
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3021 3018
    (exit $ac_status); } && break
3022
-      done
3023
-      am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3024
-      am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3025
-      am__untar="$_am_tar -xf -"
3026
-      ;;
3027
-    plaintar)
3028
-      # Must skip GNU tar: if it does not support --format= it doesn't create
3029
-      # ustar tarball either.
3030
-      (tar --version) >/dev/null 2>&1 && continue
3031
-      am__tar='tar chf - "$$tardir"'
3032
-      am__tar_='tar chf - "$tardir"'
3033
-      am__untar='tar xf -'
3034
-      ;;
3035
-    pax)
3036
-      am__tar='pax -L -x pax -w "$$tardir"'
3037
-      am__tar_='pax -L -x pax -w "$tardir"'
3038
-      am__untar='pax -r'
3039
-      ;;
3040
-    cpio)
3041
-      am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3042
-      am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3043
-      am__untar='cpio -i -H pax -d'
3044
-      ;;
3045
-    none)
3046
-      am__tar=false
3047
-      am__tar_=false
3048
-      am__untar=false
3049
-      ;;
3050
-    esac
3019
+    done
3020
+    am__tar="$_am_tar --format=posix -chf - "'"$$tardir"'
3021
+    am__tar_="$_am_tar --format=posix -chf - "'"$tardir"'
3022
+    am__untar="$_am_tar -xf -"
3023
+    ;;
3024
+  plaintar)
3025
+    # Must skip GNU tar: if it does not support --format= it doesn't create
3026
+    # ustar tarball either.
3027
+    (tar --version) >/dev/null 2>&1 && continue
3028
+    am__tar='tar chf - "$$tardir"'
3029
+    am__tar_='tar chf - "$tardir"'
3030
+    am__untar='tar xf -'
3031
+    ;;
3032
+  pax)
3033
+    am__tar='pax -L -x pax -w "$$tardir"'
3034
+    am__tar_='pax -L -x pax -w "$tardir"'
3035
+    am__untar='pax -r'
3036
+    ;;
3037
+  cpio)
3038
+    am__tar='find "$$tardir" -print | cpio -o -H pax -L'
3039
+    am__tar_='find "$tardir" -print | cpio -o -H pax -L'
3040
+    am__untar='cpio -i -H pax -d'
3041
+    ;;
3042
+  none)
3043
+    am__tar=false
3044
+    am__tar_=false
3045
+    am__untar=false
3046
+    ;;
3047
+  esac
3051 3048
 
3052
-    # If the value was cached, stop now.  We just wanted to have am__tar
3053
-    # and am__untar set.
3054
-    test -n "${am_cv_prog_tar_pax}" && break
3049
+  # If the value was cached, stop now.  We just wanted to have am__tar
3050
+  # and am__untar set.
3051
+  test -n "${am_cv_prog_tar_pax}" && break
3055 3052
 
3056
-    # tar/untar a dummy directory, and stop if the command works.
3057
-    rm -rf conftest.dir
3058
-    mkdir conftest.dir
3059
-    echo GrepMe > conftest.dir/file
3060
-    { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3053
+  # tar/untar a dummy directory, and stop if the command works
3054
+  rm -rf conftest.dir
3055
+  mkdir conftest.dir
3056
+  echo GrepMe > conftest.dir/file
3057
+  { echo "$as_me:$LINENO: tardir=conftest.dir && eval $am__tar_ >conftest.tar" >&5
3061 3058
    (tardir=conftest.dir && eval $am__tar_ >conftest.tar) >&5 2>&5
3062 3059
    ac_status=$?
3063 3060
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3064 3061
    (exit $ac_status); }
3065
-    rm -rf conftest.dir
3066
-    if test -s conftest.tar; then
3067
-      { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3062
+  rm -rf conftest.dir
3063
+  if test -s conftest.tar; then
3064
+    { echo "$as_me:$LINENO: $am__untar <conftest.tar" >&5
3068 3065
    ($am__untar <conftest.tar) >&5 2>&5
3069 3066
    ac_status=$?
3070 3067
    echo "$as_me:$LINENO: \$? = $ac_status" >&5
3071 3068
    (exit $ac_status); }
3072
-      { echo "$as_me:$LINENO: cat conftest.dir/file" >&5
3073
-   (cat conftest.dir/file) >&5 2>&5
3074
-   ac_status=$?
3075
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3076
-   (exit $ac_status); }
3077
-      grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3078
-    fi
3079
-  done
3080
-  rm -rf conftest.dir
3069
+    grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
3070
+  fi
3071
+done
3072
+rm -rf conftest.dir
3081 3073
 
3082
-  if ${am_cv_prog_tar_pax+:} false; then :
3074
+if ${am_cv_prog_tar_pax+:} false; then :
3083 3075
   $as_echo_n "(cached) " >&6
3084 3076
 else
3085 3077
   am_cv_prog_tar_pax=$_am_tool
3086 3078
 fi
3087 3079
 
3088
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3080
+{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_tar_pax" >&5
3089 3081
 $as_echo "$am_cv_prog_tar_pax" >&6; }
3090 3082
 
3091 3083
 
3092 3084
 
3093 3085
 
3094 3086
 
3095
-
3096
-# POSIX will say in a future version that running "rm -f" with no argument
3097
-# is OK; and we want to be able to make that assumption in our Makefile
3098
-# recipes.  So use an aggressive probe to check that the usage we want is
3099
-# actually supported "in the wild" to an acceptable degree.
3100
-# See automake bug#10828.
3101
-# To make any issue more visible, cause the running configure to be aborted
3102
-# by default if the 'rm' program in use doesn't match our expectations; the
3103
-# user can still override this though.
3104
-if rm -f && rm -fr && rm -rf; then : OK; else
3105
-  cat >&2 <<'END'
3106
-Oops!
3107
-
3108
-Your 'rm' program seems unable to run without file operands specified
3109
-on the command line, even when the '-f' option is present.  This is contrary
3110
-to the behaviour of most rm programs out there, and not conforming with
3111
-the upcoming POSIX standard: <http://austingroupbugs.net/view.php?id=542>
3112
-
3113
-Please tell bug-automake@gnu.org about your system, including the value
3114
-of your $PATH and any error possibly output before this message.  This
3115
-can help us improve future automake versions.
3116
-
3117
-END
3118
-  if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then
3119
-    echo 'Configuration will proceed anyway, since you have set the' >&2
3120
-    echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2
3121
-    echo >&2
3122
-  else
3123
-    cat >&2 <<'END'
3124
-Aborting the configuration process, to ensure you take notice of the issue.
3125
-
3126
-You can download and install GNU coreutils to get an 'rm' implementation
3127
-that behaves properly: <http://www.gnu.org/software/coreutils/>.
3128
-
3129
-If you want to complete the configuration process using your problematic
3130
-'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM
3131
-to "yes", and re-run configure.
3132
-
3133
-END
3134
-    as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5
3135
-  fi
3136
-fi
3137 3087
 # Check whether --enable-silent-rules was given.
3138 3088
 if test "${enable_silent_rules+set}" = set; then :
3139 3089
   enableval=$enable_silent_rules;
3140 3090
 fi
3141 3091
 
3142
-case $enable_silent_rules in # (((
3143
-  yes) AM_DEFAULT_VERBOSITY=0;;
3144
-   no) AM_DEFAULT_VERBOSITY=1;;
3145
-    *) AM_DEFAULT_VERBOSITY=0;;
3092
+case $enable_silent_rules in
3093
+yes) AM_DEFAULT_VERBOSITY=0;;
3094
+no)  AM_DEFAULT_VERBOSITY=1;;
3095
+*)   AM_DEFAULT_VERBOSITY=0;;
3146 3096
 esac
3147 3097
 am_make=${MAKE-make}
3148 3098
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
... ...
@@ -3203,7 +3078,7 @@ do
3203 3203
   IFS=$as_save_IFS
3204 3204
   test -z "$as_dir" && as_dir=.
3205 3205
     for ac_exec_ext in '' $ac_executable_extensions; do
3206
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3206
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3207 3207
     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3208 3208
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3209 3209
     break 2
... ...
@@ -3247,7 +3122,7 @@ do
3247 3247
   IFS=$as_save_IFS
3248 3248
   test -z "$as_dir" && as_dir=.
3249 3249
     for ac_exec_ext in '' $ac_executable_extensions; do
3250
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3250
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3251 3251
     ac_cv_prog_ac_ct_CXX="$ac_prog"
3252 3252
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3253 3253
     break 2
... ...
@@ -3700,7 +3575,7 @@ am__quote=
3700 3700
 _am_result=none
3701 3701
 # First try GNU make style include.
3702 3702
 echo "include confinc" > confmf
3703
-# Ignore all kinds of additional output from 'make'.
3703
+# Ignore all kinds of additional output from `make'.
3704 3704
 case `$am_make -s -f confmf 2> /dev/null` in #(
3705 3705
 *the\ am__doit\ target*)
3706 3706
   am__include=include
... ...
@@ -3756,8 +3631,8 @@ else
3756 3756
   # We make a subdir and do the tests there.  Otherwise we can end up
3757 3757
   # making bogus files that we don't know about and never remove.  For
3758 3758
   # instance it was reported that on HP-UX the gcc test will end up
3759
-  # making a dummy file named 'D' -- because '-MD' means "put the output
3760
-  # in D".
3759
+  # making a dummy file named `D' -- because `-MD' means `put the output
3760
+  # in D'.
3761 3761
   rm -rf conftest.dir
3762 3762
   mkdir conftest.dir
3763 3763
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -3792,16 +3667,16 @@ else
3792 3792
     : > sub/conftest.c
3793 3793
     for i in 1 2 3 4 5 6; do
3794 3794
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
3795
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
3796
-      # Solaris 10 /bin/sh.
3797
-      echo '/* dummy */' > sub/conftst$i.h
3795
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
3796
+      # Solaris 8's {/usr,}/bin/sh.
3797
+      touch sub/conftst$i.h
3798 3798
     done
3799 3799
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
3800 3800
 
3801
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
3801
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
3802 3802
     # mode.  It turns out that the SunPro C++ compiler does not properly
3803
-    # handle '-M -o', and we need to detect this.  Also, some Intel
3804
-    # versions had trouble with output in subdirs.
3803
+    # handle `-M -o', and we need to detect this.  Also, some Intel
3804
+    # versions had trouble with output in subdirs
3805 3805
     am__obj=sub/conftest.${OBJEXT-o}
3806 3806
     am__minus_obj="-o $am__obj"
3807 3807
     case $depmode in
... ...
@@ -3810,8 +3685,8 @@ else
3810 3810
       test "$am__universal" = false || continue
3811 3811
       ;;
3812 3812
     nosideeffect)
3813
-      # After this tag, mechanisms are not by side-effect, so they'll
3814
-      # only be used when explicitly requested.
3813
+      # after this tag, mechanisms are not by side-effect, so they'll
3814
+      # only be used when explicitly requested
3815 3815
       if test "x$enable_dependency_tracking" = xyes; then
3816 3816
 	continue
3817 3817
       else
... ...
@@ -3819,7 +3694,7 @@ else
3819 3819
       fi
3820 3820
       ;;
3821 3821
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
3822
-      # This compiler won't grok '-c -o', but also, the minuso test has
3822
+      # This compiler won't grok `-c -o', but also, the minuso test has
3823 3823
       # not run yet.  These depmodes are late enough in the game, and
3824 3824
       # so weak that their functioning should not be impacted.
3825 3825
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -3895,7 +3770,7 @@ do
3895 3895
   IFS=$as_save_IFS
3896 3896
   test -z "$as_dir" && as_dir=.
3897 3897
     for ac_exec_ext in '' $ac_executable_extensions; do
3898
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3898
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3899 3899
     ac_cv_prog_CC="${ac_tool_prefix}gcc"
3900 3900
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3901 3901
     break 2
... ...
@@ -3935,7 +3810,7 @@ do
3935 3935
   IFS=$as_save_IFS
3936 3936
   test -z "$as_dir" && as_dir=.
3937 3937
     for ac_exec_ext in '' $ac_executable_extensions; do
3938
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3938
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3939 3939
     ac_cv_prog_ac_ct_CC="gcc"
3940 3940
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3941 3941
     break 2
... ...
@@ -3988,7 +3863,7 @@ do
3988 3988
   IFS=$as_save_IFS
3989 3989
   test -z "$as_dir" && as_dir=.
3990 3990
     for ac_exec_ext in '' $ac_executable_extensions; do
3991
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
3991
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3992 3992
     ac_cv_prog_CC="${ac_tool_prefix}cc"
3993 3993
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
3994 3994
     break 2
... ...
@@ -4029,7 +3904,7 @@ do
4029 4029
   IFS=$as_save_IFS
4030 4030
   test -z "$as_dir" && as_dir=.
4031 4031
     for ac_exec_ext in '' $ac_executable_extensions; do
4032
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4032
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4033 4033
     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
4034 4034
        ac_prog_rejected=yes
4035 4035
        continue
... ...
@@ -4087,7 +3962,7 @@ do
4087 4087
   IFS=$as_save_IFS
4088 4088
   test -z "$as_dir" && as_dir=.
4089 4089
     for ac_exec_ext in '' $ac_executable_extensions; do
4090
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4090
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4091 4091
     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
4092 4092
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4093 4093
     break 2
... ...
@@ -4131,7 +4006,7 @@ do
4131 4131
   IFS=$as_save_IFS
4132 4132
   test -z "$as_dir" && as_dir=.
4133 4133
     for ac_exec_ext in '' $ac_executable_extensions; do
4134
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4134
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4135 4135
     ac_cv_prog_ac_ct_CC="$ac_prog"
4136 4136
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4137 4137
     break 2
... ...
@@ -4327,7 +4202,8 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4327 4327
 /* end confdefs.h.  */
4328 4328
 #include <stdarg.h>
4329 4329
 #include <stdio.h>
4330
-struct stat;
4330
+#include <sys/types.h>
4331
+#include <sys/stat.h>
4331 4332
 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
4332 4333
 struct buf { int x; };
4333 4334
 FILE * (*rcsopen) (struct buf *, struct stat *, int);
... ...
@@ -4412,65 +4288,6 @@ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4412 4412
 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4413 4413
 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4414 4414
 
4415
-ac_ext=c
4416
-ac_cpp='$CPP $CPPFLAGS'
4417
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4418
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4419
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4420
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5
4421
-$as_echo_n "checking whether $CC understands -c and -o together... " >&6; }
4422
-if ${am_cv_prog_cc_c_o+:} false; then :
4423
-  $as_echo_n "(cached) " >&6
4424
-else
4425
-  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
4426
-/* end confdefs.h.  */
4427
-
4428
-int
4429
-main ()
4430
-{
4431
-
4432
-  ;
4433
-  return 0;
4434
-}
4435
-_ACEOF
4436
-  # Make sure it works both with $CC and with simple cc.
4437
-  # Following AC_PROG_CC_C_O, we do the test twice because some
4438
-  # compilers refuse to overwrite an existing .o file with -o,
4439
-  # though they will create one.
4440
-  am_cv_prog_cc_c_o=yes
4441
-  for am_i in 1 2; do
4442
-    if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5
4443
-   ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5
4444
-   ac_status=$?
4445
-   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4446
-   (exit $ac_status); } \
4447
-         && test -f conftest2.$ac_objext; then
4448
-      : OK
4449
-    else
4450
-      am_cv_prog_cc_c_o=no
4451
-      break
4452
-    fi
4453
-  done
4454
-  rm -f core conftest*
4455
-  unset am_i
4456
-fi
4457
-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5
4458
-$as_echo "$am_cv_prog_cc_c_o" >&6; }
4459
-if test "$am_cv_prog_cc_c_o" != yes; then
4460
-   # Losing compiler, so override with the script.
4461
-   # FIXME: It is wrong to rewrite CC.
4462
-   # But if we don't then we get into trouble of one sort or another.
4463
-   # A longer-term fix would be to have automake use am__CC in this case,
4464
-   # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)"
4465
-   CC="$am_aux_dir/compile $CC"
4466
-fi
4467
-ac_ext=c
4468
-ac_cpp='$CPP $CPPFLAGS'
4469
-ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4470
-ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4471
-ac_compiler_gnu=$ac_cv_c_compiler_gnu
4472
-
4473
-
4474 4415
 depcc="$CC"   am_compiler_list=
4475 4416
 
4476 4417
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5
... ...
@@ -4482,8 +4299,8 @@ else
4482 4482
   # We make a subdir and do the tests there.  Otherwise we can end up
4483 4483
   # making bogus files that we don't know about and never remove.  For
4484 4484
   # instance it was reported that on HP-UX the gcc test will end up
4485
-  # making a dummy file named 'D' -- because '-MD' means "put the output
4486
-  # in D".
4485
+  # making a dummy file named `D' -- because `-MD' means `put the output
4486
+  # in D'.
4487 4487
   rm -rf conftest.dir
4488 4488
   mkdir conftest.dir
4489 4489
   # Copy depcomp to subdir because otherwise we won't find it if we're
... ...
@@ -4518,16 +4335,16 @@ else
4518 4518
     : > sub/conftest.c
4519 4519
     for i in 1 2 3 4 5 6; do
4520 4520
       echo '#include "conftst'$i'.h"' >> sub/conftest.c
4521
-      # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with
4522
-      # Solaris 10 /bin/sh.
4523
-      echo '/* dummy */' > sub/conftst$i.h
4521
+      # Using `: > sub/conftst$i.h' creates only sub/conftst1.h with
4522
+      # Solaris 8's {/usr,}/bin/sh.
4523
+      touch sub/conftst$i.h
4524 4524
     done
4525 4525
     echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf
4526 4526
 
4527
-    # We check with '-c' and '-o' for the sake of the "dashmstdout"
4527
+    # We check with `-c' and `-o' for the sake of the "dashmstdout"
4528 4528
     # mode.  It turns out that the SunPro C++ compiler does not properly
4529
-    # handle '-M -o', and we need to detect this.  Also, some Intel
4530
-    # versions had trouble with output in subdirs.
4529
+    # handle `-M -o', and we need to detect this.  Also, some Intel
4530
+    # versions had trouble with output in subdirs
4531 4531
     am__obj=sub/conftest.${OBJEXT-o}
4532 4532
     am__minus_obj="-o $am__obj"
4533 4533
     case $depmode in
... ...
@@ -4536,8 +4353,8 @@ else
4536 4536
       test "$am__universal" = false || continue
4537 4537
       ;;
4538 4538
     nosideeffect)
4539
-      # After this tag, mechanisms are not by side-effect, so they'll
4540
-      # only be used when explicitly requested.
4539
+      # after this tag, mechanisms are not by side-effect, so they'll
4540
+      # only be used when explicitly requested
4541 4541
       if test "x$enable_dependency_tracking" = xyes; then
4542 4542
 	continue
4543 4543
       else
... ...
@@ -4545,7 +4362,7 @@ else
4545 4545
       fi
4546 4546
       ;;
4547 4547
     msvc7 | msvc7msys | msvisualcpp | msvcmsys)
4548
-      # This compiler won't grok '-c -o', but also, the minuso test has
4548
+      # This compiler won't grok `-c -o', but also, the minuso test has
4549 4549
       # not run yet.  These depmodes are late enough in the game, and
4550 4550
       # so weak that their functioning should not be impacted.
4551 4551
       am__obj=conftest.${OBJEXT-o}
... ...
@@ -4754,7 +4571,7 @@ do
4754 4754
     for ac_prog in grep ggrep; do
4755 4755
     for ac_exec_ext in '' $ac_executable_extensions; do
4756 4756
       ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4757
-      as_fn_executable_p "$ac_path_GREP" || continue
4757
+      { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4758 4758
 # Check for GNU ac_path_GREP and select it if it is found.
4759 4759
   # Check for GNU $ac_path_GREP
4760 4760
 case `"$ac_path_GREP" --version 2>&1` in
... ...
@@ -4820,7 +4637,7 @@ do
4820 4820
     for ac_prog in egrep; do
4821 4821
     for ac_exec_ext in '' $ac_executable_extensions; do
4822 4822
       ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4823
-      as_fn_executable_p "$ac_path_EGREP" || continue
4823
+      { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4824 4824
 # Check for GNU ac_path_EGREP and select it if it is found.
4825 4825
   # Check for GNU $ac_path_EGREP
4826 4826
 case `"$ac_path_EGREP" --version 2>&1` in
... ...
@@ -5562,7 +5379,7 @@ do
5562 5562
     for ac_prog in sed gsed; do
5563 5563
     for ac_exec_ext in '' $ac_executable_extensions; do
5564 5564
       ac_path_SED="$as_dir/$ac_prog$ac_exec_ext"
5565
-      as_fn_executable_p "$ac_path_SED" || continue
5565
+      { test -f "$ac_path_SED" && $as_test_x "$ac_path_SED"; } || continue
5566 5566
 # Check for GNU ac_path_SED and select it if it is found.
5567 5567
   # Check for GNU $ac_path_SED
5568 5568
 case `"$ac_path_SED" --version 2>&1` in
... ...
@@ -5641,7 +5458,7 @@ do
5641 5641
     for ac_prog in fgrep; do
5642 5642
     for ac_exec_ext in '' $ac_executable_extensions; do
5643 5643
       ac_path_FGREP="$as_dir/$ac_prog$ac_exec_ext"
5644
-      as_fn_executable_p "$ac_path_FGREP" || continue
5644
+      { test -f "$ac_path_FGREP" && $as_test_x "$ac_path_FGREP"; } || continue
5645 5645
 # Check for GNU ac_path_FGREP and select it if it is found.
5646 5646
   # Check for GNU $ac_path_FGREP
5647 5647
 case `"$ac_path_FGREP" --version 2>&1` in
... ...
@@ -5897,7 +5714,7 @@ do
5897 5897
   IFS=$as_save_IFS
5898 5898
   test -z "$as_dir" && as_dir=.
5899 5899
     for ac_exec_ext in '' $ac_executable_extensions; do
5900
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5900
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5901 5901
     ac_cv_prog_DUMPBIN="$ac_tool_prefix$ac_prog"
5902 5902
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5903 5903
     break 2
... ...
@@ -5941,7 +5758,7 @@ do
5941 5941
   IFS=$as_save_IFS
5942 5942
   test -z "$as_dir" && as_dir=.
5943 5943
     for ac_exec_ext in '' $ac_executable_extensions; do
5944
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
5944
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5945 5945
     ac_cv_prog_ac_ct_DUMPBIN="$ac_prog"
5946 5946
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
5947 5947
     break 2
... ...
@@ -6365,7 +6182,7 @@ do
6365 6365
   IFS=$as_save_IFS
6366 6366
   test -z "$as_dir" && as_dir=.
6367 6367
     for ac_exec_ext in '' $ac_executable_extensions; do
6368
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6368
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6369 6369
     ac_cv_prog_OBJDUMP="${ac_tool_prefix}objdump"
6370 6370
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6371 6371
     break 2
... ...
@@ -6405,7 +6222,7 @@ do
6405 6405
   IFS=$as_save_IFS
6406 6406
   test -z "$as_dir" && as_dir=.
6407 6407
     for ac_exec_ext in '' $ac_executable_extensions; do
6408
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6408
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6409 6409
     ac_cv_prog_ac_ct_OBJDUMP="objdump"
6410 6410
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6411 6411
     break 2
... ...
@@ -6711,7 +6528,7 @@ do
6711 6711
   IFS=$as_save_IFS
6712 6712
   test -z "$as_dir" && as_dir=.
6713 6713
     for ac_exec_ext in '' $ac_executable_extensions; do
6714
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6714
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6715 6715
     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6716 6716
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6717 6717
     break 2
... ...
@@ -6751,7 +6568,7 @@ do
6751 6751
   IFS=$as_save_IFS
6752 6752
   test -z "$as_dir" && as_dir=.
6753 6753
     for ac_exec_ext in '' $ac_executable_extensions; do
6754
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6754
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6755 6755
     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6756 6756
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6757 6757
     break 2
... ...
@@ -6854,7 +6671,7 @@ do
6854 6854
   IFS=$as_save_IFS
6855 6855
   test -z "$as_dir" && as_dir=.
6856 6856
     for ac_exec_ext in '' $ac_executable_extensions; do
6857
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6857
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6858 6858
     ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
6859 6859
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6860 6860
     break 2
... ...
@@ -6898,7 +6715,7 @@ do
6898 6898
   IFS=$as_save_IFS
6899 6899
   test -z "$as_dir" && as_dir=.
6900 6900
     for ac_exec_ext in '' $ac_executable_extensions; do
6901
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
6901
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6902 6902
     ac_cv_prog_ac_ct_AR="$ac_prog"
6903 6903
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
6904 6904
     break 2
... ...
@@ -7023,7 +6840,7 @@ do
7023 7023
   IFS=$as_save_IFS
7024 7024
   test -z "$as_dir" && as_dir=.
7025 7025
     for ac_exec_ext in '' $ac_executable_extensions; do
7026
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7026
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7027 7027
     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
7028 7028
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7029 7029
     break 2
... ...
@@ -7063,7 +6880,7 @@ do
7063 7063
   IFS=$as_save_IFS
7064 7064
   test -z "$as_dir" && as_dir=.
7065 7065
     for ac_exec_ext in '' $ac_executable_extensions; do
7066
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7066
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7067 7067
     ac_cv_prog_ac_ct_STRIP="strip"
7068 7068
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7069 7069
     break 2
... ...
@@ -7122,7 +6939,7 @@ do
7122 7122
   IFS=$as_save_IFS
7123 7123
   test -z "$as_dir" && as_dir=.
7124 7124
     for ac_exec_ext in '' $ac_executable_extensions; do
7125
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7125
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7126 7126
     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
7127 7127
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7128 7128
     break 2
... ...
@@ -7162,7 +6979,7 @@ do
7162 7162
   IFS=$as_save_IFS
7163 7163
   test -z "$as_dir" && as_dir=.
7164 7164
     for ac_exec_ext in '' $ac_executable_extensions; do
7165
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7165
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7166 7166
     ac_cv_prog_ac_ct_RANLIB="ranlib"
7167 7167
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7168 7168
     break 2
... ...
@@ -7811,7 +7628,7 @@ do
7811 7811
   IFS=$as_save_IFS
7812 7812
   test -z "$as_dir" && as_dir=.
7813 7813
     for ac_exec_ext in '' $ac_executable_extensions; do
7814
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7814
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7815 7815
     ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
7816 7816
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7817 7817
     break 2
... ...
@@ -7851,7 +7668,7 @@ do
7851 7851
   IFS=$as_save_IFS
7852 7852
   test -z "$as_dir" && as_dir=.
7853 7853
     for ac_exec_ext in '' $ac_executable_extensions; do
7854
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7854
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7855 7855
     ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
7856 7856
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7857 7857
     break 2
... ...
@@ -7931,7 +7748,7 @@ do
7931 7931
   IFS=$as_save_IFS
7932 7932
   test -z "$as_dir" && as_dir=.
7933 7933
     for ac_exec_ext in '' $ac_executable_extensions; do
7934
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7934
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7935 7935
     ac_cv_prog_DSYMUTIL="${ac_tool_prefix}dsymutil"
7936 7936
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7937 7937
     break 2
... ...
@@ -7971,7 +7788,7 @@ do
7971 7971
   IFS=$as_save_IFS
7972 7972
   test -z "$as_dir" && as_dir=.
7973 7973
     for ac_exec_ext in '' $ac_executable_extensions; do
7974
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
7974
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7975 7975
     ac_cv_prog_ac_ct_DSYMUTIL="dsymutil"
7976 7976
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
7977 7977
     break 2
... ...
@@ -8023,7 +7840,7 @@ do
8023 8023
   IFS=$as_save_IFS
8024 8024
   test -z "$as_dir" && as_dir=.
8025 8025
     for ac_exec_ext in '' $ac_executable_extensions; do
8026
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8026
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8027 8027
     ac_cv_prog_NMEDIT="${ac_tool_prefix}nmedit"
8028 8028
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8029 8029
     break 2
... ...
@@ -8063,7 +7880,7 @@ do
8063 8063
   IFS=$as_save_IFS
8064 8064
   test -z "$as_dir" && as_dir=.
8065 8065
     for ac_exec_ext in '' $ac_executable_extensions; do
8066
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8066
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8067 8067
     ac_cv_prog_ac_ct_NMEDIT="nmedit"
8068 8068
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8069 8069
     break 2
... ...
@@ -8115,7 +7932,7 @@ do
8115 8115
   IFS=$as_save_IFS
8116 8116
   test -z "$as_dir" && as_dir=.
8117 8117
     for ac_exec_ext in '' $ac_executable_extensions; do
8118
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8118
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8119 8119
     ac_cv_prog_LIPO="${ac_tool_prefix}lipo"
8120 8120
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8121 8121
     break 2
... ...
@@ -8155,7 +7972,7 @@ do
8155 8155
   IFS=$as_save_IFS
8156 8156
   test -z "$as_dir" && as_dir=.
8157 8157
     for ac_exec_ext in '' $ac_executable_extensions; do
8158
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8158
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8159 8159
     ac_cv_prog_ac_ct_LIPO="lipo"
8160 8160
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8161 8161
     break 2
... ...
@@ -8207,7 +8024,7 @@ do
8207 8207
   IFS=$as_save_IFS
8208 8208
   test -z "$as_dir" && as_dir=.
8209 8209
     for ac_exec_ext in '' $ac_executable_extensions; do
8210
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8210
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8211 8211
     ac_cv_prog_OTOOL="${ac_tool_prefix}otool"
8212 8212
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8213 8213
     break 2
... ...
@@ -8247,7 +8064,7 @@ do
8247 8247
   IFS=$as_save_IFS
8248 8248
   test -z "$as_dir" && as_dir=.
8249 8249
     for ac_exec_ext in '' $ac_executable_extensions; do
8250
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8250
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8251 8251
     ac_cv_prog_ac_ct_OTOOL="otool"
8252 8252
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8253 8253
     break 2
... ...
@@ -8299,7 +8116,7 @@ do
8299 8299
   IFS=$as_save_IFS
8300 8300
   test -z "$as_dir" && as_dir=.
8301 8301
     for ac_exec_ext in '' $ac_executable_extensions; do
8302
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8302
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8303 8303
     ac_cv_prog_OTOOL64="${ac_tool_prefix}otool64"
8304 8304
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8305 8305
     break 2
... ...
@@ -8339,7 +8156,7 @@ do
8339 8339
   IFS=$as_save_IFS
8340 8340
   test -z "$as_dir" && as_dir=.
8341 8341
     for ac_exec_ext in '' $ac_executable_extensions; do
8342
-  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
8342
+  if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8343 8343
     ac_cv_prog_ac_ct_OTOOL64="otool64"
8344 8344
     $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
8345 8345
     break 2
... ...
@@ -16265,14 +16082,6 @@ LIBOBJS=$ac_libobjs
16265 16265
 LTLIBOBJS=$ac_ltlibobjs
16266 16266
 
16267 16267
 
16268
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
16269
-$as_echo_n "checking that generated files are newer than configure... " >&6; }
16270
-   if test -n "$am_sleep_pid"; then
16271
-     # Hide warnings about reused PIDs.
16272
-     wait $am_sleep_pid 2>/dev/null
16273
-   fi
16274
-   { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
16275
-$as_echo "done" >&6; }
16276 16268
  if test -n "$EXEEXT"; then
16277 16269
   am__EXEEXT_TRUE=
16278 16270
   am__EXEEXT_FALSE='#'
... ...
@@ -16612,16 +16421,16 @@ if (echo >conf$$.file) 2>/dev/null; then
16612 16612
     # ... but there are two gotchas:
16613 16613
     # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
16614 16614
     # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
16615
-    # In both cases, we have to default to `cp -pR'.
16615
+    # In both cases, we have to default to `cp -p'.
16616 16616
     ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
16617
-      as_ln_s='cp -pR'
16617
+      as_ln_s='cp -p'
16618 16618
   elif ln conf$$.file conf$$ 2>/dev/null; then
16619 16619
     as_ln_s=ln
16620 16620
   else
16621
-    as_ln_s='cp -pR'
16621
+    as_ln_s='cp -p'
16622 16622
   fi
16623 16623
 else
16624
-  as_ln_s='cp -pR'
16624
+  as_ln_s='cp -p'
16625 16625
 fi
16626 16626
 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
16627 16627
 rmdir conf$$.dir 2>/dev/null
... ...
@@ -16681,16 +16490,28 @@ else
16681 16681
   as_mkdir_p=false
16682 16682
 fi
16683 16683
 
16684
-
16685
-# as_fn_executable_p FILE
16686
-# -----------------------
16687
-# Test if FILE is an executable regular file.
16688
-as_fn_executable_p ()
16689
-{
16690
-  test -f "$1" && test -x "$1"
16691
-} # as_fn_executable_p
16692
-as_test_x='test -x'
16693
-as_executable_p=as_fn_executable_p
16684
+if test -x / >/dev/null 2>&1; then
16685
+  as_test_x='test -x'
16686
+else
16687
+  if ls -dL / >/dev/null 2>&1; then
16688
+    as_ls_L_option=L
16689
+  else
16690
+    as_ls_L_option=
16691
+  fi
16692
+  as_test_x='
16693
+    eval sh -c '\''
16694
+      if test -d "$1"; then
16695
+	test -d "$1/.";
16696
+      else
16697
+	case $1 in #(
16698
+	-*)set "./$1";;
16699
+	esac;
16700
+	case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in #((
16701
+	???[sx]*):;;*)false;;esac;fi
16702
+    '\'' sh
16703
+  '
16704
+fi
16705
+as_executable_p=$as_test_x
16694 16706
 
16695 16707
 # Sed expression to map a string onto a valid CPP name.
16696 16708
 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
... ...
@@ -16712,7 +16533,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
16712 16712
 # values after options handling.
16713 16713
 ac_log="
16714 16714
 This file was extended by libclamavc++ $as_me devel, which was
16715
-generated by GNU Autoconf 2.69.  Invocation command line was
16715
+generated by GNU Autoconf 2.68.  Invocation command line was
16716 16716
 
16717 16717
   CONFIG_FILES    = $CONFIG_FILES
16718 16718
   CONFIG_HEADERS  = $CONFIG_HEADERS
... ...
@@ -16778,10 +16599,10 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16778 16778
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
16779 16779
 ac_cs_version="\\
16780 16780
 libclamavc++ config.status devel
16781
-configured by $0, generated by GNU Autoconf 2.69,
16781
+configured by $0, generated by GNU Autoconf 2.68,
16782 16782
   with options \\"\$ac_cs_config\\"
16783 16783
 
16784
-Copyright (C) 2012 Free Software Foundation, Inc.
16784
+Copyright (C) 2010 Free Software Foundation, Inc.
16785 16785
 This config.status script is free software; the Free Software Foundation
16786 16786
 gives unlimited permission to copy, distribute and modify it."
16787 16787
 
... ...
@@ -16872,7 +16693,7 @@ fi
16872 16872
 _ACEOF
16873 16873
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
16874 16874
 if \$ac_cs_recheck; then
16875
-  set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16875
+  set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
16876 16876
   shift
16877 16877
   \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
16878 16878
   CONFIG_SHELL='$SHELL'
... ...
@@ -17881,7 +17702,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17881 17881
 
17882 17882
   case $ac_file$ac_mode in
17883 17883
     "depfiles":C) test x"$AMDEP_TRUE" != x"" || {
17884
-  # Older Autoconf quotes --file arguments for eval, but not when files
17884
+  # Autoconf 2.62 quotes --file arguments for eval, but not when files
17885 17885
   # are listed without --file.  Let's play safe and only enable the eval
17886 17886
   # if we detect the quoting.
17887 17887
   case $CONFIG_FILES in
... ...
@@ -17894,7 +17715,7 @@ $as_echo "$as_me: executing $ac_file commands" >&6;}
17894 17894
     # Strip MF so we end up with the name of the file.
17895 17895
     mf=`echo "$mf" | sed -e 's/:.*$//'`
17896 17896
     # Check whether this is an Automake generated Makefile or not.
17897
-    # We used to match only the files named 'Makefile.in', but
17897
+    # We used to match only the files named `Makefile.in', but
17898 17898
     # some people rename them; so instead we look at the file content.
17899 17899
     # Grep'ing the first line is not enough: some people post-process
17900 17900
     # each Makefile.in and add a new line on top of each file to say so.
... ...
@@ -17928,19 +17749,21 @@ $as_echo X"$mf" |
17928 17928
       continue
17929 17929
     fi
17930 17930
     # Extract the definition of DEPDIR, am__include, and am__quote
17931
-    # from the Makefile without running 'make'.
17931
+    # from the Makefile without running `make'.
17932 17932
     DEPDIR=`sed -n 's/^DEPDIR = //p' < "$mf"`
17933 17933
     test -z "$DEPDIR" && continue
17934 17934
     am__include=`sed -n 's/^am__include = //p' < "$mf"`
17935
-    test -z "$am__include" && continue
17935
+    test -z "am__include" && continue
17936 17936
     am__quote=`sed -n 's/^am__quote = //p' < "$mf"`
17937
+    # When using ansi2knr, U may be empty or an underscore; expand it
17938
+    U=`sed -n 's/^U = //p' < "$mf"`
17937 17939
     # Find all dependency output files, they are included files with
17938 17940
     # $(DEPDIR) in their names.  We invoke sed twice because it is the
17939 17941
     # simplest approach to changing $(DEPDIR) to its actual value in the
17940 17942
     # expansion.
17941 17943
     for file in `sed -n "
17942 17944
       s/^$am__include $am__quote\(.*(DEPDIR).*\)$am__quote"'$/\1/p' <"$mf" | \
17943
-	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g'`; do
17945
+	 sed -e 's/\$(DEPDIR)/'"$DEPDIR"'/g' -e 's/\$U/'"$U"'/g'`; do
17944 17946
       # Make sure the directory exists.
17945 17947
       test -f "$dirpart/$file" && continue
17946 17948
       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)
... ...
@@ -630,9 +555,9 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
630 630
 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
631 631
 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
632 632
 $(am__aclocal_m4_deps):
633
-
634 633
 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
635 634
 	@$(NORMAL_INSTALL)
635
+	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
636 636
 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
637 637
 	list2=; for p in $$list; do \
638 638
 	  if test -f $$p; then \
... ...
@@ -640,8 +565,6 @@ install-libLTLIBRARIES: $(lib_LTLIBRARIES)
640 640
 	  else :; fi; \
641 641
 	done; \
642 642
 	test -z "$$list2" || { \
643
-	  echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
644
-	  $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
645 643
 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
646 644
 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
647 645
 	}
... ...
@@ -657,47 +580,35 @@ uninstall-libLTLIBRARIES:
657 657
 
658 658
 clean-libLTLIBRARIES:
659 659
 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
660
-	@list='$(lib_LTLIBRARIES)'; \
661
-	locs=`for p in $$list; do echo $$p; done | \
662
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
663
-	      sort -u`; \
664
-	test -z "$$locs" || { \
665
-	  echo rm -f $${locs}; \
666
-	  rm -f $${locs}; \
667
-	}
660
+	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
661
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
662
+	  test "$$dir" != "$$p" || dir=.; \
663
+	  echo "rm -f \"$${dir}/so_locations\""; \
664
+	  rm -f "$${dir}/so_locations"; \
665
+	done
668 666
 
669 667
 clean-noinstLTLIBRARIES:
670 668
 	-test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
671
-	@list='$(noinst_LTLIBRARIES)'; \
672
-	locs=`for p in $$list; do echo $$p; done | \
673
-	      sed 's|^[^/]*$$|.|; s|/[^/]*$$||; s|$$|/so_locations|' | \
674
-	      sort -u`; \
675
-	test -z "$$locs" || { \
676
-	  echo rm -f $${locs}; \
677
-	  rm -f $${locs}; \
678
-	}
679
-
669
+	@list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
670
+	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
671
+	  test "$$dir" != "$$p" || dir=.; \
672
+	  echo "rm -f \"$${dir}/so_locations\""; \
673
+	  rm -f "$${dir}/so_locations"; \
674
+	done
680 675
 dld_link.la: $(dld_link_la_OBJECTS) $(dld_link_la_DEPENDENCIES) $(EXTRA_dld_link_la_DEPENDENCIES) 
681 676
 	$(AM_V_CCLD)$(dld_link_la_LINK)  $(dld_link_la_OBJECTS) $(dld_link_la_LIBADD) $(LIBS)
682
-
683 677
 dlopen.la: $(dlopen_la_OBJECTS) $(dlopen_la_DEPENDENCIES) $(EXTRA_dlopen_la_DEPENDENCIES) 
684 678
 	$(AM_V_CCLD)$(dlopen_la_LINK)  $(dlopen_la_OBJECTS) $(dlopen_la_LIBADD) $(LIBS)
685
-
686 679
 dyld.la: $(dyld_la_OBJECTS) $(dyld_la_DEPENDENCIES) $(EXTRA_dyld_la_DEPENDENCIES) 
687 680
 	$(AM_V_CCLD)$(dyld_la_LINK)  $(dyld_la_OBJECTS) $(dyld_la_LIBADD) $(LIBS)
688
-
689 681
 libltdl.la: $(libltdl_la_OBJECTS) $(libltdl_la_DEPENDENCIES) $(EXTRA_libltdl_la_DEPENDENCIES) 
690 682
 	$(AM_V_CCLD)$(libltdl_la_LINK) $(am_libltdl_la_rpath) $(libltdl_la_OBJECTS) $(libltdl_la_LIBADD) $(LIBS)
691
-
692 683
 libltdlc.la: $(libltdlc_la_OBJECTS) $(libltdlc_la_DEPENDENCIES) $(EXTRA_libltdlc_la_DEPENDENCIES) 
693 684
 	$(AM_V_CCLD)$(libltdlc_la_LINK) $(am_libltdlc_la_rpath) $(libltdlc_la_OBJECTS) $(libltdlc_la_LIBADD) $(LIBS)
694
-
695 685
 load_add_on.la: $(load_add_on_la_OBJECTS) $(load_add_on_la_DEPENDENCIES) $(EXTRA_load_add_on_la_DEPENDENCIES) 
696 686
 	$(AM_V_CCLD)$(load_add_on_la_LINK)  $(load_add_on_la_OBJECTS) $(load_add_on_la_LIBADD) $(LIBS)
697
-
698 687
 loadlibrary.la: $(loadlibrary_la_OBJECTS) $(loadlibrary_la_DEPENDENCIES) $(EXTRA_loadlibrary_la_DEPENDENCIES) 
699 688
 	$(AM_V_CCLD)$(loadlibrary_la_LINK)  $(loadlibrary_la_OBJECTS) $(loadlibrary_la_LIBADD) $(LIBS)
700
-
701 689
 shl_load.la: $(shl_load_la_OBJECTS) $(shl_load_la_DEPENDENCIES) $(EXTRA_shl_load_la_DEPENDENCIES) 
702 690
 	$(AM_V_CCLD)$(shl_load_la_LINK)  $(shl_load_la_OBJECTS) $(shl_load_la_LIBADD) $(LIBS)
703 691
 
... ...
@@ -731,14 +642,14 @@ distclean-compile:
731 731
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
732 732
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
733 733
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
734
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
734
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
735 735
 
736 736
 .c.obj:
737 737
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
738 738
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
739 739
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
740 740
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
741
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
741
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
742 742
 
743 743
 .c.lo:
744 744
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -880,11 +791,8 @@ clean-libtool:
880 880
 	-rm -rf .libs _libs
881 881
 install-includeHEADERS: $(include_HEADERS)
882 882
 	@$(NORMAL_INSTALL)
883
+	test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
883 884
 	@list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
884
-	if test -n "$$list"; then \
885
-	  echo " $(MKDIR_P) '$(DESTDIR)$(includedir)'"; \
886
-	  $(MKDIR_P) "$(DESTDIR)$(includedir)" || exit 1; \
887
-	fi; \
888 885
 	for p in $$list; do \
889 886
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
890 887
 	  echo "$$d$$p"; \
... ...
@@ -901,11 +809,8 @@ uninstall-includeHEADERS:
901 901
 	dir='$(DESTDIR)$(includedir)'; $(am__uninstall_files_from_dir)
902 902
 install-ltdlincludeHEADERS: $(ltdlinclude_HEADERS)
903 903
 	@$(NORMAL_INSTALL)
904
+	test -z "$(ltdlincludedir)" || $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)"
904 905
 	@list='$(ltdlinclude_HEADERS)'; test -n "$(ltdlincludedir)" || list=; \
905
-	if test -n "$$list"; then \
906
-	  echo " $(MKDIR_P) '$(DESTDIR)$(ltdlincludedir)'"; \
907
-	  $(MKDIR_P) "$(DESTDIR)$(ltdlincludedir)" || exit 1; \
908
-	fi; \
909 906
 	for p in $$list; do \
910 907
 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
911 908
 	  echo "$$d$$p"; \
... ...
@@ -921,15 +826,26 @@ uninstall-ltdlincludeHEADERS:
921 921
 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
922 922
 	dir='$(DESTDIR)$(ltdlincludedir)'; $(am__uninstall_files_from_dir)
923 923
 
924
-ID: $(am__tagged_files)
925
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
926
-tags: tags-am
927
-TAGS: tags
928
-
929
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
924
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
925
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
926
+	unique=`for i in $$list; do \
927
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
928
+	  done | \
929
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
930
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
931
+	mkid -fID $$unique
932
+tags: TAGS
933
+
934
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
935
+		$(TAGS_FILES) $(LISP)
930 936
 	set x; \
931 937
 	here=`pwd`; \
932
-	$(am__define_uniq_tagged_files); \
938
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
939
+	unique=`for i in $$list; do \
940
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
941
+	  done | \
942
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
943
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
933 944
 	shift; \
934 945
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
935 946
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -941,11 +857,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
941 941
 	      $$unique; \
942 942
 	  fi; \
943 943
 	fi
944
-ctags: ctags-am
945
-
946
-CTAGS: ctags
947
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
948
-	$(am__define_uniq_tagged_files); \
944
+ctags: CTAGS
945
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
946
+		$(TAGS_FILES) $(LISP)
947
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
948
+	unique=`for i in $$list; do \
949
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
950
+	  done | \
951
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
952
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
949 953
 	test -z "$(CTAGS_ARGS)$$unique" \
950 954
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
951 955
 	     $$unique
... ...
@@ -954,21 +874,6 @@ GTAGS:
954 954
 	here=`$(am__cd) $(top_builddir) && pwd` \
955 955
 	  && $(am__cd) $(top_srcdir) \
956 956
 	  && gtags -i $(GTAGS_ARGS) "$$here"
957
-cscopelist: cscopelist-am
958
-
959
-cscopelist-am: $(am__tagged_files)
960
-	list='$(am__tagged_files)'; \
961
-	case "$(srcdir)" in \
962
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
963
-	  *) sdir=$(subdir)/$(srcdir) ;; \
964
-	esac; \
965
-	for i in $$list; do \
966
-	  if test -f "$$i"; then \
967
-	    echo "$(subdir)/$$i"; \
968
-	  else \
969
-	    echo "$$sdir/$$i"; \
970
-	  fi; \
971
-	done >> $(top_builddir)/cscope.files
972 957
 
973 958
 distclean-tags:
974 959
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -1119,20 +1024,20 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1119 1119
 
1120 1120
 .MAKE: all check install install-am install-strip
1121 1121
 
1122
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
1122
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
1123 1123
 	clean-libLTLIBRARIES clean-libtool clean-noinstLTLIBRARIES \
1124
-	cscopelist-am ctags ctags-am distclean distclean-compile \
1125
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
1126
-	dvi-am html html-am info info-am install install-am \
1127
-	install-data install-data-am install-dvi install-dvi-am \
1128
-	install-exec install-exec-am install-html install-html-am \
1124
+	ctags distclean distclean-compile distclean-generic \
1125
+	distclean-libtool distclean-tags distdir dvi dvi-am html \
1126
+	html-am info info-am install install-am install-data \
1127
+	install-data-am install-dvi install-dvi-am install-exec \
1128
+	install-exec-am install-html install-html-am \
1129 1129
 	install-includeHEADERS install-info install-info-am \
1130 1130
 	install-libLTLIBRARIES install-ltdlincludeHEADERS install-man \
1131 1131
 	install-pdf install-pdf-am install-ps install-ps-am \
1132 1132
 	install-strip installcheck installcheck-am installdirs \
1133 1133
 	maintainer-clean maintainer-clean-generic mostlyclean \
1134 1134
 	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1135
-	pdf pdf-am ps ps-am tags tags-am uninstall uninstall-am \
1135
+	pdf pdf-am ps ps-am tags uninstall uninstall-am \
1136 1136
 	uninstall-includeHEADERS uninstall-libLTLIBRARIES \
1137 1137
 	uninstall-ltdlincludeHEADERS
1138 1138
 
... ...
@@ -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)
... ...
@@ -508,19 +432,14 @@ $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
508 508
 $(am__aclocal_m4_deps):
509 509
 install-binPROGRAMS: $(bin_PROGRAMS)
510 510
 	@$(NORMAL_INSTALL)
511
+	test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
511 512
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
512
-	if test -n "$$list"; then \
513
-	  echo " $(MKDIR_P) '$(DESTDIR)$(bindir)'"; \
514
-	  $(MKDIR_P) "$(DESTDIR)$(bindir)" || exit 1; \
515
-	fi; \
516 513
 	for p in $$list; do echo "$$p $$p"; done | \
517 514
 	sed 's/$(EXEEXT)$$//' | \
518
-	while read p p1; do if test -f $$p \
519
-	 || test -f $$p1 \
520
-	  ; then echo "$$p"; echo "$$p"; else :; fi; \
515
+	while read p p1; do if test -f $$p || test -f $$p1; \
516
+	  then echo "$$p"; echo "$$p"; else :; fi; \
521 517
 	done | \
522
-	sed -e 'p;s,.*/,,;n;h' \
523
-	    -e 's|.*|.|' \
518
+	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
524 519
 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
525 520
 	sed 'N;N;N;s,\n, ,g' | \
526 521
 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
... ...
@@ -541,8 +460,7 @@ uninstall-binPROGRAMS:
541 541
 	@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
542 542
 	files=`for p in $$list; do echo "$$p"; done | \
543 543
 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
544
-	      -e 's/$$/$(EXEEXT)/' \
545
-	`; \
544
+	      -e 's/$$/$(EXEEXT)/' `; \
546 545
 	test -n "$$list" || exit 0; \
547 546
 	echo " ( cd '$(DESTDIR)$(bindir)' && rm -f" $$files ")"; \
548 547
 	cd "$(DESTDIR)$(bindir)" && rm -f $$files
... ...
@@ -571,7 +489,6 @@ installcheck-binPROGRAMS: $(bin_PROGRAMS)
571 571
 	    else echo "$$f does not support $$opt" 1>&2; bad=1; fi; \
572 572
 	  done; \
573 573
 	done; rm -f c$${pid}_.???; exit $$bad
574
-
575 574
 sigtool$(EXEEXT): $(sigtool_OBJECTS) $(sigtool_DEPENDENCIES) $(EXTRA_sigtool_DEPENDENCIES) 
576 575
 	@rm -f sigtool$(EXEEXT)
577 576
 	$(AM_V_CCLD)$(LINK) $(sigtool_OBJECTS) $(sigtool_LDADD) $(LIBS)
... ...
@@ -596,14 +513,14 @@ distclean-compile:
596 596
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
597 597
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
598 598
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
599
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
599
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
600 600
 
601 601
 .c.obj:
602 602
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
603 603
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
604 604
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
605 605
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
606
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
606
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
607 607
 
608 608
 .c.lo:
609 609
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -702,15 +619,26 @@ mostlyclean-libtool:
702 702
 clean-libtool:
703 703
 	-rm -rf .libs _libs
704 704
 
705
-ID: $(am__tagged_files)
706
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
707
-tags: tags-am
708
-TAGS: tags
709
-
710
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
705
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
706
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
707
+	unique=`for i in $$list; do \
708
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
709
+	  done | \
710
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
711
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
712
+	mkid -fID $$unique
713
+tags: TAGS
714
+
715
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
716
+		$(TAGS_FILES) $(LISP)
711 717
 	set x; \
712 718
 	here=`pwd`; \
713
-	$(am__define_uniq_tagged_files); \
719
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
720
+	unique=`for i in $$list; do \
721
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
722
+	  done | \
723
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
724
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
714 725
 	shift; \
715 726
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
716 727
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -722,11 +650,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
722 722
 	      $$unique; \
723 723
 	  fi; \
724 724
 	fi
725
-ctags: ctags-am
726
-
727
-CTAGS: ctags
728
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
729
-	$(am__define_uniq_tagged_files); \
725
+ctags: CTAGS
726
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
727
+		$(TAGS_FILES) $(LISP)
728
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
729
+	unique=`for i in $$list; do \
730
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
731
+	  done | \
732
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
733
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
730 734
 	test -z "$(CTAGS_ARGS)$$unique" \
731 735
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
732 736
 	     $$unique
... ...
@@ -735,21 +667,6 @@ GTAGS:
735 735
 	here=`$(am__cd) $(top_builddir) && pwd` \
736 736
 	  && $(am__cd) $(top_srcdir) \
737 737
 	  && gtags -i $(GTAGS_ARGS) "$$here"
738
-cscopelist: cscopelist-am
739
-
740
-cscopelist-am: $(am__tagged_files)
741
-	list='$(am__tagged_files)'; \
742
-	case "$(srcdir)" in \
743
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
744
-	  *) sdir=$(subdir)/$(srcdir) ;; \
745
-	esac; \
746
-	for i in $$list; do \
747
-	  if test -f "$$i"; then \
748
-	    echo "$(subdir)/$$i"; \
749
-	  else \
750
-	    echo "$$sdir/$$i"; \
751
-	  fi; \
752
-	done >> $(top_builddir)/cscope.files
753 738
 
754 739
 distclean-tags:
755 740
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
... ...
@@ -894,20 +811,19 @@ uninstall-am: uninstall-binPROGRAMS
894 894
 
895 895
 .MAKE: install-am install-strip
896 896
 
897
-.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean \
898
-	clean-binPROGRAMS clean-generic clean-libtool cscopelist-am \
899
-	ctags ctags-am distclean distclean-compile distclean-generic \
900
-	distclean-libtool distclean-tags distdir dvi dvi-am html \
901
-	html-am info info-am install install-am install-binPROGRAMS \
902
-	install-data install-data-am install-dvi install-dvi-am \
903
-	install-exec install-exec-am install-html install-html-am \
904
-	install-info install-info-am install-man install-pdf \
905
-	install-pdf-am install-ps install-ps-am install-strip \
906
-	installcheck installcheck-am installcheck-binPROGRAMS \
907
-	installdirs maintainer-clean maintainer-clean-generic \
908
-	mostlyclean mostlyclean-compile mostlyclean-generic \
909
-	mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
910
-	uninstall-am uninstall-binPROGRAMS
897
+.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
898
+	clean-generic clean-libtool ctags distclean distclean-compile \
899
+	distclean-generic distclean-libtool distclean-tags distdir dvi \
900
+	dvi-am html html-am info info-am install install-am \
901
+	install-binPROGRAMS install-data install-data-am install-dvi \
902
+	install-dvi-am install-exec install-exec-am install-html \
903
+	install-html-am install-info install-info-am install-man \
904
+	install-pdf install-pdf-am install-ps install-ps-am \
905
+	install-strip installcheck installcheck-am \
906
+	installcheck-binPROGRAMS installdirs maintainer-clean \
907
+	maintainer-clean-generic mostlyclean mostlyclean-compile \
908
+	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
909
+	tags uninstall uninstall-am uninstall-binPROGRAMS
911 910
 
912 911
 
913 912
 # 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@
... ...
@@ -437,11 +381,11 @@ mostlyclean-libtool:
437 437
 
438 438
 clean-libtool:
439 439
 	-rm -rf .libs _libs
440
-tags TAGS:
441
-
442
-ctags CTAGS:
440
+tags: TAGS
441
+TAGS:
443 442
 
444
-cscope cscopelist:
443
+ctags: CTAGS
444
+CTAGS:
445 445
 
446 446
 
447 447
 distdir: $(DISTFILES)
... ...
@@ -577,16 +521,16 @@ uninstall-am:
577 577
 .MAKE: install-am install-strip
578 578
 
579 579
 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
580
-	clean-local cscopelist-am ctags-am distclean distclean-generic \
581
-	distclean-libtool distdir dvi dvi-am html html-am info info-am \
582
-	install install-am install-data install-data-am install-dvi \
580
+	clean-local distclean distclean-generic distclean-libtool \
581
+	distdir dvi dvi-am html html-am info info-am install \
582
+	install-am install-data install-data-am install-dvi \
583 583
 	install-dvi-am install-exec install-exec-am install-html \
584 584
 	install-html-am install-info install-info-am install-man \
585 585
 	install-pdf install-pdf-am install-ps install-ps-am \
586 586
 	install-strip installcheck installcheck-am installdirs \
587 587
 	maintainer-clean maintainer-clean-generic mostlyclean \
588 588
 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
589
-	tags-am uninstall uninstall-am
589
+	uninstall uninstall-am
590 590
 
591 591
 
592 592
 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@
... ...
@@ -711,7 +558,7 @@ EXTRA_DIST = .split $(srcdir)/*.ref input test-freshclam.conf valgrind.supp viru
711 711
 all: all-am
712 712
 
713 713
 .SUFFIXES:
714
-.SUFFIXES: .c .lo .log .o .obj .test .test$(EXEEXT) .trs
714
+.SUFFIXES: .c .html .lo .log .o .obj .test .test$(EXEEXT)
715 715
 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
716 716
 	@for dep in $?; do \
717 717
 	  case '$(am__configure_deps)' in \
... ...
@@ -751,15 +598,12 @@ clean-checkPROGRAMS:
751 751
 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
752 752
 	echo " rm -f" $$list; \
753 753
 	rm -f $$list
754
-
755 754
 check_clamav$(EXEEXT): $(check_clamav_OBJECTS) $(check_clamav_DEPENDENCIES) $(EXTRA_check_clamav_DEPENDENCIES) 
756 755
 	@rm -f check_clamav$(EXEEXT)
757 756
 	$(AM_V_CCLD)$(check_clamav_LINK) $(check_clamav_OBJECTS) $(check_clamav_LDADD) $(LIBS)
758
-
759 757
 check_clamd$(EXEEXT): $(check_clamd_OBJECTS) $(check_clamd_DEPENDENCIES) $(EXTRA_check_clamd_DEPENDENCIES) 
760 758
 	@rm -f check_clamd$(EXEEXT)
761 759
 	$(AM_V_CCLD)$(LINK) $(check_clamd_OBJECTS) $(check_clamd_LDADD) $(LIBS)
762
-
763 760
 check_fpu_endian$(EXEEXT): $(check_fpu_endian_OBJECTS) $(check_fpu_endian_DEPENDENCIES) $(EXTRA_check_fpu_endian_DEPENDENCIES) 
764 761
 	@rm -f check_fpu_endian$(EXEEXT)
765 762
 	$(AM_V_CCLD)$(LINK) $(check_fpu_endian_OBJECTS) $(check_fpu_endian_LDADD) $(LIBS)
... ...
@@ -789,14 +633,14 @@ distclean-compile:
789 789
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
790 790
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
791 791
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
792
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
792
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c $<
793 793
 
794 794
 .c.obj:
795 795
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
796 796
 @am__fastdepCC_TRUE@	$(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
797 797
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	$(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
798 798
 @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
799
-@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
799
+@am__fastdepCC_FALSE@	$(AM_V_CC@am__nodep@)$(COMPILE) -c `$(CYGPATH_W) '$<'`
800 800
 
801 801
 .c.lo:
802 802
 @am__fastdepCC_TRUE@	$(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
... ...
@@ -993,15 +837,26 @@ mostlyclean-libtool:
993 993
 clean-libtool:
994 994
 	-rm -rf .libs _libs
995 995
 
996
-ID: $(am__tagged_files)
997
-	$(am__define_uniq_tagged_files); mkid -fID $$unique
998
-tags: tags-am
999
-TAGS: tags
1000
-
1001
-tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
996
+ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
997
+	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
998
+	unique=`for i in $$list; do \
999
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1000
+	  done | \
1001
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1002
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1003
+	mkid -fID $$unique
1004
+tags: TAGS
1005
+
1006
+TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1007
+		$(TAGS_FILES) $(LISP)
1002 1008
 	set x; \
1003 1009
 	here=`pwd`; \
1004
-	$(am__define_uniq_tagged_files); \
1010
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1011
+	unique=`for i in $$list; do \
1012
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1013
+	  done | \
1014
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1015
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1005 1016
 	shift; \
1006 1017
 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1007 1018
 	  test -n "$$unique" || unique=$$empty_fix; \
... ...
@@ -1013,11 +868,15 @@ tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1013 1013
 	      $$unique; \
1014 1014
 	  fi; \
1015 1015
 	fi
1016
-ctags: ctags-am
1017
-
1018
-CTAGS: ctags
1019
-ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
1020
-	$(am__define_uniq_tagged_files); \
1016
+ctags: CTAGS
1017
+CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
1018
+		$(TAGS_FILES) $(LISP)
1019
+	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
1020
+	unique=`for i in $$list; do \
1021
+	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1022
+	  done | \
1023
+	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1024
+	      END { if (nonempty) { for (i in files) print i; }; }'`; \
1021 1025
 	test -z "$(CTAGS_ARGS)$$unique" \
1022 1026
 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1023 1027
 	     $$unique
... ...
@@ -1026,271 +885,167 @@ GTAGS:
1026 1026
 	here=`$(am__cd) $(top_builddir) && pwd` \
1027 1027
 	  && $(am__cd) $(top_srcdir) \
1028 1028
 	  && gtags -i $(GTAGS_ARGS) "$$here"
1029
-cscopelist: cscopelist-am
1030
-
1031
-cscopelist-am: $(am__tagged_files)
1032
-	list='$(am__tagged_files)'; \
1033
-	case "$(srcdir)" in \
1034
-	  [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
1035
-	  *) sdir=$(subdir)/$(srcdir) ;; \
1036
-	esac; \
1037
-	for i in $$list; do \
1038
-	  if test -f "$$i"; then \
1039
-	    echo "$(subdir)/$$i"; \
1040
-	  else \
1041
-	    echo "$$sdir/$$i"; \
1042
-	  fi; \
1043
-	done >> $(top_builddir)/cscope.files
1044 1029
 
1045 1030
 distclean-tags:
1046 1031
 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
1047 1032
 
1048
-# Recover from deleted '.trs' file; this should ensure that
1049
-# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create
1050
-# both 'foo.log' and 'foo.trs'.  Break the recipe in two subshells
1051
-# to avoid problems with "make -n".
1052
-.log.trs:
1053
-	rm -f $< $@
1054
-	$(MAKE) $(AM_MAKEFLAGS) $<
1055
-
1056
-# Leading 'am--fnord' is there to ensure the list of targets does not
1057
-# expand to empty, as could happen e.g. with make check TESTS=''.
1058
-am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck)
1059
-am--force-recheck:
1060
-	@:
1061
-
1062 1033
 $(TEST_SUITE_LOG): $(TEST_LOGS)
1063
-	@$(am__set_TESTS_bases); \
1064
-	am__f_ok () { test -f "$$1" && test -r "$$1"; }; \
1065
-	redo_bases=`for i in $$bases; do \
1066
-	              am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \
1067
-	            done`; \
1068
-	if test -n "$$redo_bases"; then \
1069
-	  redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \
1070
-	  redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \
1071
-	  if $(am__make_dryrun); then :; else \
1072
-	    rm -f $$redo_logs && rm -f $$redo_results || exit 1; \
1073
-	  fi; \
1074
-	fi; \
1075
-	if test -n "$$am__remaking_logs"; then \
1076
-	  echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \
1077
-	       "recursion detected" >&2; \
1078
-	else \
1079
-	  am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \
1080
-	fi; \
1081
-	if $(am__make_dryrun); then :; else \
1082
-	  st=0;  \
1083
-	  errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \
1084
-	  for i in $$redo_bases; do \
1085
-	    test -f $$i.trs && test -r $$i.trs \
1086
-	      || { echo "$$errmsg $$i.trs" >&2; st=1; }; \
1087
-	    test -f $$i.log && test -r $$i.log \
1088
-	      || { echo "$$errmsg $$i.log" >&2; st=1; }; \
1089
-	  done; \
1090
-	  test $$st -eq 0 || exit 1; \
1091
-	fi
1092
-	@$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \
1093
-	ws='[ 	]'; \
1094
-	results=`for b in $$bases; do echo $$b.trs; done`; \
1095
-	test -n "$$results" || results=/dev/null; \
1096
-	all=`  grep "^$$ws*:test-result:"           $$results | wc -l`; \
1097
-	pass=` grep "^$$ws*:test-result:$$ws*PASS"  $$results | wc -l`; \
1098
-	fail=` grep "^$$ws*:test-result:$$ws*FAIL"  $$results | wc -l`; \
1099
-	skip=` grep "^$$ws*:test-result:$$ws*SKIP"  $$results | wc -l`; \
1100
-	xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \
1101
-	xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \
1102
-	error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \
1103
-	if test `expr $$fail + $$xpass + $$error` -eq 0; then \
1104
-	  success=true; \
1105
-	else \
1106
-	  success=false; \
1107
-	fi; \
1108
-	br='==================='; br=$$br$$br$$br$$br; \
1109
-	result_count () \
1110
-	{ \
1111
-	    if test x"$$1" = x"--maybe-color"; then \
1112
-	      maybe_colorize=yes; \
1113
-	    elif test x"$$1" = x"--no-color"; then \
1114
-	      maybe_colorize=no; \
1115
-	    else \
1116
-	      echo "$@: invalid 'result_count' usage" >&2; exit 4; \
1117
-	    fi; \
1118
-	    shift; \
1119
-	    desc=$$1 count=$$2; \
1120
-	    if test $$maybe_colorize = yes && test $$count -gt 0; then \
1121
-	      color_start=$$3 color_end=$$std; \
1122
-	    else \
1123
-	      color_start= color_end=; \
1124
-	    fi; \
1125
-	    echo "$${color_start}# $$desc $$count$${color_end}"; \
1126
-	}; \
1127
-	create_testsuite_report () \
1128
-	{ \
1129
-	  result_count $$1 "TOTAL:" $$all   "$$brg"; \
1130
-	  result_count $$1 "PASS: " $$pass  "$$grn"; \
1131
-	  result_count $$1 "SKIP: " $$skip  "$$blu"; \
1132
-	  result_count $$1 "XFAIL:" $$xfail "$$lgn"; \
1133
-	  result_count $$1 "FAIL: " $$fail  "$$red"; \
1134
-	  result_count $$1 "XPASS:" $$xpass "$$red"; \
1135
-	  result_count $$1 "ERROR:" $$error "$$mgn"; \
1136
-	}; \
1034
+	@$(am__sh_e_setup);						\
1035
+	list='$(TEST_LOGS)';						\
1036
+	results=`for f in $$list; do					\
1037
+		   test -r $$f && read line < $$f && echo "$$line"	\
1038
+		     || echo FAIL;					\
1039
+		 done`;							\
1040
+	all=`echo "$$results" | sed '/^$$/d' | wc -l | sed -e 's/^[	 ]*//'`; \
1041
+	fail=`echo "$$results" | grep -c '^FAIL'`;			\
1042
+	pass=`echo "$$results" | grep -c '^PASS'`;			\
1043
+	skip=`echo "$$results" | grep -c '^SKIP'`;			\
1044
+	xfail=`echo "$$results" | grep -c '^XFAIL'`;			\
1045
+	xpass=`echo "$$results" | grep -c '^XPASS'`;			\
1046
+	failures=`expr $$fail + $$xpass`;				\
1047
+	all=`expr $$all - $$skip`;					\
1048
+	if test "$$all" -eq 1; then tests=test; All=;			\
1049
+	else tests=tests; All="All "; fi;				\
1050
+	case fail=$$fail:xpass=$$xpass:xfail=$$xfail in			\
1051
+	  fail=0:xpass=0:xfail=0)					\
1052
+	    msg="$$All$$all $$tests passed.  ";				\
1053
+	    exit=true;;							\
1054
+	  fail=0:xpass=0:xfail=*)					\
1055
+	    msg="$$All$$all $$tests behaved as expected";		\
1056
+	    if test "$$xfail" -eq 1; then xfailures=failure;		\
1057
+	    else xfailures=failures; fi;				\
1058
+	    msg="$$msg ($$xfail expected $$xfailures).  ";		\
1059
+	    exit=true;;							\
1060
+	  fail=*:xpass=0:xfail=*)					\
1061
+	    msg="$$fail of $$all $$tests failed.  ";			\
1062
+	    exit=false;;						\
1063
+	  fail=*:xpass=*:xfail=*)					\
1064
+	    msg="$$failures of $$all $$tests did not behave as expected"; \
1065
+	    if test "$$xpass" -eq 1; then xpasses=pass;			\
1066
+	    else xpasses=passes; fi;					\
1067
+	    msg="$$msg ($$xpass unexpected $$xpasses).  ";		\
1068
+	    exit=false;;						\
1069
+	  *)								\
1070
+	    echo >&2 "incorrect case"; exit 4;;				\
1071
+	esac;								\
1072
+	if test "$$skip" -ne 0; then					\
1073
+	  if test "$$skip" -eq 1; then					\
1074
+	    msg="$$msg($$skip test was not run).  ";			\
1075
+	  else								\
1076
+	    msg="$$msg($$skip tests were not run).  ";			\
1077
+	  fi;								\
1078
+	fi;								\
1137 1079
 	{								\
1138 1080
 	  echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" |	\
1139 1081
 	    $(am__rst_title);						\
1140
-	  create_testsuite_report --no-color;				\
1082
+	  echo "$$msg";							\
1141 1083
 	  echo;								\
1142 1084
 	  echo ".. contents:: :depth: 2";				\
1143 1085
 	  echo;								\
1144
-	  for b in $$bases; do echo $$b; done				\
1145
-	    | $(am__create_global_log);					\
1146
-	} >$(TEST_SUITE_LOG).tmp || exit 1;				\
1086
+	  for f in $$list; do						\
1087
+	    test -r $$f && read line < $$f || line=;			\
1088
+	    case $$line in						\
1089
+	      PASS:*|XFAIL:*);;						\
1090
+	      *) echo; cat $$f;;					\
1091
+	    esac;							\
1092
+	  done;								\
1093
+	} >$(TEST_SUITE_LOG).tmp;					\
1147 1094
 	mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG);			\
1148
-	if $$success; then						\
1095
+	if test "$$failures" -ne 0; then				\
1096
+	  msg="$${msg}See $(subdir)/$(TEST_SUITE_LOG).  ";		\
1097
+	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1098
+	    msg="$${msg}Please report to $(PACKAGE_BUGREPORT).  ";	\
1099
+	  fi;								\
1100
+	fi;								\
1101
+	test x"$$VERBOSE" = x || $$exit || cat $(TEST_SUITE_LOG);	\
1102
+	$(am__tty_colors);						\
1103
+	if $$exit; then							\
1149 1104
 	  col="$$grn";							\
1150 1105
 	 else								\
1151 1106
 	  col="$$red";							\
1152
-	  test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG);		\
1153 1107
 	fi;								\
1154
-	echo "$${col}$$br$${std}"; 					\
1155
-	echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}";	\
1156
-	echo "$${col}$$br$${std}"; 					\
1157
-	create_testsuite_report --maybe-color;				\
1158
-	echo "$$col$$br$$std";						\
1159
-	if $$success; then :; else					\
1160
-	  echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}";		\
1161
-	  if test -n "$(PACKAGE_BUGREPORT)"; then			\
1162
-	    echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}";	\
1163
-	  fi;								\
1164
-	  echo "$$col$$br$$std";					\
1165
-	fi;								\
1166
-	$$success || exit 1
1108
+	echo "$$msg" | $(am__text_box) "col=$$col" "std=$$std";		\
1109
+	$$exit || exit 1
1167 1110
 
1168
-check-TESTS:
1169
-	@list='$(RECHECK_LOGS)';           test -z "$$list" || rm -f $$list
1170
-	@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
1171
-	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1172
-	@set +e; $(am__set_TESTS_bases); \
1173
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
1174
-	trs_list=`for i in $$bases; do echo $$i.trs; done`; \
1175
-	log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \
1176
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \
1177
-	exit $$?;
1178
-recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
1111
+check-TESTS recheck:
1112
+	@if test $@ != recheck; then \
1113
+	   list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list; \
1114
+	 fi
1179 1115
 	@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1180
-	@set +e; $(am__set_TESTS_bases); \
1181
-	bases=`for i in $$bases; do echo $$i; done \
1182
-	         | $(am__list_recheck_tests)` || exit 1; \
1183
-	log_list=`for i in $$bases; do echo $$i.log; done`; \
1184
-	log_list=`echo $$log_list`; \
1185
-	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \
1186
-	        am__force_recheck=am--force-recheck \
1187
-	        TEST_LOGS="$$log_list"; \
1188
-	exit $$?
1116
+	@list='' list2='$(TEST_LOGS)'; for f in $$list2; do \
1117
+	  test .log = $$f && continue; \
1118
+	  if test $@ = recheck; then \
1119
+	    test -f $$f || continue; \
1120
+	    if test -r $$f && read line < $$f; then \
1121
+	      case $$line in FAIL*|XPASS*) : ;; *) continue;; esac; \
1122
+	    fi; \
1123
+	  fi; \
1124
+	  if test -z "$$list"; then list=$$f; else list="$$list $$f"; fi; \
1125
+	done; \
1126
+	if test $@ = recheck && test -n "$$list"; then \
1127
+	  echo "am--clean: ; rm -f $$list" \
1128
+	    | $(MAKE) $(AM_MAKEFLAGS) -f - am--clean || exit 1; \
1129
+	fi; \
1130
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$list"
1131
+recheck: $(check_PROGRAMS) $(check_SCRIPTS)
1132
+
1133
+am--mostlyclean-test-html:
1134
+	list='$(TEST_LOGS:.log=.html)'; test -z "$$list" || rm -f $$list
1135
+	rm -f $(TEST_SUITE_HTML)
1136
+
1137
+.log.html:
1138
+	@list='$(RST2HTML) $$RST2HTML rst2html rst2html.py';		\
1139
+	for r2h in $$list; do						\
1140
+	  if ($$r2h --version) >/dev/null 2>&1; then			\
1141
+	    R2H=$$r2h;							\
1142
+	  fi;								\
1143
+	done;								\
1144
+	if test -z "$$R2H"; then					\
1145
+	  echo >&2 "cannot find rst2html, cannot create $@";		\
1146
+	  exit 2;							\
1147
+	fi;								\
1148
+	$$R2H $< >$@.tmp
1149
+	@mv $@.tmp $@
1150
+
1151
+# Be sure to run check first, and then to convert the result.
1152
+# Beware of concurrent executions.  Run "check" not "check-TESTS", as
1153
+# check-SCRIPTS and other dependencies are rebuilt by the former only.
1154
+# And expect check to fail.
1155
+check-html recheck-html:
1156
+	@target=`echo $@ | sed 's/-html$$//'`; \
1157
+	rv=0; $(MAKE) $(AM_MAKEFLAGS) $$target || rv=$$?; \
1158
+	$(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_HTML) TEST_LOGS= || exit 4; \
1159
+	exit $$rv
1189 1160
 check_clamav.log: check_clamav$(EXEEXT)
1190
-	@p='check_clamav$(EXEEXT)'; \
1191
-	b='check_clamav'; \
1192
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1193
-	--log-file $$b.log --trs-file $$b.trs \
1194
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1195
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1161
+	@p='check_clamav$(EXEEXT)'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1196 1162
 check_freshclam.sh.log: check_freshclam.sh
1197
-	@p='check_freshclam.sh'; \
1198
-	b='check_freshclam.sh'; \
1199
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1200
-	--log-file $$b.log --trs-file $$b.trs \
1201
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1202
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1163
+	@p='check_freshclam.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1203 1164
 check_sigtool.sh.log: check_sigtool.sh
1204
-	@p='check_sigtool.sh'; \
1205
-	b='check_sigtool.sh'; \
1206
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1207
-	--log-file $$b.log --trs-file $$b.trs \
1208
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1209
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1165
+	@p='check_sigtool.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1210 1166
 check_unit_vg.sh.log: check_unit_vg.sh
1211
-	@p='check_unit_vg.sh'; \
1212
-	b='check_unit_vg.sh'; \
1213
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1214
-	--log-file $$b.log --trs-file $$b.trs \
1215
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1216
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1167
+	@p='check_unit_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1217 1168
 check1_clamscan.sh.log: check1_clamscan.sh
1218
-	@p='check1_clamscan.sh'; \
1219
-	b='check1_clamscan.sh'; \
1220
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1221
-	--log-file $$b.log --trs-file $$b.trs \
1222
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1223
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1169
+	@p='check1_clamscan.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1224 1170
 check2_clamd.sh.log: check2_clamd.sh
1225
-	@p='check2_clamd.sh'; \
1226
-	b='check2_clamd.sh'; \
1227
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1228
-	--log-file $$b.log --trs-file $$b.trs \
1229
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1230
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1171
+	@p='check2_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1231 1172
 check3_clamd.sh.log: check3_clamd.sh
1232
-	@p='check3_clamd.sh'; \
1233
-	b='check3_clamd.sh'; \
1234
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1235
-	--log-file $$b.log --trs-file $$b.trs \
1236
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1237
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1173
+	@p='check3_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1238 1174
 check4_clamd.sh.log: check4_clamd.sh
1239
-	@p='check4_clamd.sh'; \
1240
-	b='check4_clamd.sh'; \
1241
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1242
-	--log-file $$b.log --trs-file $$b.trs \
1243
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1244
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1175
+	@p='check4_clamd.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1245 1176
 check5_clamd_vg.sh.log: check5_clamd_vg.sh
1246
-	@p='check5_clamd_vg.sh'; \
1247
-	b='check5_clamd_vg.sh'; \
1248
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1249
-	--log-file $$b.log --trs-file $$b.trs \
1250
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1251
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1177
+	@p='check5_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1252 1178
 check6_clamd_vg.sh.log: check6_clamd_vg.sh
1253
-	@p='check6_clamd_vg.sh'; \
1254
-	b='check6_clamd_vg.sh'; \
1255
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1256
-	--log-file $$b.log --trs-file $$b.trs \
1257
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1258
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1179
+	@p='check6_clamd_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1259 1180
 check7_clamd_hg.sh.log: check7_clamd_hg.sh
1260
-	@p='check7_clamd_hg.sh'; \
1261
-	b='check7_clamd_hg.sh'; \
1262
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1263
-	--log-file $$b.log --trs-file $$b.trs \
1264
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1265
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1181
+	@p='check7_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1266 1182
 check8_clamd_hg.sh.log: check8_clamd_hg.sh
1267
-	@p='check8_clamd_hg.sh'; \
1268
-	b='check8_clamd_hg.sh'; \
1269
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1270
-	--log-file $$b.log --trs-file $$b.trs \
1271
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1272
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1183
+	@p='check8_clamd_hg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1273 1184
 check9_clamscan_vg.sh.log: check9_clamscan_vg.sh
1274
-	@p='check9_clamscan_vg.sh'; \
1275
-	b='check9_clamscan_vg.sh'; \
1276
-	$(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
1277
-	--log-file $$b.log --trs-file $$b.trs \
1278
-	$(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \
1279
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1185
+	@p='check9_clamscan_vg.sh'; $(am__check_pre) $(LOG_COMPILE) "$$tst" $(am__check_post)
1280 1186
 .test.log:
1281
-	@p='$<'; \
1282
-	$(am__set_b); \
1283
-	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1284
-	--log-file $$b.log --trs-file $$b.trs \
1285
-	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1286
-	"$$tst" $(AM_TESTS_FD_REDIRECT)
1187
+	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1287 1188
 @am__EXEEXT_TRUE@.test$(EXEEXT).log:
1288
-@am__EXEEXT_TRUE@	@p='$<'; \
1289
-@am__EXEEXT_TRUE@	$(am__set_b); \
1290
-@am__EXEEXT_TRUE@	$(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \
1291
-@am__EXEEXT_TRUE@	--log-file $$b.log --trs-file $$b.trs \
1292
-@am__EXEEXT_TRUE@	$(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \
1293
-@am__EXEEXT_TRUE@	"$$tst" $(AM_TESTS_FD_REDIRECT)
1189
+@am__EXEEXT_TRUE@	@p='$<'; $(am__check_pre) $(TEST_LOG_COMPILE) "$$tst" $(am__check_post)
1294 1190
 
1295 1191
 distdir: $(DISTFILES)
1296 1192
 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
... ...
@@ -1349,7 +1104,7 @@ install-strip:
1349 1349
 	fi
1350 1350
 mostlyclean-generic:
1351 1351
 	-test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS)
1352
-	-test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs)
1352
+	-test -z "$(TEST_LOGS_TMP)" || rm -f $(TEST_LOGS_TMP)
1353 1353
 	-test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
1354 1354
 
1355 1355
 clean-generic:
... ...
@@ -1421,8 +1176,8 @@ maintainer-clean-am: distclean-am maintainer-clean-generic
1421 1421
 
1422 1422
 mostlyclean: mostlyclean-am
1423 1423
 
1424
-mostlyclean-am: mostlyclean-compile mostlyclean-generic \
1425
-	mostlyclean-libtool
1424
+mostlyclean-am: am--mostlyclean-test-html mostlyclean-compile \
1425
+	mostlyclean-generic mostlyclean-libtool
1426 1426
 
1427 1427
 pdf: pdf-am
1428 1428
 
... ...
@@ -1434,21 +1189,22 @@ ps-am:
1434 1434
 
1435 1435
 uninstall-am:
1436 1436
 
1437
-.MAKE: check-am install-am install-strip
1438
-
1439
-.PHONY: CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean \
1440
-	clean-checkPROGRAMS clean-generic clean-libtool clean-local \
1441
-	cscopelist-am ctags ctags-am distclean distclean-compile \
1442
-	distclean-generic distclean-libtool distclean-tags distdir dvi \
1443
-	dvi-am html html-am info info-am install install-am \
1444
-	install-data install-data-am install-dvi install-dvi-am \
1445
-	install-exec install-exec-am install-html install-html-am \
1446
-	install-info install-info-am install-man install-pdf \
1447
-	install-pdf-am install-ps install-ps-am install-strip \
1448
-	installcheck installcheck-am installdirs maintainer-clean \
1449
-	maintainer-clean-generic mostlyclean mostlyclean-compile \
1450
-	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1451
-	recheck tags tags-am uninstall uninstall-am
1437
+.MAKE: check-am check-html install-am install-strip recheck-html
1438
+
1439
+.PHONY: CTAGS GTAGS all all-am am--mostlyclean-test-html check \
1440
+	check-TESTS check-am check-html clean clean-checkPROGRAMS \
1441
+	clean-generic clean-libtool clean-local ctags distclean \
1442
+	distclean-compile distclean-generic distclean-libtool \
1443
+	distclean-tags distdir dvi dvi-am html html-am info info-am \
1444
+	install install-am install-data install-data-am install-dvi \
1445
+	install-dvi-am install-exec install-exec-am install-html \
1446
+	install-html-am install-info install-info-am install-man \
1447
+	install-pdf install-pdf-am install-ps install-ps-am \
1448
+	install-strip installcheck installcheck-am installdirs \
1449
+	maintainer-clean maintainer-clean-generic mostlyclean \
1450
+	mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
1451
+	pdf pdf-am ps ps-am recheck recheck-html tags uninstall \
1452
+	uninstall-am
1452 1453
 
1453 1454
 
1454 1455
 check_unit_vg.sh: $(FILES)