aports/main/libgcab/configure.patch

13 lines
438 B
Diff

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])