From Fedora Project Wiki

Revision as of 15:25, 23 January 2017 by Fche (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

... what about versioned pkgconf devepdencies, where an autoconf clause may have

configure.ac:PKG_CHECK_MODULES([jsonc], [json-c >= 0.12], [have_jsonc=yes], [have_jsonc=no])

How is one to express that >= 0.12 bit in the pkgconfig macro?