Changeset 1da0c52 in rtems for aclocal/enable-rtemsbsp.m4


Ignore:
Timestamp:
10/28/02 17:56:41 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
314a962
Parents:
d6a85919
Message:

2002-10-28 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-rtemsbsp.m4: Remove '\' in AC_MSG_ERROR (autoconf > 2.54 complains about).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • aclocal/enable-rtemsbsp.m4

    rd6a85919 r1da0c52  
    1111[BSPs to include in build]),
    1212[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"]);;
    1414  *) $1=$enableval;;
    1515esac],[$1=""])
Note: See TracChangeset for help on using the changeset viewer.