- Show package version when configure is finished

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@2112 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
aet 2005-01-29 10:51:05 +00:00
parent 16b1b6e5a2
commit 5459ba2b91
1 changed files with 2 additions and 3 deletions

View File

@ -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}"