2005-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>

* aclocal/rtems-flags.m4: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2005-01-05 17:12:37 +00:00
parent 69ad3b33ec
commit 635c2fe740
2 changed files with 4 additions and 11 deletions

View File

@@ -1,3 +1,7 @@
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).

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