<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Jul 12, 2022 at 11:25 PM Amol <<a href="mailto:28105285@qq.com">28105285@qq.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div>Dear Patrick,</div><div>where is the file "+include $(top_srcdir)/<a href="http://aminclude_static.am" target="_blank">aminclude_static.am</a>" in this "<a href="https://github.com/openbmc/ipmi-blob-tool" target="_blank">https://github.com/openbmc/ipmi-blob-tool</a>" project?</div></div></blockquote><div><br></div><div>Presumably something generates it. I haven't looked at this in a while, since it had been working --- in the future please, cc the openbmc mailing list with inquiries.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div><br></div><div>commit 51372f02b96e1f1b1317e25e956c712019557bb4</div><div>Author: Patrick Venture <<a href="mailto:venture@google.com" target="_blank">venture@google.com</a>></div><div>Date:   Mon Mar 18 09:06:56 2019 -0700</div><div><br></div><div>    autotools: Fix for autoconf-archive 2019.01.19</div><div><br></div><div>    The code coverage macros from the archive changed in a backward</div><div>    incompatible way. This adds a workaround to autodetect either version</div><div>    and do the right thing.</div><div><br></div><div>    Change-Id: I4258fab8811f07760ebd73e8ac55c8493370e19b</div><div>    Signed-off-by: Patrick Venture <<a href="mailto:venture@google.com" target="_blank">venture@google.com</a>></div><div><br></div><div>diff --git a/.gitignore b/.gitignore</div><div>index 89226f6..65cf1e9 100644</div><div>--- a/.gitignore</div><div>+++ b/.gitignore</div><div>@@ -19,6 +19,7 @@</div><div> .dirstamp</div><div> .libs</div><div> /aclocal.m4</div><div>+/<a href="http://aminclude_static.am" target="_blank">aminclude_static.am</a></div><div> /autom4te.cache</div><div> /build-aux</div><div> /config.h</div><div>diff --git a/Makefile.am b/Makefile.am</div><div>index c4335da..7473e23 100644</div><div>--- a/Makefile.am</div><div>+++ b/Makefile.am</div><div>@@ -29,6 +29,14 @@ CODE_COVERAGE_GENHTML_OPTIONS += --config-file $(abs_srcdir)/.lcovrc</div><div> CODE_COVERAGE_GENHTML_OPTIONS += --prefix $(abs_srcdir) --prefix $(abs_builddir)</div><div> export CODE_COVERAGE_GENHTML_OPTIONS</div><div><br></div><div>+if AUTOCONF_CODE_COVERAGE_2019_01_06</div><div>+include $(top_srcdir)/<a href="http://aminclude_static.am" target="_blank">aminclude_static.am</a></div><div>+clean-local: code-coverage-clean</div><div>+distclean-local: code-coverage-dist-clean</div><div>+else</div><div>+@CODE_COVERAGE_RULES@</div><div>+endif</div><div>+</div></div><div><br></div></blockquote></div></div>