Build: Fix a CR+LF problem when running autoreconf -fi on OS/2.

This commit is contained in:
Lasse Collin 2015-02-26 20:46:14 +02:00
parent dec11497a7
commit a24518971c
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ sed -n 's/LZMA_VERSION_STABILITY_ALPHA/alpha/
src/liblzma/api/lzma/version.h \
| tr '\n' '|' \
| sed 's/|/./; s/|/./; s/|//g' \
| tr -d '\n'
| tr -d '\r\n'