Patch from Samuel Tardieu <sam@inf.enst.fr> so the messages printed

followed GNU conventions.
This commit is contained in:
Joel Sherrill
1998-04-03 18:02:16 +00:00
parent c6700cd1ff
commit 70dda0eab9
2 changed files with 6 additions and 6 deletions

View File

@@ -311,7 +311,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
fi
# If the tests are enabled, then find all the test suite Makefiles
AC_MSG_CHECKING([Are the test suites enabled? ])
AC_MSG_CHECKING([if the test suites are enabled? ])
tests_enabled=yes
AC_ARG_ENABLE(tests, \
[ --enable-tests enable tests], \
@@ -336,7 +336,7 @@ if test "$tests_enabled" = "yes"; then
fi
# If the HWAPI is enabled, the find the HWAPI Makefiles
AC_MSG_CHECKING([Is the HWAPI enabled? ])
AC_MSG_CHECKING([if the HWAPI is enabled? ])
AC_ARG_ENABLE(hwapi, \
[ --enable-hwapi enable hardware API library], \
[case "${enableval}" in