Changeset 314a962 in rtems for aclocal/enable-inlines.m4


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).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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 ;;
Note: See TracChangeset for help on using the changeset viewer.