File: 0003-configure-Don-t-rely-on-external-script-to-determine.patch

package info (click to toggle)
wimlib 1.13.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,012 kB
  • sloc: ansic: 49,012; sh: 6,737; asm: 389; makefile: 299
file content (21 lines) | stat: -rw-r--r-- 681 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
From: Hilko Bengen <bengen@debian.org>
Date: Mon, 27 Dec 2021 15:27:16 +0100
Subject: configure: Don't rely on external script to determine version number

---
 configure.ac | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2b0650f..3b8b6ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,6 @@
 ###############################################################################
 
-AC_INIT([wimlib], m4_esyscmd_s([tools/get-version-number]),
-	[https://wimlib.net/forums/])
+AC_INIT([wimlib], [1.13.5], [https://wimlib.net/forums/])
 AC_CONFIG_SRCDIR([src/wim.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])