1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

.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"
This commit is contained in:
Marcel Raad 2017-03-21 23:20:03 +01:00
parent f7df67cff0
commit 2c3af5b4c0
No known key found for this signature in database
GPG Key ID: B4668817AE6D6CD4

1
.gitattributes vendored
View File

@ -3,3 +3,4 @@ buildconf eol=lf
configure.ac eol=lf
*.m4 eol=lf
*.in eol=lf
*.am eol=lf