]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Ensure util/check-make-install.in is exported
authorMichał Kępień <michal@isc.org>
Wed, 11 Mar 2020 12:03:48 +0000 (13:03 +0100)
committerMatthijs Mekking <matthijs@isc.org>
Fri, 20 Mar 2020 09:32:32 +0000 (10:32 +0100)
./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

index 69799eaa672f1ede2ed2cff70227a86e375e42df..855a2a48130114d85040597581f10c7f81ed4cdb 100644 (file)
@@ -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