print more build options

This commit is contained in:
Klas Lindfors
2014-02-10 13:43:07 +01:00
parent 6889bd09e2
commit c7b82cf889
+12 -1
View File
@@ -141,8 +141,19 @@ AC_OUTPUT
AC_MSG_NOTICE([summary of build options: AC_MSG_NOTICE([summary of build options:
version: ${VERSION} Version: ${VERSION}
Host type: ${host} Host type: ${host}
Install prefix: ${prefix} Install prefix: ${prefix}
Compiler: ${CC} Compiler: ${CC}
CFLAGS: ${CFLAGS}
CPPFLAGS: ${CPPFLAGS}
Warnings: ${WARN_CFLAGS}
Backend: ${with_backend}
PCSC
CFLAGS: ${PCSC_CFLAGS}
LIBS: ${PCSC_LIBS}
Winscard
LIBS: ${LTLIBWINSCARD}
Mac PCSC
LIBS: ${PCSC_MACOSX_LIBS}
]) ])