forked from Imagelibrary/rtems
Patch from Samuel Tardieu <sam@inf.enst.fr> so the messages printed
followed GNU conventions.
This commit is contained in:
8
configure
vendored
8
configure
vendored
@@ -2465,8 +2465,8 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If the tests are enabled, then find all the test suite Makefiles
|
# If the tests are enabled, then find all the test suite Makefiles
|
||||||
echo $ac_n "checking Are the test suites enabled? ""... $ac_c" 1>&6
|
echo $ac_n "checking if the test suites are enabled? ""... $ac_c" 1>&6
|
||||||
echo "configure:2470: checking Are the test suites enabled? " >&5
|
echo "configure:2470: checking if the test suites are enabled? " >&5
|
||||||
tests_enabled=yes
|
tests_enabled=yes
|
||||||
# Check whether --enable-tests or --disable-tests was given.
|
# Check whether --enable-tests or --disable-tests was given.
|
||||||
if test "${enable_tests+set}" = set; then
|
if test "${enable_tests+set}" = set; then
|
||||||
@@ -2580,8 +2580,8 @@ fi
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If the HWAPI is enabled, the find the HWAPI Makefiles
|
# If the HWAPI is enabled, the find the HWAPI Makefiles
|
||||||
echo $ac_n "checking Is the HWAPI enabled? ""... $ac_c" 1>&6
|
echo $ac_n "checking if the HWAPI is enabled? ""... $ac_c" 1>&6
|
||||||
echo "configure:2585: checking Is the HWAPI enabled? " >&5
|
echo "configure:2585: checking if the HWAPI is enabled? " >&5
|
||||||
# Check whether --enable-hwapi or --disable-hwapi was given.
|
# Check whether --enable-hwapi or --disable-hwapi was given.
|
||||||
if test "${enable_hwapi+set}" = set; then
|
if test "${enable_hwapi+set}" = set; then
|
||||||
enableval="$enable_hwapi"
|
enableval="$enable_hwapi"
|
||||||
|
|||||||
@@ -311,7 +311,7 @@ if test "$RTEMS_HAS_CPLUSPLUS" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If the tests are enabled, then find all the test suite Makefiles
|
# 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
|
tests_enabled=yes
|
||||||
AC_ARG_ENABLE(tests, \
|
AC_ARG_ENABLE(tests, \
|
||||||
[ --enable-tests enable tests], \
|
[ --enable-tests enable tests], \
|
||||||
@@ -336,7 +336,7 @@ if test "$tests_enabled" = "yes"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# If the HWAPI is enabled, the find the HWAPI Makefiles
|
# 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, \
|
AC_ARG_ENABLE(hwapi, \
|
||||||
[ --enable-hwapi enable hardware API library], \
|
[ --enable-hwapi enable hardware API library], \
|
||||||
[case "${enableval}" in
|
[case "${enableval}" in
|
||||||
|
|||||||
Reference in New Issue
Block a user