From 1cb364d8cfdf1abadac03c900ddd30de0291426d Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Fri, 16 Sep 2022 13:59:21 +0200 Subject: Make sure git doesn't try to get version from other repository Fixes https://github.com/xiph/flac/issues/443 --- Makefile.am | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ae8cb006..7c924c2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -63,6 +63,4 @@ EXTRA_DIST = \ ltmain.sh \ strip_non_asm_libtool_args.sh -DISTCHECK_CONFIGURE_FLAGS = '--disable-version-from-git' - CLEANFILES = *~ -- cgit v1.2.1