This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH: autoconfiscate SPU


On Mon, Jan 28, 2002 at 09:50:14PM -0500, Nathanael Nerode wrote:
> This patch autoconfiscates SPU.  (Directory src/utils/spu)
> It's a pretty basic job, not actually working around any potentially
> missing headers, but it works (on i686-linux-gnu, debian woody)
> 
> Because 'configure' is new, cvs diff refused to mention it.  It's generated
> by autoconf 2.50 from configure.in and will need to be committed along
> with the patch.
> 
> Because of this and the total changes to the other two files, the patch
> looks far worse than the three files; if anyone wants me to wrap those up 
> somehow, I will.
> 
> 2002-01-28  Nathanael Nerode <neroden@twcny.rr.com>
> 	Autoconfiscation of SPU.
> 	* utils/spu/configure: new file for autoconfiscation
> 	* utils/spu/configure.in: replaced for autoconfiscation
> 	* utils/spu/Makefile.in: replaced for autoconfiscation


> ! AC_PREREQ([2.50])


No.

The entire remainder of the tree uses autoconf 2.13.  It is not yet
autoconf aware.  Moving to autoconf 2.5 is a relatively short-term
goal, but for now any configure.in's you add MUST work with 2.13. 
Working with 2.5 is a plus.

-- 
Daniel Jacobowitz                           Carnegie Mellon University
MontaVista Software                         Debian GNU/Linux Developer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]