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
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
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
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
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