Overview
Comment: | Updated to use shared object extension correctly in soname |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d516625f9040160fdd6dbf17e89df484 |
User & Date: | rkeene on 2014-11-24 18:55:32 |
Other Links: | manifest | tags |
Context
2014-11-24
| ||
18:56 | Added Mac OS X support for soname check-in: e1a8ff771d user: rkeene tags: trunk | |
18:55 | Updated to use shared object extension correctly in soname check-in: d516625f90 user: rkeene tags: trunk | |
18:54 | Added symbol versions and updated to set soname correctly if possible check-in: 3a41ad49f2 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [23d52dd695] to [826e405246].
︙ | ︙ | |||
39 40 41 42 43 44 45 | AC_REPLACE_FUNCS(strsep strtoll getuid) AC_CHECK_FUNCS(getpwuid strtof) dnl Setup stable API DC_SETUP_STABLE_API(libconfig.vers, libconfig.syms) dnl Set a soname | | | 39 40 41 42 43 44 45 46 47 48 49 50 51 | AC_REPLACE_FUNCS(strsep strtoll getuid) AC_CHECK_FUNCS(getpwuid strtof) dnl Setup stable API DC_SETUP_STABLE_API(libconfig.vers, libconfig.syms) dnl Set a soname LC_SET_SONAME([libconfig.$SHOBJEXT.$PACKAGE_VERSION]) dnl This MUST be last. DC_SYNC_SHLIBOBJS AC_OUTPUT(Makefile lc_geterrno.3 lc_process.3 lc_register_var.3 lc_geterrstr.3 lc_seterrstr.3 lc_register_callback.3 lc_cleanup.3 lc_process_file.3 libconfig.3 lc_handle_type.3 libconfig.syms) |