summaryrefslogtreecommitdiffstats
path: root/aclocal
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 17:37:03 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-04-16 17:37:03 +0000
commitfd2bc17acfad413b487246ced5aedb3f1f49597d (patch)
treecb6646c35300b02f7ef830406c826d75b9d2238b /aclocal
parent2002-04-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-fd2bc17acfad413b487246ced5aedb3f1f49597d.tar.bz2
2002-04-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28.
Diffstat (limited to 'aclocal')
-rw-r--r--aclocal/enable-gcc28.m412
-rw-r--r--aclocal/enable-libcdir.m412
2 files changed, 0 insertions, 24 deletions
diff --git a/aclocal/enable-gcc28.m4 b/aclocal/enable-gcc28.m4
deleted file mode 100644
index 4b44359da5..0000000000
--- a/aclocal/enable-gcc28.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl $Id$
-
-AC_DEFUN(RTEMS_ENABLE_GCC28,
-[
-AC_ARG_ENABLE(gcc28,
-AC_HELP_STRING([--enable-gcc28],[enable use of gcc 2.8.x features]),
-[case "${enableval}" in
- yes) RTEMS_USE_GCC272=no ;;
- no) RTEMS_USE_GCC272=yes ;;
- *) AC_MSG_ERROR(bad value ${enableval} for gcc-28 option) ;;
-esac],[RTEMS_USE_GCC272=no])
-])
diff --git a/aclocal/enable-libcdir.m4 b/aclocal/enable-libcdir.m4
deleted file mode 100644
index e9b9e8d55b..0000000000
--- a/aclocal/enable-libcdir.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-dnl $Id$
-
-AC_DEFUN(RTEMS_ENABLE_LIBCDIR,
-[
-AC_ARG_ENABLE(libcdir,
-AC_HELP_STRING([--enable-libcdir=directory],
-[set the directory for the C library]),
-[ RTEMS_LIBC_DIR="${enableval}" ; \
-test -d ${enableval} || AC_MSG_ERROR("$enableval is not a directory" ) ] )
-AC_SUBST(RTEMS_LIBC_DIR)dnl
-])
-