Re: Chosing between system and builtin library

2008-10-15 Thread Sylvain Beucler
On Wed, Oct 15, 2008 at 08:48:08PM +0200, Ralf Wildenhues wrote: > Hi Sylvain, > > * Sylvain Beucler wrote on Tue, Oct 14, 2008 at 08:55:56PM CEST: > > > > (I'm not 100% sure this is the right list, please let me know if this > > is the case :)) > > Go

Chosing between system and builtin library

2008-10-14 Thread Sylvain Beucler
Hi, (I'm not 100% sure this is the right list, please let me know if this is the case :)) I'd like to implement something like gettext's inclusion of 'libintl', which can be either included in the source tarball (for users), or reused from a system library (for distros). gettext's implementation

Re: Depend on a local library in a different source directory

2008-10-12 Thread Sylvain Beucler
r. > SUBDIRS = . python > > That should cause the directories to be entered in the order specified. > > On Sun, Oct 12, 2008 at 1:12 PM, Sylvain Beucler <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I have the following layout: > > lib/ > > lib/Makefi

Depend on a local library in a different source directory

2008-10-12 Thread Sylvain Beucler
Hi, I have the following layout: lib/ lib/Makefile.am lib/mylib.la lib/python/ lib/python/Makefile.am lib/python/_pymylib.la When building, 'make' enters 'lib/python/' first without building 'mylib.la'. Since '_pymylib.la' depends on it, compilation fails. Another example: I have

Re: [Savannah-hackers] automake files unreadable from viewcvs and anoncvs barfs

2004-04-08 Thread Sylvain Beucler
Hello, Automake's sources are available from sources.redhat.com. There used to be a sync, but it is not setup again yet. -- Sylvain John Paul Wallington wrote: I cannot snarf automake via anoncvs: export CVS_RSH="ssh" cvs -z3 -d:ext:[EMAIL PROTECTED]:/cvsroot/automake co automake gives: cvs s