shithub: libdvdcss

Download patch

ref: 5007bfb39187e6d0633f8d51a28c88b7c9a9ad48
parent: 29af7f48ed02aefb1342e5be57c0ae6a1336935c
author: Diego Elio Pettenò <flameeyes@flameeyes.eu>
date: Thu Feb 14 05:51:50 EST 2013

build: use dnl for comments in configure.ac.

--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@
 AC_CANONICAL_HOST
 
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects])
-# Enable silent rules only when available (automake 1.11 or later).
+dnl Enable silent rules only when available (automake 1.11 or later).
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 AC_CONFIG_HEADER(config.h)