From 4c54be193d9027c59714cf1dbe29b6964705b143 Mon Sep 17 00:00:00 2001 From: nico Date: Tue, 5 Jun 2001 14:14:59 +0000 Subject: [PATCH] In the main makefile, check that the user has run the gnustep configuration script at the very beginning; it it has not, tell it to do it, and exit gracefully. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@10079 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0f5caf3bf..8f3c0ea7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-06-05 Nicola Pero + + * GNUmakefile: If GNUSTEP_MAKEFILES is not set, tell the user it + needs to source GNUstep.sh and then exit with an error. + 2001-06-05 Nicola Pero * Source/mframe.m: Disabled inlining of nested functions. This