Hi, this is just preview promised recently to bring gnustep-make closer to cross-compilation. However there's work left due to GNUSTEP_MAKEFILES, GNUSTEP_CONFIG, --prefix= and DESTDIR handling. Now it cannot be made work without setting everything from outside (runtime vs compiletime difference while cross-compiling). Now sure about reasonable solution yet.
Configure changes were made to keep original meaning, so it would really help if somebody could explain how it is actually supposed to work. Side questions: - Why is Changelog maintained as versioned file? It does not explain anything usefull to the user and is insufficient for developer (it is imposible to get a clue without looking to the VCS) - Why are autotool outputs checked into VCS? It just adds garbage both reading and creating patches. Thank you, ladis Ladislav Michl (3): Remove hack to fake OBJCXX checks Fix GNU Make detection Initial changes to make package cross-compilation aware ChangeLog | 19 + configure | 1315 ++++++++++++++++++++++++++++---------------------- configure.ac | 316 +++++------- 3 files changed, 898 insertions(+), 752 deletions(-) -- 2.25.0.rc2