Fix up a missing '\r' due to ws differences between cvs and svn

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13207 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Lars Gullik Bjønnes 2006-02-10 22:07:06 +00:00
parent 95622e50f6
commit 61f22a1dc8

View File

@ -242,8 +242,7 @@ build_lyx()
# The configure script will be unable to create config.h if it
# contains Win32-style line endings.
rm -f configure.ac
sed 's/
$//' config/configure.ac > configure.ac.$$
sed 's/\r$//' config/configure.ac > configure.ac.$$
cmp -s config/configure.ac configure.ac.$$ && {
rm -f configure.ac.$$
} || {