RE: automake && config.h conflicts

2005-07-26 Thread Dave Korn
Original Message >From: Vladislav Grinchenko >Sent: 26 July 2005 15:02 > There is a conflict between $topsrcdir/config.h generated by > automake tools and a couple of confing.h files from the system include > dirs: > > /usr/include/cygwin/config.h > /usr/include/sys/config.h > > In the c

automake && config.h conflicts

2005-07-26 Thread Vladislav Grinchenko
Hi, I'm trying to build an application that uses automake tools under cygwin. There is a conflict between $topsrcdir/config.h generated by automake tools and a couple of confing.h files from the system include dirs: /usr/include/cygwin/config.h /usr/include/sys/config.h In the code, ifdef cons