summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-06-29 06:27:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-06-29 06:27:06 +0000
commit75cd18ce476004340df3e2bf60983390487d261e (patch)
tree523d9c00b2c76d59538f211fce0412253a9d1478 /c/src/aclocal
parent2008-06-29 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-75cd18ce476004340df3e2bf60983390487d261e.tar.bz2
Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/rtems-top.m44
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/aclocal/rtems-top.m4 b/c/src/aclocal/rtems-top.m4
index 9149971cb8..35c0d99c31 100644
--- a/c/src/aclocal/rtems-top.m4
+++ b/c/src/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
@@ -8,6 +11,7 @@ dnl
AC_DEFUN([RTEMS_TOP],
[dnl
AC_REQUIRE([RTEMS_VERSIONING])
+AC_REQUIRE([AC_DISABLE_OPTION_CHECKING])
AC_REQUIRE([AM_SET_LEADING_DOT])
AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make)