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 db4391b commit 50c298fCopy full SHA for 50c298f
make/autoconf/basic_tools.m4
@@ -378,7 +378,7 @@ AC_DEFUN_ONCE([BASIC_SETUP_COMPLEX_TOOLS],
378
379
# Check if it's a GNU date compatible version
380
AC_MSG_CHECKING([if date is a GNU compatible version])
381
- check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox"`
+ check_date=`$DATE --version 2>&1 | $GREP "GNU\|BusyBox\|uutils"`
382
if test "x$check_date" != x; then
383
AC_MSG_RESULT([yes])
384
IS_GNU_DATE=yes
0 commit comments