Re: Buglet on http://sources.redhat.com/automake/

2008-08-21 Thread Ralf Wildenhues
Hi Magnus, * Magnus Fromreide wrote on Wed, Aug 20, 2008 at 11:01:57PM CEST: > Under "Availability" it says [...] > The problem is that ftp.gnu.org points to > ftp://ftp.gnu.org/gnu/automake/automake-1.10.tar.gz and I think it would > be good if it could point to 1.10.1. Fixed, thanks for the rep

Problems with library on macos X

2008-08-21 Thread Daniel Luis dos Santos
I am trying to build a library on a leopard machine with autoconf 2.61 and automake 10.1 from mac ports. The generated makefile has no object files and then the ar command fails with : ar cru libliquidsurfaces.a ar: no archive members specified usage: ar -d [-TLsv] archive file ... ar

Buglet on http://sources.redhat.com/automake/

2008-08-21 Thread Magnus Fromreide
Under "Availability" it says The latest released version of Automake is 1.10.1 and it can be found on ftp.gnu.org and its mirrors. where ftp.gnu.org and mirrors are hyperlinks. The problem is that ftp.gnu.org points to ftp://ftp.gnu.org/gnu/automake/automake-1.10.tar.gz and I think it would be g

Re: [PPL-devel] Configure substitutions are not allowed in _SOURCES variables

2008-08-21 Thread Roberto Bagnara
Ralf Wildenhues wrote: Yep. Your approach is essentially the hack I had in mind. Put the added objects in libppl_swiprolog_la_DEPENDENCIES, too, then things will work. Of course then you have to put everything else manually in that DEPENDENCIES variable, too (which automake would otherwise do).

Re: [PPL-devel] Configure substitutions are not allowed in _SOURCES variables

2008-08-21 Thread Ralf Wildenhues
* Roberto Bagnara wrote on Thu, Aug 21, 2008 at 08:00:04PM CEST: > Ralf Wildenhues wrote: >> >> Are you saying that you generate Makefile.am (or an include snippet >> for it) automatically? > no. In the previous version we generated automatically the individual > C++ sources, including one that #

Re: [PPL-devel] Configure substitutions are not allowed in _SOURCES variables

2008-08-21 Thread Roberto Bagnara
Ralf Wildenhues wrote: * Roberto Bagnara wrote on Thu, Aug 21, 2008 at 12:55:25PM CEST: [ ... lots of sources, conditional and all ... ] Using the solution outlined in the Automake manual (i.e., using conditionals) would cause us to write enormous Makefile.am files which would be a maintenance

Re: Configure substitutions are not allowed in _SOURCES variables

2008-08-21 Thread Ralf Wildenhues
Hello Roberto, * Roberto Bagnara wrote on Thu, Aug 21, 2008 at 12:55:25PM CEST: > [ ... lots of sources, conditional and all ... ] > Using the solution outlined in the Automake manual > (i.e., using conditionals) would cause us to write enormous > Makefile.am files which would be a maintenance ni

Configure substitutions are not allowed in _SOURCES variables

2008-08-21 Thread Roberto Bagnara
Hi there, I desperately need a way out this limitation of Automake. The problem is as follows: the Parma Polyhedra Library (http://www.cs.unipr.it/ppl/) provides foreign interfaces (C, OCaml, Prolog and Java) to a number of abstract domains. The abstract domains that are interfaced are selectab