]> git.lyx.org Git - lyx.git/commitdiff
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)
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]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..51a1fc9
--- /dev/null
@@ -0,0 +1,3 @@
+# configure.ac needs to have unix line ends on windows, see #10053
+configure.ac eol=lf
+