Browse code

autojunk'd

Mickey Sola authored on 2019/09/07 05:26:54
Showing 22 changed files
... ...
@@ -323,8 +323,8 @@ am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/clamav-config.h.in \
323 323
 	$(top_srcdir)/docs/man/sigtool.1.in \
324 324
 	$(top_srcdir)/libclammspack/config.h.in COPYING config/ar-lib \
325 325
 	config/compile config/config.guess config/config.rpath \
326
-	config/config.sub config/install-sh config/ltmain.sh \
327
-	config/missing config/ylwrap
326
+	config/config.sub config/depcomp config/install-sh \
327
+	config/ltmain.sh config/missing config/ylwrap
328 328
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
329 329
 distdir = $(PACKAGE)-$(VERSION)
330 330
 top_distdir = $(distdir)
... ...
@@ -620,6 +620,7 @@ target_vendor = @target_vendor@
620 620
 top_build_prefix = @top_build_prefix@
621 621
 top_builddir = @top_builddir@
622 622
 top_srcdir = @top_srcdir@
623
+xmlconfig = @xmlconfig@
623 624
 ACLOCAL_AMFLAGS = -I m4
624 625
 SUBDIRS = libltdl libclamav libfreshclam clamscan clamd clamdscan \
625 626
 	freshclam sigtool clamconf database docs etc clamav-milter \
... ...
@@ -568,6 +568,7 @@ target_vendor = @target_vendor@
568 568
 top_build_prefix = @top_build_prefix@
569 569
 top_builddir = @top_builddir@
570 570
 top_srcdir = @top_srcdir@
571
+xmlconfig = @xmlconfig@
571 572
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@clamav_milter_SOURCES = \
572 573
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(top_srcdir)/shared/optparser.c \
573 574
 @BUILD_CLAMD_TRUE@@HAVE_MILTER_TRUE@    $(top_srcdir)/shared/optparser.h \
... ...
@@ -502,6 +502,7 @@ target_vendor = @target_vendor@
502 502
 top_build_prefix = @top_build_prefix@
503 503
 top_builddir = @top_builddir@
504 504
 top_srcdir = @top_srcdir@
505
+xmlconfig = @xmlconfig@
505 506
 clambc_SOURCES = \
506 507
     $(top_srcdir)/shared/optparser.c \
507 508
     $(top_srcdir)/shared/optparser.h \
... ...
@@ -522,6 +522,7 @@ target_vendor = @target_vendor@
522 522
 top_build_prefix = @top_build_prefix@
523 523
 top_builddir = @top_builddir@
524 524
 top_srcdir = @top_srcdir@
525
+xmlconfig = @xmlconfig@
525 526
 clamconf_SOURCES = \
526 527
     $(top_srcdir)/shared/optparser.c \
527 528
     $(top_srcdir)/shared/optparser.h \
... ...
@@ -570,6 +570,7 @@ target_vendor = @target_vendor@
570 570
 top_build_prefix = @top_build_prefix@
571 571
 top_builddir = @top_builddir@
572 572
 top_srcdir = @top_srcdir@
573
+xmlconfig = @xmlconfig@
573 574
 @BUILD_CLAMD_TRUE@clamd_SOURCES = \
574 575
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.c \
575 576
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.h \
... ...
@@ -532,6 +532,7 @@ target_vendor = @target_vendor@
532 532
 top_build_prefix = @top_build_prefix@
533 533
 top_builddir = @top_builddir@
534 534
 top_srcdir = @top_srcdir@
535
+xmlconfig = @xmlconfig@
535 536
 @BUILD_CLAMD_TRUE@clamdscan_SOURCES = \
536 537
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.c \
537 538
 @BUILD_CLAMD_TRUE@    $(top_srcdir)/shared/output.h \
... ...
@@ -537,6 +537,7 @@ target_vendor = @target_vendor@
537 537
 top_build_prefix = @top_build_prefix@
538 538
 top_builddir = @top_builddir@
539 539
 top_srcdir = @top_srcdir@
