Re: porting with autotools

2010-08-25 Thread Gary V. Vaughan
On 26 Aug 2010, at 09:25, Reuben Hawkins wrote: > I was > thinking output a Makefile.am in each dir which has source in this > format... > > noist_LTLIBRARIES = lib.la > > lib_la_SOURCES = func_output () { dirname=`echo "$1" | sed 's,^.*/,,g'` sources=*.c cat > Makefile.am < Any thoug

porting with autotools

2010-08-25 Thread Reuben Hawkins
Hi All, I'm porting a large Windows toolkit to Linux, OSX, etc. Is there a tool which will walk my directory structure outputting Makefile.am in each directory where needed? If not, is there any reason to not write code to do just that? I was thinking output a Makefile.am in each dir which has

Re: VPATH test failure

2010-08-25 Thread Patrick Welche
On Tue, Aug 24, 2010 at 08:05:04PM +0200, Ralf Wildenhues wrote: > I cannot reproduce this in NetBSD-current/i386 with git Autoconf, > see a skip instead. And now neither can I! Story is: git pull setenv PATH /bin:/usr/bin:/usr/X11R7/bin:/usr/local/bin to avoid using anything in /usr/pkg/bin ./co