texlive_core: move reautoconf from PATCH to BUILD

This should fix the build if an older version of autoconf is installed on the
build host (as is on the buildmasters currently) as long as the newer version
is available in the build chroot.
This commit is contained in:
Joachim Mairböck
2024-03-29 23:08:31 +01:00
parent 3644a3db2a
commit e2f4699bc1

View File

@@ -848,14 +848,14 @@ fixKSearchPaths()
PATCH()
{
./reautoconf
# may need to run this super early to ensure everything gets the right value...
fixKSearchPaths
}
BUILD()
{
./reautoconf
mkdir -p ../build && cd ../build
if [ $targetArchitecture = x86_gcc2 ] || [ $targetArchitecture = x86 ]; then