sim: allow the assert configure option everywhere

Currently ports have to call SIM_AC_OPTION_ASSERT explicitly in order
to make the configure flag available, which none of them do.  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.
This commit is contained in:
Mike Frysinger
2016-01-10 15:55:44 -05:00
parent 99d8e87993
commit 35656e9521
56 changed files with 626 additions and 54 deletions

View File

@ -1,3 +1,7 @@
2016-01-10 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (SIM_AC_COMMON): Call SIM_AC_OPTION_ASSERT.
2016-01-10 Mike Frysinger <vapier@gentoo.org>
* acinclude.m4 (SIM_AC_COMMON): Delete sim_link_files and

View File

@ -223,6 +223,7 @@ if test x"$silent" != x"yes" && test x"$sim_profile" != x""; then
fi],[sim_profile="-DPROFILE=1 -DWITH_PROFILE=-1"])dnl
AC_SUBST(sim_profile)
SIM_AC_OPTION_ASSERT
SIM_AC_OPTION_INLINE
ACX_PKGVERSION([SIM])