Differences From Artifact [0ec6a4dc40]:
- File
configure.ac
— part of check-in
[b491412695]
at
2010-05-17 05:04:11
on branch trunk
— Updated to strip release library
Updated list of headers to check for (user: rkeene, size: 1883) [annotate] [blame] [check-ins using]
To Artifact [e3d2962afa]:
- File configure.ac — part of check-in [a184a05fd1] at 2010-05-17 05:58:30 on branch trunk — Added support for only exporting PKCS#11 symbols globally (user: rkeene, size: 1974) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
73 74 75 76 77 78 79 80 81 82 83 84 85 86 | ]) dnl Check for PC/SC headers and libraries DC_PCSC dnl Check for ZLIB libraries AC_CHECK_LIB(z, uncompress) dnl Upate LDFLAGS to include setting the run-time linker path to the same as our compile-time linker DC_SYNC_RPATH dnl If we updated LIBOBJS, update SHLIBOBJS -- must be last. DC_SYNC_SHLIBOBJS | > > > | 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 | ]) dnl Check for PC/SC headers and libraries DC_PCSC dnl Check for ZLIB libraries AC_CHECK_LIB(z, uncompress) dnl Set version script, to limit the scope of symbols DC_SETVERSIONSCRIPT(libcackey.vers) dnl Upate LDFLAGS to include setting the run-time linker path to the same as our compile-time linker DC_SYNC_RPATH dnl If we updated LIBOBJS, update SHLIBOBJS -- must be last. DC_SYNC_SHLIBOBJS |
︙ | ︙ |