Prevent the user from trying to compile without having run GNUstep.sh

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10078 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2001-06-05 14:12:18 +00:00
parent fcc21ef046
commit ec849e00a8

View file

@ -22,6 +22,12 @@
# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA
#
# This usually happens when you source GNUstep.sh, then run ./configure,
# then log out, then log in again and try to compile
ifeq ($(GNUSTEP_MAKEFILES),)
$(error You need to run the GNUstep configuration script before compiling!)
endif
# Install into the system root by default
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)