Display build config at the end of configure run

This commit is contained in:
Tushar Gohad 2015-12-10 05:19:01 -07:00
parent 28dec505f4
commit c2a6d3f860
1 changed files with 15 additions and 0 deletions

View File

@ -270,3 +270,18 @@ AM_COND_IF([HAVE_DOXYGEN],
AC_OUTPUT
AC_MSG_NOTICE([
$PACKAGE configured:
--------------------------
version: $LIBERASURECODE_VERSION
interface revision: $LIBERASURECODE_VERSION_INFO
generate documentation: $DOXYGEN
installation prefix: $prefix
CFLAGS: $CXXFLAGS $CFLAGS
LDFLAGS: $LIBS $LDFLAGS
type "make" followed by "make install" as root.
$DOXMAKE
])