From 6898efd97881c95c0c46cbe74c8a2c6286fde8c3 Mon Sep 17 00:00:00 2001
From: Darshit Shah <darnir@gnu.org>
Date: Mon, 28 Dec 2020 01:20:51 +0100
Subject: [PATCH] .gitlab-ci.yml: Need --force option to autopoint

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index be5bad7b..c8158a01 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -365,7 +365,7 @@ Build/Arch:
   script:
     - export CFLAGS="$CFLAGS_DEFAULT"
     - ./bootstrap --skip-po && touch .manywarnings
-    - autoreconf -vi
+    - autoreconf -vif
     - ./configure $CONFIGURE_BASE_FLAGS
     - make -j$(nproc)
     - make check -j$(nproc)