From fd2bc17acfad413b487246ced5aedb3f1f49597d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 16 Apr 2002 17:37:03 +0000 Subject: [PATCH] 2002-04-16 Ralf Corsepius * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove ENABLE_GCC28. --- ChangeLog | 5 +++++ aclocal/enable-gcc28.m4 | 12 ------------ aclocal/enable-libcdir.m4 | 12 ------------ 3 files changed, 5 insertions(+), 24 deletions(-) delete mode 100644 aclocal/enable-gcc28.m4 delete mode 100644 aclocal/enable-libcdir.m4 diff --git a/ChangeLog b/ChangeLog index b55d4cb4b0..f049bfe443 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-04-16 Ralf Corsepius + + * aclocal/enable-libcdir.m4, aclocal/enable-gcc28.m4: Remove + ENABLE_GCC28. + 2002-04-14 Ralf Corsepius * automake/compile.am: Remove GCC272 support. 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 -]) -