summaryrefslogblamecommitdiffstats
path: root/c/src/tests/aclocal/rtems-flags.m4
blob: 8e034e52c2c751bbcbacb67f82d28533a0019c1f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                      
## $Id$
## 
## Some hacks to set up RTEMS_*FLAGS
## Internal macro, not supposed to be explictly used in configure.ac's

AC_DEFUN([_RTEMS_FLAGS],[
AS_IF([test -n "[$]{$1}"],
  [RTEMS_$1=[$]{$1}],
  [RTEMS_$1=$2])
AC_SUBST([RTEMS_$1])
])