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