From: softbrek AT POOL DOT Informatik DOT RWTH-Aachen DOT DE Subject: autoconf for DJGPP (maybe) (was Re: Fileutils for DJGPP (?)) To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Mon, 17 Oct 1994 16:32:25 +0100 (MET) Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) > > > No, it's not EZ :-P At least, without a proper shell, building is > > nowhere near automatic. > > I didn't mean it could ever be. But as long as we have no proper means to > make configure scripts runnable, IMHO we shouldn't care. Until then, we > *must* craft Makefiles by hand, so we might as well patch it to get away > with MS-DOS limitations. Maybe some day somebody will make a decent > shell port to DOS. Sigh... > I hope not to be promising too much, but I *might* be able to provide at least a starting point for running configure scripts on DOS. Now, well, I cheated a bit: for some time, I used to edit configure scripts over and over, until they run all the way to the end, using ms_sh, sed and whatever I have on my private collector's edition /bin directory. Then, I realized, the main changes were always the same ones, e.g. having to do with some misunderstanding between ms_sh and sed about passing HERE-scripts. For non sh-gurus: these are typical shell-script commands like sed foo >bar <