[xiph-commits] r16670 - trunk/theora
giles at svn.xiph.org
giles at svn.xiph.org
Thu Oct 29 03:32:30 PDT 2009
Author: giles
Date: 2009-10-29 03:32:30 -0700 (Thu, 29 Oct 2009)
New Revision: 16670
Modified:
trunk/theora/Makefile.am
Log:
Require automake 1.7 which is the first version to support docdir.
Use of the built-in --docdir option was assumed by r16634, but systems
with automake-1.6 installed would warn that it was unsupported. Updating
the minimum version to 1.7 ensures a supporting automake is called.
Note this means we require at least MacOS X 10.5 to build out of
the box on that platform.
Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am 2009-10-29 10:28:40 UTC (rev 16669)
+++ trunk/theora/Makefile.am 2009-10-29 10:32:30 UTC (rev 16670)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = foreign 1.6 dist-zip dist-bzip2
+AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2
if THEORA_ENABLE_EXAMPLES
EXAMPLES_DIR = examples
More information about the commits
mailing list