[xiph-commits] r17447 - trunk/theora

giles at svn.xiph.org giles at svn.xiph.org
Thu Sep 23 13:28:11 PDT 2010


Author: giles
Date: 2010-09-23 13:28:11 -0700 (Thu, 23 Sep 2010)
New Revision: 17447

Modified:
   trunk/theora/Makefile.am
Log:
Prefer xz to bzip2 for distribution.

This requires bumping the minimum automake version to 1.11.


Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am	2010-09-23 20:06:20 UTC (rev 17446)
+++ trunk/theora/Makefile.am	2010-09-23 20:28:11 UTC (rev 17447)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in
 
-AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2
+AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
 
 if THEORA_ENABLE_EXAMPLES
 EXAMPLES_DIR = examples



More information about the commits mailing list