2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* target.cfg.in: Remove RTEMS_USE_MACROS.
	* Makefile.inc.in: Remove RTEMS_USE_MACROS.
	* aclocal/enable-inlines.m4: Removed.
	* configure.ac: Remove RTEMS_ENABLE_INLINES.
This commit is contained in:
Ralf Corsepius
2003-12-02 05:54:16 +00:00
parent 55da7efc7b
commit e18fd461e1
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2003-12-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-itron.m4:
Fix underquoting to silence automake-1.8.
2003-11-24 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* target.cfg.in: Remove RTEMS_USE_MACROS.

View File

@@ -28,7 +28,7 @@ fi
AC_SUBST(HAS_ITRON_API)dnl
])
AC_DEFUN(RTEMS_DEFINE_ITRON_API,
AC_DEFUN([RTEMS_DEFINE_ITRON_API],
[AC_REQUIRE([RTEMS_CHECK_ITRON_API])dnl
if test x"${HAS_ITRON_API}" = x"yes";
then