gnu_add_configure_make_install()
def gnu_add_configure_make_install(name, source_directory, autoreconf_args, configure_args, make_args, build_artifact_globs, deps, install_path, skip_install)Add an autotools project to the build
Args
name-strThe name of the projectsource_directory-strThe directory of the projectautoreconf_args-[str]The arguments to pass to the autoreconf scriptconfigure_args-[str]The arguments to pass to the configure scriptmake_args-[str]The arguments to pass to the make commandbuild_artifact_globs-[str]The globs to match the build artifactsdeps-[str]The dependencies of the projectinstall_path-strThe path to install the projectskip_install-boolWhether to skip the install step
gnu_add_repo()
def gnu_add_repo(name, url, rev, autoreconf_args, configure_args, make_args, checkout_submodules, deps, install_path)Add an autotools project from a repository
Args
name-strThe name of the projecturl-strThe URL of the repositoryrev-strThe revision of the repositoryautoreconf_args-[str]The arguments to pass to the autoreconf scriptconfigure_args-[str]The arguments to pass to the configure scriptmake_args-[str]The arguments to pass to the makecheckout_submodules-boolWhether to checkout submodulesdeps-[str]The dependencies of the projectinstall_path-strThe path to install the project