540
+xmlconfig = @xmlconfig@
540 541
 @HAVE_CURSES_TRUE@man_MANS = $(top_builddir)/docs/man/clamdtop.1
541 542
 @HAVE_CURSES_TRUE@clamdtop_SOURCES = \
542 543
 @HAVE_CURSES_TRUE@    $(top_srcdir)/shared/optparser.c \
... ...
@@ -542,6 +542,7 @@ target_vendor = @target_vendor@
542 542
 top_build_prefix = @top_build_prefix@
543 543
 top_builddir = @top_builddir@
544 544
 top_srcdir = @top_srcdir@
545
+xmlconfig = @xmlconfig@
545 546
 clamonacc_SOURCES = $(top_srcdir)/shared/output.c \
546 547
 	$(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
547 548
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/misc.c \
... ...
@@ -525,6 +525,7 @@ target_vendor = @target_vendor@
525 525
 top_build_prefix = @top_build_prefix@
526 526
 top_builddir = @top_builddir@
527 527
 top_srcdir = @top_srcdir@
528
+xmlconfig = @xmlconfig@
528 529
 clamscan_SOURCES = \
529 530
     $(top_srcdir)/shared/output.c \
530 531
     $(top_srcdir)/shared/output.h \
... ...
@@ -565,6 +565,7 @@ target_vendor = @target_vendor@
565 565
 top_build_prefix = @top_build_prefix@
566 566
 top_builddir = @top_builddir@
567 567
 top_srcdir = @top_srcdir@
568
+xmlconfig = @xmlconfig@
568 569
 clamsubmit_SOURCES = $(top_srcdir)/shared/output.c \
569 570
 	$(top_srcdir)/shared/output.h $(top_srcdir)/shared/optparser.c \
570 571
 	$(top_srcdir)/shared/optparser.h $(top_srcdir)/shared/getopt.c \
... ...
@@ -768,6 +768,7 @@ HAVE_LIBXML2_FALSE
768 768
 HAVE_LIBXML2_TRUE
769 769
 XML_LIBS
770 770
 XML_CPPFLAGS
771
+xmlconfig
771 772
 ENABLE_COVERAGE_FALSE
772 773
 ENABLE_COVERAGE_TRUE
773 774
 GENHTML
... ...
@@ -22080,6 +22081,7 @@ fi
22080 22080
 
22081 22081
 
22082 22082
 XML_HOME=""
22083
+xmlconfig=""
22083 22084
 if test "X$want_xml" != "Xno"; then
22084 22085
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking for libxml2 installation" >&5
22085 22086
 $as_echo_n "checking for libxml2 installation... " >&6; }
... ...
@@ -22090,9 +22092,8 @@ if test "${with_xml+set}" = set; then :
22090 22090
 
22091 22091
 fi
22092 22092
 
22093
-fi
22094 22093
 
22095
-if test "x$with_xml_val" = "xno"; then :
22094
+  if test "x$with_xml_val" = "xno"; then :
22096 22095
   XML_HOME=""
22097 22096
 elif test "x$with_xml_val" = "xyes"; then :
22098 22097
   XML_HOME="/usr/local"
... ...
@@ -22100,72 +22101,134 @@ else
22100 22100
   XML_HOME="$with_xml_val"
22101 22101
 fi
22102 22102
 
22103
-if test "x$XML_HOME" != "x"; then :
22103
+  if test "x$XML_HOME" != "x"; then :
22104 22104
 
22105
-   if test ! -x "$XML_HOME/bin/xml2-config"; then :
22105
+     if test ! -x "$XML_HOME/bin/xml2-config"; then :
22106 22106
   XML_HOME=""
22107 22107
 fi
22108 22108
 
22109 22109
 fi
22110 22110
 
22111
-if test "x$XML_HOME" = "x" -a "x$with_xml_val" = "xyes"; then :
22111
+  if test "x$XML_HOME" = "x" -a "x$with_xml_val" = "xyes"; then :
22112 22112
 
22113
-   if test -x "/usr/bin/xml2-config"; then :
22113
+     if test -x "/usr/bin/xml2-config"; then :
22114 22114
   XML_HOME="/usr"
