SDL-mirror/build-scripts
Sam Lantinga 1237375c2d Fixed bug #177
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-24 05:11:51 +00:00
..
config.guess New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00
config.sub New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00
install-sh New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00
ltmain.sh Fixed bug #177 2006-03-24 05:11:51 +00:00
makedep.sh CFLAGS are separate from EXTRA_CFLAGS 2006-03-14 02:46:26 +00:00
mkinstalldirs New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00
strip_fPIC.sh New configure-based build system. Still work in progress, but much improved 2006-02-16 10:11:48 +00:00