Permalink
Browse files

Fix build from Git checkout with core.autocrlf=true

  • Loading branch information...
1 parent 93af97e commit 36bbbd2c56701f3d05ba38e87e307c8aaa884cf9 @bgilbert bgilbert committed Apr 27, 2014
Showing with 4 additions and 0 deletions.
  1. +4 −0 .gitattributes
View
@@ -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

0 comments on commit 36bbbd2

Please sign in to comment.