22115 22115
 fi
22116 22116
 
22117 22117
 fi
22118 22118
 
22119
-if test "x$XML_HOME" != "x"; then
22120
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XML_HOME" >&5
22119
+  if test "x$XML_HOME" != "x"; then
22120
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XML_HOME" >&5
22121 22121
 $as_echo "$XML_HOME" >&6; }
22122
-else
22123
-  { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22122
+    with_xml="yes"
22123
+  else
22124
+    { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22124 22125
 $as_echo "not found" >&6; }
22126
+  fi
22127
+
22128
+  found_xml="no"
22129
+  XMLCONF_VERSION=""
22130
+  XML_CPPFLAGS=""
22131
+  XML_LIBS=""
22132
+  case "$with_xml" in
22133
+    yes) # Extract the first word of "xml2-config", so it can be a program name with args.
22134
+set dummy xml2-config; ac_word=$2
22135
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
22136
+$as_echo_n "checking for $ac_word... " >&6; }
22137
+if ${ac_cv_path_xmlconfig+:} false; then :
22138
+  $as_echo_n "(cached) " >&6
22139
+else
22140
+  case $xmlconfig in
22141
+  [\\/]* | ?:[\\/]*)
22142
+  ac_cv_path_xmlconfig="$xmlconfig" # Let the user override the test with a path.
22143
+  ;;
22144
+  *)
22145
+  as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
22146
+for as_dir in $PATH
22147
+do
22148
+  IFS=$as_save_IFS
22149
+  test -z "$as_dir" && as_dir=.
22150
+    for ac_exec_ext in '' $ac_executable_extensions; do
22151
+  if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
22152
+    ac_cv_path_xmlconfig="$as_dir/$ac_word$ac_exec_ext"
22153
+    $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
22154
+    break 2
22155
+  fi
22156
+done
22157
+  done
22158
+IFS=$as_save_IFS
22159
+
22160
+  ;;
22161
+esac
22162
+fi
22163
+xmlconfig=$ac_cv_path_xmlconfig
22164
+if test -n "$xmlconfig"; then
22165
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xmlconfig" >&5
22166
+$as_echo "$xmlconfig" >&6; }
22167
+else
22168
+  { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
22169
+$as_echo "no" >&6; }
22125 22170
 fi
22126 22171
 
22127
-found_xml="no"
22128
-XMLCONF_VERSION=""
22129
-XML_CPPFLAGS=""
22130
-XML_LIBS=""
22131
-if test "x$XML_HOME" != "x"; then
22132
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking xml2-config version" >&5
22172
+
22173
+        if test "x$xmlconfig" = x ; then
22174
+            { $as_echo "$as_me:${as_lineno-$LINENO}: can not locate xml2-config in PATH, will search default XML_HOME variants" >&5
22175
+$as_echo "$as_me: can not locate xml2-config in PATH, will search default XML_HOME variants" >&6;}
22176
+
22177
+            if test "x$XML_HOME" != "x"; then
22178
+                { $as_echo "$as_me:${as_lineno-$LINENO}: checking xml2-config version" >&5
22133 22179
 $as_echo_n "checking xml2-config version... " >&6; }
22134
-  XMLCONF_VERSION="`$XML_HOME/bin/xml2-config --version`"
22135
-  if test "x%XMLCONF_VERSION" != "x"; then
22136
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCONF_VERSION" >&5
22180
+                XMLCONF_VERSION="`$XML_HOME/bin/xml2-config --version`"
22181
+
22182
+                if test "x%XMLCONF_VERSION" != "x"; then
22183
+                    { $as_echo "$as_me:${as_lineno-$LINENO}: result: $XMLCONF_VERSION" >&5
22137 22184
 $as_echo "$XMLCONF_VERSION" >&6; }
