<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div style="">
<p dir="auto">Testing with latest release of autoconf-archive gives me</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">$ make</span>
<span id="LC2" class="line" lang="plaintext">aminclude_static.am:45: *** missing separator.  Stop.</span></code></pre>
<p dir="auto">Not sure why, but the auto-generated <code>aminclude_static.am</code> is buggy.</p>
<p dir="auto">My test was installing autoconf-archive from <a href="https://mirrors.ocf.berkeley.edu/gnu/autoconf-archive/autoconf-archive-2019.01.06.tar.xz" rel="nofollow noreferrer noopener" target="_blank">https://mirrors.ocf.berkeley.edu/gnu/autoconf-archive/autoconf-archive-2019.01.06.tar.xz</a>, ./configure, sudo make install (install it to /usr/local/share/aclocal). Then testing with <code>autoreconf -fi -I /usr/local/share/aclocal && ./configure --enable-code-coverage --disable-doc</code> and the following code in configure.ac (and all kinds of deviations):</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">m4_ifndef([CODE_COVERAGE_RULES], [</span>
<span id="LC2" class="line" lang="plaintext">  [CODE_COVERAGE_RULES='include $(top_srcdir)/aminclude_static.am']</span>
<span id="LC3" class="line" lang="plaintext">  AC_SUBST([CODE_COVERAGE_RULES])</span>
<span id="LC4" class="line" lang="plaintext">  m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([CODE_COVERAGE_RULES])])</span>
<span id="LC5" class="line" lang="plaintext">])</span></code></pre>
<p dir="auto"><code>Makefile</code> looks good then, but <code>aminclude_static.am</code> has that bug.</p>
</div>


</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/merge_requests/905#note_138096748">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/1cab57fefea93e29aa850ffd4d990566/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Merge request","url":"https://gitlab.com/gnutls/gnutls/merge_requests/905#note_138096748"}}</script>
</p>
</div>
</body>
</html>