Changeset 4256


Ignore:
Timestamp:
01/13/10 00:54:20 (3 years ago)
Author:
sam
Message:

Properly compute SONAME using libtool variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • zzuf/trunk/configure.ac

    r4248 r4256  
    1919case "$shrext_cmds" in 
    2020  "") SONAME="libzzuf.so" ;; 
    21   *) SONAME="libzzuf$shrext_cmds" ;; 
     21  *) eval SONAME="libzzuf$shrext_cmds" ;; 
    2222esac 
    2323AC_MSG_RESULT($SONAME) 
Note: See TracChangeset for help on using the changeset viewer.