. "$GRIMOIRE/FUNCTIONS" &&
depends  bison     &&
depends  cpio      &&
depends  flex      &&
depends  smgl-fhs  &&
depends  gmp       &&
depends  mpfr      &&
depends  libmpc    &&
depends  zlib      --with-system-zlib &&
optional_depends GETTEXT '' '--disable-nls' 'NLS support' &&
optional_depends texinfo '' '' 'Info pages' &&
optional_depends zstd '--with-zstd' \
                      '--without-zstd' \
                      'Support zstd compressed debug sections' &&
if is_version_less $(installed_version bison) 3.0.4; then
  force_depends  bison
fi
