From 120e9fbd1d9c50dfec436d535489218b20373216 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Mon, 9 Dec 2002 06:49:38 +0000 Subject: 2002-12-09 Ralf Corsepius * configure.ac: Add AC_SUBST(INLINEdir). --- cpukit/ChangeLog | 4 ++++ cpukit/configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 04923b762c..42602122b3 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2002-12-09 Ralf Corsepius + + * configure.ac: Add AC_SUBST(INLINEdir). + 2002-12-09 Ralf Corsepius * wrapup/Makefile.am: Reflect changes to rtems/. diff --git a/cpukit/configure.ac b/cpukit/configure.ac index f945ebee55..854718dc6c 100644 --- a/cpukit/configure.ac +++ b/cpukit/configure.ac @@ -42,7 +42,7 @@ RTEMS_CHECK_NETWORKING AS_IF([test "$RTEMS_USE_MACROS" = "yes"], [INLINEdir="macros"], [INLINEdir="inline"]) - +AC_SUBST(INLINEdir) AM_CONDITIONAL(INLINE,test x"$INLINEdir" = x"inline" ) AM_CONDITIONAL(MACROS,test x"$INLINEdir" = x"macros" ) AM_CONDITIONAL(HAS_MP,test x"$HAS_MP" = x"yes" ) -- cgit v1.2.3