summaryrefslogtreecommitdiffstats
path: root/aclocal/enable-libcdir.m4
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/enable-libcdir.m4
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 '')
-rw-r--r--aclocal/enable-libcdir.m412
1 files changed, 0 insertions, 12 deletions
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
-])
-