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