summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 19:59:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-04-09 19:59:17 +0000
commit0c3cd616428234776d7b5c3db013c4cd97bd3845 (patch)
treec1e0b4c6904c4ced3a08e20074694265cdceaff2 /configure
parentblank lines deleted (diff)
downloadrtems-0c3cd616428234776d7b5c3db013c4cd97bd3845.tar.bz2
Rate monotonic period and cpu usage monitor libraries and tests added.
Diffstat (limited to 'configure')
-rw-r--r--configure18
1 files changed, 12 insertions, 6 deletions
diff --git a/configure b/configure
index 133503ea4a..530a5a6dfd 100644
--- a/configure
+++ b/configure
@@ -762,7 +762,9 @@ tcpip_mk="c/src/lib/libka9q/Makefile"
tests_mk="c/src/tests/Makefile \
c/src/tests/libtests/Makefile \
+c/src/tests/libtests/cpuuse/Makefile \
c/src/tests/libtests/malloctest/Makefile \
+c/src/tests/libtests/rtmonuse/Makefile \
c/src/tests/libtests/stackchk/Makefile \
c/src/tests/mptests/Makefile \
c/src/tests/mptests/mp01/Makefile \
@@ -905,7 +907,7 @@ c/src/tests/tools/unix/Makefile \
c/src/tests/tools/unix/posix/Makefile"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:909: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:911: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
@@ -978,7 +980,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:982: checking host system type" >&5
+echo "configure:984: checking host system type" >&5
host_alias=$host
case "$host_alias" in
@@ -999,7 +1001,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
-echo "configure:1003: checking target system type" >&5
+echo "configure:1005: checking target system type" >&5
target_alias=$target
case "$target_alias" in
@@ -1017,7 +1019,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:1021: checking build system type" >&5
+echo "configure:1023: checking build system type" >&5
build_alias=$build
case "$build_alias" in
@@ -1176,7 +1178,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1180: checking for $ac_word" >&5
+echo "configure:1182: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1205,7 +1207,7 @@ test -n "$AWK" && break
done
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1209: checking whether ln -s works" >&5
+echo "configure:1211: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1421,8 +1423,10 @@ c/src/lib/libc/Makefile \
c/src/lib/libcpu/Makefile \
c/src/lib/libmisc/Makefile \
c/src/lib/libmisc/assoc/Makefile \
+c/src/lib/libmisc/cpuuse/Makefile \
c/src/lib/libmisc/error/Makefile \
c/src/lib/libmisc/monitor/Makefile \
+c/src/lib/libmisc/rtmonuse/Makefile \
c/src/lib/libmisc/stackchk/Makefile \
c/src/lib/libmisc/wrapup/Makefile \
c/src/lib/start/Makefile \
@@ -1576,8 +1580,10 @@ c/src/lib/libc/Makefile \
c/src/lib/libcpu/Makefile \
c/src/lib/libmisc/Makefile \
c/src/lib/libmisc/assoc/Makefile \
+c/src/lib/libmisc/cpuuse/Makefile \
c/src/lib/libmisc/error/Makefile \
c/src/lib/libmisc/monitor/Makefile \
+c/src/lib/libmisc/rtmonuse/Makefile \
c/src/lib/libmisc/stackchk/Makefile \
c/src/lib/libmisc/wrapup/Makefile \
c/src/lib/start/Makefile \