From 9e05a2675f9ebda6db54958f5b9c8751e706c078 Mon Sep 17 00:00:00 2001 From: Monty Date: Thu, 25 Mar 2010 09:07:22 +0000 Subject: [PATCH] We do in fact need automake 1.7; 1.6 will bomb out. svn path=/trunk/vorbis/; revision=17031 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 89efb5d..7ddc442 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 -- 2.7.4