summaryrefslogtreecommitdiff
path: root/.ci
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2022-06-25 21:45:32 -0400
committerAnthony Green <green@moxielogic.com>2022-06-25 21:45:32 -0400
commit446c092f409bd37c21b5b986c2be8f87a1cb1dec (patch)
treeb6b7a11c2a6a9500efdd37481ea2fdd71d5b02af /.ci
parent5c76ac1ff55c4ed6faa145b395e9a14cdb834708 (diff)
downloadlibffi-446c092f409bd37c21b5b986c2be8f87a1cb1dec.tar.gz
Install autoconf-2.71
Diffstat (limited to '.ci')
-rwxr-xr-x.ci/install.sh8
1 files changed, 6 insertions, 2 deletions
diff --git a/.ci/install.sh b/.ci/install.sh
index 2033fc7..265498f 100755
--- a/.ci/install.sh
+++ b/.ci/install.sh
@@ -32,10 +32,14 @@ else
tar --strip-components=2 -xvzf - ./rlgl/rlgl;
;;
esac
-set -x
+
sudo apt-get clean # clear the cache
sudo apt-get update
- sudo apt-get install autoconf\*
+
+ set -x
+ wget -q0 https://ftpmirror.gnu.org/autoconf/autoconf-2.71.tar.gz | tar -xvzf
+ (cd autoconf-2.17; ./configure; make; make install)
+
case $HOST in
mips64el-linux-gnu | sparc64-linux-gnu)
;;