From 09004f653ee4f4c694260fe9792e9311a657f1ea Mon Sep 17 00:00:00 2001 From: Matt Messier Date: Thu, 10 May 2007 15:43:36 -0400 Subject: Change AUTOMAKE_OPTIONS to require automake 1.9 rather than 1.8 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 2b82d1bdc..548f93312 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AUTOMAKE_OPTIONS = 1.8 no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS = 1.9 no-dist-gzip dist-bzip2 ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3