Changeset 314a962 in rtems


Ignore:
Timestamp:
10/29/02 14:37:34 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
ae3b0d7
Parents:
1da0c52
Message:

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

  • aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
  • aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING. (autoconf > 2.54 seems to have problems with the old form of quoting).
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r1da0c52 r314a962  
     12002-10-29      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * aclocal/enable-bare.m4: Improve quoting of AC_HELP_STRING.
     4        * aclocal/enable-cxx.m4: Improve quoting of AC_HELP_STRING.
     5        * aclocal/enable-inlines.m4: Improve quoting of AC_HELP_STRING.
     6        * aclocal/enable-itron.m4: Improve quoting of AC_HELP_STRING.
     7        * aclocal/enable-multiprocessing.m4: Improve quoting of AC_HELP_STRING.
     8        * aclocal/enable-networking.m4: Improve quoting of AC_HELP_STRING.
     9        * aclocal/enable-posix.m4: Improve quoting of AC_HELP_STRING.
     10        * aclocal/enable-rdbg.m4: Improve quoting of AC_HELP_STRING.
     11        * aclocal/enable-rtemsbsp.m4: Improve quoting of AC_HELP_STRING.
     12        * aclocal/enable-tests.m4: Improve quoting of AC_HELP_STRING.
     13        (autoconf > 2.54 seems to have problems with the old form of
     14        quoting).
     15
    1162002-10-28      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    217
  • aclocal/enable-bare.m4

    r1da0c52 r314a962  
    22[
    33AC_ARG_ENABLE(bare-cpu-cflags,
    4 AC_HELP_STRING([--enable-bare-cpu-cflags],[specify a particular cpu cflag (bare bsp specific)]),
     4[AC_HELP_STRING([--enable-bare-cpu-cflags],
     5[specify a particular cpu cflag (bare bsp specific)])],
    56[case "${enableval}" in
    67  no) BARE_CPU_CFLAGS="" ;;
     
    1011
    1112AC_ARG_ENABLE(bare-cpu-model,
    12 AC_HELP_STRING([--enable-bare-cpu-model],[specify a particular cpu model (bare bsp specific)]),
     13[AC_HELP_STRING([--enable-bare-cpu-model],
     14[specify a particular cpu model (bare bsp specific)])],
    1315[case "${enableval}" in
    1416  no)   BARE_CPU_MODEL="" ;;
  • aclocal/enable-cxx.m4

    r1da0c52 r314a962  
    44[
    55AC_ARG_ENABLE(cxx,
    6 AC_HELP_STRING([--enable-cxx],[enable C++ support and build the rtems++
    7 library]),
     6[AC_HELP_STRING([--enable-cxx],
     7[enable C++ support and build the rtems++ library])],
    88[case "${enableval}" in
    99  yes) RTEMS_HAS_CPLUSPLUS=yes ;;
  • aclocal/enable-inlines.m4

    r1da0c52 r314a962  
    33AC_DEFUN(RTEMS_ENABLE_INLINES,
    44[AC_ARG_ENABLE(rtems-inlines,
    5 AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
     5[AC_HELP_STRING([--enable-rtems-inlines],
     6[enable RTEMS inline functions (default:enabled, disable to use macros)])],
    67[case "${enableval}" in
    78  yes) RTEMS_USE_MACROS=no ;;
  • aclocal/enable-itron.m4

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

    r1da0c52 r314a962  
    44[
    55AC_ARG_ENABLE(multiprocessing,
    6 AC_HELP_STRING([--enable-multiprocessing],[enable multiprocessing interface]),
     6[AC_HELP_STRING([--enable-multiprocessing],
     7[enable multiprocessing interface])],
    78[case "${enable_multiprocessing}" in
    89  yes) ;;
  • aclocal/enable-networking.m4

    r1da0c52 r314a962  
    66
    77AC_ARG_ENABLE(networking,
    8 AC_HELP_STRING([--enable-networking],[enable TCP/IP stack]),
     8[AC_HELP_STRING([--enable-networking],[enable TCP/IP stack])],
    99[case "${enableval}" in
    1010  yes) RTEMS_HAS_NETWORKING=yes ;;
  • aclocal/enable-posix.m4

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

    r1da0c52 r314a962  
    66
    77AC_ARG_ENABLE(rdbg,
    8 AC_HELP_STRING([--enable-rdbg],[enable remote debugger]),
     8[AC_HELP_STRING([--enable-rdbg],[enable remote debugger])],
    99[case "${enableval}" in
    1010  yes) RTEMS_HAS_RDBG=yes ;;
  • aclocal/enable-rtemsbsp.m4

    r1da0c52 r314a962  
    66AC_DEFUN(RTEMS_ENABLE_RTEMSBSP,
    77[
    8 AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])dnl
     8AC_BEFORE([$0], [RTEMS_ENV_RTEMSBSP])
    99AC_ARG_ENABLE(rtemsbsp,
    10 AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
    11 [BSPs to include in build]),
     10[AC_HELP_STRING([--enable-rtemsbsp="bsp1 bsp2 .."],
     11[BSPs to include in build])],
    1212[case "${enableval}" in
    1313  yes|no) AC_MSG_ERROR([missing argument to --enable-rtemsbsp="bsp1 bsp2"]);;
  • aclocal/enable-tests.m4

    r1da0c52 r314a962  
    66AC_MSG_CHECKING([if the test suites are enabled? ])
    77AC_ARG_ENABLE(tests,
    8 AC_HELP_STRING([--enable-tests],[enable tests (default:disabled)]),
     8[AC_HELP_STRING([--enable-tests],[enable tests (default:disabled)])],
    99  [case "${enableval}" in
    1010    yes) tests_enabled=yes ;;
Note: See TracChangeset for help on using the changeset viewer.