--- jdk14-bc54620a3848/make/autoconf/basics.m4 2020-02-07 04:40:54.000000000 +1030 +++ jdk14-bc54620a3848-new/make/autoconf/basics.m4 2020-04-24 10:59:33.056098506 +0930 @@ -583,7 +583,7 @@ BASIC_SETUP_TOOL($1, [AC_PATH_PROGS($1, $2, , $3)]) if test "x[$]$1" = x; then AC_MSG_NOTICE([Required tool $2 not found in PATH, checking built-in]) - if help $2 > /dev/null 2>&1; then + if command -v $2 > /dev/null 2>&1; then AC_MSG_NOTICE([Found $2 as shell built-in. Using it]) $1="$2" else /a> : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/system/vm.scm
AgeCommit message (Expand)Author
2022-12-06system: vm: Non-volatile 'run-vm.sh' creates a CoW image....Ludovic Courtès
2022-01-14system: vm: Change the writable image name....Mathieu Othacehe
2022-01-06system: vm: Restore default RAM size to 512MB....Mathieu Othacehe
2021-12-23Remove VM generation dead-code....Mathieu Othacehe
2021-12-23system: vm: Use the image API to generate QEMU images....Mathieu Othacehe
2021-12-05Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus
2021-12-03system: vm: Remove the vga argument....Mathieu Othacehe
2021-12-03guix system vm: Add --no-graphic CLI argument....Attila Lendvai
2021-11-20vm: <virtual-machine> defaults to using 'qemu-minimal'....Ludovic Courtès
2021-09-07Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-08-29Migrate to the new 'targets' field of bootloader-configuration....Maxim Cournoyer
2021-08-15Update copyright/name notices for Christine Lemmer-Webber....Christopher Lemmer Webber
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-06-25vm: Update deprecated QEMU option syntax....Tobias Geerinckx-Rice