Changeset a37be5c4 in rtems


Ignore:
Timestamp:
04/06/99 20:25:40 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
676b504
Parents:
6a6d860
Message:

Eric Norum <eric@…> noticed that the documentation and
configure scripts did not match on the default value of --enable-tests.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • aclocal.m4

    r6a6d860 ra37be5c4  
    872872# If the tests are enabled, then find all the test suite Makefiles
    873873AC_MSG_CHECKING([if the test suites are enabled? ])
    874 tests_enabled=yes
     874tests_enabled=no
    875875AC_ARG_ENABLE(tests,
    876876[  --enable-tests                       enable tests (default:disabled)],
  • aclocal/enable-tests.m4

    r6a6d860 ra37be5c4  
    55# If the tests are enabled, then find all the test suite Makefiles
    66AC_MSG_CHECKING([if the test suites are enabled? ])
    7 tests_enabled=yes
     7tests_enabled=no
    88AC_ARG_ENABLE(tests,
    99[  --enable-tests                       enable tests (default:disabled)],
  • configure

    r6a6d860 ra37be5c4  
    36533653echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
    36543654echo "configure:3655: checking if the test suites are enabled? " >&5
    3655 tests_enabled=yes
     3655tests_enabled=no
    36563656# Check whether --enable-tests or --disable-tests was given.
    36573657if test "${enable_tests+set}" = set; then
Note: See TracChangeset for help on using the changeset viewer.