[tex-k] Building svn57874.tar.gz (from github)
texlive at schoepfer.info
texlive at schoepfer.info
Sat Mar 6 07:47:55 CET 2021
On 2021-03-05 00:07, Karl Berry wrote:
> # Make sure we get expected values from the test texmf.cnf.
> val=`./kpsewhich --var-value=maxpr`
> ++ ./kpsewhich --var-value=maxpr
> + val=100
> test x"$val" = x200 || exit 1
> + test x100 = x200
> + exit 1
I did some tests, it turned out that the test fails because i did
tar vxf texlive-xxx-source
cd texlive-xxx-source
mkdir build
cd build
../configure
It works if i do:
tar vxf texlive-xxx-source
mkdir build
cd build
../texlive-xxx-source/configure
Sorry for the noise.
More information about the tex-k
mailing list.