Message-Id: <199804141400.QAA39054@ieva06.lanet.lv> From: "Andris Pavenis" To: djgpp AT delorie DOT com, alexv AT yahoo DOT com Date: Tue, 14 Apr 1998 15:58:27 +0300 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Re: GNU autoconf problems... In-reply-to: <6gmdmq$ue6$1@nnrp1.dejanews.com> Precedence: bulk From: alexv AT yahoo DOT com Subject: GNU autoconf problems... > How do I make the GNU autoconf-2.0 work? > > I'm trying to compile "rsynth-2.0" and its "configure" > program works well with CygWin, but not with DJGPP > (and I need to compile it with DJGPP!). > > Any ideas? Thanx in advance... > I used autoconf 2.12 (from DJGPP distribution) without big problems under DJGPP. The only significant change I had to do was to patch autoheader to workaround Win95 file sharing problems. (I needed it to build gcc-2.8.1 for DJGPP) Of course many other packages are neaded to use autoconf. Andris *** autoheader~ Wed May 14 17:33:34 1997 --- autoheader Tue Mar 24 15:03:18 1998 *************** *** 261,266 **** --- 261,267 ---- fi if test $# -eq 0; then + exec > con if test $status -eq 0; then if test -f ${config_h_in} && cmp -s $tmpout ${config_h_in}; then rm -f $tmpout # File didn't change, so don't update its mod time.