... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -37,7 +37,17 @@ |
37 | 37 |
|
38 | 38 |
|
39 | 39 |
VPATH = @srcdir@ |
40 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
40 |
+am__is_gnu_make = { \ |
|
41 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
42 |
+ false; \ |
|
43 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
44 |
+ true; \ |
|
45 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
46 |
+ true; \ |
|
47 |
+ else \ |
|
48 |
+ false; \ |
|
49 |
+ fi; \ |
|
50 |
+} |
|
41 | 51 |
am__make_running_with_option = \ |
42 | 52 |
case $${target_option-} in \ |
43 | 53 |
?) ;; \ |
... | ... |
@@ -105,34 +115,6 @@ target_triplet = @target@ |
105 | 105 |
@ENABLE_LIBFRESHCLAM_TRUE@am__append_2 = libfreshclam |
106 | 106 |
@ENABLE_FUZZ_TRUE@am__append_3 = fuzz |
107 | 107 |
subdir = . |
108 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
109 |
- $(top_srcdir)/configure $(am__configure_deps) \ |
|
110 |
- $(srcdir)/clamav-config.h.in \ |
|
111 |
- $(top_srcdir)/libclammspack/config.h.in \ |
|
112 |
- $(srcdir)/clamav-config.in $(srcdir)/libclamav.pc.in \ |
|
113 |
- $(srcdir)/platform.h.in \ |
|
114 |
- $(top_srcdir)/docs/man/clamav-milter.8.in \ |
|
115 |
- $(top_srcdir)/docs/man/clamav-milter.conf.5.in \ |
|
116 |
- $(top_srcdir)/docs/man/clambc.1.in \ |
|
117 |
- $(top_srcdir)/docs/man/clamconf.1.in \ |
|
118 |
- $(top_srcdir)/docs/man/clamd.8.in \ |
|
119 |
- $(top_srcdir)/docs/man/clamd.conf.5.in \ |
|
120 |
- $(top_srcdir)/docs/man/clamdscan.1.in \ |
|
121 |
- $(top_srcdir)/docs/man/clamscan.1.in \ |
|
122 |
- $(top_srcdir)/docs/man/freshclam.1.in \ |
|
123 |
- $(top_srcdir)/docs/man/freshclam.conf.5.in \ |
|
124 |
- $(top_srcdir)/docs/man/sigtool.1.in \ |
|
125 |
- $(top_srcdir)/docs/man/clamdtop.1.in \ |
|
126 |
- $(top_srcdir)/docs/man/clamsubmit.1.in \ |
|
127 |
- $(srcdir)/clamav-types.h.in COPYING config/ar-lib \ |
|
128 |
- config/compile config/config.guess config/config.rpath \ |
|
129 |
- config/config.sub config/install-sh config/missing \ |
|
130 |
- config/ylwrap config/ltmain.sh $(top_srcdir)/config/ar-lib \ |
|
131 |
- $(top_srcdir)/config/compile $(top_srcdir)/config/config.guess \ |
|
132 |
- $(top_srcdir)/config/config.rpath \ |
|
133 |
- $(top_srcdir)/config/config.sub \ |
|
134 |
- $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
|
135 |
- $(top_srcdir)/config/missing |
|
136 | 108 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
137 | 109 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
138 | 110 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -213,6 +195,8 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
213 | 213 |
$(top_srcdir)/configure.ac |
214 | 214 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
215 | 215 |
$(ACLOCAL_M4) |
216 |
+DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ |
|
217 |
+ $(am__configure_deps) $(am__DIST_COMMON) |
|
216 | 218 |
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
217 | 219 |
configure.lineno config.status.lineno |
218 | 220 |
mkinstalldirs = $(install_sh) -d |
... | ... |
@@ -316,6 +300,32 @@ CSCOPE = cscope |
316 | 316 |
DIST_SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam \ |
317 | 317 |
sigtool clamconf database docs etc clamav-milter test clamdtop \ |
318 | 318 |
clambc unit_tests clamsubmit libfreshclam fuzz |
319 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \ |
|
320 |
+ $(srcdir)/clamav-config.in $(srcdir)/clamav-types.h.in \ |
|
321 |
+ $(srcdir)/libclamav.pc.in $(srcdir)/platform.h.in \ |
|
322 |
+ $(top_srcdir)/config/ar-lib $(top_srcdir)/config/compile \ |
|
323 |
+ $(top_srcdir)/config/config.guess \ |
|
324 |
+ $(top_srcdir)/config/config.rpath \ |
|
325 |
+ $(top_srcdir)/config/config.sub \ |
|
326 |
+ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ |
|
327 |
+ $(top_srcdir)/config/missing \ |
|
328 |
+ $(top_srcdir)/docs/man/clamav-milter.8.in \ |
|
329 |
+ $(top_srcdir)/docs/man/clamav-milter.conf.5.in \ |
|
330 |
+ $(top_srcdir)/docs/man/clambc.1.in \ |
|
331 |
+ $(top_srcdir)/docs/man/clamconf.1.in \ |
|
332 |
+ $(top_srcdir)/docs/man/clamd.8.in \ |
|
333 |
+ $(top_srcdir)/docs/man/clamd.conf.5.in \ |
|
334 |
+ $(top_srcdir)/docs/man/clamdscan.1.in \ |
|
335 |
+ $(top_srcdir)/docs/man/clamdtop.1.in \ |
|
336 |
+ $(top_srcdir)/docs/man/clamscan.1.in \ |
|
337 |
+ $(top_srcdir)/docs/man/clamsubmit.1.in \ |
|
338 |
+ $(top_srcdir)/docs/man/freshclam.1.in \ |
|
339 |
+ $(top_srcdir)/docs/man/freshclam.conf.5.in \ |
|
340 |
+ $(top_srcdir)/docs/man/sigtool.1.in \ |
|
341 |
+ $(top_srcdir)/libclammspack/config.h.in COPYING config/ar-lib \ |
|
342 |
+ config/compile config/config.guess config/config.rpath \ |
|
343 |
+ config/config.sub config/install-sh config/ltmain.sh \ |
|
344 |
+ config/missing config/ylwrap |
|
319 | 345 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
320 | 346 |
distdir = $(PACKAGE)-$(VERSION) |
321 | 347 |
top_distdir = $(distdir) |
... | ... |
@@ -581,6 +591,7 @@ pdfdir = @pdfdir@ |
581 | 581 |
prefix = @prefix@ |
582 | 582 |
program_transform_name = @program_transform_name@ |
583 | 583 |
psdir = @psdir@ |
584 |
+runstatedir = @runstatedir@ |
|
584 | 585 |
sbindir = @sbindir@ |
585 | 586 |
sharedstatedir = @sharedstatedir@ |
586 | 587 |
srcdir = @srcdir@ |
... | ... |
@@ -629,7 +640,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
629 | 629 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ |
630 | 630 |
$(am__cd) $(top_srcdir) && \ |
631 | 631 |
$(AUTOMAKE) --foreign Makefile |
632 |
-.PRECIOUS: Makefile |
|
633 | 632 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
634 | 633 |
@case '$?' in \ |
635 | 634 |
*config.status*) \ |
... | ... |
@@ -981,7 +991,7 @@ distdir: $(DISTFILES) |
981 | 981 |
! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ |
982 | 982 |
|| chmod -R a+r "$(distdir)" |
983 | 983 |
dist-gzip: distdir |
984 |
- tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
|
984 |
+ tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz |
|
985 | 985 |
$(am__post_remove_distdir) |
986 | 986 |
dist-bzip2: distdir |
987 | 987 |
tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 |
... | ... |
@@ -996,17 +1006,17 @@ dist-xz: distdir |
996 | 996 |
$(am__post_remove_distdir) |
997 | 997 |
|
998 | 998 |
dist-tarZ: distdir |
999 |
- @echo WARNING: "Support for shar distribution archives is" \ |
|
1000 |
- "deprecated." >&2 |
|
999 |
+ @echo WARNING: "Support for distribution archives compressed with" \ |
|
1000 |
+ "legacy program 'compress' is deprecated." >&2 |
|
1001 | 1001 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
1002 | 1002 |
tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
1003 | 1003 |
$(am__post_remove_distdir) |
1004 | 1004 |
|
1005 | 1005 |
dist-shar: distdir |
1006 |
- @echo WARNING: "Support for distribution archives compressed with" \ |
|
1007 |
- "legacy program 'compress' is deprecated." >&2 |
|
1006 |
+ @echo WARNING: "Support for shar distribution archives is" \ |
|
1007 |
+ "deprecated." >&2 |
|
1008 | 1008 |
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2 |
1009 |
- shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
|
1009 |
+ shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz |
|
1010 | 1010 |
$(am__post_remove_distdir) |
1011 | 1011 |
|
1012 | 1012 |
dist-zip: distdir |
... | ... |
@@ -1024,7 +1034,7 @@ dist dist-all: |
1024 | 1024 |
distcheck: dist |
1025 | 1025 |
case '$(DIST_ARCHIVES)' in \ |
1026 | 1026 |
*.tar.gz*) \ |
1027 |
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\ |
|
1027 |
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ |
|
1028 | 1028 |
*.tar.bz2*) \ |
1029 | 1029 |
bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ |
1030 | 1030 |
*.tar.lz*) \ |
... | ... |
@@ -1034,23 +1044,23 @@ distcheck: dist |
1034 | 1034 |
*.tar.Z*) \ |
1035 | 1035 |
uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
1036 | 1036 |
*.shar.gz*) \ |
1037 |
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\ |
|
1037 |
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ |
|
1038 | 1038 |
*.zip*) \ |
1039 | 1039 |
unzip $(distdir).zip ;;\ |
1040 | 1040 |
esac |
1041 | 1041 |
chmod -R a-w $(distdir) |
1042 | 1042 |
chmod u+w $(distdir) |
1043 |
- mkdir $(distdir)/_build $(distdir)/_inst |
|
1043 |
+ mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst |
|
1044 | 1044 |
chmod a-w $(distdir) |
1045 | 1045 |
test -d $(distdir)/_build || exit 0; \ |
1046 | 1046 |
dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
1047 | 1047 |
&& dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
1048 | 1048 |
&& am__cwd=`pwd` \ |
1049 |
- && $(am__cd) $(distdir)/_build \ |
|
1050 |
- && ../configure \ |
|
1049 |
+ && $(am__cd) $(distdir)/_build/sub \ |
|
1050 |
+ && ../../configure \ |
|
1051 | 1051 |
$(AM_DISTCHECK_CONFIGURE_FLAGS) \ |
1052 | 1052 |
$(DISTCHECK_CONFIGURE_FLAGS) \ |
1053 |
- --srcdir=.. --prefix="$$dc_install_base" \ |
|
1053 |
+ --srcdir=../.. --prefix="$$dc_install_base" \ |
|
1054 | 1054 |
&& $(MAKE) $(AM_MAKEFLAGS) \ |
1055 | 1055 |
&& $(MAKE) $(AM_MAKEFLAGS) dvi \ |
1056 | 1056 |
&& $(MAKE) $(AM_MAKEFLAGS) check \ |
... | ... |
@@ -1235,6 +1245,8 @@ uninstall-am: uninstall-binSCRIPTS uninstall-nodist_includeHEADERS \ |
1235 | 1235 |
uninstall-am uninstall-binSCRIPTS \ |
1236 | 1236 |
uninstall-nodist_includeHEADERS uninstall-pkgconfigDATA |
1237 | 1237 |
|
1238 |
+.PRECIOUS: Makefile |
|
1239 |
+ |
|
1238 | 1240 |
lcov: |
1239 | 1241 |
($(MAKE); cd unit_tests; $(MAKE) lcov) |
1240 | 1242 |
quick-check: |
... | ... |
@@ -1,6 +1,6 @@ |
1 |
-# generated automatically by aclocal 1.14.1 -*- Autoconf -*- |
|
1 |
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*- |
|
2 | 2 |
|
3 |
-# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
3 |
+# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
|
4 | 4 |
|
5 | 5 |
# This file is free software; the Free Software Foundation |
6 | 6 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -20,32 +20,63 @@ You have another version of autoconf. It may work, but is not guaranteed to. |
20 | 20 |
If you have problems, you may need to regenerate the build system entirely. |
21 | 21 |
To do so, use the procedure documented by the package, typically 'autoreconf'.])]) |
22 | 22 |
|
23 |
-# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
|
24 |
-# serial 1 (pkg-config-0.24) |
|
25 |
-# |
|
26 |
-# Copyright © 2004 Scott James Remnant <scott@netsplit.com>. |
|
27 |
-# |
|
28 |
-# This program is free software; you can redistribute it and/or modify |
|
29 |
-# it under the terms of the GNU General Public License as published by |
|
30 |
-# the Free Software Foundation; either version 2 of the License, or |
|
31 |
-# (at your option) any later version. |
|
32 |
-# |
|
33 |
-# This program is distributed in the hope that it will be useful, but |
|
34 |
-# WITHOUT ANY WARRANTY; without even the implied warranty of |
|
35 |
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
36 |
-# General Public License for more details. |
|
37 |
-# |
|
38 |
-# You should have received a copy of the GNU General Public License |
|
39 |
-# along with this program; if not, write to the Free Software |
|
40 |
-# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
|
41 |
-# |
|
42 |
-# As a special exception to the GNU General Public License, if you |
|
43 |
-# distribute this file as part of a program that contains a |
|
44 |
-# configuration script generated by Autoconf, you may include it under |
|
45 |
-# the same distribution terms that you use for the rest of that program. |
|
46 |
- |
|
47 |
-# PKG_PROG_PKG_CONFIG([MIN-VERSION]) |
|
48 |
-# ---------------------------------- |
|
23 |
+dnl pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- |
|
24 |
+dnl serial 11 (pkg-config-0.29.1) |
|
25 |
+dnl |
|
26 |
+dnl Copyright © 2004 Scott James Remnant <scott@netsplit.com>. |
|
27 |
+dnl Copyright © 2012-2015 Dan Nicholson <dbn.lists@gmail.com> |
|
28 |
+dnl |
|
29 |
+dnl This program is free software; you can redistribute it and/or modify |
|
30 |
+dnl it under the terms of the GNU General Public License as published by |
|
31 |
+dnl the Free Software Foundation; either version 2 of the License, or |
|
32 |
+dnl (at your option) any later version. |
|
33 |
+dnl |
|
34 |
+dnl This program is distributed in the hope that it will be useful, but |
|
35 |
+dnl WITHOUT ANY WARRANTY; without even the implied warranty of |
|
36 |
+dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
|
37 |
+dnl General Public License for more details. |
|
38 |
+dnl |
|
39 |
+dnl You should have received a copy of the GNU General Public License |
|
40 |
+dnl along with this program; if not, write to the Free Software |
|
41 |
+dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA |
|
42 |
+dnl 02111-1307, USA. |
|
43 |
+dnl |
|
44 |
+dnl As a special exception to the GNU General Public License, if you |
|
45 |
+dnl distribute this file as part of a program that contains a |
|
46 |
+dnl configuration script generated by Autoconf, you may include it under |
|
47 |
+dnl the same distribution terms that you use for the rest of that |
|
48 |
+dnl program. |
|
49 |
+ |
|
50 |
+dnl PKG_PREREQ(MIN-VERSION) |
|
51 |
+dnl ----------------------- |
|
52 |
+dnl Since: 0.29 |
|
53 |
+dnl |
|
54 |
+dnl Verify that the version of the pkg-config macros are at least |
|
55 |
+dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's |
|
56 |
+dnl installed version of pkg-config, this checks the developer's version |
|
57 |
+dnl of pkg.m4 when generating configure. |
|
58 |
+dnl |
|
59 |
+dnl To ensure that this macro is defined, also add: |
|
60 |
+dnl m4_ifndef([PKG_PREREQ], |
|
61 |
+dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) |
|
62 |
+dnl |
|
63 |
+dnl See the "Since" comment for each macro you use to see what version |
|
64 |
+dnl of the macros you require. |
|
65 |
+m4_defun([PKG_PREREQ], |
|
66 |
+[m4_define([PKG_MACROS_VERSION], [0.29.1]) |
|
67 |
+m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, |
|
68 |
+ [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) |
|
69 |
+])dnl PKG_PREREQ |
|
70 |
+ |
|
71 |
+dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) |
|
72 |
+dnl ---------------------------------- |
|
73 |
+dnl Since: 0.16 |
|
74 |
+dnl |
|
75 |
+dnl Search for the pkg-config tool and set the PKG_CONFIG variable to |
|
76 |
+dnl first found in the path. Checks that the version of pkg-config found |
|
77 |
+dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is |
|
78 |
+dnl used since that's the first version where most current features of |
|
79 |
+dnl pkg-config existed. |
|
49 | 80 |
AC_DEFUN([PKG_PROG_PKG_CONFIG], |
50 | 81 |
[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) |
51 | 82 |
m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) |
... | ... |
@@ -67,18 +98,19 @@ if test -n "$PKG_CONFIG"; then |
67 | 67 |
PKG_CONFIG="" |
68 | 68 |
fi |
69 | 69 |
fi[]dnl |
70 |
-])# PKG_PROG_PKG_CONFIG |
|
70 |
+])dnl PKG_PROG_PKG_CONFIG |
|
71 | 71 |
|
72 |
-# PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) |
|
73 |
-# |
|
74 |
-# Check to see whether a particular set of modules exists. Similar |
|
75 |
-# to PKG_CHECK_MODULES(), but does not set variables or print errors. |
|
76 |
-# |
|
77 |
-# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
|
78 |
-# only at the first occurence in configure.ac, so if the first place |
|
79 |
-# it's called might be skipped (such as if it is within an "if", you |
|
80 |
-# have to call PKG_CHECK_EXISTS manually |
|
81 |
-# -------------------------------------------------------------- |
|
72 |
+dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) |
|
73 |
+dnl ------------------------------------------------------------------- |
|
74 |
+dnl Since: 0.18 |
|
75 |
+dnl |
|
76 |
+dnl Check to see whether a particular set of modules exists. Similar to |
|
77 |
+dnl PKG_CHECK_MODULES(), but does not set variables or print errors. |
|
78 |
+dnl |
|
79 |
+dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
|
80 |
+dnl only at the first occurence in configure.ac, so if the first place |
|
81 |
+dnl it's called might be skipped (such as if it is within an "if", you |
|
82 |
+dnl have to call PKG_CHECK_EXISTS manually |
|
82 | 83 |
AC_DEFUN([PKG_CHECK_EXISTS], |
83 | 84 |
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
84 | 85 |
if test -n "$PKG_CONFIG" && \ |
... | ... |
@@ -88,8 +120,10 @@ m4_ifvaln([$3], [else |
88 | 88 |
$3])dnl |
89 | 89 |
fi]) |
90 | 90 |
|
91 |
-# _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) |
|
92 |
-# --------------------------------------------- |
|
91 |
+dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) |
|
92 |
+dnl --------------------------------------------- |
|
93 |
+dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting |
|
94 |
+dnl pkg_failed based on the result. |
|
93 | 95 |
m4_define([_PKG_CONFIG], |
94 | 96 |
[if test -n "$$1"; then |
95 | 97 |
pkg_cv_[]$1="$$1" |
... | ... |
@@ -101,10 +135,11 @@ m4_define([_PKG_CONFIG], |
101 | 101 |
else |
102 | 102 |
pkg_failed=untried |
103 | 103 |
fi[]dnl |
104 |
-])# _PKG_CONFIG |
|
104 |
+])dnl _PKG_CONFIG |
|
105 | 105 |
|
106 |
-# _PKG_SHORT_ERRORS_SUPPORTED |
|
107 |
-# ----------------------------- |
|
106 |
+dnl _PKG_SHORT_ERRORS_SUPPORTED |
|
107 |
+dnl --------------------------- |
|
108 |
+dnl Internal check to see if pkg-config supports short errors. |
|
108 | 109 |
AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], |
109 | 110 |
[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) |
110 | 111 |
if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
... | ... |
@@ -112,19 +147,17 @@ if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then |
112 | 112 |
else |
113 | 113 |
_pkg_short_errors_supported=no |
114 | 114 |
fi[]dnl |
115 |
-])# _PKG_SHORT_ERRORS_SUPPORTED |
|
115 |
+])dnl _PKG_SHORT_ERRORS_SUPPORTED |
|
116 | 116 |
|
117 | 117 |
|
118 |
-# PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], |
|
119 |
-# [ACTION-IF-NOT-FOUND]) |
|
120 |
-# |
|
121 |
-# |
|
122 |
-# Note that if there is a possibility the first call to |
|
123 |
-# PKG_CHECK_MODULES might not happen, you should be sure to include an |
|
124 |
-# explicit call to PKG_PROG_PKG_CONFIG in your configure.ac |
|
125 |
-# |
|
126 |
-# |
|
127 |
-# -------------------------------------------------------------- |
|
118 |
+dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], |
|
119 |
+dnl [ACTION-IF-NOT-FOUND]) |
|
120 |
+dnl -------------------------------------------------------------- |
|
121 |
+dnl Since: 0.4.0 |
|
122 |
+dnl |
|
123 |
+dnl Note that if there is a possibility the first call to |
|
124 |
+dnl PKG_CHECK_MODULES might not happen, you should be sure to include an |
|
125 |
+dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac |
|
128 | 126 |
AC_DEFUN([PKG_CHECK_MODULES], |
129 | 127 |
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
130 | 128 |
AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl |
... | ... |
@@ -178,9 +211,92 @@ else |
178 | 178 |
AC_MSG_RESULT([yes]) |
179 | 179 |
$3 |
180 | 180 |
fi[]dnl |
181 |
-])# PKG_CHECK_MODULES |
|
181 |
+])dnl PKG_CHECK_MODULES |
|
182 |
+ |
|
183 |
+ |
|
184 |
+dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], |
|
185 |
+dnl [ACTION-IF-NOT-FOUND]) |
|
186 |
+dnl --------------------------------------------------------------------- |
|
187 |
+dnl Since: 0.29 |
|
188 |
+dnl |
|
189 |
+dnl Checks for existence of MODULES and gathers its build flags with |
|
190 |
+dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags |
|
191 |
+dnl and VARIABLE-PREFIX_LIBS from --libs. |
|
192 |
+dnl |
|
193 |
+dnl Note that if there is a possibility the first call to |
|
194 |
+dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to |
|
195 |
+dnl include an explicit call to PKG_PROG_PKG_CONFIG in your |
|
196 |
+dnl configure.ac. |
|
197 |
+AC_DEFUN([PKG_CHECK_MODULES_STATIC], |
|
198 |
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
|
199 |
+_save_PKG_CONFIG=$PKG_CONFIG |
|
200 |
+PKG_CONFIG="$PKG_CONFIG --static" |
|
201 |
+PKG_CHECK_MODULES($@) |
|
202 |
+PKG_CONFIG=$_save_PKG_CONFIG[]dnl |
|
203 |
+])dnl PKG_CHECK_MODULES_STATIC |
|
204 |
+ |
|
182 | 205 |
|
183 |
-# Copyright (C) 2002-2013 Free Software Foundation, Inc. |
|
206 |
+dnl PKG_INSTALLDIR([DIRECTORY]) |
|
207 |
+dnl ------------------------- |
|
208 |
+dnl Since: 0.27 |
|
209 |
+dnl |
|
210 |
+dnl Substitutes the variable pkgconfigdir as the location where a module |
|
211 |
+dnl should install pkg-config .pc files. By default the directory is |
|
212 |
+dnl $libdir/pkgconfig, but the default can be changed by passing |
|
213 |
+dnl DIRECTORY. The user can override through the --with-pkgconfigdir |
|
214 |
+dnl parameter. |
|
215 |
+AC_DEFUN([PKG_INSTALLDIR], |
|
216 |
+[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) |
|
217 |
+m4_pushdef([pkg_description], |
|
218 |
+ [pkg-config installation directory @<:@]pkg_default[@:>@]) |
|
219 |
+AC_ARG_WITH([pkgconfigdir], |
|
220 |
+ [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, |
|
221 |
+ [with_pkgconfigdir=]pkg_default) |
|
222 |
+AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) |
|
223 |
+m4_popdef([pkg_default]) |
|
224 |
+m4_popdef([pkg_description]) |
|
225 |
+])dnl PKG_INSTALLDIR |
|
226 |
+ |
|
227 |
+ |
|
228 |
+dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) |
|
229 |
+dnl -------------------------------- |
|
230 |
+dnl Since: 0.27 |
|
231 |
+dnl |
|
232 |
+dnl Substitutes the variable noarch_pkgconfigdir as the location where a |
|
233 |
+dnl module should install arch-independent pkg-config .pc files. By |
|
234 |
+dnl default the directory is $datadir/pkgconfig, but the default can be |
|
235 |
+dnl changed by passing DIRECTORY. The user can override through the |
|
236 |
+dnl --with-noarch-pkgconfigdir parameter. |
|
237 |
+AC_DEFUN([PKG_NOARCH_INSTALLDIR], |
|
238 |
+[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) |
|
239 |
+m4_pushdef([pkg_description], |
|
240 |
+ [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) |
|
241 |
+AC_ARG_WITH([noarch-pkgconfigdir], |
|
242 |
+ [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, |
|
243 |
+ [with_noarch_pkgconfigdir=]pkg_default) |
|
244 |
+AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) |
|
245 |
+m4_popdef([pkg_default]) |
|
246 |
+m4_popdef([pkg_description]) |
|
247 |
+])dnl PKG_NOARCH_INSTALLDIR |
|
248 |
+ |
|
249 |
+ |
|
250 |
+dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, |
|
251 |
+dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) |
|
252 |
+dnl ------------------------------------------- |
|
253 |
+dnl Since: 0.28 |
|
254 |
+dnl |
|
255 |
+dnl Retrieves the value of the pkg-config variable for the given module. |
|
256 |
+AC_DEFUN([PKG_CHECK_VAR], |
|
257 |
+[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl |
|
258 |
+AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl |
|
259 |
+ |
|
260 |
+_PKG_CONFIG([$1], [variable="][$3]["], [$2]) |
|
261 |
+AS_VAR_COPY([$1], [pkg_cv_][$1]) |
|
262 |
+ |
|
263 |
+AS_VAR_IF([$1], [""], [$5], [$4])dnl |
|
264 |
+])dnl PKG_CHECK_VAR |
|
265 |
+ |
|
266 |
+# Copyright (C) 2002-2017 Free Software Foundation, Inc. |
|
184 | 267 |
# |
185 | 268 |
# This file is free software; the Free Software Foundation |
186 | 269 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -192,10 +308,10 @@ fi[]dnl |
192 | 192 |
# generated from the m4 files accompanying Automake X.Y. |
193 | 193 |
# (This private macro should not be called outside this file.) |
194 | 194 |
AC_DEFUN([AM_AUTOMAKE_VERSION], |
195 |
-[am__api_version='1.14' |
|
195 |
+[am__api_version='1.15' |
|
196 | 196 |
dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to |
197 | 197 |
dnl require some minimum version. Point them to the right macro. |
198 |
-m4_if([$1], [1.14.1], [], |
|
198 |
+m4_if([$1], [1.15.1], [], |
|
199 | 199 |
[AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl |
200 | 200 |
]) |
201 | 201 |
|
... | ... |
@@ -211,12 +327,12 @@ 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.15.1])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 |
-# Copyright (C) 2011-2013 Free Software Foundation, Inc. |
|
219 |
+# Copyright (C) 2011-2017 Free Software Foundation, Inc. |
|
220 | 220 |
# |
221 | 221 |
# This file is free software; the Free Software Foundation |
222 | 222 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -278,7 +394,7 @@ AC_SUBST([AR])dnl |
278 | 278 |
|
279 | 279 |
# AM_AUX_DIR_EXPAND -*- Autoconf -*- |
280 | 280 |
|
281 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
281 |
+# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
|
282 | 282 |
# |
283 | 283 |
# This file is free software; the Free Software Foundation |
284 | 284 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -323,15 +439,14 @@ AC_SUBST([AR])dnl |
323 | 323 |
# configured tree to be moved without reconfiguration. |
324 | 324 |
|
325 | 325 |
AC_DEFUN([AM_AUX_DIR_EXPAND], |
326 |
-[dnl Rely on autoconf to set up CDPATH properly. |
|
327 |
-AC_PREREQ([2.50])dnl |
|
328 |
-# expand $ac_aux_dir to an absolute path |
|
329 |
-am_aux_dir=`cd $ac_aux_dir && pwd` |
|
326 |
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl |
|
327 |
+# Expand $ac_aux_dir to an absolute path. |
|
328 |
+am_aux_dir=`cd "$ac_aux_dir" && pwd` |
|
330 | 329 |
]) |
331 | 330 |
|
332 | 331 |
# AM_CONDITIONAL -*- Autoconf -*- |
333 | 332 |
|
334 |
-# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
333 |
+# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
|
335 | 334 |
# |
336 | 335 |
# This file is free software; the Free Software Foundation |
337 | 336 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -362,7 +477,7 @@ AC_CONFIG_COMMANDS_PRE( |
362 | 362 |
Usually this means the macro was only invoked conditionally.]]) |
363 | 363 |
fi])]) |
364 | 364 |
|
365 |
-# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
365 |
+# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
|
366 | 366 |
# |
367 | 367 |
# This file is free software; the Free Software Foundation |
368 | 368 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -553,7 +668,7 @@ _AM_SUBST_NOTMAKE([am__nodep])dnl |
553 | 553 |
|
554 | 554 |
# Generate code to set up dependency tracking. -*- Autoconf -*- |
555 | 555 |
|
556 |
-# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
556 |
+# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
|
557 | 557 |
# |
558 | 558 |
# This file is free software; the Free Software Foundation |
559 | 559 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -629,7 +744,7 @@ AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], |
629 | 629 |
|
630 | 630 |
# Do all the work for Automake. -*- Autoconf -*- |
631 | 631 |
|
632 |
-# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
632 |
+# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
|
633 | 633 |
# |
634 | 634 |
# This file is free software; the Free Software Foundation |
635 | 635 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -719,8 +834,8 @@ AC_REQUIRE([AC_PROG_MKDIR_P])dnl |
719 | 719 |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html> |
720 | 720 |
# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html> |
721 | 721 |
AC_SUBST([mkdir_p], ['$(MKDIR_P)']) |
722 |
-# We need awk for the "check" target. The system "awk" is bad on |
|
723 |
-# some platforms. |
|
722 |
+# We need awk for the "check" target (and possibly the TAP driver). The |
|
723 |
+# system "awk" is bad on some platforms. |
|
724 | 724 |
AC_REQUIRE([AC_PROG_AWK])dnl |
725 | 725 |
AC_REQUIRE([AC_PROG_MAKE_SET])dnl |
726 | 726 |
AC_REQUIRE([AM_SET_LEADING_DOT])dnl |
... | ... |
@@ -793,7 +908,11 @@ to "yes", and re-run configure. |
793 | 793 |
END |
794 | 794 |
AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) |
795 | 795 |
fi |
796 |
-fi]) |
|
796 |
+fi |
|
797 |
+dnl The trailing newline in this macro's definition is deliberate, for |
|
798 |
+dnl backward compatibility and to allow trailing 'dnl'-style comments |
|
799 |
+dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. |
|
800 |
+]) |
|
797 | 801 |
|
798 | 802 |
dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not |
799 | 803 |
dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further |
... | ... |
@@ -822,7 +941,7 @@ for _am_header in $config_headers :; do |
822 | 822 |
done |
823 | 823 |
echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) |
824 | 824 |
|
825 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
825 |
+# Copyright (C) 2001-2017 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, |
... | ... |
@@ -833,7 +952,7 @@ echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_co |
833 | 833 |
# Define $install_sh. |
834 | 834 |
AC_DEFUN([AM_PROG_INSTALL_SH], |
835 | 835 |
[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl |
836 |
-if test x"${install_sh}" != xset; then |
|
836 |
+if test x"${install_sh+set}" != xset; then |
|
837 | 837 |
case $am_aux_dir in |
838 | 838 |
*\ * | *\ *) |
839 | 839 |
install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; |
... | ... |
@@ -843,7 +962,7 @@ if test x"${install_sh}" != xset; then |
843 | 843 |
fi |
844 | 844 |
AC_SUBST([install_sh])]) |
845 | 845 |
|
846 |
-# Copyright (C) 2003-2013 Free Software Foundation, Inc. |
|
846 |
+# Copyright (C) 2003-2017 Free Software Foundation, Inc. |
|
847 | 847 |
# |
848 | 848 |
# This file is free software; the Free Software Foundation |
849 | 849 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -862,7 +981,7 @@ fi |
862 | 862 |
rmdir .tst 2>/dev/null |
863 | 863 |
AC_SUBST([am__leading_dot])]) |
864 | 864 |
|
865 |
-# Copyright (C) 1998-2013 Free Software Foundation, Inc. |
|
865 |
+# Copyright (C) 1998-2017 Free Software Foundation, Inc. |
|
866 | 866 |
# |
867 | 867 |
# This file is free software; the Free Software Foundation |
868 | 868 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -882,7 +1001,7 @@ fi]) |
882 | 882 |
|
883 | 883 |
# Check to see how 'make' treats includes. -*- Autoconf -*- |
884 | 884 |
|
885 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
885 |
+# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
|
886 | 886 |
# |
887 | 887 |
# This file is free software; the Free Software Foundation |
888 | 888 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -932,7 +1051,7 @@ rm -f confinc confmf |
932 | 932 |
|
933 | 933 |
# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- |
934 | 934 |
|
935 |
-# Copyright (C) 1997-2013 Free Software Foundation, Inc. |
|
935 |
+# Copyright (C) 1997-2017 Free Software Foundation, Inc. |
|
936 | 936 |
# |
937 | 937 |
# This file is free software; the Free Software Foundation |
938 | 938 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -971,7 +1090,7 @@ fi |
971 | 971 |
|
972 | 972 |
# Helper functions for option handling. -*- Autoconf -*- |
973 | 973 |
|
974 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
974 |
+# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
|
975 | 975 |
# |
976 | 976 |
# This file is free software; the Free Software Foundation |
977 | 977 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1000,7 +1119,7 @@ AC_DEFUN([_AM_SET_OPTIONS], |
1000 | 1000 |
AC_DEFUN([_AM_IF_OPTION], |
1001 | 1001 |
[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) |
1002 | 1002 |
|
1003 |
-# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
1003 |
+# Copyright (C) 1999-2017 Free Software Foundation, Inc. |
|
1004 | 1004 |
# |
1005 | 1005 |
# This file is free software; the Free Software Foundation |
1006 | 1006 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1047,7 +1166,7 @@ AC_LANG_POP([C])]) |
1047 | 1047 |
# For backward compatibility. |
1048 | 1048 |
AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) |
1049 | 1049 |
|
1050 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
1050 |
+# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
|
1051 | 1051 |
# |
1052 | 1052 |
# This file is free software; the Free Software Foundation |
1053 | 1053 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1066,7 +1185,7 @@ AC_DEFUN([AM_RUN_LOG], |
1066 | 1066 |
|
1067 | 1067 |
# Check to make sure that the build environment is sane. -*- Autoconf -*- |
1068 | 1068 |
|
1069 |
-# Copyright (C) 1996-2013 Free Software Foundation, Inc. |
|
1069 |
+# Copyright (C) 1996-2017 Free Software Foundation, Inc. |
|
1070 | 1070 |
# |
1071 | 1071 |
# This file is free software; the Free Software Foundation |
1072 | 1072 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1147,7 +1266,7 @@ AC_CONFIG_COMMANDS_PRE( |
1147 | 1147 |
rm -f conftest.file |
1148 | 1148 |
]) |
1149 | 1149 |
|
1150 |
-# Copyright (C) 2009-2013 Free Software Foundation, Inc. |
|
1150 |
+# Copyright (C) 2009-2017 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, |
... | ... |
@@ -1207,7 +1326,7 @@ AC_SUBST([AM_BACKSLASH])dnl |
1207 | 1207 |
_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl |
1208 | 1208 |
]) |
1209 | 1209 |
|
1210 |
-# Copyright (C) 2001-2013 Free Software Foundation, Inc. |
|
1210 |
+# Copyright (C) 2001-2017 Free Software Foundation, Inc. |
|
1211 | 1211 |
# |
1212 | 1212 |
# This file is free software; the Free Software Foundation |
1213 | 1213 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1235,7 +1354,7 @@ fi |
1235 | 1235 |
INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" |
1236 | 1236 |
AC_SUBST([INSTALL_STRIP_PROGRAM])]) |
1237 | 1237 |
|
1238 |
-# Copyright (C) 2006-2013 Free Software Foundation, Inc. |
|
1238 |
+# Copyright (C) 2006-2017 Free Software Foundation, Inc. |
|
1239 | 1239 |
# |
1240 | 1240 |
# This file is free software; the Free Software Foundation |
1241 | 1241 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1254,7 +1373,7 @@ AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) |
1254 | 1254 |
|
1255 | 1255 |
# Check how to create a tarball. -*- Autoconf -*- |
1256 | 1256 |
|
1257 |
-# Copyright (C) 2004-2013 Free Software Foundation, Inc. |
|
1257 |
+# Copyright (C) 2004-2017 Free Software Foundation, Inc. |
|
1258 | 1258 |
# |
1259 | 1259 |
# This file is free software; the Free Software Foundation |
1260 | 1260 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -35,7 +35,17 @@ |
35 | 35 |
# MA 02110-1301, USA. |
36 | 36 |
|
37 | 37 |
VPATH = @srcdir@ |
38 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
38 |
+am__is_gnu_make = { \ |
|
39 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
40 |
+ false; \ |
|
41 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
42 |
+ true; \ |
|
43 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
44 |
+ true; \ |
|
45 |
+ else \ |
|
46 |
+ false; \ |
|
47 |
+ fi; \ |
|
48 |
+} |
|
39 | 49 |
am__make_running_with_option = \ |
40 | 50 |
case $${target_option-} in \ |
41 | 51 |
?) ;; \ |
... | ... |
@@ -102,8 +112,6 @@ target_triplet = @target@ |
102 | 102 |
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@sbin_PROGRAMS = \ |
103 | 103 |
@BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@ clamav-milter$(EXEEXT) |
104 | 104 |
subdir = clamav-milter |
105 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
106 |
- $(top_srcdir)/config/depcomp |
|
107 | 105 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
108 | 106 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
109 | 107 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -184,6 +192,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
184 | 184 |
$(top_srcdir)/configure.ac |
185 | 185 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
186 | 186 |
$(ACLOCAL_M4) |
187 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
187 | 188 |
mkinstalldirs = $(install_sh) -d |
188 | 189 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
189 | 190 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -304,6 +313,7 @@ am__define_uniq_tagged_files = \ |
304 | 304 |
done | $(am__uniquify_input)` |
305 | 305 |
ETAGS = etags |
306 | 306 |
CTAGS = ctags |
307 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
307 | 308 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
308 | 309 |
ACLOCAL = @ACLOCAL@ |
309 | 310 |
AMTAR = @AMTAR@ |
... | ... |
@@ -529,6 +539,7 @@ pdfdir = @pdfdir@ |
529 | 529 |
prefix = @prefix@ |
530 | 530 |
program_transform_name = @program_transform_name@ |
531 | 531 |
psdir = @psdir@ |
532 |
+runstatedir = @runstatedir@ |
|
532 | 533 |
sbindir = @sbindir@ |
533 | 534 |
sharedstatedir = @sharedstatedir@ |
534 | 535 |
srcdir = @srcdir@ |
... | ... |
@@ -583,7 +594,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
583 | 583 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamav-milter/Makefile'; \ |
584 | 584 |
$(am__cd) $(top_srcdir) && \ |
585 | 585 |
$(AUTOMAKE) --foreign clamav-milter/Makefile |
586 |
-.PRECIOUS: Makefile |
|
587 | 586 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
588 | 587 |
@case '$?' in \ |
589 | 588 |
*config.status*) \ |
... | ... |
@@ -1024,6 +1034,8 @@ uninstall-man: uninstall-man8 |
1024 | 1024 |
tags tags-am uninstall uninstall-am uninstall-man \ |
1025 | 1025 |
uninstall-man8 uninstall-sbinPROGRAMS |
1026 | 1026 |
|
1027 |
+.PRECIOUS: Makefile |
|
1028 |
+ |
|
1027 | 1029 |
|
1028 | 1030 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
1029 | 1031 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -15,7 +15,17 @@ |
15 | 15 |
@SET_MAKE@ |
16 | 16 |
|
17 | 17 |
VPATH = @srcdir@ |
18 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
18 |
+am__is_gnu_make = { \ |
|
19 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
20 |
+ false; \ |
|
21 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
22 |
+ true; \ |
|
23 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
24 |
+ true; \ |
|
25 |
+ else \ |
|
26 |
+ false; \ |
|
27 |
+ fi; \ |
|
28 |
+} |
|
19 | 29 |
am__make_running_with_option = \ |
20 | 30 |
case $${target_option-} in \ |
21 | 31 |
?) ;; \ |
... | ... |
@@ -81,8 +91,6 @@ 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 |
|
86 | 84 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
87 | 85 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
88 | 86 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -163,6 +171,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
163 | 163 |
$(top_srcdir)/configure.ac |
164 | 164 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
165 | 165 |
$(ACLOCAL_M4) |
166 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
166 | 167 |
mkinstalldirs = $(install_sh) -d |
167 | 168 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
168 | 169 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -238,6 +247,7 @@ am__define_uniq_tagged_files = \ |
238 | 238 |
done | $(am__uniquify_input)` |
239 | 239 |
ETAGS = etags |
240 | 240 |
CTAGS = ctags |
241 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
241 | 242 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
242 | 243 |
ACLOCAL = @ACLOCAL@ |
243 | 244 |
AMTAR = @AMTAR@ |
... | ... |
@@ -463,6 +473,7 @@ pdfdir = @pdfdir@ |
463 | 463 |
prefix = @prefix@ |
464 | 464 |
program_transform_name = @program_transform_name@ |
465 | 465 |
psdir = @psdir@ |
466 |
+runstatedir = @runstatedir@ |
|
466 | 467 |
sbindir = @sbindir@ |
467 | 468 |
sharedstatedir = @sharedstatedir@ |
468 | 469 |
srcdir = @srcdir@ |
... | ... |
@@ -506,7 +517,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
506 | 506 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clambc/Makefile'; \ |
507 | 507 |
$(am__cd) $(top_srcdir) && \ |
508 | 508 |
$(AUTOMAKE) --foreign clambc/Makefile |
509 |
-.PRECIOUS: Makefile |
|
510 | 509 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
511 | 510 |
@case '$?' in \ |
512 | 511 |
*config.status*) \ |
... | ... |
@@ -881,6 +891,8 @@ uninstall-am: uninstall-binPROGRAMS |
881 | 881 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
882 | 882 |
uninstall-am uninstall-binPROGRAMS |
883 | 883 |
|
884 |
+.PRECIOUS: Makefile |
|
885 |
+ |
|
884 | 886 |
|
885 | 887 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
886 | 888 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -35,7 +35,17 @@ |
35 | 35 |
# MA 02110-1301, USA. |
36 | 36 |
|
37 | 37 |
VPATH = @srcdir@ |
38 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
38 |
+am__is_gnu_make = { \ |
|
39 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
40 |
+ false; \ |
|
41 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
42 |
+ true; \ |
|
43 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
44 |
+ true; \ |
|
45 |
+ else \ |
|
46 |
+ false; \ |
|
47 |
+ fi; \ |
|
48 |
+} |
|
39 | 49 |
am__make_running_with_option = \ |
40 | 50 |
case $${target_option-} in \ |
41 | 51 |
?) ;; \ |
... | ... |
@@ -101,8 +111,6 @@ host_triplet = @host@ |
101 | 101 |
target_triplet = @target@ |
102 | 102 |
bin_PROGRAMS = clamconf$(EXEEXT) |
103 | 103 |
subdir = clamconf |
104 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
105 |
- $(top_srcdir)/config/depcomp |
|
106 | 104 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
107 | 105 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
108 | 106 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -183,6 +191,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
183 | 183 |
$(top_srcdir)/configure.ac |
184 | 184 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
185 | 185 |
$(ACLOCAL_M4) |
186 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
186 | 187 |
mkinstalldirs = $(install_sh) -d |
187 | 188 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
188 | 189 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -258,6 +267,7 @@ am__define_uniq_tagged_files = \ |
258 | 258 |
done | $(am__uniquify_input)` |
259 | 259 |
ETAGS = etags |
260 | 260 |
CTAGS = ctags |
261 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
261 | 262 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
262 | 263 |
ACLOCAL = @ACLOCAL@ |
263 | 264 |
AMTAR = @AMTAR@ |
... | ... |
@@ -483,6 +493,7 @@ pdfdir = @pdfdir@ |
483 | 483 |
prefix = @prefix@ |
484 | 484 |
program_transform_name = @program_transform_name@ |
485 | 485 |
psdir = @psdir@ |
486 |
+runstatedir = @runstatedir@ |
|
486 | 487 |
sbindir = @sbindir@ |
487 | 488 |
sharedstatedir = @sharedstatedir@ |
488 | 489 |
srcdir = @srcdir@ |
... | ... |
@@ -531,7 +542,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
531 | 531 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamconf/Makefile'; \ |
532 | 532 |
$(am__cd) $(top_srcdir) && \ |
533 | 533 |
$(AUTOMAKE) --foreign clamconf/Makefile |
534 |
-.PRECIOUS: Makefile |
|
535 | 534 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
536 | 535 |
@case '$?' in \ |
537 | 536 |
*config.status*) \ |
... | ... |
@@ -906,6 +916,8 @@ uninstall-am: uninstall-binPROGRAMS |
906 | 906 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
907 | 907 |
uninstall-am uninstall-binPROGRAMS |
908 | 908 |
|
909 |
+.PRECIOUS: Makefile |
|
910 |
+ |
|
909 | 911 |
|
910 | 912 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
911 | 913 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -36,7 +36,17 @@ |
36 | 36 |
|
37 | 37 |
|
38 | 38 |
VPATH = @srcdir@ |
39 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
39 |
+am__is_gnu_make = { \ |
|
40 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
41 |
+ false; \ |
|
42 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
43 |
+ true; \ |
|
44 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
45 |
+ true; \ |
|
46 |
+ else \ |
|
47 |
+ false; \ |
|
48 |
+ fi; \ |
|
49 |
+} |
|
40 | 50 |
am__make_running_with_option = \ |
41 | 51 |
case $${target_option-} in \ |
42 | 52 |
?) ;; \ |
... | ... |
@@ -103,9 +113,6 @@ target_triplet = @target@ |
103 | 103 |
@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT) |
104 | 104 |
@BUILD_CLAMD_TRUE@@SYSTEM_LFS_FTS_FALSE@am__append_1 = fts.c |
105 | 105 |
subdir = clamd |
106 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
107 |
- $(srcdir)/clamav-daemon.service.in \ |
|
108 |
- $(srcdir)/clamav-daemon.socket.in $(top_srcdir)/config/depcomp |
|
109 | 106 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
110 | 107 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
111 | 108 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -186,6 +193,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
186 | 186 |
$(top_srcdir)/configure.ac |
187 | 187 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
188 | 188 |
$(ACLOCAL_M4) |
189 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
189 | 190 |
mkinstalldirs = $(install_sh) -d |
190 | 191 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
191 | 192 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -315,6 +323,9 @@ am__define_uniq_tagged_files = \ |
315 | 315 |
done | $(am__uniquify_input)` |
316 | 316 |
ETAGS = etags |
317 | 317 |
CTAGS = ctags |
318 |
+am__DIST_COMMON = $(srcdir)/Makefile.in \ |
|
319 |
+ $(srcdir)/clamav-daemon.service.in \ |
|
320 |
+ $(srcdir)/clamav-daemon.socket.in $(top_srcdir)/config/depcomp |
|
318 | 321 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
319 | 322 |
ACLOCAL = @ACLOCAL@ |
320 | 323 |
AMTAR = @AMTAR@ |
... | ... |
@@ -540,6 +551,7 @@ pdfdir = @pdfdir@ |
540 | 540 |
prefix = @prefix@ |
541 | 541 |
program_transform_name = @program_transform_name@ |
542 | 542 |
psdir = @psdir@ |
543 |
+runstatedir = @runstatedir@ |
|
543 | 544 |
sbindir = @sbindir@ |
544 | 545 |
sharedstatedir = @sharedstatedir@ |
545 | 546 |
srcdir = @srcdir@ |
... | ... |
@@ -598,7 +610,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
598 | 598 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamd/Makefile'; \ |
599 | 599 |
$(am__cd) $(top_srcdir) && \ |
600 | 600 |
$(AUTOMAKE) --foreign clamd/Makefile |
601 |
-.PRECIOUS: Makefile |
|
602 | 601 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
603 | 602 |
@case '$?' in \ |
604 | 603 |
*config.status*) \ |
... | ... |
@@ -1043,6 +1054,8 @@ uninstall-am: uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA |
1043 | 1043 |
tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS \ |
1044 | 1044 |
uninstall-systemdsystemunitDATA |
1045 | 1045 |
|
1046 |
+.PRECIOUS: Makefile |
|
1047 |
+ |
|
1046 | 1048 |
|
1047 | 1049 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
1048 | 1050 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -34,7 +34,17 @@ |
34 | 34 |
# MA 02110-1301, USA. |
35 | 35 |
|
36 | 36 |
VPATH = @srcdir@ |
37 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
37 |
+am__is_gnu_make = { \ |
|
38 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
39 |
+ false; \ |
|
40 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
41 |
+ true; \ |
|
42 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
43 |
+ true; \ |
|
44 |
+ else \ |
|
45 |
+ false; \ |
|
46 |
+ fi; \ |
|
47 |
+} |
|
38 | 48 |
am__make_running_with_option = \ |
39 | 49 |
case $${target_option-} in \ |
40 | 50 |
?) ;; \ |
... | ... |
@@ -100,8 +110,6 @@ host_triplet = @host@ |
100 | 100 |
target_triplet = @target@ |
101 | 101 |
@BUILD_CLAMD_TRUE@bin_PROGRAMS = clamdscan$(EXEEXT) |
102 | 102 |
subdir = clamdscan |
103 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
104 |
- $(top_srcdir)/config/depcomp |
|
105 | 103 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
106 | 104 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
107 | 105 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -182,6 +190,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
182 | 182 |
$(top_srcdir)/configure.ac |
183 | 183 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
184 | 184 |
$(ACLOCAL_M4) |
185 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
185 | 186 |
mkinstalldirs = $(install_sh) -d |
186 | 187 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
187 | 188 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -268,6 +277,7 @@ am__define_uniq_tagged_files = \ |
268 | 268 |
done | $(am__uniquify_input)` |
269 | 269 |
ETAGS = etags |
270 | 270 |
CTAGS = ctags |
271 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
271 | 272 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
272 | 273 |
ACLOCAL = @ACLOCAL@ |
273 | 274 |
AMTAR = @AMTAR@ |
... | ... |
@@ -493,6 +503,7 @@ pdfdir = @pdfdir@ |
493 | 493 |
prefix = @prefix@ |
494 | 494 |
program_transform_name = @program_transform_name@ |
495 | 495 |
psdir = @psdir@ |
496 |
+runstatedir = @runstatedir@ |
|
496 | 497 |
sbindir = @sbindir@ |
497 | 498 |
sharedstatedir = @sharedstatedir@ |
498 | 499 |
srcdir = @srcdir@ |
... | ... |
@@ -547,7 +558,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
547 | 547 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamdscan/Makefile'; \ |
548 | 548 |
$(am__cd) $(top_srcdir) && \ |
549 | 549 |
$(AUTOMAKE) --foreign clamdscan/Makefile |
550 |
-.PRECIOUS: Makefile |
|
551 | 550 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
552 | 551 |
@case '$?' in \ |
553 | 552 |
*config.status*) \ |
... | ... |
@@ -969,6 +979,8 @@ uninstall-am: uninstall-binPROGRAMS |
969 | 969 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
970 | 970 |
uninstall-am uninstall-binPROGRAMS |
971 | 971 |
|
972 |
+.PRECIOUS: Makefile |
|
973 |
+ |
|
972 | 974 |
|
973 | 975 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
974 | 976 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -15,7 +15,17 @@ |
15 | 15 |
@SET_MAKE@ |
16 | 16 |
|
17 | 17 |
VPATH = @srcdir@ |
18 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
18 |
+am__is_gnu_make = { \ |
|
19 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
20 |
+ false; \ |
|
21 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
22 |
+ true; \ |
|
23 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
24 |
+ true; \ |
|
25 |
+ else \ |
|
26 |
+ false; \ |
|
27 |
+ fi; \ |
|
28 |
+} |
|
19 | 29 |
am__make_running_with_option = \ |
20 | 30 |
case $${target_option-} in \ |
21 | 31 |
?) ;; \ |
... | ... |
@@ -81,8 +91,6 @@ 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 |
|
86 | 84 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
87 | 85 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
88 | 86 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -163,6 +171,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
163 | 163 |
$(top_srcdir)/configure.ac |
164 | 164 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
165 | 165 |
$(ACLOCAL_M4) |
166 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
166 | 167 |
mkinstalldirs = $(install_sh) -d |
167 | 168 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
168 | 169 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -273,6 +282,7 @@ am__define_uniq_tagged_files = \ |
273 | 273 |
done | $(am__uniquify_input)` |
274 | 274 |
ETAGS = etags |
275 | 275 |
CTAGS = ctags |
276 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
276 | 277 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
277 | 278 |
ACLOCAL = @ACLOCAL@ |
278 | 279 |
AMTAR = @AMTAR@ |
... | ... |
@@ -498,6 +508,7 @@ pdfdir = @pdfdir@ |
498 | 498 |
prefix = @prefix@ |
499 | 499 |
program_transform_name = @program_transform_name@ |
500 | 500 |
psdir = @psdir@ |
501 |
+runstatedir = @runstatedir@ |
|
501 | 502 |
sbindir = @sbindir@ |
502 | 503 |
sharedstatedir = @sharedstatedir@ |
503 | 504 |
srcdir = @srcdir@ |
... | ... |
@@ -543,7 +554,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
543 | 543 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamdtop/Makefile'; \ |
544 | 544 |
$(am__cd) $(top_srcdir) && \ |
545 | 545 |
$(AUTOMAKE) --foreign clamdtop/Makefile |
546 |
-.PRECIOUS: Makefile |
|
547 | 546 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
548 | 547 |
@case '$?' in \ |
549 | 548 |
*config.status*) \ |
... | ... |
@@ -963,6 +973,8 @@ uninstall-man: uninstall-man1 |
963 | 963 |
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \ |
964 | 964 |
uninstall-man uninstall-man1 |
965 | 965 |
|
966 |
+.PRECIOUS: Makefile |
|
967 |
+ |
|
966 | 968 |
|
967 | 969 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
968 | 970 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -37,7 +37,17 @@ |
37 | 37 |
# MA 02110-1301, USA. |
38 | 38 |
|
39 | 39 |
VPATH = @srcdir@ |
40 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
40 |
+am__is_gnu_make = { \ |
|
41 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
42 |
+ false; \ |
|
43 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
44 |
+ true; \ |
|
45 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
46 |
+ true; \ |
|
47 |
+ else \ |
|
48 |
+ false; \ |
|
49 |
+ fi; \ |
|
50 |
+} |
|
41 | 51 |
am__make_running_with_option = \ |
42 | 52 |
case $${target_option-} in \ |
43 | 53 |
?) ;; \ |
... | ... |
@@ -103,8 +113,6 @@ host_triplet = @host@ |
103 | 103 |
target_triplet = @target@ |
104 | 104 |
bin_PROGRAMS = clamscan$(EXEEXT) |
105 | 105 |
subdir = clamscan |
106 |
-DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ |
|
107 |
- $(top_srcdir)/config/depcomp |
|
108 | 106 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
109 | 107 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
110 | 108 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -185,6 +193,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
185 | 185 |
$(top_srcdir)/configure.ac |
186 | 186 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
187 | 187 |
$(ACLOCAL_M4) |
188 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
188 | 189 |
mkinstalldirs = $(install_sh) -d |
189 | 190 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
190 | 191 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -261,6 +270,7 @@ am__define_uniq_tagged_files = \ |
261 | 261 |
done | $(am__uniquify_input)` |
262 | 262 |
ETAGS = etags |
263 | 263 |
CTAGS = ctags |
264 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
264 | 265 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
265 | 266 |
ACLOCAL = @ACLOCAL@ |
266 | 267 |
AMTAR = @AMTAR@ |
... | ... |
@@ -486,6 +496,7 @@ pdfdir = @pdfdir@ |
486 | 486 |
prefix = @prefix@ |
487 | 487 |
program_transform_name = @program_transform_name@ |
488 | 488 |
psdir = @psdir@ |
489 |
+runstatedir = @runstatedir@ |
|
489 | 490 |
sbindir = @sbindir@ |
490 | 491 |
sharedstatedir = @sharedstatedir@ |
491 | 492 |
srcdir = @srcdir@ |
... | ... |
@@ -536,7 +547,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
536 | 536 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamscan/Makefile'; \ |
537 | 537 |
$(am__cd) $(top_srcdir) && \ |
538 | 538 |
$(AUTOMAKE) --foreign clamscan/Makefile |
539 |
-.PRECIOUS: Makefile |
|
540 | 539 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
541 | 540 |
@case '$?' in \ |
542 | 541 |
*config.status*) \ |
... | ... |
@@ -942,6 +952,8 @@ uninstall-am: uninstall-binPROGRAMS |
942 | 942 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
943 | 943 |
uninstall-am uninstall-binPROGRAMS |
944 | 944 |
|
945 |
+.PRECIOUS: Makefile |
|
946 |
+ |
|
945 | 947 |
|
946 | 948 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
947 | 949 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -1,7 +1,7 @@ |
1 |
-# Makefile.in generated by automake 1.14.1 from Makefile.am. |
|
1 |
+# Makefile.in generated by automake 1.15.1 from Makefile.am. |
|
2 | 2 |
# @configure_input@ |
3 | 3 |
|
4 |
-# Copyright (C) 1994-2013 Free Software Foundation, Inc. |
|
4 |
+# Copyright (C) 1994-2017 Free Software Foundation, Inc. |
|
5 | 5 |
|
6 | 6 |
# This Makefile.in is free software; the Free Software Foundation |
7 | 7 |
# gives unlimited permission to copy and/or distribute it, |
... | ... |
@@ -33,7 +33,17 @@ |
33 | 33 |
# MA 02110-1301, USA. |
34 | 34 |
|
35 | 35 |
VPATH = @srcdir@ |
36 |
-am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
|
36 |
+am__is_gnu_make = { \ |
|
37 |
+ if test -z '$(MAKELEVEL)'; then \ |
|
38 |
+ false; \ |
|
39 |
+ elif test -n '$(MAKE_HOST)'; then \ |
|
40 |
+ true; \ |
|
41 |
+ elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ |
|
42 |
+ true; \ |
|
43 |
+ else \ |
|
44 |
+ false; \ |
|
45 |
+ fi; \ |
|
46 |
+} |
|
37 | 47 |
am__make_running_with_option = \ |
38 | 48 |
case $${target_option-} in \ |
39 | 49 |
?) ;; \ |
... | ... |
@@ -99,8 +109,6 @@ 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 |
|
104 | 102 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
105 | 103 |
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
106 | 104 |
$(top_srcdir)/m4/ax_check_uname_syscall.m4 \ |
... | ... |
@@ -181,6 +189,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \ |
181 | 181 |
$(top_srcdir)/configure.ac |
182 | 182 |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
183 | 183 |
$(ACLOCAL_M4) |
184 |
+DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) |
|
184 | 185 |
mkinstalldirs = $(install_sh) -d |
185 | 186 |
CONFIG_HEADER = $(top_builddir)/clamav-config.h \ |
186 | 187 |
$(top_builddir)/libclammspack/config.h |
... | ... |
@@ -256,6 +265,7 @@ am__define_uniq_tagged_files = \ |
256 | 256 |
done | $(am__uniquify_input)` |
257 | 257 |
ETAGS = etags |
258 | 258 |
CTAGS = ctags |
259 |
+am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/config/depcomp |
|
259 | 260 |
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
260 | 261 |
ACLOCAL = @ACLOCAL@ |
261 | 262 |
AMTAR = @AMTAR@ |
... | ... |
@@ -481,6 +491,7 @@ pdfdir = @pdfdir@ |
481 | 481 |
prefix = @prefix@ |
482 | 482 |
program_transform_name = @program_transform_name@ |
483 | 483 |
psdir = @psdir@ |
484 |
+runstatedir = @runstatedir@ |
|
484 | 485 |
sbindir = @sbindir@ |
485 | 486 |
sharedstatedir = @sharedstatedir@ |
486 | 487 |
srcdir = @srcdir@ |
... | ... |
@@ -527,7 +538,6 @@ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__confi |
527 | 527 |
echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign clamsubmit/Makefile'; \ |
528 | 528 |
$(am__cd) $(top_srcdir) && \ |
529 | 529 |
$(AUTOMAKE) --foreign clamsubmit/Makefile |
530 |
-.PRECIOUS: Makefile |
|
531 | 530 |
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
532 | 531 |
@case '$?' in \ |
533 | 532 |
*config.status*) \ |
... | ... |
@@ -917,6 +927,8 @@ uninstall-am: uninstall-binPROGRAMS |
917 | 917 |
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
918 | 918 |
uninstall-am uninstall-binPROGRAMS |
919 | 919 |
|
920 |
+.PRECIOUS: Makefile |
|
921 |
+ |
|
920 | 922 |
|
921 | 923 |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
922 | 924 |
# Otherwise a system limit (for SysV at least) may be exceeded. |
... | ... |
@@ -4,7 +4,7 @@ |
4 | 4 |
me=ar-lib |
5 | 5 |
scriptversion=2012-03-01.08; # UTC |
6 | 6 |
|
7 |
-# Copyright (C) 2010-2013 Free Software Foundation, Inc. |
|
7 |
+# Copyright (C) 2010-2017 Free Software Foundation, Inc. |
|
8 | 8 |
# Written by Peter Rosin <peda@lysator.liu.se>. |
9 | 9 |
# |
10 | 10 |
# This program is free software; you can redistribute it and/or modify |
... | ... |
@@ -3,7 +3,7 @@ |
3 | 3 |
|
4 | 4 |
scriptversion=2012-10-14.11; # UTC |
5 | 5 |
|
6 |
-# Copyright (C) 1999-2013 Free Software Foundation, Inc. |
|
6 |
+# Copyright (C) 1999-2014 Free Software Foundation, Inc. |
|
7 | 7 |
# Written by Tom Tromey <tromey@cygnus.com>. |
8 | 8 |
# |
9 | 9 |
# This program is free software; you can redistribute it and/or modify |
... | ... |
@@ -1,8 +1,8 @@ |
1 | 1 |
#! /bin/sh |
2 | 2 |
# Attempt to guess a canonical system name. |
3 |
-# Copyright 1992-2013 Free Software Foundation, Inc. |
|
3 |
+# Copyright 1992-2018 Free Software Foundation, Inc. |
|
4 | 4 |
|
5 |
-timestamp='2013-06-10' |
|
5 |
+timestamp='2018-02-24' |
|
6 | 6 |
|
7 | 7 |
# This file is free software; you can redistribute it and/or modify it |
8 | 8 |
# under the terms of the GNU General Public License as published by |
... | ... |
@@ -15,7 +15,7 @@ timestamp='2013-06-10' |
15 | 15 |
# General Public License for more details. |
16 | 16 |
# |
17 | 17 |
# You should have received a copy of the GNU General Public License |
18 |
-# along with this program; if not, see <http://www.gnu.org/licenses/>. |
|
18 |
+# along with this program; if not, see <https://www.gnu.org/licenses/>. |
|
19 | 19 |
# |
20 | 20 |
# As a special exception to the GNU General Public License, if you |
21 | 21 |
# distribute this file as part of a program that contains a |
... | ... |
@@ -24,12 +24,12 @@ timestamp='2013-06-10' |
24 | 24 |
# program. This Exception is an additional permission under section 7 |
25 | 25 |
# of the GNU General Public License, version 3 ("GPLv3"). |
26 | 26 |
# |
27 |
-# Originally written by Per Bothner. |
|
27 |
+# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. |
|
28 | 28 |
# |
29 | 29 |
# You can get the latest version of this script from: |
30 |
-# http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD |
|
30 |
+# https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess |
|
31 | 31 |
# |
32 |
-# Please send patches with a ChangeLog entry to config-patches@gnu.org. |
|
32 |
+# Please send patches to <config-patches@gnu.org>. |
|
33 | 33 |
|
34 | 34 |
|
35 | 35 |
me=`echo "$0" | sed -e 's,.*/,,'` |
... | ... |
@@ -39,7 +39,7 @@ Usage: $0 [OPTION] |
39 | 39 |
|
40 | 40 |
Output the configuration name of the system \`$me' is run on. |
41 | 41 |
|
42 |
-Operation modes: |
|
42 |
+Options: |
|
43 | 43 |
-h, --help print this help, then exit |
44 | 44 |
-t, --time-stamp print date of last modification, then exit |
45 | 45 |
-v, --version print version number, then exit |
... | ... |
@@ -50,7 +50,7 @@ version="\ |
50 | 50 |
GNU config.guess ($timestamp) |
51 | 51 |
|
52 | 52 |
Originally written by Per Bothner. |
53 |
-Copyright 1992-2013 Free Software Foundation, Inc. |
|
53 |
+Copyright 1992-2018 Free Software Foundation, Inc. |
|
54 | 54 |
|
55 | 55 |
This is free software; see the source for copying conditions. There is NO |
56 | 56 |
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." |
... | ... |
@@ -107,9 +107,9 @@ trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ; |
107 | 107 |
dummy=$tmp/dummy ; |
108 | 108 |
tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; |
109 | 109 |
case $CC_FOR_BUILD,$HOST_CC,$CC in |
110 |
- ,,) echo "int x;" > $dummy.c ; |
|
110 |
+ ,,) echo "int x;" > "$dummy.c" ; |
|
111 | 111 |
for c in cc gcc c89 c99 ; do |
112 |
- if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then |
|
112 |
+ if ($c -c -o "$dummy.o" "$dummy.c") >/dev/null 2>&1 ; then |
|
113 |