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 73 ]) 74 74 75 75 dnl Check for PC/SC headers and libraries 76 76 DC_PCSC 77 77 78 78 dnl Check for ZLIB libraries 79 79 AC_CHECK_LIB(z, uncompress) 80 + 81 +dnl Set version script, to limit the scope of symbols 82 +DC_SETVERSIONSCRIPT(libcackey.vers) 80 83 81 84 dnl Upate LDFLAGS to include setting the run-time linker path to the same as our compile-time linker 82 85 DC_SYNC_RPATH 83 86 84 87 dnl If we updated LIBOBJS, update SHLIBOBJS -- must be last. 85 88 DC_SYNC_SHLIBOBJS 86 89 87 90 dnl Produce Makefile 88 91 AC_OUTPUT(Makefile)