Re: Getting foo-config to go into installed bin directory

2007-01-20 Thread Bob Rossi
On Sat, Jan 20, 2007 at 09:05:28AM +0100, Ralf Corsepius wrote:
 On Fri, 2007-01-19 at 11:38 -0500, Bob Rossi wrote:
  Hi,
  
  I'm writing a Makefile.am file for a library. When I do make, the 
  foo-config is in the build directory. However, when I do 'make install'
  it doesn't go into the bin directory. Any idea how to force it to?
  Reading the documentation for libtool and automake didn't seem to help.
 Sorry, this clearly is an automake question = wrong list.

I'm sorry ...
 Normally foo-config are plain scripts or programs. Therefore, you
 normally will want to install them through automake primaries *_PROGRAMS
 or *_SCRIPTS.
 
 e.g. 
 bin_SCRIPTS = foo-config

and thank you!

Bob Rossi


___
http://lists.gnu.org/mailman/listinfo/libtool


Getting foo-config to go into installed bin directory

2007-01-19 Thread Bob Rossi
Hi,

I'm writing a Makefile.am file for a library. When I do make, the 
foo-config is in the build directory. However, when I do 'make install'
it doesn't go into the bin directory. Any idea how to force it to?
Reading the documentation for libtool and automake didn't seem to help.

Thanks,
Bob Rossi


___
http://lists.gnu.org/mailman/listinfo/libtool