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. --- ChangeLog | 4 ++++ aclocal/rtems-flags.m4 | 11 +++++++++++ cpukit/ChangeLog | 4 ++++ cpukit/aclocal/rtems-flags.m4 | 11 +++++++++++ 4 files changed, 30 insertions(+) create mode 100644 aclocal/rtems-flags.m4 create mode 100644 cpukit/aclocal/rtems-flags.m4 diff --git a/ChangeLog b/ChangeLog index bf241bd4f4..0b67bbdc3e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-12-06 Ralf Corsepius + + * aclocal/rtems-flags.m4: New. + 2002-12-04 Ralf Corsepius * bootstrap: Allow autoconf-2.57. 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]) +]) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 0fd3d11615..6279d0fb45 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-12-06 Ralf Corsepius + + * aclocal/rtems-flags.m4: New. + 2002-11-19 Ralf Corsepius * automake/compile.am: Remove CFLAGS_DEBUG_OPTIMIZE_V (Unused). diff --git a/cpukit/aclocal/rtems-flags.m4 b/cpukit/aclocal/rtems-flags.m4 new file mode 100644 index 0000000000..8e034e52c2 --- /dev/null +++ b/cpukit/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