From 7beca6a4ab556ffe820817f8568eaa9b148a1027 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 11 Mar 2020 13:03:48 +0100 Subject: [PATCH] Ensure util/check-make-install.in is exported ./configure needs util/check-make-install.in to be present in the source directory in order to complete successfully. Make sure this file is included in source tarballs created from the repository. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 69799eaa67..855a2a4813 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,4 +15,5 @@ win32utils/**.txt eol=crlf /lib/lwres/man/resolver.5 export-ignore /util/** export-ignore /util/bindkeys.pl -export-ignore +/util/check-make-install.in -export-ignore /util/mksymtbl.pl -export-ignore