I see that "configure" is updated in branch r1.3.10 by
autoconf 2.71. I suggest we do the same for master branch.
(Using 2.71 or 2.72 is debatable.)
Also, we can update various files under "config/". Although
it is not required for the arm64 mac build. But they have
not been updated for a very very long time.
It can be updated by:
https://www.gnu.org/software/gettext/manual/html_node/config_002eguess.html
wget -O config.guess
'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD'
wget -O config.sub
'https://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD'
And "install-sh missing mkinstalldirs" is provided by automake.
- Qian
--
You received this message because you are subscribed to the Google Groups "FriCAS -
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/fricas-devel/485e0839-b320-4a6a-aca8-1979fb7ee72a%40gmail.com.