summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Giles <giles@xiph.org>2010-11-02 21:35:58 +0000
committerRalph Giles <giles@xiph.org>2010-11-02 21:35:58 +0000
commit70308590bdcb63cf0c108a5f8dba09110b66bee4 (patch)
tree06f5563fb0724467439424dfb228dab78e49844a
parentcb51de3f8ca6d57063fe7ea7baa93bebce91ea0f (diff)
downloadogg-70308590bdcb63cf0c108a5f8dba09110b66bee4.tar.gz
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
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
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