]> git.lyx.org Git - lyx.git/commit
Ensure unix line ends for configure.ac
authorGeorg Baum <baum@lyx.org>
Sat, 7 May 2016 10:33:47 +0000 (12:33 +0200)
committerRichard Heck <rgheck@lyx.org>
Sun, 29 May 2016 21:55:43 +0000 (17:55 -0400)
commit797f12c29adea02b010c28310667124257c17820
tree019fde53b07d476778dc9b319b6f05d019c526f7
parentd5fb80ed874057da0d0b31b836052b9fa35ba269
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.
.gitattributes [new file with mode: 0644]