[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Variable substitution @libexecdir@
From: |
Stepan Kasal |
Subject: |
Re: Variable substitution @libexecdir@ |
Date: |
Wed, 9 Feb 2005 15:53:26 +0100 |
User-agent: |
Mutt/1.4.1i |
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,
Stepan