Re: How do I get configuration files installed?

2007-01-10 Thread Ralf Wildenhues
I noted this message still lying around in my autotools folder... * Jim Lynch wrote on Fri, Dec 22, 2006 at 08:43:17AM CET: Ralf Wildenhues wrote: * Jim Lynch wrote on Fri, Oct 27, 2006 at 02:46:04PM CEST: I'm trying to figure out how to add a file to be installed in $prefix/bin/lib.

Re: How do I get configuration files installed?

2006-12-21 Thread Jim Lynch
Ralf Wildenhues wrote: Hello Jim, * Jim Lynch wrote on Fri, Oct 27, 2006 at 02:46:04PM CEST: I'm trying to figure out how to add a file to be installed in $prefix/bin/lib. Why in the world would you want that? (Honest question!) Wouldn't it be enough if you used $(libdir), and

How do I get configuration files installed?

2006-10-27 Thread Jim Lynch
I'm trying to figure out how to add a file to be installed in $prefix/bin/lib. I'm able to add files to bin by putting bin_SCRIPTS=bin/float.pl bin/work.pl in my Makefile.AM But when I put bin_SCRIPTS=bin/float.pl bin/work.pl bin/lib/cipher.txt in there, it simply puts ciper.txt in bin also.

Re: How do I get configuration files installed?

2006-10-27 Thread Andreas Schwab
Jim Lynch [EMAIL PROTECTED] writes: I'm trying to figure out how to add a file to be installed in $prefix/bin/lib. Are you sure you want that and not $libdir or even $datadir? But when I put bin_SCRIPTS=bin/float.pl bin/work.pl bin/lib/cipher.txt in there, it simply puts ciper.txt in bin

Re: How do I get configuration files installed?

2006-10-27 Thread Ralf Wildenhues
Hello Jim, * Jim Lynch wrote on Fri, Oct 27, 2006 at 02:46:04PM CEST: I'm trying to figure out how to add a file to be installed in $prefix/bin/lib. Why in the world would you want that? (Honest question!) Wouldn't it be enough if you used $(libdir), and told your users that if they want to