Gnu Find Quotes

We've searched our database for all the quotes and captions related to Gnu Find. Here they are! All 1 of them:

If your software is built using the GNU autoconf system, pkg-config provides a simple macro you can use for finding the required flags for your build in the configure.ac script. You can also specify minimum required versions of a given library, as shown in this example: PKG_CHECK_MODULES(XCBLIBS, [xcb >= 1.6] xcb-icccm xcb-shape)
Anonymous