summaryrefslogtreecommitdiffstats
path: root/testsuites/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 15:05:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-06 15:05:11 +0000
commit5066b92b2c29dd80a56ad0515bb2be4a858f4dce (patch)
tree29999f0290e46412a6d160fd01cc1303971e3ca4 /testsuites/aclocal
parent2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-5066b92b2c29dd80a56ad0515bb2be4a858f4dce.tar.bz2
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/rtems-flags.m4: Remove (Unused).
Diffstat (limited to 'testsuites/aclocal')
-rw-r--r--testsuites/aclocal/rtems-flags.m411
1 files changed, 0 insertions, 11 deletions
diff --git a/testsuites/aclocal/rtems-flags.m4 b/testsuites/aclocal/rtems-flags.m4
deleted file mode 100644
index 8e034e52c2..0000000000
--- a/testsuites/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])
-])