summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/bsp-configure.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 16:56:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-12 16:56:47 +0000
commit3025a4aae5a78dfa44343af946bab1e2c534df2c (patch)
tree77b0ba7ff1137142c20ef65698d933d321653d90 /c/src/aclocal/bsp-configure.m4
parent2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3025a4aae5a78dfa44343af946bab1e2c534df2c.tar.bz2
2004-02-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/bspopts.m4: Use AS_HELP_STRING. * aclocal/bsp-configure.m4: Require autoconf-2.59. Use AC_CONFIG_HEADERS. * aclocal/check-custom-bsp.m4: Add bspkit-support. * aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
Diffstat (limited to 'c/src/aclocal/bsp-configure.m4')
-rw-r--r--c/src/aclocal/bsp-configure.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/aclocal/bsp-configure.m4 b/c/src/aclocal/bsp-configure.m4
index 792b9a5bbe..1a8e7bfb1d 100644
--- a/c/src/aclocal/bsp-configure.m4
+++ b/c/src/aclocal/bsp-configure.m4
@@ -4,13 +4,13 @@ dnl RTEMS_BSP_CONFIGURE
dnl Common macro to be included by all bsp-configure.acs
AC_DEFUN([RTEMS_BSP_CONFIGURE],
[
- AC_PREREQ([2.57])
+ AC_PREREQ(2.59)
AM_MAINTAINER_MODE
RTEMS_ENV_RTEMSBSP
RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
- AM_CONFIG_HEADER([include/bspopts.tmp:include/bspopts.h.in],[
+ AC_CONFIG_HEADERS([include/bspopts.tmp:include/bspopts.h.in],[
echo "/* BSP dependent options file */" >$tmp/config.h
echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h
echo >>$tmp/config.h