Properly compute SONAME using libtool variables.

This commit is contained in:
Sam Hocevar
2010-01-12 23:54:20 +00:00
committed by sam
parent 4a860d6be8
commit e88488fcf0

View File

@@ -18,7 +18,7 @@ AC_C_FUNC
AC_MSG_CHECKING(for libzzuf full name)
case "$shrext_cmds" in
"") SONAME="libzzuf.so" ;;
*) SONAME="libzzuf$shrext_cmds" ;;
*) eval SONAME="libzzuf$shrext_cmds" ;;
esac
AC_MSG_RESULT($SONAME)
AC_DEFINE_UNQUOTED(SONAME, "$SONAME", [Define to the libzzuf full name])