Pull requests #3259, #3260, #3261, #3262, #3263, #3264 from @dertin
Updated the commit messages and made the commit titles more informative.
- Add aarch64 to the list of lib64 architectures
- Fixed cut-and-paste error.
- See http://savannah.gnu.org/patch/?7576 for further details.
- Use 'ls -r' rather than non-portable tool 'tac'.
- Simplify filepattern in ls expression so dylib (on OSX) are also detected.
- Fixed detection of dynamic libraries on Mac OS X (*.dylib)
See http://savannah.gnu.org/patch/?7719 for further details.
- Use 'ls -r' rather than non-portable tool 'tac'. Simplify filepattern in ls expression so dylib (on OSX) are also detected.
- Use 'ls -r' in order to try newer version before older ones. Simplify
ls pattern so also dylibs are detected.
- Add support for Clang
Further details can be found at http://savannah.gnu.org/patch/?8186