From 4b2a8ef270f46f2f7815ebefc91dd2a5c39b2a7e Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 28 Aug 2002 16:13:06 +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 ace645dd9..e483dd1d7 100644 --- a/configure.ac +++ b/configure.ac @@ -8,8 +8,8 @@ dnl working configure script. AC_INIT AC_CONFIG_SRCDIR([src/Aircraft/aircraft.cxx]) -# Require at least automake 2.53 -AC_PREREQ(2.53) +# Require at least automake 2.52 +AC_PREREQ(2.52) # Initialize the automake stuff AM_INIT_AUTOMAKE(FlightGear, 0.7.11pre1) -- 2.39.5