From f579b163fe7ccdb0f713001d4253c5d68a3b8280 Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Wed, 20 Apr 2022 21:47:07 +0200 Subject: Add git commit tag, hash and date to vendor string when available In some circles (Hydrogenaud.io for example) people share binaries compiled from git, i.e. inbetween official releases. Files created with these binaries cannot be discerned from others. To improve troubleshooting, compiles from a git repository are marked with the commit hash and date when configured with autotools or CMake --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 7729c36f..510c094c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,4 +59,6 @@ EXTRA_DIST = \ ltmain.sh \ strip_non_asm_libtool_args.sh +DISTCHECK_CONFIGURE_FLAGS = '--disable-version-from-git' + CLEANFILES = *~ -- cgit v1.2.1