Date: Sun, 25 May 1997 13:42:40 +0300 (IDT) From: Eli Zaretskii To: Stefano Brozzi cc: djgpp-workers AT delorie DOT com, DJ Delorie Subject: Re: [brozzis AT mag00 DOT cedi DOT unipr DOT it: Some errs(?) in your wonderful work] In-Reply-To: <199705222244.SAA13107@delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Thanks for your reports. > Indent man and info declare that the option -[n]bbb > - --[no-]blank-lines-after-block-comments are recognized by indent. > Instead indent refuses those parameters. > It's even not well documented. Please report this to bug-gnu-utils AT prep DOT ai DOT mit DOT edu. These are generic GNU bugs, and should be corrected by them. > Moreover, to recompile indent I needed to change configdj.sed > modify this line to compile backup.c (diff -c produces a big file ;): > > s|@DEFS@|-DHAVE_UNISTD_H=1 -D_USE_LFN=1|g This is not the right way to correct this problem. You need to change things so that is included by backup.c. Can you see why it wasn't included in your case and tell me? > this is needed for help: > > s|.texinfo|.tex| I don't understand. What exactly fails, and with what message, if you don't do this? > I'm unable to understand under which conditions groff > produces and leaves in %DJDIR%\tmp temporary files. Please at least say which commands leave files in TMPDIR, and what files are they. I cannot begin to look into that without some minimal info.