From Fedora Project Wiki

Revision as of 15:26, 23 January 2017 by Fche (talk | contribs) (Created page with "= versioned dependencies? = ... what about versioned pkgconf devepdencies, where an autoconf clause may have <pre> configure.ac:PKG_CHECK_MODULES([jsonc], [json-c >= 0.12], ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

versioned dependencies?

... 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?

Fche (talk) 15:26, 23 January 2017 (UTC)