Export LIBRARY_COMBO

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@2920 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-08-12 15:09:39 +00:00
parent 6c1d3f9957
commit 0b445b148c
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
Wed Aug 12 15:25:00 1998 Richard Frith-Macdonald <richard@brainstrom.co.uk>
* openapp.in: export LIBRARY_COMBO.
Tue Aug 4 16:43:55 1998 Adam Fedor <fedor@doc.com>
* application.make: Correct resource installation when

View file

@ -30,6 +30,7 @@ fi
LIBRARY_COMBO=@ac_cv_library_combo@
case $1 in
--library_combo=*)
--library-combo=*)
LIBRARY_COMBO=`echo $1 | sed 's/--library-combo=//'`
if [ -z "$2" ]; then
@ -49,6 +50,7 @@ elif [ "$LIBRARY_COMBO" = gnu-xdps ]; then
elif [ "$LIBRARY_COMBO" = fd-xdps ]; then
LIBRARY_COMBO=gnu-fd-gnu-xdps
fi
export LIBRARY_COMBO
# Remove leading slashes at the end of the application name
app=`echo $app | sed 's%/*$%%'`