Re: [sos] Autotools and Cygwin?

2010-01-20 Thread Ralf Wildenhues
Hello, * F. Girault wrote on Wed, Jan 20, 2010 at 01:40:07PM CET: > I have been trying to compile a small sample program with automake over > cygwin following > http://www.gnu.org/software/hello/manual/automake/Creating-amhello.html#Creating-amhello [...] > $ automake --version > automake (GNU au

[sos] Autotools and Cygwin?

2010-01-20 Thread F. Girault
Hi, I have been trying to compile a small sample program with automake over cygwin following http://www.gnu.org/software/hello/manual/automake/Creating-amhello.html#Creating-amhello a simple tutorial but the ./configure command fails in the beginning of the configuration process. I got the foll

Re: How to use install-data-local conditionally with automake-1.6.3

2010-01-20 Thread Ralf Wildenhues
Hi Steffen, * Steffen DETTMER wrote on Wed, Jan 20, 2010 at 11:48:49AM CET: > --->8=== > install-data-local: myinstbase > > uninstall-local: myuninstbase > > myinstbase: > mkdir -p $(DESTDIR)$(prefix) > touch $(DESTD

How to use install-data-local conditionally with automake-1.6.3

2010-01-20 Thread Steffen DETTMER
Hi, I hope I don't ask a FAQ, but I didn't find the answer in the web so I decided to ask here :) If there is a complex installation thing `foo', like extracting some archive: tar xzf $(srcdir)/$(requiredfiles) -C "$(DESTDIR)$(requiredfilesdir)"/FILES and a conditional complex `feature', someon