Add more versions to Autotools

This commit is contained in:
Adam J. Stewart
2016-03-08 12:15:40 -06:00
parent b7750cf61c
commit e0e545774a
2 changed files with 3 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ class Autoconf(Package):
url = "http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz"
version('2.69', '82d05e03b93e45f5a39b828dc9c6c29b')
version('2.62', '6c1f3b3734999035d77da5024aab4fbd')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)