aboutsummaryrefslogtreecommitdiffstats
path: root/main/libgcab/configure.patch
blob: f9f834bf38d369dfd26c1c16051bfe9e8c9a7109 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Description: Replace version from tarball
Author: Stephen Kitt <skitt@debian.org>

--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.57)
-AC_INIT([gcab], m4_esyscmd([build-aux/git-version-gen .tarball-version]),
+AC_INIT([gcab], m4_esyscmd([echo -n $(cat .tarball-version)]),
         [https://bugzilla.gnome.org/enter_bug.cgi?product=msitools&component=gcab])
 AC_CONFIG_SRCDIR([gcab.c])
 AC_CONFIG_AUX_DIR([build-aux])