autotools: fix a typo in comment (#43080)
Co-authored-by: jmcarcell <jmcarcell@users.noreply.github.com>
This commit is contained in:
parent
971fda5c33
commit
0bb20d34db
@ -541,7 +541,7 @@ def autoreconf(self, pkg, spec, prefix):
|
|||||||
if os.path.exists(self.configure_abs_path):
|
if os.path.exists(self.configure_abs_path):
|
||||||
return
|
return
|
||||||
|
|
||||||
# Else try to regenerate it, which reuquires a few build dependencies
|
# Else try to regenerate it, which requires a few build dependencies
|
||||||
ensure_build_dependencies_or_raise(
|
ensure_build_dependencies_or_raise(
|
||||||
spec=spec,
|
spec=spec,
|
||||||
dependencies=["autoconf", "automake", "libtool"],
|
dependencies=["autoconf", "automake", "libtool"],
|
||||||
|
Loading…
Reference in New Issue
Block a user