Am Freitag 20 Oktober 2006 13:00 schrieb Marcel Holtmann: > > Are there plans to use Subversion from SF.net instead of CVS? If not, can > > you disable the Subversion entry at the SF project page (that's possible > > from the admin page)? > > I had plans to convert the CVS into Subversion, but then the SF.net guys > disabled the conversion support and I am stuck with CVS.
Uh, then I was lucky with my project, I guess. > Actually I prefer to keep all of them in case people cross-compile it > unless you have an idea. Or is $host always the target architecture. $host is the platform that the code will run on. So yes, this will also work for cross-compilation. I test for LD because this is usually left out and you should use the wrong one on cross-compilation. Just a careful approach to AC_CANONICAL_HOST. > > I just assume that AC_PATH_GLIB is an old left-over. > > No. It is back in for the OpenOBEX GLib bindings, but it is optional. Ok. What is the AC_PROG_CC_PIE for? HS ------------------------------------------------------------------------- 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 _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
