From: Mauro Carvalho Chehab Date: Thu, 8 Jun 2017 09:05:48 +0000 (-0300) Subject: configure.ac: report enabled features X-Git-Tag: v0.5.9~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=b3368b4135eccf0dba33d21bec04593b75899e9a;p=users%2Fmchehab%2Frasdaemon.git configure.ac: report enabled features We're starting to have too many optional features. Report what options are enabled at the end of ./configure output. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/configure.ac b/configure.ac index 3d6e2d0..98bb5aa 100644 --- a/configure.ac +++ b/configure.ac @@ -83,3 +83,18 @@ AC_DEFINE([RAS_DB_FNAME], ["ras-mc_event.db"], [ras events database]) AC_SUBST([RAS_DB_FNAME], ["ras-mc_event.db"]) AC_OUTPUT + +dnl --------------------------------------------------------------------- +dnl compile time options summary + +cat <