source: rtems/aclocal/rtems-flags.m4 @ 3907075f

4.104.114.84.95
Last change on this file since 3907075f was 8b38a769, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/06/02 at 04:40:18

2002-12-06 Ralf Corsepius <corsepiu@…>

  • aclocal/rtems-flags.m4: New.
  • Property mode set to 100644
File size: 237 bytes
Line 
1## $Id$
2##
3## Some hacks to set up RTEMS_*FLAGS
4## Internal macro, not supposed to be explictly used in configure.ac's
5
6AC_DEFUN([_RTEMS_FLAGS],[
7AS_IF([test -n "[$]{$1}"],
8  [RTEMS_$1=[$]{$1}],
9  [RTEMS_$1=$2])
10AC_SUBST([RTEMS_$1])
11])
Note: See TracBrowser for help on using the repository browser.