Changeset 3025a4a in rtems for c/src/aclocal/bspopts.m4


Ignore:
Timestamp:
02/12/04 16:56:47 (19 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a03c1ab
Parents:
717a34e9
Message:

2004-02-12 Ralf Corsepius <corsepiu@…>

  • aclocal/bspopts.m4: Use AS_HELP_STRING.
  • aclocal/bsp-configure.m4: Require autoconf-2.59. Use AC_CONFIG_HEADERS.
  • aclocal/check-custom-bsp.m4: Add bspkit-support.
  • aclocal/enable-rtemsbsp.m4: Use AS_HELP_STRING.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/src/aclocal/bspopts.m4

    r717a34e9 r3025a4a  
    6262[
    6363m4_expand_once([m4_divert_once([HELP_VAR],
    64 [AC_HELP_STRING([$1], [$2], [              ])])],
     64[AS_HELP_STRING($1,$2,              )])],
    6565      [$0($1)])dnl
    6666])
Note: See TracChangeset for help on using the changeset viewer.