[xiph-commits] r17456 - trunk/theora
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Thu Sep 23 16:13:52 PDT 2010
Author: tterribe
Date: 2010-09-23 16:13:52 -0700 (Thu, 23 Sep 2010)
New Revision: 17456
Modified:
trunk/theora/Makefile.am
Log:
Restore the old automake options in a comment.
This makes it easier for me to switch back to them in places that don't support
automake 1.11 yet.
Modified: trunk/theora/Makefile.am
===================================================================
--- trunk/theora/Makefile.am 2010-09-23 22:05:24 UTC (rev 17455)
+++ trunk/theora/Makefile.am 2010-09-23 23:13:52 UTC (rev 17456)
@@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in
+#Old options: these should still work if you don't have automake 1.11 yet.
+#AUTOMAKE_OPTIONS = foreign 1.7 dist-zip dist-bzip2
AUTOMAKE_OPTIONS = foreign 1.11 dist-zip dist-xz
if THEORA_ENABLE_EXAMPLES
More information about the commits
mailing list