summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:34:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-15 14:34:00 +0000
commitd4e28828b9f563295359c4456d5273abd1c74ec6 (patch)
tree4306bdad2b7c8d1f608f459a24ff2558302a4b82 /c/src/aclocal
parentRemove RTEMS_AMPOLISH3. (diff)
downloadrtems-d4e28828b9f563295359c4456d5273abd1c74ec6.tar.bz2
AC_PREREQ(2.60).
Remove checks for AMPOLISH3.
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/bsp-configure.m46
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index bcd0d88aed..b7ded666e8 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -4,14 +4,10 @@ dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
[
- AC_PREREQ(2.59)
+ AC_PREREQ(2.60)
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
- AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
- AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -n "$AMPOLISH3"])
-
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
AC_CONFIG_HEADERS([include/bspopts.tmp:include/bspopts.h.in],[