Diego Elio Pettenò
2013-02-14 20:13:50 UTC
libdvdcss | branch: master | Diego Elio Pettenò <***@flameeyes.eu> | Thu Feb 14 08:05:09 2013 -0800| [75590b889feb6cf518d624fb014555269f53657f] | committer: Diego Elio Pettenò
build: do not build the .tar.gz archive
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8e10148..c80a49f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/libdvdcss.c])
AC_PREREQ(2.50)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects])
# Enable silent rules only when available (automake 1.11 or later).
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
build: do not build the .tar.gz archive
http://git.videolan.org/gitweb.cgi/libdvdcss.git/?a=commit;h=75590b889feb6cf518d624fb014555269f53657f
---configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 8e10148..c80a49f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_CONFIG_SRCDIR([src/libdvdcss.c])
AC_PREREQ(2.50)
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([foreign dist-bzip2 subdir-objects])
+AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip subdir-objects])
# Enable silent rules only when available (automake 1.11 or later).
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])