pull/43/merge
Kevin Lin 9 years ago
parent 97ac7a4377
commit b194cfe9c0
  1. 7
      Makefile.in
  2. 8
      clamav-config.h.in
  3. 5
      clamav-milter/Makefile.in
  4. 5
      clambc/Makefile.in
  5. 5
      clamconf/Makefile.in
  6. 87
      clamd/Makefile.in
  7. 5
      clamdscan/Makefile.in
  8. 5
      clamdtop/Makefile.in
  9. 5
      clamscan/Makefile.in
  10. 7
      clamsubmit/Makefile.in
  11. 5
      database/Makefile.in
  12. 5
      docs/Makefile.in
  13. 5
      etc/Makefile.in
  14. 83
      freshclam/Makefile.in
  15. 5
      libclamav/Makefile.in
  16. 3
      libclamav/c++/Makefile.in
  17. 178
      libclamav/c++/configure
  18. 5
      libltdl/Makefile.in
  19. 5
      sigtool/Makefile.in
  20. 5
      test/Makefile.in
  21. 5
      unit_tests/Makefile.in

@ -154,6 +154,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -472,6 +473,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -524,6 +527,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -534,6 +538,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
@ -554,7 +559,7 @@ pkgconfig_DATA = libclamav.pc
# don't complain that configuration files and databases are not removed, this is intended
distuninstallcheck_listfiles = find . -type f ! -name clamd.conf ! -name freshclam.conf ! -name daily.cvd ! -name main.cvd -print
DISTCLEANFILES = target.h
DISTCHECK_CONFIGURE_FLAGS = --enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes
DISTCHECK_CONFIGURE_FLAGS = --enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
all: clamav-config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive

@ -285,7 +285,7 @@
/* Define to 1 if you have the `opendir' function. */
#undef HAVE_OPENDIR
/* Define to 1 if you have the 'libpcre' library (-lpcre). */
/* Define to 1 if you have a pcre library (-lpcre). */
#undef HAVE_PCRE
/* Define to 1 if you have the `poll' function. */
@ -384,6 +384,9 @@
/* Define to 1 if you have the `sysctlbyname' function. */
#undef HAVE_SYSCTLBYNAME
/* systemd is supported */
#undef HAVE_SYSTEMD
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#undef HAVE_SYS_CDEFS_H
@ -567,6 +570,9 @@
#endif
/* Define to 1 if you using the pcre2 library. */
#undef USING_PCRE2
/* Version number of package */
#undef VERSION

