From: Luca Boccassi Date: Mon, 15 Mar 2021 12:26:27 +0000 (+0000) Subject: Automake: install uuidgen bash completion only if it is built X-Git-Tag: v2.37-rc1~70^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e18f057b5635e17c6f6272add4b3da4204f4600a;p=thirdparty%2Futil-linux.git Automake: install uuidgen bash completion only if it is built Check for BUILD_UUIDGEN instead of BUILD_LIBUUID --- diff --git a/bash-completion/Makemodule.am b/bash-completion/Makemodule.am index 3384ba4e21..6771d06049 100644 --- a/bash-completion/Makemodule.am +++ b/bash-completion/Makemodule.am @@ -189,7 +189,7 @@ endif if BUILD_UTMPDUMP dist_bashcompletion_DATA += bash-completion/utmpdump endif -if BUILD_LIBUUID +if BUILD_UUIDGEN dist_bashcompletion_DATA += bash-completion/uuidgen endif if BUILD_UUIDPARSE