From Fedora Project Wiki

(Created page with "... what about versioned pkgconf devepdencies, where an autoconf clause may have <pre> configure.ac:PKG_CHECK_MODULES([jsonc], [json-c >= 0.12], [have_jsonc=yes], [have_jsonc...")
 
(Blanked the page)
 
Line 1: Line 1:
... what about versioned pkgconf devepdencies, where an autoconf clause may have


<pre>
configure.ac:PKG_CHECK_MODULES([jsonc], [json-c >= 0.12], [have_jsonc=yes], [have_jsonc=no])
</pre>
How is one to express that >= 0.12 bit in the pkgconfig macro?

Latest revision as of 15:26, 23 January 2017