source: rtems/c/src/make/aclocal/rtems-flags.m4 @ 87b72d48

4.115
Last change on this file since 87b72d48 was 87b72d48, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:52:51

Remove CVS-Ids.

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