From 13895ab1dd5ea491b2abc4d8b29cc97cae645cf1 Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 28 Aug 2002 14:13:51 +0000 Subject: [PATCH] More fixes to the automake/conf scripts. --- acsite.m4 => acinclude.m4 | 0 configure.ac | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename acsite.m4 => acinclude.m4 (100%) diff --git a/acsite.m4 b/acinclude.m4 similarity index 100% rename from acsite.m4 rename to acinclude.m4 diff --git a/configure.ac b/configure.ac index 1548db21..5c425628 100644 --- a/configure.ac +++ b/configure.ac @@ -6,8 +6,8 @@ dnl $Id$ AC_INIT AC_CONFIG_SRCDIR([src/Lib/DEM/dem.cxx]) -# Require at least automake 2.53 -AC_PREREQ(2.53) +# Require at least automake 2.52 +AC_PREREQ(2.52) dnl Initialize the automake stuff AM_INIT_AUTOMAKE(TerraGear, 0.0.5)