- Timestamp:
- 05/23/97 21:44:19 (26 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- b65131dc
- Parents:
- 69df7da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
r69df7da rf5bd03c 17 17 \ 18 18 --disable-posix disable posix interface" 19 ac_help="$ac_help20 \21 --disable-tcpip disable KA9Q TCP/IP stack"22 19 ac_help="$ac_help 23 20 \ … … 767 764 c/src/lib/libbsp/unix/posix/timer/Makefile \ 768 765 c/src/lib/libbsp/unix/posix/wrapup/Makefile" 769 770 tcpip_mk="c/src/lib/libka9q/Makefile"771 766 772 767 hwapi_mk="\ … … 958 953 959 954 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 960 echo "configure:9 61: checking whether ${MAKE-make} sets \${MAKE}" >&5955 echo "configure:956: checking whether ${MAKE-make} sets \${MAKE}" >&5 961 956 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 962 957 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1031 1026 1032 1027 echo $ac_n "checking host system type""... $ac_c" 1>&6 1033 echo "configure:10 34: checking host system type" >&51028 echo "configure:1029: checking host system type" >&5 1034 1029 1035 1030 host_alias=$host … … 1052 1047 1053 1048 echo $ac_n "checking target system type""... $ac_c" 1>&6 1054 echo "configure:105 5: checking target system type" >&51049 echo "configure:1050: checking target system type" >&5 1055 1050 1056 1051 target_alias=$target … … 1070 1065 1071 1066 echo $ac_n "checking build system type""... $ac_c" 1>&6 1072 echo "configure:10 73: checking build system type" >&51067 echo "configure:1068: checking build system type" >&5 1073 1068 1074 1069 build_alias=$build … … 1111 1106 else 1112 1107 RTEMS_HAS_POSIX_API=yes 1113 fi1114 1115 1116 # Check whether --enable-tcpip or --disable-tcpip was given.1117 if test "${enable_tcpip+set}" = set; then1118 enableval="$enable_tcpip"1119 \1120 case "${enableval}" in1121 yes) RTEMS_HAS_KA9Q=yes ;;1122 no) RTEMS_HAS_KA9Q=no ;;1123 *) { echo "configure: error: bad value ${enableval} for disable-tcpip option" 1>&2; exit 1; } ;;1124 esac1125 else1126 RTEMS_HAS_KA9Q=yes1127 1108 fi 1128 1109 … … 1235 1216 esac 1236 1217 1237 # until the tcpip is made optional to build, just do this1238 makefiles="$makefiles $tcpip_mk"1239 1240 1218 case "${host}" in 1241 1219 *-pc-linux*) host_os=Linux ;; … … 1264 1242 set dummy $ac_prog; ac_word=$2 1265 1243 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1266 echo "configure:12 67: checking for $ac_word" >&51244 echo "configure:1245: checking for $ac_word" >&5 1267 1245 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 1268 1246 echo $ac_n "(cached) $ac_c" 1>&6 … … 1293 1271 1294 1272 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1295 echo "configure:12 96: checking whether ln -s works" >&51273 echo "configure:1274: checking whether ln -s works" >&5 1296 1274 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1297 1275 echo $ac_n "(cached) $ac_c" 1>&6 … … 1345 1323 RTEMS_BSP=$enableval 1346 1324 fi 1347 1348 1325 1349 1326 … … 1583 1560 s%@RTEMS_ROOT@%$RTEMS_ROOT%g 1584 1561 s%@RTEMS_HAS_POSIX_API@%$RTEMS_HAS_POSIX_API%g 1585 s%@RTEMS_HAS_KA9Q@%$RTEMS_HAS_KA9Q%g1586 1562 s%@RTEMS_USE_MACROS@%$RTEMS_USE_MACROS%g 1587 1563 s%@RTEMS_USE_GCC272@%$RTEMS_USE_GCC272%g
Note: See TracChangeset
for help on using the changeset viewer.