Skip to content
Snippets Groups Projects
Commit 0de7fe54 authored by John Marshall's avatar John Marshall
Browse files

Generate config.h.in with autoheader

Previously we hand-edited config.h.in after using autoheader, to avoid
the dross -- especially PACKAGE_VERSION, as we compute that ourselves
(via git describe) in the Makefile.  However that's used only within the
Makefile, so defining it for C code via config.h is not a major problem.
(If it becomes one, we can add AH_BOTTOM([#include "config_undefines.h"])
or so, or not reuse the conventional PACKAGE_VERSION macro name.)
parent 155e1aac
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment