[xiph-commits] r17615 - trunk/ogg

giles at svn.xiph.org giles at svn.xiph.org
Tue Nov 2 14:35:58 PDT 2010


Author: giles
Date: 2010-11-02 14:35:58 -0700 (Tue, 02 Nov 2010)
New Revision: 17615

Modified:
   trunk/ogg/Makefile.am
Log:
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.


Modified: trunk/ogg/Makefile.am
===================================================================
--- trunk/ogg/Makefile.am	2010-11-02 21:22:37 UTC (rev 17614)
+++ trunk/ogg/Makefile.am	2010-11-02 21:35:58 UTC (rev 17615)
@@ -1,7 +1,9 @@
 ## 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
 
 m4datadir = $(datadir)/aclocal



More information about the commits mailing list