Whamcloud - gitweb
LU-18692 build: add -f option to libtoolize 65/57965/3
authorJian Yu <yujian@whamcloud.com>
Tue, 4 Feb 2025 18:48:41 +0000 (10:48 -0800)
committerOleg Drokin <green@whamcloud.com>
Tue, 11 Feb 2025 05:33:55 +0000 (05:33 +0000)
commit8d4ba8b7d4ced228165b2c9c043fd9cdeda9e2da
tree25dde5412858ef0ffc8563d3d079e61cc7d7756a
parent5751da80ecd57dfae9ad3c080b8c984605da47ec
LU-18692 build: add -f option to libtoolize

If libtool and aclocal.m4 were generated by different
versions of build tools, then building Lustre codes
will hit libtool version mismatch error.

This patch adds -f option to libtoolize in autogen.sh
to replace existing libtool files by default.

Change-Id: I8f4786eccfdf38b3554393d7f9d6f52613a3a3f5
Test-Parameters: trivial
Signed-off-by: Jian Yu <yujian@whamcloud.com>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/57965
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Arshad Hussain <arshad.hussain@aeoncomputing.com>
Reviewed-by: Minh Diep <mdiep@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
autogen.sh