Re: Variable substitution @libexecdir@

2005-02-12 Thread Leonardo Boiko
Bill Moseley wrote: and then configure outputs Makefile with substitutions: libexecdir = ${exec_prefix}/lib/${PACKAGE} Why doesn't it output this? libexecdir = /usr/local/lib/foopackage Is that because DISTDIR could be set at make install? Yes. It's a GNU standard requirement, and it's a FAQ

Re: Variable substitution @libexecdir@

2005-02-09 Thread Alexandre Duret-Lutz
On Wed, Feb 09, 2005 at 06:49:40AM -0800, Bill Moseley wrote: > On Wed, Feb 09, 2005 at 08:49:57AM +0100, Stepan Kasal wrote: > > Hi! > > > > [BTW, this would be more appropriate for the autoconf list.] > > and then configure outputs Makefile with substitutions: > > libexecdir = ${exec_prefix}/li

Re: Variable substitution @libexecdir@

2005-02-09 Thread Stepan Kasal
Hi, On Wed, Feb 09, 2005 at 06:49:40AM -0800, Bill Moseley wrote: > libexecdir = ${exec_prefix}/lib/${PACKAGE} > > Why doesn't it output this? > > libexecdir = /usr/local/lib/foopackage because make prefix=/foo should also change the value of libexecdir. Have a nice day, S

Re: Variable substitution @libexecdir@

2005-02-09 Thread Bill Moseley
On Wed, Feb 09, 2005 at 08:49:57AM +0100, Stepan Kasal wrote: > Hi! > > [BTW, this would be more appropriate for the autoconf list.] > > On Tue, Feb 08, 2005 at 01:59:56PM -0800, Bill Moseley wrote: > > @sed \ > > -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \ > ... > >bindir

Re: Variable substitution @libexecdir@

2005-02-08 Thread Stepan Kasal
Hi! [BTW, this would be more appropriate for the autoconf list.] On Tue, Feb 08, 2005 at 01:59:56PM -0800, Bill Moseley wrote: > @sed \ > -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \ ... >bindir = ${exec_prefix}/bin >libexecdir = ${exec_prefix}/lib/${PACKAGE} > > Ca

Variable substitution @libexecdir@

2005-02-08 Thread Bill Moseley
Sorry, it's been a while since I looked at how this project is being packaged. ;) I have a few Makefile.am that include sections like this: DirTree.pl: DirTree.pl.in @rm -f spider.pl @sed \ -e 's,@@perlmoduledir@@,$(libexecdir)/perl,' \ -e 's,@@swis