Changeset 3025a4a in rtems for c/src/aclocal/bsp-configure.m4


Ignore:
Timestamp:
02/12/04 16:56:47 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a03c1ab
Parents:
717a34e9
Message:

2004-02-12 Ralf Corsepius <corsepiu@…>

  • 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.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/aclocal/bsp-configure.m4

    r717a34e9 r3025a4a  
    55AC_DEFUN([RTEMS_BSP_CONFIGURE],
    66[
    7   AC_PREREQ([2.57])
     7  AC_PREREQ(2.59)
    88  AM_MAINTAINER_MODE
    99  RTEMS_ENV_RTEMSBSP
     
    1111  RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP)
    1212
    13   AM_CONFIG_HEADER([include/bspopts.tmp:include/bspopts.h.in],[
     13  AC_CONFIG_HEADERS([include/bspopts.tmp:include/bspopts.h.in],[
    1414echo "/* BSP dependent options file */"         >$tmp/config.h
    1515echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h
Note: See TracChangeset for help on using the changeset viewer.