From 8b38a769b883b3439e0900f5e0b34967f419f294 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 6 Dec 2002 04:40:18 +0000 Subject: 2002-12-06 Ralf Corsepius * aclocal/rtems-flags.m4: New. --- aclocal/rtems-flags.m4 | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 aclocal/rtems-flags.m4 (limited to 'aclocal/rtems-flags.m4') diff --git a/aclocal/rtems-flags.m4 b/aclocal/rtems-flags.m4 new file mode 100644 index 0000000000..8e034e52c2 --- /dev/null +++ b/aclocal/rtems-flags.m4 @@ -0,0 +1,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]) +]) -- cgit v1.2.3