From e8ed1017f752aa3bd58673f32a05622b7c852914 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Mon, 2 Apr 2007 21:32:56 +0200 Subject: The autogen.sh checks for at least 1.8, and indeed at least version 1.6 does not work, so 1.3 is a very optimistic version to ask as a minimum. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 474b96141..0b8e0e368 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ ## Process this file with automake to produce Makefile.in ## -AUTOMAKE_OPTIONS = 1.3 no-dist-gzip dist-bzip2 +AUTOMAKE_OPTIONS = 1.8 no-dist-gzip dist-bzip2 ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.3