Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2019-11-23 00:48:11 +0300
committerGitHub <noreply@github.com>2019-11-23 00:48:11 +0300
commit0d8037217302a15c83687dcd31e4136baf4f360f (patch)
tree93a68bbb021942e378628b7221bd00214d8fa8b5 /.gitattributes
parent93e46c687b0f1b3bea7ecf362a667f3bd8b59fc5 (diff)
Make configure.ac and Makefile.am work without certain directories (#17871)
Those folders won't be present in the dotnet/runtime repository. We need to factor out AC_OUTPUT into a separate file so we can continue to share configure.ac but not the list of files in AC_OUTPUT since autotools doesn't support variables there.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 33e14aec80f..463a7bb5e60 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -10,6 +10,7 @@ mkinstalldirs crlf=input
*.sources crlf=input
.gitattributes crlf=input
*akefile* crlf=input
+m4/mono-output.m4 crlf=input
# ensure native line endings on checkout
*.c crlf