Changeset ee9669f in rtems
- Timestamp:
- Oct 23, 1997, 3:09:50 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b628637
- Parents:
- 3ee825e8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r3ee825e8 ree9669f 834 834 c/src/tests/libtests/cpuuse/Makefile \ 835 835 c/src/tests/libtests/malloctest/Makefile \ 836 c/src/tests/libtests/monitor/Makefile \ 836 837 c/src/tests/libtests/rtmonuse/Makefile \ 837 838 c/src/tests/libtests/stackchk/Makefile \ 839 c/src/tests/libtests/termios/Makefile \ 838 840 c/src/tests/libtests/rtems++/Makefile \ 839 c/src/tests/libtests/monitor/Makefile \840 841 c/src/tests/mptests/Makefile \ 841 842 c/src/tests/mptests/mp01/Makefile \ … … 958 959 959 960 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 960 echo "configure:96 1: checking whether ${MAKE-make} sets \${MAKE}" >&5961 echo "configure:962: checking whether ${MAKE-make} sets \${MAKE}" >&5 961 962 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 962 963 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1031 1032 1032 1033 echo $ac_n "checking host system type""... $ac_c" 1>&6 1033 echo "configure:103 4: checking host system type" >&51034 echo "configure:1035: checking host system type" >&5 1034 1035 1035 1036 host_alias=$host … … 1052 1053 1053 1054 echo $ac_n "checking target system type""... $ac_c" 1>&6 1054 echo "configure:105 5: checking target system type" >&51055 echo "configure:1056: checking target system type" >&5 1055 1056 1056 1057 target_alias=$target … … 1070 1071 1071 1072 echo $ac_n "checking build system type""... $ac_c" 1>&6 1072 echo "configure:107 3: checking build system type" >&51073 echo "configure:1074: checking build system type" >&5 1073 1074 1074 1075 build_alias=$build … … 1289 1290 set dummy $ac_prog; ac_word=$2 1290 1291 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1291 echo "configure:129 2: checking for $ac_word" >&51292 echo "configure:1293: checking for $ac_word" >&5 1292 1293 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 1293 1294 echo $ac_n "(cached) $ac_c" 1>&6 … … 1318 1319 1319 1320 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1320 echo "configure:132 1: checking whether ln -s works" >&51321 echo "configure:1322: checking whether ln -s works" >&5 1321 1322 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1322 1323 echo $ac_n "(cached) $ac_c" 1>&6 -
configure.in
r3ee825e8 ree9669f 285 285 c/src/tests/libtests/cpuuse/Makefile \ 286 286 c/src/tests/libtests/malloctest/Makefile \ 287 c/src/tests/libtests/monitor/Makefile \ 287 288 c/src/tests/libtests/rtmonuse/Makefile \ 288 289 c/src/tests/libtests/stackchk/Makefile \ 290 c/src/tests/libtests/termios/Makefile \ 289 291 c/src/tests/libtests/rtems++/Makefile \ 290 c/src/tests/libtests/monitor/Makefile \291 292 c/src/tests/mptests/Makefile \ 292 293 c/src/tests/mptests/mp01/Makefile \
Note: See TracChangeset
for help on using the changeset viewer.