Updated for gnustep-make now supporting apple library-combo

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15404 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-30 17:26:20 +00:00
parent 8f4cc42de3
commit 30a578d048

View file

@ -1,3 +1,15 @@
Mon Dec 30 18:19:55 2002 Nicola Pero <n.pero@mi.flashnet.it>
* configure.ac: Recognize apple OBJC_RUNTIME_LIB.
* configure: Regenerated.
* Makefile.postamble: Updated check for gnu FOUNDATION_LIB.
* Source/Makefile.preamble (libgnustep-baseadd_LIBRARIES_DEPEND_UPON):
Do not add -framework Foundation on Apple, it's added automatically
by gnustep-make.
* Source/GNUmakefile: Updated check for OBJC_RUNTIME_LIB.
* Source/Additions/GNUmakefile: Updated checks for
OBJC_RUNTIME_LIB and FOUNDATION_LIB.
2002-12-28 Kelvin <kelvin@xbar.org>
* Source/NSPage.m: Add BeOS support.