summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 08:54:41 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-06-30 08:54:41 +0000
commit6208c2a53e0973c9f6476fc32bc28671e41eba39 (patch)
tree0507ede4c961d3d1ce7ddeae54ce869192a76a6e /cpukit/aclocal
parentRequire AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62). (diff)
downloadrtems-6208c2a53e0973c9f6476fc32bc28671e41eba39.tar.bz2
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
Diffstat (limited to 'cpukit/aclocal')
-rw-r--r--cpukit/aclocal/rtems-top.m44
1 files changed, 4 insertions, 0 deletions
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