autoconf (was: Re: portability questions)

Raffaele Sena raff at aromatic.com
Sun Jan 10 10:25:14 PST 1999


> 
> Even people who don't have up-to-date autoconf and automake should now 
> be able to build, after `cvs update -d' and a new run of configure.
> I've inserted a temporary hack for version checking until we can get
> this into automake itself.  Sorry about all the mess.
> 
	I'm not very familiar with autoconf/automake, but, even after
	updating to the latest CVS sources I had to change configure.in
	as following to avoid an error in autoconf (complaining about
	PACKAGE and VERSION missing - or something like that - in
	/usr/local/share/autoconf/acconfig.h).
	The change (deducted from one of the automake tests) made it
	working.

-- Raffaele

Index: configure.in
===================================================================
RCS file: /home/cvspublic/kaffe/configure.in,v
retrieving revision 1.49
diff -r1.49 configure.in
2c2
< AM_INIT_AUTOMAKE(kaffe, 1.0b3)
---
> AM_INIT_AUTOMAKE([kaffe], [1.0b3])

-------------------------------------------------------------------------
raff at aromatic.com           (::)           http://www.aromatic.com/~raff/
                  http://www.aromatic.com/



More information about the kaffe mailing list