From 6208c2a53e0973c9f6476fc32bc28671e41eba39 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 30 Jun 2008 08:54:41 +0000 Subject: =?UTF-8?q?2008-06-30=20=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62). --- cpukit/aclocal/rtems-top.m4 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/rtems-top.m4 b/cpukit/aclocal/rtems-top.m4 index 7838bfc0ef..c96e5d242a 100644 --- a/cpukit/aclocal/rtems-top.m4 +++ b/cpukit/aclocal/rtems-top.m4 @@ -1,5 +1,8 @@ dnl $Id$ +# AC_DISABLE_OPTION_CHECKING is not available before 2.62 +AC_PREREQ(2.62) + dnl dnl RTEMS_TOP($1) dnl @@ -9,6 +12,7 @@ AC_DEFUN([RTEMS_TOP], [dnl AC_REQUIRE([RTEMS_VERSIONING]) AC_REQUIRE([AM_SET_LEADING_DOT]) +AC_REQUIRE([AC_DISABLE_OPTION_CHECKING]) AC_CONFIG_AUX_DIR([$1]) AC_CHECK_PROGS(MAKE, gmake make) AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl -- cgit v1.2.3