22138
-    found_xml="yes"
22139
-    XML_CPPFLAGS="`$XML_HOME/bin/xml2-config --cflags`"
22140
-    XML_LIBS="`$XML_HOME/bin/xml2-config --libs`"
22141
-    $as_echo "$XML_CPPFLAGS"
22142
-    $as_echo "$XML_LIBS"
22143
-  else
22144
-    as_fn_error $? "xml2-config failed" "$LINENO" 5
22145
-  fi
22146
-fi
22185
+                    found_xml="yes"
22186
+                    XML_CPPFLAGS="`$XML_HOME/bin/xml2-config --cflags`"
22187
+                    XML_LIBS="`$XML_HOME/bin/xml2-config --libs`"
22188
+                    $as_echo "$XML_CPPFLAGS"
22189
+                    $as_echo "$XML_LIBS"
22190
+                else
22191
+                    as_fn_error $? "xml2-config failed" "$LINENO" 5
22192
+                fi
22193
+            fi
22194
+        else
22195
+            found_xml="yes"
22196
+            XMLCONF_VERSION="`$xmlconfig --version`"
22197
+            XML_CPPFLAGS="`$xmlconfig --cflags`"
22198
+            XML_LIBS="`$xmlconfig --libs`"
22199
+        fi
22200
+  esac
22201
+
22202
+  working_xml="no"
22203
+  if test "X$found_xml" != "Xno"; then
22147 22204
 
22148
-working_xml="no"
22149
-if test "X$found_xml" != "Xno"; then
22150
-  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlreader.h in $XML_HOME" >&5
22151
-$as_echo_n "checking for xmlreader.h in $XML_HOME... " >&6; }
22205
+    readerresult=""
22206
+    if test "x$xmlconfig" = x ; then
22207
+        readerresult="$XML_HOME/include/libxml2/libxml/xmlreader.h"
22208
+    else
22209
+        readerresult="`$xmlconfig --prefix`/include/libxml2/libxml/xmlreader.h"
22210
+    fi
22152 22211
 
22153
-  if test ! -f "$XML_HOME/include/libxml2/libxml/xmlreader.h"; then
22154
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22212
+    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlreader.h in $readerresult" >&5
22213
+$as_echo_n "checking for xmlreader.h in $readerresult... " >&6; }
22214
+
22215
+    if test ! -f "$readerresult"; then
22216
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: not found" >&5
22155 22217
 $as_echo "not found" >&6; }
22156
-  else
22157
-    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
22218
+    else
22219
+      { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
22158 22220
 $as_echo "found" >&6; }
22159
-    save_LIBS="$LIBS"
22160
-    save_CPPFLAGS="$CPPFLAGS"
22161
-    CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS"
22162
-    save_LDFLAGS="$LDFLAGS"
22163
-    LDFLAGS="$LDFLAGS $XML_LIBS"
22221
+      save_LIBS="$LIBS"
22222
+      save_CPPFLAGS="$CPPFLAGS"
22223
+      CPPFLAGS="$CPPFLAGS $XML_CPPFLAGS"
22224
+      save_LDFLAGS="$LDFLAGS"
22225
+      LDFLAGS="$LDFLAGS $XML_LIBS"
22164 22226
 
22165
-    $as_echo "CPPFLAGS: $CPPFLAGS"
22166
-    $as_echo "LD_FLAGS: $LDFLAGS"
22227
+      $as_echo "CPPFLAGS: $CPPFLAGS"
22228
+      $as_echo "LD_FLAGS: $LDFLAGS"
22167 22229
 
22168
-    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlTextReaderRead in -lxml2" >&5
22230
+      { $as_echo "$as_me:${as_lineno-$LINENO}: checking for xmlTextReaderRead in -lxml2" >&5
22169 22231
 $as_echo_n "checking for xmlTextReaderRead in -lxml2... " >&6; }
22170 22232
 if ${ac_cv_lib_xml2_xmlTextReaderRead+:} false; then :
22171 22233
   $as_echo_n "(cached) " >&6
... ...
@@ -22208,33 +22271,32 @@ else
22208 22208
 fi
22209 22209
 
22210 22210
 
