From fd570e86cce11672065fa6c77dd4d72e0f14fa15 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Thu, 31 Jan 2002 18:47:38 +0000 Subject: [PATCH] specify prerequisite versions of autoconf and automake --- Makefile.am | 2 ++ configure.ac | 1 + 2 files changed, 3 insertions(+) diff --git a/Makefile.am b/Makefile.am index 4444df17..20269ea4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +AUTOMAKE_OPTIONS=1.5 + SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main EXTRA_SUBDIRS = includes tools unused diff --git a/configure.ac b/configure.ac index 26fe4a69..25df4e12 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,6 @@ # -*- mode: shell-script -*- AC_INIT(main/inferno.c) +AC_PREREQ(2.52) AC_CANONICAL_BUILD AC_CANONICAL_HOST -- 2.39.2