From 091e3ea5878e835eaa813d054481c6051f745852 Mon Sep 17 00:00:00 2001 From: Bradley Bell Date: Tue, 16 Jul 2002 22:03:06 +0000 Subject: [PATCH] automake updates --- Makefile.am | 2 -- configure.ac | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 47013c26..f238b2fa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS=1.5 - SUBDIRS = 2d 3d maths mem cfile iff texmap misc arch main EXTRA_SUBDIRS = include tools unused debian rpm diff --git a/configure.ac b/configure.ac index 80f31206..3f5f3959 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ AC_CANONICAL_BUILD AC_CANONICAL_HOST AC_CANONICAL_TARGET -AM_INIT_AUTOMAKE +AM_INIT_AUTOMAKE([1.6]) AM_CONFIG_HEADER(conf.h) -- 2.39.2