Forcing the linking language

2004-10-15 Thread Norman Gray
Greetings. Is there any way of indicating to automake which language to use when linking a library? I'm assembling a (shared) library using convenience libraries: lib_LTLIBRARIES = libfoo.la libfoo_la_SOURCES = libfoo_la_LIBADD = stuff/libconvenience.la Now, libconvenience.la is a convenience lib

(no subject)

2004-10-15 Thread saiph
hy list, i'm using automake 1.8.5 with gentoo and it appears to does not support dist_ prefix. every variable with that prefix causes an error message, ie: Makefile.am:1: invalid variable `dist_bin_SCRIPTS' Makefile.am:1: invalid variable `dist_bin_SCRIPTS' make: *** [Makefile.in] Error 1 aft

Re: Getting web content past distcheck

2004-10-15 Thread Ralf Corsepius
On Fri, 2004-10-15 at 10:13, [EMAIL PROTECTED] wrote: > On Thu, Oct 14, 2004 at 06:26:20AM +0200, Ralf Corsepius wrote: > > [...] > > > This requires you to let $(WEBDIR) default to a directory containing > > $(prefix) in its root. For example you could use something similar to > > this in your c

Re: Getting web content past distcheck

2004-10-15 Thread tomas
On Thu, Oct 14, 2004 at 06:26:20AM +0200, Ralf Corsepius wrote: [...] > This requires you to let $(WEBDIR) default to a directory containing > $(prefix) in its root. For example you could use something similar to > this in your configure.ac: > > WEBDIR=${WEBDIR-\$(pkgdatadir)} Isn't it ${WEBDIR