]> git.pld-linux.org Git - packages/clamav.git/commitdiff
- old am hacking
authorElan Ruusamäe <glen@pld-linux.org>
Thu, 15 Apr 2010 12:01:06 +0000 (12:01 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    am-nosilentrules.patch -> 1.2

am-nosilentrules.patch

index 111380a4b7723b2328f4fd6ebdddd0080d7590a8..9625e0fa480b9aaef6bd82f102962981adbf073d 100644 (file)
  
  dnl we told automake to not define these, since we want to include
  dnl the date in the version
+--- clamav-0.96/m4/acinclude.m4~       2010-04-15 14:58:22.000000000 +0300
++++ clamav-0.96/m4/acinclude.m4        2010-04-15 14:59:20.072733581 +0300
+@@ -789,9 +789,9 @@
+ AC_DEFUN([CL_MSG_STATUS],
+ [
+    m4_if($#,3,,[m4_fatal([$0: invalid number of arguments: $#])])
+-   AS_ECHO_N(["              $1: "])
+-   AS_IF([test "x$3" = "xno"], [AS_ECHO(["$2 (disabled)"])],
+-       [test "x$3" = "xyes"], [AS_ECHO(["$2"])],
+-       [test "x$3" = "x"], [AS_ECHO(["$2"])],
+-       [AS_ECHO(["$2 ($3)"])])
++   echo ["              $1: "]
++   AS_IF([test "x$3" = "xno"], [echo ["$2 (disabled)"]],
++       [test "x$3" = "xyes"], [echo ["$2"]],
++       [test "x$3" = "x"], [echo ["$2"]],
++       [echo ["$2 ($3)"]])
+ ])
This page took 0.128617 seconds and 4 git commands to generate.