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/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'sim/ChangeLog') diff --git a/sim/ChangeLog b/sim/ChangeLog index b961611..b8a2e6c 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,5 +1,11 @@ 2021-06-12 Mike Frysinger + * configure.ac: Define PKGVERSION & REPORT_BUGS_TO. + * m4/sim_ac_common.m4: Delete calls to ACX_PKGVERSION & ACX_BUGURL. + * aclocal.m4, config.h.in, configure, Makefile.in: Regenerate. + +2021-06-12 Mike Frysinger + * configure.ac: Call SIM_AC_OPTION_DEBUG, SIM_AC_OPTION_STDIO, SIM_AC_OPTION_TRACE, and SIM_AC_OPTION_PROFILE. * m4/sim_ac_common.m4: Delete calls to SIM_AC_OPTION_DEBUG, -- cgit v1.1