Changeset 3025a4a in rtems for c/src/aclocal/bsp-configure.m4
- Timestamp:
- 02/12/04 16:56:47 (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a03c1ab
- Parents:
- 717a34e9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/aclocal/bsp-configure.m4
r717a34e9 r3025a4a 5 5 AC_DEFUN([RTEMS_BSP_CONFIGURE], 6 6 [ 7 AC_PREREQ( [2.57])7 AC_PREREQ(2.59) 8 8 AM_MAINTAINER_MODE 9 9 RTEMS_ENV_RTEMSBSP … … 11 11 RTEMS_CHECK_CUSTOM_BSP(RTEMS_BSP) 12 12 13 A M_CONFIG_HEADER([include/bspopts.tmp:include/bspopts.h.in],[13 AC_CONFIG_HEADERS([include/bspopts.tmp:include/bspopts.h.in],[ 14 14 echo "/* BSP dependent options file */" >$tmp/config.h 15 15 echo "/* automatically generated -- DO NOT EDIT!! */" >>$tmp/config.h
Note: See TracChangeset
for help on using the changeset viewer.