Whamcloud - gitweb
LU-16382 config: ensure lutf.sh is included in dist 99/53299/4
authorMr NeilBrown <neilb@suse.de>
Thu, 21 Mar 2024 19:39:11 +0000 (12:39 -0700)
committerOleg Drokin <green@whamcloud.com>
Sat, 4 May 2024 03:02:00 +0000 (03:02 +0000)
commite24a797575bcf5c8a221e9171fefe6a6fc263121
treece361e09d5d3ae9803e07499e8061edd5caf9773
parente1684d9ff51574d9da9b45a0affd611e0767c49a
LU-16382 config: ensure lutf.sh is included in dist

The official 2.15.1 source distribution does not contain
lutf.sh.  As lustre.spec lists it (when LUTF is enabled) this causes a
build error.

It is likely not included because "./configure --enable-dist" was run
in a context where swig was not installed.

So when determining whether to enable lutf, first check for
enable_dist and in the case for enable_lutf="yes"

Lustre-change: https://review.whamcloud.com/49382
Lustre-commit: b486347abdb2f0c12f01deb5424c41a532c952a8

Test-Parameters: trivial
Signed-off-by: Mr NeilBrown <neilb@suse.de>
Change-Id: If5f856985a6d642822baba4b6ee301c04f851217
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/53299
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
config/lustre-build.m4