From 20ada574d4d54de5994369652aa1749ea96895f4 Mon Sep 17 00:00:00 2001 From: Jian Yu Date: Tue, 27 Oct 2020 10:33:03 -0700 Subject: [PATCH] LU-13949 build: add autogen.sh into distribution tarball This patch adds autogen.sh and config/lustre-version.m4 into Lustre distribution tarball so that customers can regenerate aclocal.m4, config.h.in, autoMakefile.in and configure in their build environments. Change-Id: Ic6c5430b9a8b504ebc6a7618e141f1ea23b046a2 Signed-off-by: Jian Yu Reviewed-on: https://review.whamcloud.com/40425 Tested-by: jenkins Reviewed-by: Minh Diep Tested-by: Maloo Reviewed-by: Andreas Dilger Reviewed-by: Shuichi Ihara --- autoMakefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/autoMakefile.am b/autoMakefile.am index 0f1424b..0c2a878 100644 --- a/autoMakefile.am +++ b/autoMakefile.am @@ -101,7 +101,9 @@ EXTRA_DIST = @PACKAGE_TARNAME@.spec \ lustre-dkms_post-build.sh \ LUSTRE-VERSION-GEN \ LUSTRE-VERSION-FILE \ - undef.h + undef.h \ + autogen.sh \ + config/lustre-version.m4 # contrib is a directory. Putting a directory in EXTRA_DIST # recursively includes the entire directory contents in the -- 1.8.3.1