[libdvdcss-devel] build: Set project URL during autoconf init

Diego Biurrun git at videolan.org
Mon Oct 20 19:14:56 CEST 2014


libdvdcss | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Oct 20 11:59:00 2014 +0200| [3d54c9ec50e2681dff9eafcd22478d9d72a0d967] | committer: Jean-Baptiste Kempf

build: Set project URL during autoconf init

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

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

diff --git a/configure.ac b/configure.ac
index e434298..860705f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT(libdvdcss, 1.3.0)
+AC_INIT(libdvdcss, 1.3.0, , , https://www.videolan.org/developers/libdvdcss.html)
 AC_CONFIG_SRCDIR([src/libdvdcss.c])
 
 AC_PREREQ(2.50)



More information about the libdvdcss-devel mailing list