The GNUstep gui library is a library of graphical user interface classes written completely in the Objective-C language; the classes are based upon Apple's Cocoa framework (which came from the OpenStep specification). *** Larger patches require copyright assignment to FSF. please file bugs here. ***
When building without GNUSTEP_MAKEFILES already set in the environment, the configure script shipped in gnustep-back-0.31.0.tar.gz fails immediately with:
There is code to set GNUSTEP_MAKEFILES automatically, but it doesn't run until after the generated configure script has already tried to use it to find config.guess and config.sub; it probably needs moving earlier in the file.
When building without
GNUSTEP_MAKEFILES
already set in the environment, the configure script shipped ingnustep-back-0.31.0.tar.gz
fails immediately with:There is code to set
GNUSTEP_MAKEFILES
automatically, but it doesn't run until after the generated configure script has already tried to use it to find config.guess and config.sub; it probably needs moving earlier in the file.