From 16f7876d71604f835aefe48f0bf230c028c05d99 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 10 Jan 2016 16:52:25 -0500 Subject: sim: allow the environment configure option everywhere Currently ports have to call SIM_AC_OPTION_ENVIRONMENT explicitly in order to make the configure flag available. There's no real reason to not allow this flag for all ports, so move it to the common sim macro. This way we get standard behavior across all ports too. --- sim/common/ChangeLog | 4 ++++ sim/common/acinclude.m4 | 1 + 2 files changed, 5 insertions(+) (limited to 'sim/common') diff --git a/sim/common/ChangeLog b/sim/common/ChangeLog index ae03459..fee3dee 100644 --- a/sim/common/ChangeLog +++ b/sim/common/ChangeLog @@ -1,5 +1,9 @@ 2016-01-10 Mike Frysinger + * acinclude.m4 (SIM_AC_COMMON): Call SIM_AC_OPTION_ENVIRONMENT. + +2016-01-10 Mike Frysinger + * acinclude.m4 (SIM_AC_COMMON): Call SIM_AC_OPTION_ASSERT. 2016-01-10 Mike Frysinger diff --git a/sim/common/acinclude.m4 b/sim/common/acinclude.m4 index 675c595..9b62bcd 100644 --- a/sim/common/acinclude.m4 +++ b/sim/common/acinclude.m4 @@ -224,6 +224,7 @@ fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl AC_SUBST(sim_profile) SIM_AC_OPTION_ASSERT +SIM_AC_OPTION_ENVIRONMENT SIM_AC_OPTION_INLINE ACX_PKGVERSION([SIM]) -- cgit v1.1