summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/aclocal/rtems-flags.m411
2 files changed, 4 insertions, 11 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index bbdbca3a48..e137b53996 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * aclocal/rtems-flags.m4: Remove (Unused).
+
+2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* aclocal/prog-ccas.m4: Remove $(GCCSPECS).
2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
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])
-])