From Fedora Project Wiki

(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], ...")
 
(No difference)

Latest revision as of 15:26, 23 January 2017

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)