summaryrefslogtreecommitdiff
path: root/build-scripts/ltmain.sh
AgeCommit message (Collapse)AuthorFilesLines
2011-01-26Ozkan Sezer to sloukenSam Lantinga1-1/+1
The attached small patch updates SDL's libtoolized files for pe-x86_64 magic, ie win/x64.
2009-10-04Updated libtool to version 2.2.6aSam Lantinga1-3/+4
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403974
2009-03-04Updated libtool from version 1.5.22 to 2.2.6a, so it works on current QNXSam Lantinga1-3458/+5000
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403551
2006-05-03Fixed execv warning when libtool creates wrapper executablesSam Lantinga1-1/+1
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401720
2006-03-24Fixed bug #177Sam Lantinga1-55/+1
The attached patch changes configure.in to use "-framework FOO" instead of "-Wl,-framework,FOO". This avoid some issues with certain versions of libtool that do not handle -framework properly. Some versions of libtool will try to reorder the two parts of the option, or render the 2nd part of the argument to the relative path of a non-existent library. Note: It is not enough if SDL uses a version of libtool that does this correctly, because these -framework options show up in "sdl-config --libs". Hence, some 3rd party apps which still ship with an old libtool have troubles compiling under Mac OS X. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401618
2006-03-21Updated to libtool-1.5.22Sam Lantinga1-281/+742
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401574
2006-02-16New configure-based build system. Still work in progress, but much improvedSam Lantinga1-0/+6457
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401365