autotools - forcing distcheck to respect the c and c++ compilers specified at configure time

pull/111/head
Mickey Sola 6 years ago committed by Micah Snyder
parent 8e765853d0
commit b8f60910fa
  1. 2
      Makefile.am

@ -45,7 +45,7 @@ nodist_include_HEADERS = clamav-types.h
# 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 --with-system-llvm=no --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir)
DISTCHECK_CONFIGURE_FLAGS=--enable-milter --disable-clamav --enable-all-jit-targets --enable-llvm=yes --with-system-llvm=no --with-systemdsystemunitdir=$$dc_install_base/$(systemdsystemunitdir) CC="$(CC)" CXX="$(CXX)" YACC="$(YACC)" LEX="$(LEX)" AR="$(AR)" AS="$(AS)"
lcov:
($(MAKE); cd unit_tests; $(MAKE) lcov)
quick-check:

Loading…
Cancel
Save