liba2ps.h

Bruno Haible <[email protected]> Wed, 01 Feb 2023 02:02:20 +0100
Newsgroups gmane.comp.printing.a2ps.bugs
Message-ID <2408159.vedsup5Dh5@nimes>
a2ps installs a file $PREFIX/include/liba2ps.h, that declares a couple of
functions. But it does not install a library (because liba2ps/Makefile.am has
  noinst_LTLIBRARIES = liba2ps.la
). What is the point of the installed file liba2ps.h, then? The documentation
does not describe it.