From 197723b0fbebf37f208f3460649acaffcef5b67e Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Sun, 27 Apr 2014 00:53:38 -0400 Subject: [PATCH] Fix build from Git checkout with core.autocrlf=true --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..8924166a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +# Shell scripts and Automake sources can't have CRLF line endings +configure.ac eol=lf +Makefile.am eol=lf +*.m4 eol=lf +*.sh eol=lf