[gnutls-devel] GnuTLS | Update m4/ax_code_coverage.m4 (!905)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Mon Feb 4 17:08:52 CET 2019


Testing with latest release of autoconf-archive gives me
```
$ make
aminclude_static.am:45: *** missing separator.  Stop.
```

Not sure why, but the auto-generated `aminclude_static.am` is buggy.

My test was installing autoconf-archive from https://mirrors.ocf.berkeley.edu/gnu/autoconf-archive/autoconf-archive-2019.01.06.tar.xz, ./configure, sudo make install (install it to /usr/local/share/aclocal). Then testing with `autoreconf -fi -I /usr/local/share/aclocal && ./configure --enable-code-coverage --disable-doc` and the following code in configure.ac (and all kinds of deviations):
```
m4_ifndef([CODE_COVERAGE_RULES], [
  [CODE_COVERAGE_RULES='include $(top_srcdir)/aminclude_static.am']
  AC_SUBST([CODE_COVERAGE_RULES])
  m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([CODE_COVERAGE_RULES])])
])
```

`Makefile` looks good then, but `aminclude_static.am` has that bug.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/905#note_138096748
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190204/27884e8b/attachment.html>


More information about the Gnutls-devel mailing list