patch: lower automake requirements
Robert Schuster <[email protected]> Sat, 19 Jan 2008 02:13:24 +0100
| Newsgroups | gmane.comp.java.vm.kaffe.general |
|---|---|
| Message-ID | <[email protected]> |
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. _______________________________________________ kaffe mailing list [email protected] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
kaffe-lower-automake-requirement.patch
(text/x-patch, 547 B)
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
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHkU63G9cfwmwwEtoRCEzKAJ0a9/K8eO5pnRUNCbycwSnnxASQcgCfaWCB E5HznOHJ7/rUJ4ZdpAbtxvs= =p2q9 -----END PGP SIGNATURE-----