We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76a55f2 commit 8953da8Copy full SHA for 8953da8
make/autoconf/basic_tools.m4
@@ -373,7 +373,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_COMPLEX_TOOLS],
373
374
# Check if it's a GNU date compatible version
375
AC_MSG_CHECKING([if date is a GNU compatible version])
376
- check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox"`
+ check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox\|uutils"`
377
if test "x$check_date" != x; then
378
AC_MSG_RESULT([yes])
379
IS_GNU_DATE=yes
0 commit comments