From: Georg Baum Date: Sat, 7 May 2016 10:33:47 +0000 (+0200) Subject: Ensure unix line ends for configure.ac X-Git-Tag: 2.3.0alpha1~1643^2~43 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=797f12c29adea02b010c28310667124257c17820;p=lyx.git 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. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..51a1fc9aba --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# configure.ac needs to have unix line ends on windows, see #10053 +configure.ac eol=lf +