gnustep / libs-back

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. ***
http://www.gnustep.org
GNU General Public License v3.0
50 stars 34 forks source link

GNUSTEP_MAKEFILES needs to be set earlier #54

Open atsampson opened 1 week ago

atsampson commented 1 week ago

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:

configure: error: cannot find required auxiliary files:

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.