Maxime Devos <[email protected]> writes: >>To wit, running "autoreconf -vif" invokes the "autopoint" tool supplied > by installed gettext, which copies over .m4 files from installed > gettext, but [problems] >> [...] > > 6. Something else? Stop using gnulib? > > Maybe make a shell no-op shell script in > “insert-directory-name-here/autopoint” > and add “insert-directory-name-here” to path, so no replacing .m4 happens.
This can be simpler; I used the following to update Gnulib in the Guile
sources:
--8<---------------cut here---------------start------------->8---
autopoint --force
libtoolize --copy --install --force
"${GNULIB_SRCDIR}${GNULIB_SRCDIR+/}"gnulib-tool --update
AUTOPOINT=true LIBTOOLIZE=true autoreconf -fi
--8<---------------cut here---------------end--------------->8---
--
Arsen Arsenović
signature.asc
Description: PGP signature
