summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 04923b762c..42602122b3 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * configure.ac: Add AC_SUBST(INLINEdir).
+
+2002-12-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* wrapup/Makefile.am: Reflect changes to rtems/.
* configure.ac: 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" )