]> granicus.if.org Git - curl/commitdiff
.gitattributes: turn off CRLF for *.am
authorMarcel Raad <raad@teamviewer.com>
Tue, 21 Mar 2017 22:20:03 +0000 (23:20 +0100)
committerMarcel Raad <raad@teamviewer.com>
Mon, 27 Mar 2017 17:56:10 +0000 (19:56 +0200)
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"

.gitattributes

index a7b3f6a2883a4f6810f321b48f2f9e5eac6e588f..e84adeec3e9b4665c3357cf85876ee0ac5e19ba7 100644 (file)
@@ -3,3 +3,4 @@ buildconf eol=lf
 configure.ac eol=lf
 *.m4 eol=lf
 *.in eol=lf
+*.am eol=lf