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