depends pkgconfig &&

if  !  spell_installed  pkgconfig;  then
  force_depends  pkgconfig
fi  &&

depends perl      &&

optional_depends gettext                            \
                 ""                                 \
                 "--with-libiconv=no"               \
                 "Build with gettext?"              &&

optional_depends FAM                                \
                 "--enable-fam"                     \
                 "--disable-fam"                    \
                 "Build with file system monitoring" &&

optional_depends -sub UTFPROP pcre                  \
                 "--with-pcre=system"               \
                 "--with-pcre=internal"             \
                 "Use system supplied PCRE. Otherwise, the internal PCRE library will be used" &&

optional_depends libselinux                         \
                 "--enable-selinux"                 \
                 "--disable-selinux"                \
                 "Build with selinux support"       &&

optional_depends gtk-doc                            \
                 "--enable-gtk-doc"                 \
                 "--disable-gtk-doc"                \
                 "Build documentation with gtk-doc"
