]> TLD Linux GIT Repositories - packages/clamav.git/blob - am-nosilentrules.patch
- updated to 0.98.1
[packages/clamav.git] / am-nosilentrules.patch
1 diff -ur clamav-0.98.orig/configure.ac clamav-0.98/configure.ac
2 --- clamav-0.98.orig/configure.ac       2013-09-21 10:55:23.897891162 +0000
3 +++ clamav-0.98/configure.ac    2013-09-21 10:55:51.287891575 +0000
4 @@ -34,8 +34,7 @@
5  
6  dnl -Wall and -Werror here are NOT CFLAGS, they refer to automake warnings
7  dnl enable stealth builds and psychedelic tests
8 -AM_INIT_AUTOMAKE([1.11 -Wall -Wportability -Wno-override -Werror std-options foreign dist-bzip2 no-define color-tests parallel-tests tar-ustar])
9 -AM_SILENT_RULES([yes])
10 +AM_INIT_AUTOMAKE([1.10 -Wall -Wportability -Wno-override -Werror std-options foreign dist-bzip2 no-define tar-ustar])
11  
12  dnl we told automake to not define these, since we want to include
13  dnl the date in the version
14 diff -ur clamav-0.98.orig/m4/acinclude.m4 clamav-0.98/m4/acinclude.m4
15 --- clamav-0.98.orig/m4/acinclude.m4    2013-09-16 19:28:14.000000000 +0000
16 +++ clamav-0.98/m4/acinclude.m4 2013-09-21 10:55:51.287891575 +0000
17 @@ -880,9 +880,9 @@
18  AC_DEFUN([CL_MSG_STATUS],
19  [
20     m4_if($#,3,,[m4_fatal([$0: invalid number of arguments: $#])])
21 -   AS_ECHO_N(["              $1: "])
22 -   AS_IF([test "x$3" = "xno"], [AS_ECHO(["$2 (disabled)"])],
23 -        [test "x$3" = "xyes"], [AS_ECHO(["$2"])],
24 -        [test "x$3" = "x"], [AS_ECHO(["$2"])],
25 -        [AS_ECHO(["$2 ($3)"])])
26 +   echo ["              $1: "]
27 +   AS_IF([test "x$3" = "xno"], [echo ["$2 (disabled)"]],
28 +        [test "x$3" = "xyes"], [echo ["$2"]],
29 +        [test "x$3" = "x"], [echo ["$2"]],
30 +        [echo ["$2 ($3)"]])
31  ])