fix: autoreconf -fi in guile-2.0.9 to regen build files

This commit is contained in:
vxtls 2026-03-29 11:07:09 -04:00
parent b28f1eb4e0
commit 00fe9753e4

View file

@ -5,7 +5,9 @@ SEED_PREFIX="/bootstrap-seeds/guile-2.0.9"
src_prepare() { src_prepare() {
default default
AUTOPOINT=true autoreconf -fi AUTOPOINT=true \
ACLOCAL_PATH="${PREFIX}/share/aclocal:${PREFIX}/share/gettext/m4${ACLOCAL_PATH:+:${ACLOCAL_PATH}}" \
autoreconf -fi
# Match Guix's static bootstrap Guile approach: force the final `guile` # Match Guix's static bootstrap Guile approach: force the final `guile`
# executable to be linked through libtool with -all-static. # executable to be linked through libtool with -all-static.