summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 15:20:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-22 15:20:43 +0000
commitba0247553101d16da53cdc46e5122242b23dfa69 (patch)
tree56504a4646d1ca59dc1ee892e876c1e88ea59ce0 /configure.in
parentAdded autoconf support for strerror/sys_errlist per Ralf Corsepius' (diff)
downloadrtems-ba0247553101d16da53cdc46e5122242b23dfa69.tar.bz2
Corrected/simplified setting of RTEMS_ROOT.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 33d2ea5ace..2aeb97e4de 100644
--- a/configure.in
+++ b/configure.in
@@ -269,8 +269,8 @@ if [[ "${program_prefix}" = "NONE" ]] ; then
fi
fi
-RTEMS_ROOT=`cd $srcdir; pwd`
-PROJECT_ROOT=`pwd;`
+RTEMS_ROOT=$srcdir
+PROJECT_ROOT=`pwd`
# If RTEMS macros are enabled, then use them. Otherwise, use inlines.
if test "$RTEMS_USE_MACROS" = "yes"; then