22211
-    CPPFLAGS="$save_CPPFLAGS"
22212
-    LDFLAGS="$save_LDFLAGS"
22213
-    LIBS="$save_LIBS"
22211
+      CPPFLAGS="$save_CPPFLAGS"
22212
+      LDFLAGS="$save_LDFLAGS"
22213
+      LIBS="$save_LIBS"
22214
+    fi
22214 22215
   fi
22215
-fi
22216 22216
 
22217
-if test "$working_xml" = "yes"; then
22217
+  if test "$working_xml" = "yes"; then
22218 22218
 
22219 22219
 $as_echo "#define HAVE_LIBXML2 1" >>confdefs.h
22220 22220
 
22221 22221
 
22222 22222
 
22223
-  { $as_echo "$as_me:${as_lineno-$LINENO}: Compiling and linking with libxml2 from $XML_HOME" >&5
22223
+    { $as_echo "$as_me:${as_lineno-$LINENO}: Compiling and linking with libxml2 from $XML_HOME" >&5
22224 22224
 $as_echo "$as_me: Compiling and linking with libxml2 from $XML_HOME" >&6;}
22225
-else
22226
-  if test "$want_xml" = "yes"; then
22227
-     as_fn_error $? "****** Please install libxml2 packages!" "$LINENO" 5
22228 22225
   else
22229
-    if test "$want_xml" != "no"; then
22226
+    if test "$want_xml" = "yes"; then
22227
+      as_fn_error $? "****** Please install libxml2 packages!" "$LINENO" 5
22228
+    else
22230 22229
       { $as_echo "$as_me:${as_lineno-$LINENO}: ****** libxml2 support unavailable" >&5
22231 22230
 $as_echo "$as_me: ****** libxml2 support unavailable" >&6;}
22232 22231
     fi
22233
-  fi
22234
-  XML_CPPFLAGS=""
22235
-  XML_LIBS=""
22232
+    XML_CPPFLAGS=""
22233
+    XML_LIBS=""
22236 22234
 
22237 22235
 
22236
+  fi
22238 22237
 fi
22239 22238
 
22240 22239
  if test "x$HAVE_LIBXML2" = "xyes"; then
... ...
@@ -471,6 +471,7 @@ target_vendor = @target_vendor@
471 471
 top_build_prefix = @top_build_prefix@
472 472
 top_builddir = @top_builddir@
473 473
 top_srcdir = @top_srcdir@
474
+xmlconfig = @xmlconfig@
474 475
 EXTRA_DIST = main.cvd daily.cvd
475 476
 DBINST = @DBDIR@
476 477
 all: all-am
... ...
@@ -505,6 +505,7 @@ target_vendor = @target_vendor@
505 505
 top_build_prefix = @top_build_prefix@
506 506
 top_builddir = @top_builddir@
507 507
 top_srcdir = @top_srcdir@
508
+xmlconfig = @xmlconfig@
508 509
 EXTRA_DIST = html $(top_srcdir)/docs/man/*.in  
509 510
 man_MANS = man/clamscan.1 man/freshclam.1 man/sigtool.1 man/clamd.8 \
510 511
 	man/clamd.conf.5 man/clamdscan.1 man/clamav-milter.8 \
... ...
@@ -501,6 +501,7 @@ target_vendor = @target_vendor@
501 501
 top_build_prefix = @top_build_prefix@
502 502
 top_builddir = @top_builddir@
503 503
 top_srcdir = @top_srcdir@
504
+xmlconfig = @xmlconfig@
504 505
 EXTRA_DIST = clamd.conf.sample freshclam.conf.sample clamav-milter.conf.sample
505 506
 CFGINST = @CFGDIR@
506 507
 sysconf_DATA = clamd.conf.sample freshclam.conf.sample $(am__append_1)
... ...
@@ -556,6 +556,7 @@ target_vendor = @target_vendor@
556 556
 top_build_prefix = @top_build_prefix@
557 557
 top_builddir = @top_builddir@
558 558
 top_srcdir = @top_srcdir@
559
+xmlconfig = @xmlconfig@
559 560
 freshclam_SOURCES = \
560 561
     $(top_srcdir)/shared/output.h \
561 562
     $(top_srcdir)/shared/optparser.c \
... ...
@@ -953,6 +953,7 @@ target_vendor = @target_vendor@
953 953
 top_build_prefix = @top_build_prefix@
954 954
 top_builddir = @top_builddir@
955 955
 top_srcdir = @top_srcdir@
956
+xmlconfig = @xmlconfig@
956 957
 @ENABLE_FUZZ_TRUE@AM_CPPFLAGS = \
957 958
 @ENABLE_FUZZ_TRUE@    @SSL_CPPFLAGS@ \
958 959
 @ENABLE_FUZZ_TRUE@    -I$(top_srcdir) -I$(top_srcdir)/shared -I$(top_srcdir)/libclamav \
... ...
@@ -1125,6 +1125,7 @@ target_vendor = @target_vendor@
1125 1125
 top_build_prefix = @top_build_prefix@
1126 1126
 top_builddir = @top_builddir@
1127 1127
 top_srcdir = @top_srcdir@
1128
+xmlconfig = @xmlconfig@
1128 1129
 AM_YFLAGS = -d
1129 1130
 AM_CPPFLAGS = -I$(top_srcdir) -I@srcdir@/nsis $(LTDLINCL) \
1130 1131
 	$(am__append_1)
... ...
@@ -601,6 +601,7 @@ target_vendor = @target_vendor@
601 601
 top_build_prefix = @top_build_prefix@
602 602
 top_builddir = @top_builddir@
603 603
 top_srcdir = @top_srcdir@
604
+xmlconfig = @xmlconfig@
604 605
 libfreshclam_la_LIBADD = $(top_builddir)/libclamav/libclamav.la @FRESHCLAM_LIBS@ @CURL_LIBS@ @SSL_LIBS@ @JSON_LIBS@ @LIBLTDL@ @THREAD_LIBS@ @LIBM@
605 606
 libfreshclam_la_DEPENDENCIES = @LTDLDEPS@
606 607
 libfreshclam_la_LDFLAGS = @CURL_LDFLAGS@ @SSL_LDFLAGS@ @TH_SAFE@ \
... ...
@@ -600,6 +600,7 @@ target_vendor = @target_vendor@
600 600
 top_build_prefix = @top_build_prefix@
601 601
 top_builddir = @top_builddir@
602 602
 top_srcdir = @top_srcdir@
603
+xmlconfig = @xmlconfig@
603 604
 ACLOCAL_AMFLAGS = -I ../m4
604 605
 AUTOMAKE_OPTIONS = foreign
605 606
 
... ...
@@ -523,6 +523,7 @@ target_vendor = @target_vendor@
523 523
 top_build_prefix = @top_build_prefix@
524 524
 top_builddir = @top_builddir@
525 525
 top_srcdir = @top_srcdir@
526
+xmlconfig = @xmlconfig@
526 527
 sigtool_SOURCES = \
527 528
     $(top_srcdir)/shared/output.c \
528 529
     $(top_srcdir)/shared/output.h \
... ...
@@ -452,6 +452,7 @@ target_vendor = @target_vendor@
452 452
 top_build_prefix = @top_build_prefix@
453 453
 top_builddir = @top_builddir@
454 454
 top_srcdir = @top_srcdir@
455
+xmlconfig = @xmlconfig@
455 456
 FILES = clam.cab clam.exe clam.zip clam.arj clam.exe.rtf clam.exe.szdd \
456 457
 	clam.tar.gz clam.chm clam.sis clam-aspack.exe clam-pespin.exe \
457 458
 	clam-upx.exe clam-fsg.exe clam-mew.exe clam-nsis.exe \
... ...
@@ -742,6 +742,7 @@ target_vendor = @target_vendor@
742 742
 top_build_prefix = @top_build_prefix@
743 743
 top_builddir = @top_builddir@
744 744
 top_srcdir = @top_srcdir@
745
+xmlconfig = @xmlconfig@
745 746
 SPLIT_DIR = $(top_srcdir)/unit_tests/.split
746 747
 FILES = clam-phish-exe
747 748
 programs = check_clamav