Permalink
Browse files

Fix build from Git checkout with core.autocrlf=true

  • Loading branch information...
1 parent 1c985f5 commit 197723b0fbebf37f208f3460649acaffcef5b67e @bgilbert bgilbert committed Apr 27, 2014
Showing with 5 additions and 0 deletions.
  1. +5 −0 .gitattributes
View
@@ -0,0 +1,5 @@
+# Shell scripts and Automake sources can't have CRLF line endings
+configure.ac eol=lf
+Makefile.am eol=lf
+*.m4 eol=lf
+*.sh eol=lf

0 comments on commit 197723b

Please sign in to comment.