print more build options
This commit is contained in:
+12
-1
@@ -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}
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user