mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
2c3af5b4c0
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"
7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
*.dsw -crlf
|
|
buildconf eol=lf
|
|
configure.ac eol=lf
|
|
*.m4 eol=lf
|
|
*.in eol=lf
|
|
*.am eol=lf
|