Hi:
I wanted to compile the latest
version of MPIR, How do I do it?
In version 3.0.0, I can do the
following and it works:
configure --prefix=/usr/local
make
make install
But in the latest version, at https://github.com/wbhart/mpir,
I do not find any configure file. I see a configure.ac file. I
used the autoconf command to generate the configure file and I
get some weird errors like show below (in blue). I don't know
what that means. It did generate the config file. When I ran
the config script, it gave the below error:
./configure: line 2804: syntax
error near unexpected token `config.m4'
./configure: line 2804: `GMP_INIT(config.m4)'
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.