File: 0005_autogen.sh-Run-autoreconf-with-force-argument-and-ve.patch

package info (click to toggle)
lomiri-online-accounts-plugins 0.20-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,404 kB
  • sloc: python: 319; makefile: 141; sh: 20; sed: 16
file content (23 lines) | stat: -rw-r--r-- 622 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From fe2c34895273239e37ef2d80779a54220e73a7e8 Mon Sep 17 00:00:00 2001
From: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
Date: Mon, 5 May 2025 12:08:58 +0200
Subject: [PATCH] autogen.sh: Run autoreconf with --force argument (and
 verbosely).

Signed-off-by: Mike Gabriel <mike.gabriel@das-netzwerkteam.de>
---
 autogen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/autogen.sh b/autogen.sh
index 0480b70..7006901 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -1,3 +1,3 @@
 echo "=== autogen.sh ==="
 mkdir -p m4
-autoreconf -i && ./configure "$@"
+autoreconf -vfi && ./configure "$@"
-- 
2.39.5