Changeset e84c2a46 in rtems


Ignore:
Timestamp:
03/25/04 07:33:57 (20 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
93a0f2b
Parents:
7c48a2e8
Message:

2004-03-25 Ralf Corsepius <corsepiu@…>

  • aclocal/enable-bare.m4, aclocal/enable-cxx.m4, aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4, aclocal/enable-networking.m4, aclocal/enable-posix.m4, aclocal/enable-tests.m4, aclocal/multilib.m4, aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
Location:
testsuites
Files:
10 edited

Legend:

Unmodified
Added
Removed
  • testsuites/ChangeLog

    r7c48a2e8 re84c2a46  
     12004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/enable-bare.m4, aclocal/enable-cxx.m4,
     4        aclocal/enable-itron.m4, aclocal/enable-multiprocessing.m4,
     5        aclocal/enable-networking.m4, aclocal/enable-posix.m4,
     6        aclocal/enable-tests.m4, aclocal/multilib.m4,
     7        aclocal/rtems-test-no-pause.m4: Autoupdate to autoconf-2.59.
     8
    192004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    210
  • testsuites/aclocal/enable-bare.m4

    r7c48a2e8 re84c2a46  
    22[
    33AC_ARG_ENABLE(bare-cpu-cflags,
    4 [AC_HELP_STRING([--enable-bare-cpu-cflags],
    5 [specify a particular cpu cflag (bare bsp specific)])],
     4[AS_HELP_STRING(--enable-bare-cpu-cflags,specify a particular cpu cflag (bare bsp specific))],
    65[case "${enableval}" in
    76  no) BARE_CPU_CFLAGS="" ;;
     
    1110
    1211AC_ARG_ENABLE(bare-cpu-model,
    13 [AC_HELP_STRING([--enable-bare-cpu-model],
    14 [specify a particular cpu model (bare bsp specific)])],
     12[AS_HELP_STRING(--enable-bare-cpu-model,specify a particular cpu model (bare bsp specific))],
    1513[case "${enableval}" in
    1614  no)   BARE_CPU_MODEL="" ;;
  • testsuites/aclocal/enable-cxx.m4

    r7c48a2e8 re84c2a46  
    44[
    55AC_ARG_ENABLE(cxx,
    6 [AC_HELP_STRING([--enable-cxx],
    7 [enable C++ support and build the rtems++ library])],
     6[AS_HELP_STRING(--enable-cxx,enable C++ support and build the rtems++ library)],
    87[case "${enable_cxx}" in
    98  yes) RTEMS_HAS_CPLUSPLUS=yes ;;
  • testsuites/aclocal/enable-itron.m4

    r7c48a2e8 re84c2a46  
    66
    77AC_ARG_ENABLE(itron,
    8 [AC_HELP_STRING([--enable-itron],[enable itron interface])],
     8[AS_HELP_STRING(--enable-itron,enable itron interface)],
    99[case "${enableval}" in
    1010  yes) RTEMS_HAS_ITRON_API=yes ;;
  • testsuites/aclocal/enable-multiprocessing.m4

    r7c48a2e8 re84c2a46  
    44[
    55AC_ARG_ENABLE(multiprocessing,
    6 [AC_HELP_STRING([--enable-multiprocessing],
    7 [enable multiprocessing interface])],
     6[AS_HELP_STRING(--enable-multiprocessing,enable multiprocessing interface)],
    87[case "${enable_multiprocessing}" in
    98  yes) ;;
  • testsuites/aclocal/enable-networking.m4

    r7c48a2e8 re84c2a46  
    44[
    55AC_ARG_ENABLE(networking,
    6 [AC_HELP_STRING([--enable-networking],[enable TCP/IP stack])],
     6[AS_HELP_STRING(--enable-networking,enable TCP/IP stack)],
    77[case "${enableval}" in
    88  yes) RTEMS_HAS_NETWORKING=yes ;;
  • testsuites/aclocal/enable-posix.m4

    r7c48a2e8 re84c2a46  
    66
    77AC_ARG_ENABLE(posix,
    8 [AC_HELP_STRING([--enable-posix],[enable posix interface])],
     8[AS_HELP_STRING(--enable-posix,enable posix interface)],
    99[case "${enableval}" in
    1010  yes) RTEMS_HAS_POSIX_API=yes ;;
  • testsuites/aclocal/enable-tests.m4

    r7c48a2e8 re84c2a46  
    44[
    55AC_ARG_ENABLE(tests,
    6 [AC_HELP_STRING([--enable-tests],[enable tests (default:samples)])],
     6[AS_HELP_STRING(--enable-tests,enable tests (default:samples))],
    77  [case "${enableval}" in
    88    samples) enable_tests=samples;;
  • testsuites/aclocal/multilib.m4

    r7c48a2e8 re84c2a46  
    66[
    77AC_ARG_ENABLE(multilib,
    8 AC_HELP_STRING([--enable-multilib],
    9 [build many library versions (default=no)]),
     8AS_HELP_STRING(--enable-multilib,build many library versions (default=no)),
    109[case "${enableval}" in
    1110  yes) multilib=yes ;;
  • testsuites/aclocal/rtems-test-no-pause.m4

    r7c48a2e8 re84c2a46  
    11AC_DEFUN([RTEMS_ENABLE_RTEMS_TEST_NO_PAUSE],
    22[AC_ARG_ENABLE(test-no-pause,
    3 AC_HELP_STRING([--disable-test-no-pause],[disable RTEMS_TEST_NO_PAUSE]),
     3AS_HELP_STRING(--disable-test-no-pause,disable RTEMS_TEST_NO_PAUSE),
    44[case "${enableval}" in
    55  yes) RTEMS_TEST_NO_PAUSE=yes ;;
Note: See TracChangeset for help on using the changeset viewer.