From 80886bd1bc571ec9d49c3491281cdfb13b1d1e19 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sat, 21 Oct 2006 05:56:10 +0000 Subject: Remove. --- cpukit/aclocal/enable-inlines.m4 | 11 ---------- cpukit/aclocal/prog-gnat.m4 | 45 ---------------------------------------- 2 files changed, 56 deletions(-) delete mode 100644 cpukit/aclocal/enable-inlines.m4 delete mode 100644 cpukit/aclocal/prog-gnat.m4 (limited to 'cpukit/aclocal') diff --git a/cpukit/aclocal/enable-inlines.m4 b/cpukit/aclocal/enable-inlines.m4 deleted file mode 100644 index 2c79538dce..0000000000 --- a/cpukit/aclocal/enable-inlines.m4 +++ /dev/null @@ -1,11 +0,0 @@ -dnl $Id$ - -AC_DEFUN([RTEMS_ENABLE_INLINES], -[AC_ARG_ENABLE(rtems-inlines, -AS_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/cpukit/aclocal/prog-gnat.m4 b/cpukit/aclocal/prog-gnat.m4 deleted file mode 100644 index 6e169a8dc7..0000000000 --- a/cpukit/aclocal/prog-gnat.m4 +++ /dev/null @@ -1,45 +0,0 @@ -## $Id$ -## -## Partially borrowed from gcc-3.2 -## -## WARNING: All the stuff below is pretty immature. - -AC_DEFUN([RTEMS_PROG_GNAT], -[AC_REQUIRE([AC_CHECK_TOOL_PREFIX]) -AC_REQUIRE([RTEMS_PROG_CC_FOR_TARGET]) - -AC_CHECK_TOOL([GNATMAKE],[gnatmake],[]) -AC_CACHE_CHECK([for compiler driver that understands Ada], - [rtems_cv_prog_CCADA], -[cat >conftest.adb <&1 || echo failure` - AS_IF([test -z "$errors"], - [rtems_cv_prog_CCADA=$cand - break]) -done -rm -f conftest.*]) -AC_SUBST([CCADA],[$rtems_cv_prog_CCADA]) - -AS_IF([test -n "$GNATMAKE" && test -n "$CCADA"], - [HAVE_GNAT=yes], - [HAVE_GNAT=no]) -]) -- cgit v1.2.3