Re: How to install shell script?

2008-07-01 Thread Ralf Wildenhues
* Harlan Stenn wrote on Mon, Jun 30, 2008 at 01:15:59PM CEST: > > On Mon, Jun 30, 2008 at 4:39 PM, Harlan Stenn <[EMAIL PROTECTED]> wrote: > > > sysconf_SCRIPTS > > > > > If I do that, 'automake' will fail and report: > > > > Makefile.am:10: `sysconfdir' is not a legitimate directory for `SCRIPT

Re: question using VPATH'S ...

2008-07-01 Thread Ralf Wildenhues
Hello Roberto, please don't top-post, thank you. * Roberto Alejandro Espí Muñoz wrote on Tue, Jul 01, 2008 at 08:37:36AM CEST: > On Mon, Jun 23, 2008 at 12:13 PM, Ralf Wildenhues <[EMAIL PROTECTED]> wrote: > > * Roberto Alejandro Espí Muñoz wrote on Sun, Jun 22, 2008 at 06:33:07PM > > CEST: > >>

Re: Dependencies: non-standard path to system headers

2008-07-01 Thread Brian Dessent
Ineiev wrote: > WinAVR gcc produces dependencies that shall confuse `make', > like these: The essential point is that using native Win32 tools with Cygwin causes problems. This is because Cygwin is designed to closely emulate a POSIX environment, and the tools aren't equipped to deal with Win32

Re: Dependencies: non-standard path to system headers

2008-07-01 Thread Stepan Kasal
Hello, On Tue, Jul 01, 2008 at 06:12:15AM +, Ineiev wrote: > WinAVR gcc produces dependencies that shall confuse `make', > like these: > > sampler.o: ../../../stribog/sw/auxilia/coil/sampler.c \ > c:/winavr-20080512/lib/gcc/../../avr/include/avr/io.h \ > c:/winavr-20080512/lib/gcc/../../a

Re: question using VPATH'S ...

2008-07-01 Thread Stepan Kasal
Hello, On Wed, Jul 02, 2008 at 02:07:36AM +1930, Roberto Alejandro Espí Muñoz wrote: > Ok, I thinks I didn't explain myself correctly then ... From what I > saw there I can use either bindir, libdir or includedir for when I'm > installing the completed targets. What I want to do is to locate them