github / libprojfs

Linux projected filesystem library
GNU Lesser General Public License v2.1
92 stars 14 forks source link

fix and extend configure options #12

Closed chrisd8088 closed 5 years ago

chrisd8088 commented 5 years ago

This is a PR I'd like merge into master, but only after we've got some of our other work merged first, as the expanded set of compile-time warnings introduced here will mean a lot of minor code tweaks. So I'm expecting this PR to require some additional commits before it's 100% ready, to deal with any compiler warnings, and therefore figure we should wait until we've got the key stuff in #3 and #5 merged in first, then add to this to make it apply cleaning (i.e., without causing compiler or linker messages).

That said, I wanted to put this on the radar. There are a few fixes for handling the various --enable-* and --with-* options, checking for libraries, etc.