Changeset a37be5c4 in rtems
- Timestamp:
- 04/06/99 20:25:40 (24 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 676b504
- Parents:
- 6a6d860
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
aclocal.m4
r6a6d860 ra37be5c4 872 872 # If the tests are enabled, then find all the test suite Makefiles 873 873 AC_MSG_CHECKING([if the test suites are enabled? ]) 874 tests_enabled= yes874 tests_enabled=no 875 875 AC_ARG_ENABLE(tests, 876 876 [ --enable-tests enable tests (default:disabled)], -
aclocal/enable-tests.m4
r6a6d860 ra37be5c4 5 5 # If the tests are enabled, then find all the test suite Makefiles 6 6 AC_MSG_CHECKING([if the test suites are enabled? ]) 7 tests_enabled= yes7 tests_enabled=no 8 8 AC_ARG_ENABLE(tests, 9 9 [ --enable-tests enable tests (default:disabled)], -
configure
r6a6d860 ra37be5c4 3653 3653 echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6 3654 3654 echo "configure:3655: checking if the test suites are enabled? " >&5 3655 tests_enabled= yes3655 tests_enabled=no 3656 3656 # Check whether --enable-tests or --disable-tests was given. 3657 3657 if test "${enable_tests+set}" = set; then
Note: See TracChangeset
for help on using the changeset viewer.