Skip to content
Snippets Groups Projects
Forked from Xiph.Org / Opusfile
283 commits behind the upstream repository.
  • Ron's avatar
    c939c736
    More autoconf housekeeping · c939c736
    Ron authored
    Don't let AC_SEARCH_LIBS([lrintf]) add -lm to LIBS, otherwise we'll
    unconditionally link everything with it.
    
    Correctly handle the third possibility of AC_SEARCH_LIBS, that no
    library at all was found.
    
    Link libopusfile with $lrintf_lib, it uses it and will otherwise fail
    with linkers that use --no-add-needed / --no-copy-dt-needed-entries.
    
    Don't bother to test for doxygen if using it is --disable'd.
    c939c736
    History
    More autoconf housekeeping
    Ron authored
    Don't let AC_SEARCH_LIBS([lrintf]) add -lm to LIBS, otherwise we'll
    unconditionally link everything with it.
    
    Correctly handle the third possibility of AC_SEARCH_LIBS, that no
    library at all was found.
    
    Link libopusfile with $lrintf_lib, it uses it and will otherwise fail
    with linkers that use --no-add-needed / --no-copy-dt-needed-entries.
    
    Don't bother to test for doxygen if using it is --disable'd.
Makefile.am 3.93 KiB