Hi, this patch makes life easier in OE land where automake 1.10 is still not the default. This patch is not a must have for me because this can easily be patched (even for dreaded CVS builds).
2008-01-19 Robert Schuster <[EMAIL PROTECTED]> * configure.ac: Require automake 1.9 instead of 1.10.
Index: configure.ac =================================================================== RCS file: /cvs/kaffe/kaffe/configure.ac,v retrieving revision 1.268 diff -u -r1.268 configure.ac --- kaffe/configure.ac 12 Sep 2007 14:24:16 -0000 1.268 +++ kaffe/configure.ac 12 Sep 2007 17:10:07 -0000 @@ -33,7 +33,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. ]) -AM_INIT_AUTOMAKE([1.10 dist-bzip2 dist-zip tar-ustar]) +AM_INIT_AUTOMAKE([1.9 dist-bzip2 dist-zip tar-ustar]) AC_PREFIX_DEFAULT(/usr/local/kaffe)
signature.asc
Description: OpenPGP digital signature
_______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
