diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh index b9ffdf8c..f4482842 100755 --- a/TestScripts/cryptest-autotools.sh +++ b/TestScripts/cryptest-autotools.sh @@ -16,6 +16,10 @@ if ! wget --no-check-certificate https://raw.githubusercontent.com/noloader/cryp [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1 fi +if [[ ! -z $(command -v dos2unix) ]]; then + dos2unix Makefile.am configure.ac libcryptopp.pc.in +fi + if ! autoreconf --force --install --warnings=all; then echo "autoreconf failed" [[ "$0" = "${BASH_SOURCE[0]}" ]] && exit 1 || return 1