]> git.pld-linux.org Git - packages/clamav.git/blob - am-nosilentrules.patch
- package more static libs
[packages/clamav.git] / am-nosilentrules.patch
1 --- clamav-0.96/configure.ac~   2010-04-15 13:38:54.000000000 +0300
2 +++ clamav-0.96/configure.ac    2010-04-15 13:38:55.799688151 +0300
3 @@ -34,8 +34,7 @@
4  
5  dnl -Wall and -Werror here are NOT CFLAGS, they refer to automake warnings
6  dnl enable stealth builds and psychedelic tests
7 -AM_INIT_AUTOMAKE([1.11 -Wall -Wportability -Wno-override std-options foreign dist-bzip2 no-define color-tests parallel-tests tar-ustar])
8 -AM_SILENT_RULES([yes])
9 +AM_INIT_AUTOMAKE([1.10 -Wall -Wportability -Wno-override std-options foreign dist-bzip2 no-define tar-ustar])
10  
11  dnl we told automake to not define these, since we want to include
12  dnl the date in the version
13 --- clamav-0.96/m4/acinclude.m4~        2010-04-15 14:58:22.000000000 +0300
14 +++ clamav-0.96/m4/acinclude.m4 2010-04-15 14:59:20.072733581 +0300
15 @@ -789,9 +789,9 @@
16  AC_DEFUN([CL_MSG_STATUS],
17  [
18     m4_if($#,3,,[m4_fatal([$0: invalid number of arguments: $#])])
19 -   AS_ECHO_N(["              $1: "])
20 -   AS_IF([test "x$3" = "xno"], [AS_ECHO(["$2 (disabled)"])],
21 -        [test "x$3" = "xyes"], [AS_ECHO(["$2"])],
22 -        [test "x$3" = "x"], [AS_ECHO(["$2"])],
23 -        [AS_ECHO(["$2 ($3)"])])
24 +   echo ["              $1: "]
25 +   AS_IF([test "x$3" = "xno"], [echo ["$2 (disabled)"]],
26 +        [test "x$3" = "xyes"], [echo ["$2"]],
27 +        [test "x$3" = "x"], [echo ["$2"]],
28 +        [echo ["$2 ($3)"]])
29  ])
This page took 0.027036 seconds and 3 git commands to generate.