From 5459ba2b918b9d831c4a71315e6273927e87937b Mon Sep 17 00:00:00 2001 From: aet Date: Sat, 29 Jan 2005 10:51:05 +0000 Subject: [PATCH] - Show package version when configure is finished git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2112 c6295689-39f2-0310-b995-f0e70906c6a9 --- configure.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 3ff19f85..b6fdcd94 100644 --- a/configure.in +++ b/configure.in @@ -436,7 +436,6 @@ int main(void) LIBS="$saved_LIBS" fi fi -#AM_CONDITIONAL(HAVE_SSLHACK, test "x$SSLHACK_MSG" = "xyes") # now - last part to do: check if we gain anything from # funny parameters to link openssl with. @@ -581,7 +580,7 @@ if test "x$pcsc_path" != "xno" -a "x$PCSC_MSG" != "xyes"; then AC_MSG_RESULT($PCSC_MSG) ],[ AC_MSG_CHECKING(for PC/SC Lite support (old style)) - for pcscdir in "" /pcsc /PCSC; do + for pcscdir in "" /PCSC; do CPPFLAGS="$saved_CPPFLAGS" LDFLAGS="$saved_LDFLAGS" LIBS="-lpcsclite $saved_LIBS" @@ -1018,7 +1017,6 @@ else fi fi -dnl Someone please show me a better way :) A=`eval echo ${prefix}` ; A=`eval echo ${A}` B=`eval echo ${bindir}` ; B=`eval echo ${B}` C=`eval echo ${sysconfdir}` ; C=`eval echo ${C}` @@ -1027,6 +1025,7 @@ echo "" echo "OpenSC has been configured with the following options" echo "" +echo "Version: ${PACKAGE_VERSION}" echo "User binaries: ${B}" echo "Configuration files: ${C}"