* install.sh: Removed configure.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29545 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Gregory John Casamento 2010-02-11 12:34:27 +00:00
parent adecb6d9fe
commit d3189e9917
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-02-11 07:37-EST Gregory John Casamento <greg.casamento@gmail.com>
* install.sh: Removed configure.
2010-02-09 Riccardo Mottola <rmottola@users.sf.net>
* Source/NSOperation.m: Move declaration upwards to fix compile error.
@ -42,6 +46,7 @@
Partial implementation of NSOperationQueue (OSX Leopard functionality
plus a little of Snow Leopard).
>>>>>>> .r29544
2010-02-05 Riccardo Mottola <rmottola@users.sf.net>
* Headers/Additions/GNUstepBase/GSIMap.h: fixed c99-ism

View file

@ -4,7 +4,6 @@ PREFIX=$1
MAKE=${2-make}
. $PREFIX/System/Library/Makefiles/GNUstep.sh
sh configure --with-installation-domain=SYSTEM
$MAKE GNUSTEP_INSTALLATION_DOMAIN=SYSTEM install
exit 0