Date: Tue, 3 Aug 1999 10:33:28 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: Changes in Binutils 2.9.1 In-Reply-To: <199908021431.KAA01036@envy.delorie.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 2 Aug 1999, DJ Delorie wrote: > It would be best if it was autoconf detected. If od and stubify were > available, it should enable extra makefile steps to regenerate the > stub pattern. Isn't Autoconf overkill for this? I could simply do something like this in the Makefile: go32stub.h: go32stub.dist (stubify -g stub.exe && bin2h ...) &> /dev/null || cp -p $< $@ (I omitted the bin2h arguments for brevity). Isn't this good enough? > If stubify is available, would bin2h be available also? Right, I forgot about bin2h. That would eliminate the need for od.