Changeset 1da0c52 in rtems for aclocal/enable-rtemsbsp.m4
- Timestamp:
- 10/28/02 17:56:41 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 314a962
- Parents:
- d6a85919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal/enable-rtemsbsp.m4
rd6a85919 r1da0c52 11 11 [BSPs to include in build]), 12 12 [case "${enableval}" in 13 yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp= \"bsp1 bsp2\"]);;13 yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);; 14 14 *) $1=$enableval;; 15 15 esac],[$1=""])
Note: See TracChangeset
for help on using the changeset viewer.