summaryrefslogtreecommitdiff
path: root/acinclude/libtool.m4
Commit message (Collapse)AuthorAgeFilesLines
* acinclude/libtool.m4: Apply macos11 patch from libtool bug #44605Ozkan Sezer2021-01-091-9/+4
| | | | | | | | | | https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44605 https://github.com/macports/macports-ports/blob/master/devel/libtool/files/dynamic_lookup-11.patch ( Also see https://debbugs.gnu.org/cgi/bugreport.cgi?bug=44684 ) This also implicitly covers the macos10.10+ support patch from libtool mainstream which has been in since libtool-v2.4.3, i.e.: http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commit;h=e145288b059e14ab7e58fc6a304e82d9dad282a6
* Fixed bug 3481 - Configure fails to detect dynamic library support on ↵Sam Lantinga2016-11-061-1/+4
| | | | | | | | | | powerpc64le Sam I've discovered that when building on powerpc64le (and probably powerpc64) SDL's configure script fails to detect dynamic library support, causing it to build a static library. This causes link failures due to undefined symbols later when packages link with -lSDL. This seems to be because the included autotools package is too old to detect powerpc64le. This change corrects the problem for me but newer versions of autotools should handle it without a patch
* Fix a libtool issue with some mingw-w64 cross compilers (thanks, Ozkan!).Ryan C. Gordon2015-05-261-5/+12
| | | | | | | http://debbugs.gnu.org/cgi/bugreport.cgi?bug=15321 http://git.savannah.gnu.org/gitweb/?p=libtool.git;a=commit;h=0ebb734910bf56186dd0c0e84b1c8be507bad336 Fixes Bugzilla #2722.
* We have to fix the DLL name convention on Windows every time...Sam Lantinga2012-10-191-2/+4
|
* Hopefully fixed the Windows build. We have to do this every time, to link ↵Sam Lantinga2012-09-201-0/+2
| | | | version.o
* Updated to the latest versions of autotools and config.guess/config.subSam Lantinga2012-09-201-818/+1432
| | | | | | autoconf-2.69 automake-1.12 libtool-2.4.2
* Ozkan Sezer to sloukenSam Lantinga2011-01-261-1/+1
| | | | | The attached small patch updates SDL's libtoolized files for pe-x86_64 magic, ie win/x64.
* Split acinclude.m4 into its constituent parts for easy upgradingSam Lantinga2009-10-041-0/+7370