summaryrefslogtreecommitdiff
path: root/Makefile.am
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
commitb5a55a4091cbca0e71c87e9a3c365b286a3a8297 (patch)
tree06f5563fb0724467439424dfb228dab78e49844a /Makefile.am
parentf8ce071e1040c766157d630d920d6165d35fe422 (diff)
downloadogg-git-b5a55a4091cbca0e71c87e9a3c365b286a3a8297.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. svn path=/trunk/ogg/; revision=17615
Diffstat (limited to 'Makefile.am')
-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