This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Variable substitution @libexecdir@


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]