b4n commented on this pull request.
@@ -0,0 +1,43 @@
+if MD_BUILTIN_CMARK + +noinst_LTLIBRARIES = libcmark.la + +libcmark_la_SOURCES = \ + blocks.c \ + buffer.c \ + buffer.h \ + chunk.h \ + cmark.c \ + cmark_ctype.c \ + cmark_ctype.h \ + cmark.h \
About distcheck failure in *util* I don't know but could believe it, I'm afraid nobody tried it since util was introduced. I'll try to get a look into this when I can.
I briefly looked at `cmark_export.h.in` but I couldn't really figure out where it came from
Isn't the *.in* the source itself? Usually it's the suffix for files that will be processed, and the suffix is stripped from the output filename.