@ -130,6 +130,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -427,6 +428,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -479,6 +482,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -489,6 +493,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -111,6 +111,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -363,6 +364,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -415,6 +418,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -425,6 +429,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -129,6 +129,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -381,6 +382,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -433,6 +436,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -443,6 +447,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -32,6 +32,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
@ -100,7 +101,8 @@ target_triplet = @target@
@BUILD_CLAMD_TRUE@sbin_PROGRAMS = clamd$(EXEEXT)
subdir = clamd
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(top_srcdir)/config/depcomp
$(srcdir)/clamav-daemon.service.in \
$(srcdir)/clamav-daemon.socket.in $(top_srcdir)/config/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/argz.m4 \
@ -129,6 +131,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -174,9 +177,10 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/clamav-config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES = clamav-daemon.service clamav-daemon.socket
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(sbindir)"
am__installdirs = "$(DESTDIR)$(sbindir)" \
"$(DESTDIR)$(systemdsystemunitdir)"
PROGRAMS = $(sbin_PROGRAMS)
am__clamd_SOURCES_DIST = $(top_srcdir)/shared/output.c \
$(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
@ -245,6 +249,34 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
DATA = $(systemdsystemunit_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
@ -399,6 +431,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -451,6 +485,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -461,6 +496,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
@ -504,6 +540,7 @@ top_srcdir = @top_srcdir@
@BUILD_CLAMD_TRUE@ onaccess_scth.h
@BUILD_CLAMD_TRUE@AM_CFLAGS = @WERR_CFLAGS@
@BUILD_CLAMD_TRUE@@INSTALL_SYSTEMD_UNITS_TRUE@systemdsystemunit_DATA = clamav-daemon.socket clamav-daemon.service
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
# it does support --help and --version but with the default config file
@ -544,6 +581,10 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
clamav-daemon.service: $(top_builddir)/config.status $(srcdir)/clamav-daemon.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
clamav-daemon.socket: $(top_builddir)/config.status $(srcdir)/clamav-daemon.socket.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-sbinPROGRAMS: $(sbin_PROGRAMS)
@$(NORMAL_INSTALL)
@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
@ -719,6 +760,27 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
@$(NORMAL_INSTALL)
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
done
uninstall-systemdsystemunitDATA:
@$(NORMAL_UNINSTALL)
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
@ -804,9 +866,9 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS)
all-am: Makefile $(PROGRAMS) $(DATA)
installdirs:
for dir in "$(DESTDIR)$(sbindir)"; do \
for dir in "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
@ -863,7 +925,7 @@ info: info-am
info-am:
install-data-am:
install-data-am: install-systemdsystemunitDATA
install-dvi: install-dvi-am
@ -909,7 +971,7 @@ ps: ps-am
ps-am:
uninstall-am: uninstall-sbinPROGRAMS
uninstall-am: uninstall-sbinPROGRAMS uninstall-systemdsystemunitDATA
.MAKE: install-am install-strip
@ -922,11 +984,12 @@ uninstall-am: uninstall-sbinPROGRAMS
install-exec-am install-html install-html-am install-info \
install-info-am install-man install-pdf install-pdf-am \
install-ps install-ps-am install-sbinPROGRAMS install-strip \
installcheck installcheck-am installcheck-sbinPROGRAMS \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-sbinPROGRAMS
install-systemdsystemunitDATA installcheck installcheck-am \
installcheck-sbinPROGRAMS installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-sbinPROGRAMS \
uninstall-systemdsystemunitDATA
# Tell versions [3.59,3.63) of GNU make to not export all variables.

@ -129,6 +129,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -392,6 +393,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -444,6 +447,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -454,6 +458,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -111,6 +111,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -398,6 +399,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -450,6 +453,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -460,6 +464,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -130,6 +130,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -383,6 +384,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -435,6 +438,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -445,6 +449,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -129,6 +129,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -381,6 +382,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -433,6 +436,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -443,6 +447,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
@ -463,7 +468,7 @@ clamsubmit_SOURCES = \
clamsubmit.c
AM_CFLAGS = @WERR_CFLAGS@ @CLAMSUBMIT_CFLAGS@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @JSON_CPPFLAGS@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = clamsubmit$(EXEEXT)
CLEANFILES = *.gcda *.gcno
all: all-am

@ -127,6 +127,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -329,6 +330,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -381,6 +384,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -391,6 +395,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -127,6 +127,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -363,6 +364,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -415,6 +418,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -425,6 +429,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -128,6 +128,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -359,6 +360,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -411,6 +414,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -421,6 +425,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -33,6 +33,7 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
# MA 02110-1301, USA.
VPATH = @srcdir@
am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
am__make_running_with_option = \
@ -101,6 +102,7 @@ target_triplet = @target@
bin_PROGRAMS = freshclam$(EXEEXT)
subdir = freshclam
DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
$(srcdir)/clamav-freshclam.service.in \
$(top_srcdir)/config/depcomp
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
@ -130,6 +132,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -175,9 +178,10 @@ am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
CONFIG_HEADER = $(top_builddir)/clamav-config.h
CONFIG_CLEAN_FILES =
CONFIG_CLEAN_FILES = clamav-freshclam.service
CONFIG_CLEAN_VPATH_FILES =
am__installdirs = "$(DESTDIR)$(bindir)"
am__installdirs = "$(DESTDIR)$(bindir)" \
"$(DESTDIR)$(systemdsystemunitdir)"
PROGRAMS = $(bin_PROGRAMS)
am_freshclam_OBJECTS = output.$(OBJEXT) optparser.$(OBJEXT) \
getopt.$(OBJEXT) misc.$(OBJEXT) cdiff.$(OBJEXT) tar.$(OBJEXT) \
@ -231,6 +235,34 @@ am__can_run_installinfo = \
n|no|NO) false;; \
*) (install-info --version) >/dev/null 2>&1;; \
esac
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
am__vpath_adj = case $$p in \
$(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
*) f=$$p;; \
esac;
am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
am__install_max = 40
am__nobase_strip_setup = \
srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
am__nobase_strip = \
for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
am__nobase_list = $(am__nobase_strip_setup); \
for p in $$list; do echo "$$p $$p"; done | \
sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
$(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
if (++n[$$2] == $(am__install_max)) \
{ print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
END { for (dir in files) print dir, files[dir] }'
am__base_list = \
sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
am__uninstall_files_from_dir = { \
test -z "$$files" \
|| { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
|| { echo " ( cd '$$dir' && rm -f" $$files ")"; \
$(am__cd) "$$dir" && rm -f $$files; }; \
}
DATA = $(systemdsystemunit_DATA)
am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
# Read a list of newline-separated strings from the standard input,
# and print each of them once, without duplicates. Input order is
@ -385,6 +417,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -437,6 +471,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -447,6 +482,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@
@ -485,6 +521,7 @@ freshclam_SOURCES = \
mirman.c \
mirman.h
@INSTALL_SYSTEMD_UNITS_TRUE@systemdsystemunit_DATA = clamav-freshclam.service
AM_CFLAGS = @WERR_CFLAGS@
AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav @SSL_CPPFLAGS@ @FRESHCLAM_CPPFLAGS@ @JSON_CPPFLAGS@ @PCRE_CPPFLAGS@
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT = freshclam$(EXEEXT)
@ -523,6 +560,8 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(am__aclocal_m4_deps):
clamav-freshclam.service: $(top_builddir)/config.status $(srcdir)/clamav-freshclam.service.in
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
install-binPROGRAMS: $(bin_PROGRAMS)
@$(NORMAL_INSTALL)
@list='$(bin_PROGRAMS)'; test -n "$(bindir)" || list=; \
@ -738,6 +777,27 @@ mostlyclean-libtool:
clean-libtool:
-rm -rf .libs _libs
install-systemdsystemunitDATA: $(systemdsystemunit_DATA)
@$(NORMAL_INSTALL)
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
if test -n "$$list"; then \
echo " $(MKDIR_P) '$(DESTDIR)$(systemdsystemunitdir)'"; \
$(MKDIR_P) "$(DESTDIR)$(systemdsystemunitdir)" || exit 1; \
fi; \
for p in $$list; do \
if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
echo "$$d$$p"; \
done | $(am__base_list) | \
while read files; do \
echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(systemdsystemunitdir)'"; \
$(INSTALL_DATA) $$files "$(DESTDIR)$(systemdsystemunitdir)" || exit $$?; \
done
uninstall-systemdsystemunitDATA:
@$(NORMAL_UNINSTALL)
@list='$(systemdsystemunit_DATA)'; test -n "$(systemdsystemunitdir)" || list=; \
files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
dir='$(DESTDIR)$(systemdsystemunitdir)'; $(am__uninstall_files_from_dir)
ID: $(am__tagged_files)
$(am__define_uniq_tagged_files); mkid -fID $$unique
@ -823,9 +883,9 @@ distdir: $(DISTFILES)
done
check-am: all-am
check: check-am
all-am: Makefile $(PROGRAMS)
all-am: Makefile $(PROGRAMS) $(DATA)
installdirs:
for dir in "$(DESTDIR)$(bindir)"; do \
for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(systemdsystemunitdir)"; do \
test -z "$$dir" || $(MKDIR_P) "$$dir"; \
done
install: install-am
@ -881,7 +941,7 @@ info: info-am
info-am:
install-data-am:
install-data-am: install-systemdsystemunitDATA
install-dvi: install-dvi-am
@ -927,7 +987,7 @@ ps: ps-am
ps-am:
uninstall-am: uninstall-binPROGRAMS
uninstall-am: uninstall-binPROGRAMS uninstall-systemdsystemunitDATA
.MAKE: install-am install-strip
@ -940,11 +1000,12 @@ uninstall-am: uninstall-binPROGRAMS
install-exec install-exec-am install-html install-html-am \
install-info install-info-am install-man install-pdf \
install-pdf-am install-ps install-ps-am install-strip \
installcheck installcheck-am installcheck-binPROGRAMS \
installdirs maintainer-clean maintainer-clean-generic \
mostlyclean mostlyclean-compile mostlyclean-generic \
mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \
uninstall-am uninstall-binPROGRAMS
install-systemdsystemunitDATA installcheck installcheck-am \
installcheck-binPROGRAMS installdirs maintainer-clean \
maintainer-clean-generic mostlyclean mostlyclean-compile \
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
tags tags-am uninstall uninstall-am uninstall-binPROGRAMS \
uninstall-systemdsystemunitDATA
# Tell versions [3.59,3.63) of GNU make to not export all variables.

@ -156,6 +156,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -836,6 +837,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -888,6 +891,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -898,6 +902,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -123,7 +123,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/check_gnu_make.m4 \
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
$(top_srcdir)/../../m4/reorganization/libs/openssl.m4 \
$(top_srcdir)/configure.ac
$(top_srcdir)/m4/llvm-flags.m4 $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
@ -1033,6 +1033,7 @@ infodir = @infodir@
install_sh = @install_sh@
libdir = @libdir@
libexecdir = @libexecdir@
llvmconfig = @llvmconfig@
localedir = @localedir@
localstatedir = @localstatedir@
mandir = @mandir@

@ -648,11 +648,12 @@ THREAD_LIBS
DEBUG_BUILD_FALSE
DEBUG_BUILD_TRUE
LLVM_VERSION
subdirs
LLVMCONFIG_LIBFILES
LLVMCONFIG_LIBS
LLVMCONFIG_LDFLAGS
LLVMCONFIG_CXXFLAGS
subdirs
llvmconfig
GMAKE
ifGNUmake
CXXCPP
@ -796,9 +797,9 @@ enable_fast_install
with_gnu_ld
with_sysroot
enable_libtool_lock
enable_llvm
with_system_llvm
with_llvm_linking
enable_llvm
enable_optimized
enable_all_jit_targets
'
@ -1448,6 +1449,7 @@ Optional Features:
--enable-fast-install[=PKGS]
optimize for fast installation [default=yes]
--disable-libtool-lock avoid locking (might break parallel builds)
--enable-llvm enable 'llvm' JIT/verifier support [default=auto]
-enable-llvm Enable 'llvm' JIT/verifier support [default=auto]
-enable-optimized Compile with optimizations enabled (default is YES)
-enable-all-jit-targets Build all the targets that support JIT for testing
@ -1465,8 +1467,8 @@ Optional Packages:
--with-sysroot=DIR Search for dependent libraries within DIR
(or the compiler's sysroot if not specified).
--with-system-llvm Use system llvm instead of built-in, uses full path
to llvm-config (default= search /usr/local or /usr
if not found in /usr/local)
to llvm-config or bin directory (default=search PATH
environment variable)
--with-llvm-linking specifies method to linking llvm [static|dynamic],
only valid with --with-system-llvm
@ -15790,70 +15792,152 @@ $as_echo "\"Not found\"" >&6; };
GMAKE="$llvm_cv_gnu_make_command"
llvmconfig=
# Check whether --enable-llvm was given.
if test "${enable_llvm+set}" = set; then :
enableval=$enable_llvm; enable_llvm=$enableval
else
enable_llvm="auto"
fi
# Check whether --with-system-llvm was given.
if test "${with_system_llvm+set}" = set; then :
withval=$with_system_llvm; case "$withval" in
yes)
llvmconfig="/usr/local/bin/llvm-config"
if test ! -x "$llvmconfig"; then
llvmconfig="/usr/bin/llvm-config"
if test ! -x "$llvmconfig"; then
as_fn_error $? "llvm-config cannot be found within defaults" "$LINENO" 5
fi
# Extract the first word of "llvm-config", so it can be a program name with args.
set dummy llvm-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_llvmconfig+:} false; then :
$as_echo_n "(cached) " >&6
else
case $llvmconfig in
[\\/]* | ?:[\\/]*)
ac_cv_path_llvmconfig="$llvmconfig" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $PATH
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_llvmconfig="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
llvmconfig=$ac_cv_path_llvmconfig
if test -n "$llvmconfig"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $llvmconfig" >&5
$as_echo "$llvmconfig" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
if test "x$llvmconfig" = "x"; then
as_fn_error $? "llvm-config cannot be found within PATH" "$LINENO" 5
fi
;;
no) ;;
*)
llvmconfig="$withval"
if test ! -x "$llvmconfig"; then
as_fn_error $? "llvm-config does not exist at $llvmconfig" "$LINENO" 5
if test -d "$withval"; then
# Extract the first word of "llvm-config", so it can be a program name with args.
set dummy llvm-config; ac_word=$2
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
$as_echo_n "checking for $ac_word... " >&6; }
if ${ac_cv_path_llvmconfig+:} false; then :
$as_echo_n "(cached) " >&6
else
case $llvmconfig in
[\\/]* | ?:[\\/]*)
ac_cv_path_llvmconfig="$llvmconfig" # Let the user override the test with a path.
;;
*)
as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
for as_dir in $withval/bin
do
IFS=$as_save_IFS
test -z "$as_dir" && as_dir=.
for ac_exec_ext in '' $ac_executable_extensions; do
if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
ac_cv_path_llvmconfig="$as_dir/$ac_word$ac_exec_ext"
$as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
break 2
fi
done
done
IFS=$as_save_IFS
;;
esac
fi
llvmconfig=$ac_cv_path_llvmconfig
if test -n "$llvmconfig"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $llvmconfig" >&5
$as_echo "$llvmconfig" >&6; }
else
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
$as_echo "no" >&6; }
fi
else
llvmconfig=$withval
if test ! -x "$llvmconfig"; then
llvmconfig=""
fi
fi
if test "x$llvmconfig" = "x"; then
as_fn_error $? "llvm-config does not exist at $withval" "$LINENO" 5
fi
;;
esac
if test "x$llvmconfig" != "x"; then
llvmver=`$llvmconfig --version`
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using external LLVM" >&5
$as_echo "$as_me: Using external LLVM" >&6;}
fi
fi
llvm_linking=
# Check whether --with-llvm-linking was given.
if test "${with_llvm_linking+set}" = set; then :
withval=$with_llvm_linking;
if test "x$llvmconfig" = "x"; then
withval=$with_llvm_linking; if test "x$llvmconfig" = "x"; then
as_fn_error $? "Failed to configure LLVM, and LLVM linking was specified without valid llvm-config" "$LINENO" 5
else
case "$withval" in
static)
llvm_linking="static"
;;
dynamic)
llvm_linking="dynamic"
;;
*)
as_fn_error $? "Invalid argument to --with-llvm-linking" "$LINENO" 5
esac
case "$withval" in
static)
llvm_linking="static"
;;
dynamic)
llvm_linking="dynamic"
;;
*)
as_fn_error $? "Invalid argument to --with-llvm-linking" "$LINENO" 5
esac
fi
else
llvm_linking=""
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported LLVM version" >&5
$as_echo_n "checking for supported LLVM version... " >&6; }
if test "x$llvmconfig" = "x"; then
subdirs="$subdirs llvm"
llvmver="2.8"
if test "x$llvmconfig" != "x"; then
llvmver=`$llvmconfig --version`
{ $as_echo "$as_me:${as_lineno-$LINENO}: Using external LLVM" >&5
$as_echo "$as_me: Using external LLVM" >&6;}
else
llvmver="2.8"
packaged_llvm="yes"
fi
@ -15866,6 +15950,8 @@ if test "x$llvmver_patch" = "x"; then
llvmver_patch=0
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for supported LLVM version" >&5
$as_echo_n "checking for supported LLVM version... " >&6; }
llvmver_test=${llvmver_major}${llvmver_minor}${llvmver_patch}
if test "x$packaged_llvm" = "xyes"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok ($llvmver)" >&5
@ -15923,6 +16009,14 @@ $as_echo "$as_me: LIBS from llvm-config: $LLVMCONFIG_LIBS" >&6;}
fi
llvmver_int=${llvmver_major}${llvmver_minor}
if test "x$llvmconfig" = "x"; then
subdirs="$subdirs llvm"
fi
LLVM_VERSION=$llvmver_int

