Re: stripping directory component from installation file pathname

2014-02-24 Thread Marco Maggi
Ralf Corsepius wrote: > On 02/24/2014 11:13 AM, Marco Maggi wrote: >> Ralf Corsepius wrote: >>> Do I understand correctly, your issue is installation dirs? >>> In that case you can try to use a separate installation-dir >>> variable. something along the lines of: >>> mystuffdir =$(datadir)/stuff >

Re: stripping directory component from installation file pathname

2014-02-24 Thread Ralf Corsepius
On 02/24/2014 11:13 AM, Marco Maggi wrote: Ralf Corsepius wrote: Do I understand correctly, your issue is installation dirs? In that case you can try to use a separate installation-dir variable. something along the lines of: mystuffdir =$(datadir)/stuff datadir_stuff_DATA = lib/stuff/alpha.fasl

Re: stripping directory component from installation file pathname

2014-02-24 Thread Marco Maggi
Ralf Corsepius wrote: > Do I understand correctly, your issue is installation dirs? > In that case you can try to use a separate installation-dir > variable. something along the lines of: > mystuffdir =$(datadir)/stuff > datadir_stuff_DATA = lib/stuff/alpha.fasl No. What I have now is: bun

Re: stripping directory component from installation file pathname

2014-02-24 Thread Ralf Corsepius
On 02/24/2014 10:01 AM, Marco Maggi wrote: Ciao, I am moving a package that compiles many source files to many binary files, from "one Makefile.am per subdirectory" to a single top level Makefile.am. Most of the thing has gone fine (excluding the tedium of rechecking all the search pa

stripping directory component from installation file pathname

2014-02-24 Thread Marco Maggi
Ciao, I am moving a package that compiles many source files to many binary files, from "one Makefile.am per subdirectory" to a single top level Makefile.am. Most of the thing has gone fine (excluding the tedium of rechecking all the search paths). This transition has introduced a