From 635c2fe740fe198d0528366a37c3fdebc4ed4814 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jan 2005 17:12:37 +0000 Subject: [PATCH] 2005-01-05 Ralf Corsepius * aclocal/rtems-flags.m4: Remove (Unused). --- cpukit/ChangeLog | 4 ++++ cpukit/aclocal/rtems-flags.m4 | 11 ----------- 2 files changed, 4 insertions(+), 11 deletions(-) delete mode 100644 cpukit/aclocal/rtems-flags.m4 diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index bbdbca3a48..e137b53996 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2005-01-05 Ralf Corsepius + + * aclocal/rtems-flags.m4: Remove (Unused). + 2005-01-05 Ralf Corsepius * aclocal/prog-ccas.m4: Remove $(GCCSPECS). diff --git a/cpukit/aclocal/rtems-flags.m4 b/cpukit/aclocal/rtems-flags.m4 deleted file mode 100644 index 8e034e52c2..0000000000 --- a/cpukit/aclocal/rtems-flags.m4 +++ /dev/null @@ -1,11 +0,0 @@ -## $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]) -])