@ -117,6 +117,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -460,6 +461,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -512,6 +515,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -522,6 +526,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -129,6 +129,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -382,6 +383,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -434,6 +437,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -444,6 +448,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -110,6 +110,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -312,6 +313,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -364,6 +367,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -374,6 +378,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

@ -112,6 +112,7 @@ am__aclocal_m4_deps = $(top_srcdir)/m4/acinclude.m4 \
$(top_srcdir)/m4/reorganization/libs/libz.m4 \
$(top_srcdir)/m4/reorganization/libs/bzip.m4 \
$(top_srcdir)/m4/reorganization/libs/unrar.m4 \
$(top_srcdir)/m4/reorganization/libs/systemd.m4 \
$(top_srcdir)/m4/reorganization/code_checks/ipv6.m4 \
$(top_srcdir)/m4/reorganization/code_checks/dns.m4 \
$(top_srcdir)/m4/reorganization/code_checks/fanotify.m4 \
@ -602,6 +603,8 @@ SSL_CPPFLAGS = @SSL_CPPFLAGS@
SSL_LDFLAGS = @SSL_LDFLAGS@
SSL_LIBS = @SSL_LIBS@
STRIP = @STRIP@
SYSTEMD_CFLAGS = @SYSTEMD_CFLAGS@
SYSTEMD_LIBS = @SYSTEMD_LIBS@
THREAD_LIBS = @THREAD_LIBS@
TH_SAFE = @TH_SAFE@
VERSION = @VERSION@
@ -654,6 +657,7 @@ ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
mandir = @mandir@
mkdir_p = @mkdir_p@
oldincludedir = @oldincludedir@
pcreconfig = @pcreconfig@
pdfdir = @pdfdir@
prefix = @prefix@
program_transform_name = @program_transform_name@
@ -664,6 +668,7 @@ srcdir = @srcdir@
subdirs = @subdirs@
sys_symbol_underscore = @sys_symbol_underscore@
sysconfdir = @sysconfdir@
systemdsystemunitdir = @systemdsystemunitdir@
target = @target@
target_alias = @target_alias@
target_cpu = @target_cpu@

Loading…
Cancel
Save