mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 01:59:02 +00:00
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:
parent
95622e50f6
commit
61f22a1dc8
@ -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.$$
|
||||
} || {
|
||||
|
Loading…
Reference in New Issue
Block a user