summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-30 15:38:57 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-03-30 15:38:57 +0000
commit710389fcca57f5a5c123d579c5e93d7e4719573e (patch)
tree623e968a11ab6651992168aff6ab59f3fce0d924 /configure.in
parentPatch from Ralf Corsepius <corsepiu@faw.uni-ulm.de>: (diff)
downloadrtems-710389fcca57f5a5c123d579c5e93d7e4719573e.tar.bz2
Cleaned up and regenerated.
Diffstat (limited to '')
-rw-r--r--configure.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.in b/configure.in
index bbae5d09c4..e6cd5240ab 100644
--- a/configure.in
+++ b/configure.in
@@ -291,8 +291,6 @@ fi
dnl END configure.target.in
-PROJECT_ROOT=`pwd;`
-
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then
inline_dir=macros
@@ -371,23 +369,13 @@ if test "$RTEMS_HAS_HWAPI" = "yes"; then
fi
fi
-AC_SUBST(RTEMS_GAS_CODE16)
AC_SUBST(rtems_cv_prog_cc_cross)
AC_SUBST(RTEMS_BSP_LIST)
AC_SUBST(RTEMS_HOST)
-AC_SUBST(RTEMS_LIBC_DIR)
-AC_SUBST(RTEMS_USE_OWN_PDIR)
-AC_SUBST(RTEMS_HAS_POSIX_API)
-AC_SUBST(RTEMS_HAS_MULTIPROCESSING)
-AC_SUBST(RTEMS_HAS_NETWORKING)
-AC_SUBST(RTEMS_HAS_RDBG)
-AC_SUBST(RTEMS_USE_MACROS)
AC_SUBST(RTEMS_HAS_CPLUSPLUS)
AC_SUBST(RTEMS_USE_GCC272)
-AC_SUBST(RTEMS_LIBC_DIR)
AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
-AC_SUBST(PROJECT_ROOT)
AC_SUBST(program_prefix)
AC_SUBST(CC_CFLAGS_DEFAULT)
AC_SUBST(CC_CFLAGS_DEBUG_V)