зеркало из https://github.com/mozilla/pjs.git
Disable error check for xargs until OS/2 tinderbox is updated.
This commit is contained in:
Родитель
0666f237d9
Коммит
5e7d1c9726
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -314,9 +314,9 @@ if test -z "$ZIP" || test "$ZIP" = ":"; then
|
|||
fi
|
||||
AC_PATH_PROG(SYSTEM_MAKEDEPEND, makedepend)
|
||||
AC_PATH_PROG(XARGS, xargs)
|
||||
if test -z "$XARGS" || test "$XARGS" = ":"; then
|
||||
AC_MSG_ERROR([xargs not found in \$PATH .])
|
||||
fi
|
||||
dnl if test -z "$XARGS" || test "$XARGS" = ":"; then
|
||||
dnl AC_MSG_ERROR([xargs not found in \$PATH .])
|
||||
dnl fi
|
||||
|
||||
dnl Be sure the make we use is GNU make.
|
||||
AC_PATH_PROGS(MAKE, gmake make, :)
|
||||
|
|
Загрузка…
Ссылка в новой задаче