Revert "cross-compiler: use automake 1.11.6 instead of 1.11.1"

This reverts commit b1ab4f1a08.
This commit is contained in:
Giacomo Tesio 2017-04-19 23:13:43 +02:00
parent b1ab4f1a08
commit 454498b954
2 changed files with 4 additions and 4 deletions

View File

@ -79,7 +79,7 @@ if [ ! -f tmp/bin/autoconf ]; then
)
failOnError $? "building autoconf"
fi
# build automake 1.11.6
# build automake 1.11.1
# - autoreconf to avoid conflicts with installed automake
# - automake; configure; make (that will fail) and then automake again
# to workaround this hell

View File

@ -20,11 +20,11 @@
]
},
"automake": {
"Upstream":"https://ftp.gnu.org/gnu/automake/automake-1.11.6.tar.gz",
"Upstream":"https://ftp.gnu.org/gnu/automake/automake-1.11.1.tar.bz2",
"Digest": {
"sha256":"53dbf1945401c43f4ce19c1971baecdbf8bc32e0f37fa3f49fe7b6992d0d2030"
"sha256":"5b159d3c0e0a1f87de71b68bcb9f1a1c49e9e71749c9b723f17e2e1e0295c7ae"
},
"Compress":"gzip",
"Compress":"bzip2",
"RemovePrefix": true,
"Exclude": [
]