From 6dd65fc048dbe167b809f687acc6228eb07ecec6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 6 Jun 2021 20:48:46 -0400 Subject: sim: unify bug & package settings Move these options up to the common dir so we only test & export them once across all ports. The AC_INIT macro does a lot of the heavy lifting already which allows further simplification. --- sim/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/config.h.in') diff --git a/sim/config.h.in b/sim/config.h.in index 8d7923e..65f9da0 100644 --- a/sim/config.h.in +++ b/sim/config.h.in @@ -394,9 +394,15 @@ /* Define to the version of this package. */ #undef PACKAGE_VERSION +/* Additional package description */ +#undef PKGVERSION + /* Sim profile settings */ #undef PROFILE +/* Bug reporting address */ +#undef REPORT_BUGS_TO + /* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE -- cgit v1.1