From 30a578d048c0fa18c94305e24676e20721ad2f5e Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Mon, 30 Dec 2002 17:26:20 +0000 Subject: [PATCH] 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index 27cae116d..5981ff275 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Mon Dec 30 18:19:55 2002 Nicola Pero + + * 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 * Source/NSPage.m: Add BeOS support.