On 2/23/06, Max Bowsher <[EMAIL PROTECTED]> wrote: > Another benefit of autoconf is the interface presented to users - a > ./configure script - is such a familiar and ubiquitous one.
+1 > I'd rate myself as competent with autoconf+libtool, and am happy to help > - - feel free to prod me explicitly towards any issues requiring an > autotool-interested person if I don't notice myself. Fixing the libuuid detection so that it doesn't try to use libuuid if it can't find the appropriate header files seems to be the current problem. Bill Rowe's got a system where libuuid exists, but uuid.h and uuid/uuid.h don't, so we end up trying to use the uuid code without the appropriate structure definitions, with predictable results. -garrett