aboutsummaryrefslogtreecommitdiff
path: root/dev/ci
diff options
context:
space:
mode:
authorGaëtan Gilbert2020-02-25 13:47:55 +0100
committerGaëtan Gilbert2020-02-25 13:47:55 +0100
commit91541a2d291bc82098b6c86d52670696523fb49b (patch)
tree56a0c9700c6bf111306d390095d268a0332a43d1 /dev/ci
parentf05348c7c809ad55316a3d9ae53b9b8640423978 (diff)
parent747936a9d9a7402f537e1e1a857c7591d8e88d2a (diff)
Merge PR #11674: [ci] Fix Coquelicot build
Reviewed-by: SkySkimmer
Diffstat (limited to 'dev/ci')
-rwxr-xr-xdev/ci/ci-coquelicot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/ci/ci-coquelicot.sh b/dev/ci/ci-coquelicot.sh
index 6cb8dad604..ffe92dcecf 100755
--- a/dev/ci/ci-coquelicot.sh
+++ b/dev/ci/ci-coquelicot.sh
@@ -7,4 +7,4 @@ install_ssreflect
git_download coquelicot
-( cd "${CI_BUILD_DIR}/coquelicot" && ./autogen.sh && ./configure && ./remake "-j${NJOBS}" )
+( cd "${CI_BUILD_DIR}/coquelicot" && autoreconf -i -s && ./configure && ./remake "-j${NJOBS}" )