From 635c2fe740fe198d0528366a37c3fdebc4ed4814 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 5 Jan 2005 17:12:37 +0000 Subject: 2005-01-05 Ralf Corsepius * aclocal/rtems-flags.m4: Remove (Unused). --- cpukit/aclocal/rtems-flags.m4 | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cpukit/aclocal/rtems-flags.m4 (limited to 'cpukit/aclocal') 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]) -]) -- cgit v1.2.3