Differences From Artifact [35c3537925]:
- File aclocal/libconfig.m4 — part of check-in [3a41ad49f2] at 2014-11-24 18:54:12 on branch trunk — Added symbol versions and updated to set soname correctly if possible (user: rkeene, size: 1781) [annotate] [blame] [check-ins using]
To Artifact [4d7e795efc]:
- File aclocal/libconfig.m4 — part of check-in [e1a8ff771d] at 2014-11-24 18:56:36 on branch trunk — Added Mac OS X support for soname (user: rkeene, size: 1803) [annotate] [blame] [check-ins using]
︙ | |||
52 53 54 55 56 57 58 | 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 | - + | ]) AC_DEFUN(LC_SET_SONAME, [ SAVE_LDFLAGS="$LDFLAGS" AC_MSG_CHECKING([how to specify soname]) |
︙ |