2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
	AC_PREREQ(2.62).
This commit is contained in:
Ralf Corsepius
2008-06-30 08:54:41 +00:00
parent 75cd18ce47
commit 6208c2a53e
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-06-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Require AC_DISABLE_OPTION_CHECKING.
AC_PREREQ(2.62).
2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au> 2008-06-19 Matthew Riek <matthew.riek@ibiscomputer.com.au>
* sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather * sapi/include/confdefs.h: Use the PRIORITY_DEFAULT_MAXIMUM rather

View File

@@ -1,5 +1,8 @@
dnl $Id$ dnl $Id$
# AC_DISABLE_OPTION_CHECKING is not available before 2.62
AC_PREREQ(2.62)
dnl dnl
dnl RTEMS_TOP($1) dnl RTEMS_TOP($1)
dnl dnl
@@ -9,6 +12,7 @@ AC_DEFUN([RTEMS_TOP],
[dnl [dnl
AC_REQUIRE([RTEMS_VERSIONING]) AC_REQUIRE([RTEMS_VERSIONING])
AC_REQUIRE([AM_SET_LEADING_DOT]) AC_REQUIRE([AM_SET_LEADING_DOT])
AC_REQUIRE([AC_DISABLE_OPTION_CHECKING])
AC_CONFIG_AUX_DIR([$1]) AC_CONFIG_AUX_DIR([$1])
AC_CHECK_PROGS(MAKE, gmake make) AC_CHECK_PROGS(MAKE, gmake make)
AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl AC_BEFORE([$0], [AM_INIT_AUTOMAKE])dnl