On Mon, Feb 05, 2007 at 01:31:00PM +0000, Fabian wrote: > Update of /cvsroot/monetdb/buildtools/mel > In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17673 > > Modified Files: > Tag: MonetDB_1-16 > Makefile.am > Log Message: > automake 1.10 complains about GNU-isms, ignore them for now, chosing > the lazy approach from > http://www.nabble.com/warning-about-GNU-make-extension-with-automake-1.10-t2934239.html >
Indeed, we do require GNU make; see also http://monetdb.cwi.nl/MonetDB/Documentation/Linux-Installation.html -> "1.6.3.2 Prerequisites" -> "`standard software development tools'" Stefan > > > Index: Makefile.am > =================================================================== > RCS file: /cvsroot/monetdb/buildtools/mel/Makefile.am,v > retrieving revision 1.2 > retrieving revision 1.2.8.1 > diff -u -d -r1.2 -r1.2.8.1 > --- Makefile.am 29 Jul 2005 12:47:59 -0000 1.2 > +++ Makefile.am 5 Feb 2007 13:30:48 -0000 1.2.8.1 > @@ -1,3 +1,8 @@ > +# automake 1.10 complains about GNU-isms, ignore them for now, chosing > +# the lazy approach from > +# > http://www.nabble.com/warning-about-GNU-make-extension-with-automake-1.10-t2934239.html > +AUTOMAKE_OPTIONS = -Wno-portability > + > MX = @MX@ > bin_PROGRAMS = mel > nodist_mel_SOURCES = any_arg.cc any_arg.h atom_arg.cc atom_arg.h \ > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Monetdb-checkins mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/monetdb-checkins > > -- | Dr. Stefan Manegold | mailto:[EMAIL PROTECTED] | | CWI, P.O.Box 94079 | http://www.cwi.nl/~manegold/ | | 1090 GB Amsterdam | Tel.: +31 (20) 592-4212 | | The Netherlands | Fax : +31 (20) 592-4312 | ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Monetdb-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/monetdb-developers
