From: Jian Yu Date: Thu, 29 Oct 2020 18:07:03 +0000 (-0700) Subject: LU-13949 build: add autogen.sh into distribution tarball X-Git-Tag: 2.12.6-RC1~7 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b65eea360cf8aab0848bd6e50e4a19b1793176cd;p=fs%2Flustre-release.git 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/40466 Reviewed-by: Minh Diep Tested-by: jenkins Reviewed-by: Shuichi Ihara Tested-by: Maloo Reviewed-by: Oleg Drokin --- diff --git a/autoMakefile.am b/autoMakefile.am index 064c317..478c341 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