From: Marcel Raad Date: Tue, 21 Mar 2017 22:20:03 +0000 (+0100) Subject: .gitattributes: turn off CRLF for *.am X-Git-Tag: curl-7_54_0~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2c3af5b4c0e9e6ea7485b88fe58d3d31de45278b;p=curl .gitattributes: turn off CRLF for *.am If Makefile.am uses CRLF, buildconf in a Windows checkout fails with: ".ibtoolize: error: AC_CONFIG_MACRO_DIRS([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4" --- diff --git a/.gitattributes b/.gitattributes index a7b3f6a28..e84adeec3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,4 @@ buildconf eol=lf configure.ac eol=lf *.m4 eol=lf *.in eol=lf +*.am eol=lf