Improve handling of libobjc in GNUstep hierarchy

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13054 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2002-03-09 12:58:02 +00:00
parent c00c6786ea
commit 0606f380b0
3 changed files with 259 additions and 254 deletions

View file

@ -3,6 +3,7 @@
* Source/NSFileManager.m: Change copy so that, if the source argument
is a symbolic link, we copy the link rather than the thing it points
to.
* configure.in: Look for headers of an additional libobjc
2002-03-08 Richard Frith-Macdonald <rfm@gnu.org>

508
configure vendored

File diff suppressed because it is too large Load diff

View file

@ -117,8 +117,10 @@ fi
#
# The following one is so that headers of custom libraries into
# $GNUSTEP_HDIR are used before the standard ones
# The libobjc subdirectory is for if an alternative libobjc is
# installed and we want to use that rather than the default system one.
#
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR"
CPPFLAGS="$CPPFLAGS -I$GNUSTEP_HDIR -I$GNUSTEP_HDIR/libobjc"
LDFLAGS="$LDFLAGS -L$GNUSTEP_LDIR/$LIBRARY_COMBO -L$GNUSTEP_LDIR"
#--------------------------------------------------------------------