spf_template gnu &&
spf_depend ncurses  degree optional &&
spf_depend readline degree optional &&
spf_depend gmp &&
case ${spf_version?} in
  1.8.[012345])
     spf_depend libtool versions '1.*';;
  *) spf_depend libtool;;
esac &&
case ${spf_version?} in
  1.*) :;;
  *)
    spf_depend gc &&
    spf_depend libffi &&
    spf_depend libunistring &&
    spf_link = include include/guile/2.0;;
esac
spf_template_gnu_src_ext gz &&
spf_cc_ nls &&
spf_template_gnu_do_before_configure() {
  if test -d "${spf_path_conf?}"/readline/.
    then spf_args configure --with-libreadline-prefix="${spf_path_conf?}"/readline/prefix
    else :
  fi &&
  if test -d "${spf_path_conf?}"/gmp/.
    then spf_args configure --with-libgmp-prefix="${spf_path_conf?}"/gmp/prefix
    else :
  fi &&
  if test -d "${spf_path_conf?}"/libtool/.
    then spf_args configure --with-libltdl-prefix="${spf_path_conf?}"/libtool/prefix
    else :
  fi &&
  if test -d "${spf_path_conf?}"/libunistring/.
    then spf_args configure --with-libunistring-prefix="${spf_path_conf?}"/libunistring/prefix
    else :
  fi
} &&
if test SunOS = "${spf_uname_s?}"
  then spf_hack_self_rpath
  else :
fi &&
spf_tested_version 2.0.1 &&
spf_tested_version 1.8.8 &&
spf_tested_version 1.8.7 &&
spf_tested_version 1.8.6 &&
spf_tested_version 1.8.5 &&
spf_tested_version 1.8.4 &&
spf_tested_version 1.8.3 &&
spf_tested_version 1.8.2 &&
spf_tested_version 1.8.1 &&
spf_tested_version 1.8.0

