Browse code

Fixing formatting mistake where # comment character made it into .m4 file by way of URL. Correcting .am file to account for removing files from repository.

Micah Snyder authored on 2018/04/04 08:44:54
Showing 2 changed files
... ...
@@ -19,7 +19,7 @@
19 19
 ACLOCAL_AMFLAGS=-I m4
20 20
 
21 21
 SUBDIRS = libltdl libclamav clamscan clamd clamdscan freshclam sigtool clamconf database docs etc clamav-milter test clamdtop clambc unit_tests
22
-EXTRA_DIST = FAQ examples BUGS shared libclamav.pc.in libclamunrar_iface/Makefile.am libclamunrar_iface/Makefile.in UPGRADE COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.YARA COPYING.pcre platform.h.in clamdscan/clamdscan.map win32 libclamav/libmspack-0.5alpha/mspack/mspack.def
22
+EXTRA_DIST = examples shared libclamav.pc.in libclamunrar_iface/Makefile.am libclamunrar_iface/Makefile.in COPYING.bzip2 COPYING.lzma COPYING.unrar COPYING.LGPL COPYING.llvm COPYING.file COPYING.zlib COPYING.getopt COPYING.regex COPYING.YARA COPYING.pcre platform.h.in clamdscan/clamdscan.map win32 libclamav/libmspack-0.5alpha/mspack/mspack.def
23 23
 
24 24
 bin_SCRIPTS=clamav-config
25 25
 
... ...
@@ -160,7 +160,7 @@ int main(void)
160 160
 	return 0;
161 161
 }
162 162
 ], [AC_MSG_RESULT([ok, bug not present])],
163
-[AC_MSG_ERROR([your compiler has a bug that causes clamav bug no. 670, use a different compiler, see https://bugzilla.clamav.net/show_bug.cgi?id=670#c5])], [AC_MSG_RESULT([cross-compiling, assumed ok])])
163
+[AC_MSG_ERROR([your compiler has a bug that causes clamav bug no. 670, use a different compiler, see https://bugzilla.clamav.net/show_bug.cgi?id=670])], [AC_MSG_RESULT([cross-compiling, assumed ok])])
164 164
 
165 165
 dnl Check if compiler produces invalid code on gcc PR28045 (affects upx.c)
166 166
 dnl testcase from gcc testsuite