From: Michael Jeanson Date: Thu, 18 Mar 2021 23:53:28 +0000 (-0400) Subject: Introduce AE_FEATURE to manage configure features X-Git-Tag: v0.13.0~32 X-Git-Url: http://git.lttng.org/?a=commitdiff_plain;h=86bc2ad861ba2a9108b83074f99698269799038e;hp=86bc2ad861ba2a9108b83074f99698269799038e;p=urcu.git Introduce AE_FEATURE to manage configure features The new AE_FEATURE set of macros are wrappers over autoconf's AC_ARG_ENABLE. The main objective is to make the m4sh code more readable to the less seasoned autotools enthusiast among us and reduce the duplication of code with its associated bugs. The AE prefix was chosen to mean "Autotools EfficiOS" and is part of an effort to standardize our custom macros across all our autotools based projects. Change-Id: Ief565473b38150fe2104492c6339bac73efba895 Signed-off-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers ---