[xiph-commits] r17031 - trunk/vorbis
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Thu Mar 25 02:07:22 PDT 2010
Author: xiphmont
Date: 2010-03-25 02:07:22 -0700 (Thu, 25 Mar 2010)
New Revision: 17031
Modified:
trunk/vorbis/Makefile.am
Log:
We do in fact need automake 1.7; 1.6 will bomb out.
Modified: trunk/vorbis/Makefile.am
===================================================================
--- trunk/vorbis/Makefile.am 2010-03-25 06:52:55 UTC (rev 17030)
+++ trunk/vorbis/Makefile.am 2010-03-25 09:07:22 UTC (rev 17031)
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
-AUTOMAKE_OPTIONS = 1.6 foreign dist-zip dist-bzip2
+AUTOMAKE_OPTIONS = 1.7 foreign dist-zip dist-bzip2
SUBDIRS = m4 include vq lib test doc
More information about the commits
mailing list