mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 07:18:26 +08:00
Require AC_DISABLE_OPTION_CHECKING. AC_PREREQ(2.62).
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user