Changeset 2a2def9 in rtems


Ignore:
Timestamp:
01/16/03 04:29:28 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
6237ab4
Parents:
17aa98d
Message:

2001-01-16 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
  • aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r17aa98d r2a2def9  
     12001-01-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/rtems-cpu-subdirs.m4: Print out RTEMS_CPU in error message.
     4        * aclocal/enable-cxx.m4: Use $enable_cxx instead of $enableval.
     5
    162002-12-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • aclocal/enable-cxx.m4

    r17aa98d r2a2def9  
    66[AC_HELP_STRING([--enable-cxx],
    77[enable C++ support and build the rtems++ library])],
    8 [case "${enableval}" in
     8[case "${enable_cxx}" in
    99  yes) RTEMS_HAS_CPLUSPLUS=yes ;;
    1010  no) RTEMS_HAS_CPLUSPLUS=no   ;;
  • aclocal/rtems-cpu-subdirs.m4

    r17aa98d r2a2def9  
    2727_RTEMS_CPU_SUBDIR([sparc],[$1]);;
    2828_RTEMS_CPU_SUBDIR([unix],[$1]);;
    29 *) AC_MSG_ERROR([Invalid RTEMS_CPU])
     29*) AC_MSG_ERROR([Invalid RTEMS_CPU <[$]{RTEMS_CPU}>])
    3030esac
    3131])
Note: See TracChangeset for help on using the changeset viewer.