- updated to curl stex version 1.2.1

configure

original commit: 466349bae54a09010b8430a3b9853b96b06916a7
This commit is contained in:
dybvig 2016-05-12 23:25:28 -07:00
parent dd7ecc2af9
commit f5940acbc0
2 changed files with 3 additions and 1 deletions

2
LOG
View File

@ -142,3 +142,5 @@
- corrected CHEZSCHEMELIBS and CHEZSCHEMEEXTS index entries to be
CHEZSCHEMELIBDIRS and CHEZSCHEMELIBEXTS.
use.stex
- updated to curl stex version 1.2.1
configure

2
configure vendored
View File

@ -300,7 +300,7 @@ else
fi
if [ ! -f 'stex/Mf-stex' ] ; then
rmdir stex && (curl -L -o v1.2.tar.gz https://github.com/dybvig/stex/archive/v1.2.tar.gz && tar -zxf v1.2.tar.gz && mv stex-1.2 stex && rm v1.2.tar.gz) || exit 1
rmdir stex && (curl -L -o v1.2.1.tar.gz https://github.com/dybvig/stex/archive/v1.2.1.tar.gz && tar -zxf v1.2.1.tar.gz && mv stex-1.2.1 stex && rm v1.2.1.tar.gz) || exit 1
fi
fi