From 70308590bdcb63cf0c108a5f8dba09110b66bee4 Mon Sep 17 00:00:00 2001 From: Ralph Giles Date: Tue, 2 Nov 2010 21:35:58 +0000 Subject: Prefer dist-xz to dist-bzip. The xz format is faster and more efficient. This change bumps the automake requirement to 1.11, the first version with built-in support. We leave the old 1.6 AUTOMAKE_OPTIONS line commented out for convenience when building with an older automake. git-svn-id: http://svn.xiph.org/trunk/ogg@17615 0101bb08-14d6-0310-b084-bc0e0c8e3800 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 65735d3..bce2ad4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,8 @@ ## Process this file with automake to produce Makefile.in -AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip + +#AUTOMAKE_OPTIONS = foreign 1.6 dist-zip +AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz SUBDIRS = src include doc -- cgit v1.2.1