diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog index 8bd8438ecd..4077dbbd20 100644 --- a/testsuites/ChangeLog +++ b/testsuites/ChangeLog @@ -1,3 +1,7 @@ +2004-01-06 Ralf Corsepius + + * aclocal/rtems-flags.m4: Remove (Unused). + 2004-01-06 Ralf Corsepius * aclocal/env-rtemsbsp.m4: 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]) -])