mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Ensure unix line ends for configure.ac
On windows, configure.ac needs to have unix line ends if you want to run autogen.sh (see #10053). It is no poblem to force unix line ends, since you need to run autogen.sh under mingw or cygwin shell anyway, and if you neither have mingw nor cygwin, then configure.ac is of no use for you.
This commit is contained in:
parent
d5fb80ed87
commit
797f12c29a
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# configure.ac needs to have unix line ends on windows, see #10053
|
||||||
|
configure.ac eol=lf
|
||||||
|
|
Loading…
Reference in New Issue
Block a user