From ilya Mon Mar 3 21:27:59 1997 Subject: Re: GNU autoconf To: emx@iaehv.nl Date: Mon, 3 Mar 1997 21:27:59 -0500 (EST) In-Reply-To: from "Mikael Ståldal" at Mar 3, 97 04:37:36 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Length: 1226 Status: RO Mikael Ståldal writes: > > Has anyone got GNU autoconf to work properly in OS/2 with EMX? How many times you can ask the same question?! autoconf is broken, and I see no reason to support broken packages under OS/2. However, when I was doing ReadLine2.1, I finally lost my temper, got this: (note that if you have perl before 3_90, you need different startup line). In fact I did not try it with CC="gcc -Zexe", if it does not work, uncomment GCCOPT line and put CC=gcc - and report the failure to me. Enjoy, Ilya ================================================================== extproc perl -S -w # The converted script is written to stdout, so run this script as # convert_configure configure > configure.cmd # # When the converted script runs, it expects that /tmp dir is # available (so we create it). # # run the result like this: # .\configure ; mkdir '/tmp', 0777 unless -d '/tmp'; print <) { s/^host=NONE$/host=os2/; # Make default host s/"\$\{IFS}:"$/"\${IFS};"/; # Fix IFS line s/\btest\s+-s\s+conftest\b/test -f conftest/g; # Fix exe test print; }