]> git.ipfire.org Git - thirdparty/libvirt.git/commit
autogen.sh: tell user the correct make command
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 4 Jul 2017 14:59:51 +0000 (15:59 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 18 Dec 2017 17:03:51 +0000 (17:03 +0000)
commit291f68b5da78a303c58ca45b5d8be61e8047d328
treea4dec5a8ee77304f39f2724baaf15df6c7cd2780
parent8599aedd434a2843dca7fae37bd397f07a584c1a
autogen.sh: tell user the correct make command

When autogen.sh finishes it helpfully prints

  "Now type 'make' to compile libvirt."

which is fine if on a host with GNU make, but on *BSD running
'make' will end in tears. We should tell users to run 'gmake'
on these platforms. If 'gmake' doesn't exist then we should
report an error too

  "GNU make is required to build libvirt"

Reviewed-by: Andrea Bolognani <abologna@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
autogen.sh