2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/rtems-flags.m4: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2005-01-06 15:05:11 +00:00
parent a4b8a37d4b
commit 5066b92b2c
2 changed files with 4 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/rtems-flags.m4: Remove (Unused).
2004-01-06 Ralf Corsepius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4:

View File

@@ -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])
])