[libdvdcss-devel] build: use dnl for comments in configure.ac.

Diego Elio Pettenò git at videolan.org
Thu Feb 14 21:13:50 CET 2013


libdvdcss | branch: master | Diego Elio Pettenò <flameeyes at flameeyes.eu> | Thu Feb 14 10:51:50 2013 -0800| [5007bfb39187e6d0633f8d51a28c88b7c9a9ad48] | committer: Diego Elio Pettenò

build: use dnl for comments in configure.ac.

> http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=5007bfb39187e6d0633f8d51a28c88b7c9a9ad48
---

 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 772fa38..7fff766 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ(2.50)
 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)



More information about the libdvdcss-devel mailing list