summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-19 19:22:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2006-10-19 19:22:14 +0000
commitf02a0e53f3aaeededee9e9b56de885ca9d22bbcf (patch)
tree27cbbbf8338e1fb879b35899f21cb1be07c190c5
parentFix comment. (diff)
downloadrtems-f02a0e53f3aaeededee9e9b56de885ca9d22bbcf.tar.bz2
2006-10-19 Joel Sherrill <joel@OARcorp.com>
* configure.ac: Remove all macro implementations and use only the static inline. Static inline functions are now well supported so there is no reason for duplicate maintenance. * aclocal/enable-inlines.m4: Removed.
-rw-r--r--ChangeLog7
-rw-r--r--aclocal/enable-inlines.m411
-rw-r--r--configure.ac1
3 files changed, 7 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0bdac3cff7..fb69705697 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-10-19 Joel Sherrill <joel@OARcorp.com>
+
+ * configure.ac: Remove all macro implementations and use only the
+ static inline. Static inline functions are now well supported so
+ there is no reason for duplicate maintenance.
+ * aclocal/enable-inlines.m4: Removed.
+
2006-10-18 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-top.m4: Remove RTEMS_API.
diff --git a/aclocal/enable-inlines.m4 b/aclocal/enable-inlines.m4
deleted file mode 100644
index 9852005e06..0000000000
--- a/aclocal/enable-inlines.m4
+++ /dev/null
@@ -1,11 +0,0 @@
-dnl $Id$
-
-AC_DEFUN([RTEMS_ENABLE_INLINES],
-[AC_ARG_ENABLE(rtems-inlines,
-AC_HELP_STRING([--enable-rtems-inlines],[enable RTEMS inline functions (default:enabled, disable to use macros)]),
-[case "${enableval}" in
- yes) enable_rtems_inlines=yes ;;
- no) enable_rtems_inlines=no ;;
- *) AC_MSG_ERROR(bad value ${enableval} for enable-rtems-inlines option) ;;
-esac],[enable_rtems_inlines=yes])
-])
diff --git a/configure.ac b/configure.ac
index adf6151cf3..bd2fcdcf3e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,6 @@ RTEMS_ENABLE_POSIX
RTEMS_ENABLE_ITRON
RTEMS_ENABLE_NETWORKING
RTEMS_ENABLE_RDBG
-RTEMS_ENABLE_INLINES
RTEMS_ENABLE_CXX
RTEMS_ENABLE_TESTS
RTEMS_ENABLE_RTEMS_DEBUG