Changeset 3f70e3c in rtems
- Timestamp:
- Aug 1, 1997, 8:22:29 PM (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 978a9ba0
- Parents:
- adf7b5c4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
radf7b5c4 r3f70e3c 28 28 ac_help="$ac_help 29 29 \ 30 +--enable-cpp enable C++ support, and build the rtems++ library"30 --enable-cpp enable C++ support, and build the rtems++ library" 31 31 ac_help="$ac_help 32 32 \ … … 669 669 c/src/lib/libbsp/m68k/mvme162/clock/Makefile \ 670 670 c/src/lib/libbsp/m68k/mvme162/console/Makefile \ 671 c/src/lib/libbsp/m68k/mvme162/consolex/Makefile \ 671 672 c/src/lib/libbsp/m68k/mvme162/include/Makefile \ 672 673 c/src/lib/libbsp/m68k/mvme162/startup/Makefile \ … … 978 979 979 980 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 980 echo "configure:98 1: checking whether ${MAKE-make} sets \${MAKE}" >&5981 echo "configure:982: checking whether ${MAKE-make} sets \${MAKE}" >&5 981 982 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 982 983 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then … … 1051 1052 1052 1053 echo $ac_n "checking host system type""... $ac_c" 1>&6 1053 echo "configure:105 4: checking host system type" >&51054 echo "configure:1055: checking host system type" >&5 1054 1055 1055 1056 host_alias=$host … … 1072 1073 1073 1074 echo $ac_n "checking target system type""... $ac_c" 1>&6 1074 echo "configure:107 5: checking target system type" >&51075 echo "configure:1076: checking target system type" >&5 1075 1076 1076 1077 target_alias=$target … … 1090 1091 1091 1092 echo $ac_n "checking build system type""... $ac_c" 1>&6 1092 echo "configure:109 3: checking build system type" >&51093 echo "configure:1094: checking build system type" >&5 1093 1094 1094 1095 build_alias=$build … … 1176 1177 1177 1178 1178 +# Check whether --enable-cpp or --disable-cpp was given.1179 # Check whether --enable-cpp or --disable-cpp was given. 1179 1180 if test "${enable_cpp+set}" = set; then 1180 1181 enableval="$enable_cpp" 1181 1182 \ 1182 yes 1183 fi 1184 RTEMS_HAS_CPLUSPLUS=yes ;; 1183 case "${enableval}" in 1184 yes) RTEMS_HAS_CPLUSPLUS=yes ;; 1185 1185 no) RTEMS_HAS_CPLUSPLUS=no ;; 1186 1186 *) { echo "configure: error: bad value ${enableval} for enable-cpp option" 1>&2; exit 1; } ;; 1187 esac],RTEMS_HAS_CPLUSPLUS=no) 1187 esac 1188 else 1189 RTEMS_HAS_CPLUSPLUS=no 1190 fi 1191 1188 1192 1189 1193 # Check whether --enable-gcc28 or --disable-gcc28 was given. … … 1306 1310 set dummy $ac_prog; ac_word=$2 1307 1311 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 1308 echo "configure:13 09: checking for $ac_word" >&51312 echo "configure:1313: checking for $ac_word" >&5 1309 1313 if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then 1310 1314 echo $ac_n "(cached) $ac_c" 1>&6 … … 1335 1339 1336 1340 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 1337 echo "configure:13 38: checking whether ln -s works" >&51341 echo "configure:1342: checking whether ln -s works" >&5 1338 1342 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then 1339 1343 echo $ac_n "(cached) $ac_c" 1>&6 -
configure.in
radf7b5c4 r3f70e3c 120 120 c/src/lib/libbsp/m68k/mvme162/clock/Makefile \ 121 121 c/src/lib/libbsp/m68k/mvme162/console/Makefile \ 122 c/src/lib/libbsp/m68k/mvme162/consolex/Makefile \ 122 123 c/src/lib/libbsp/m68k/mvme162/include/Makefile \ 123 124 c/src/lib/libbsp/m68k/mvme162/startup/Makefile \ … … 466 467 esac],[RTEMS_USE_MACROS=no]) 467 468 468 + AC_ARG_ENABLE(cpp, \ 469 + [ --enable-cpp enable C++ support, and build the rtems++ library], \ 469 AC_ARG_ENABLE(cpp, \ 470 [ --enable-cpp enable C++ support, and build the rtems++ library], \ 471 [case "${enableval}" in 470 472 yes) RTEMS_HAS_CPLUSPLUS=yes ;; 471 473 no) RTEMS_HAS_CPLUSPLUS=no ;;
Note: See TracChangeset
for help on using the changeset viewer.