summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPete Batard <pbatard@gmail.com>2010-12-02 12:59:59 +0000
committerPete Batard <pbatard@gmail.com>2010-12-02 12:59:59 +0000
commitdb73bf698ee55a992f6ac930f16ab4e5b46d0326 (patch)
treed90965b053bf2ba82461b66ac460e1cb2ed99035
parent4c9102961d3a0df21f66ad2e8ff20dee0fc9290d (diff)
downloadlibusb-db73bf698ee55a992f6ac930f16ab4e5b46d0326.tar.gz
prevent LF -> CRLF conversion of configure.ac and Makefile.am
* if configure.ac uses DOS format, quoting multiple lines can produce an error in cygwin * if Makefile.am uses DOS format, you might get the error AC_CONFIG_MACRO_DIR([m4]) conflicts with ACLOCAL_AMFLAGS=-I m4 in libtoolize
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index 192874e..30c15e9 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,4 +1,6 @@
*.sh -crlf
+*.ac -crlf
+*.am -crlf
*.dsw -crlf
*.dsp -crlf
*.sln -crlf