From 1cdd3a1e6722c2d0025a0b1919585964109ae7a9 Mon Sep 17 00:00:00 2001
From: Aki Tuomi <aki.tuomi@open-xchange.com>
Date: Thu, 27 Apr 2023 10:39:38 +0300
Subject: [PATCH] autogen: Always overwrite old files

---
 autogen.sh | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/autogen.sh b/autogen.sh
index 070bb83cd..a33b6d1a2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -5,11 +5,9 @@
 
 for dir in $GETTEXT_DIR /usr/share/gettext; do
   if test -f $dir/config.rpath; then
-    cp -f $dir/config.rpath build-aux/
+    /bin/cp -f $dir/config.rpath build-aux/
     break
   fi
 done
 
-autoreconf -i
-
-rm -f ChangeLog
+autoreconf -vif
-- 
GitLab