From c58ba4159ade9347c22146aeafebb20e428d4a37 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jan 2005 17:57:05 +0000 Subject: 2005-01-05 Ralf Corsepius * aclocal/rtems-flags.new: New (moved from ../aclocal). --- c/src/make/ChangeLog | 4 ++++ c/src/make/aclocal/rtems-flags.m4 | 11 +++++++++++ 2 files changed, 15 insertions(+) create mode 100644 c/src/make/aclocal/rtems-flags.m4 (limited to 'c') diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog index 076fb0c370..94e32cef22 100644 --- a/c/src/make/ChangeLog +++ b/c/src/make/ChangeLog @@ -1,3 +1,7 @@ +2005-01-05 Ralf Corsepius + + * aclocal/rtems-flags.new: New (moved from ../aclocal). + 2004-11-22 Ralf Corsepius * aclocal/enable-itron.m4: New (moved from ../aclocal). diff --git a/c/src/make/aclocal/rtems-flags.m4 b/c/src/make/aclocal/rtems-flags.m4 new file mode 100644 index 0000000000..8e034e52c2 --- /dev/null +++ b/c/src/make/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