I’m trying to install m4 as in the official ubuntu repositories by doing
sudo apt-get install m4
But I get the following error
Setting up install-info (7.1-3build2) ...
gcc: fatal error: no input files
compilation terminated.
dpkg: error processing package install-info (--configure):
installed install-info package post-installation script subprocess returned error exit status 1
Errors were encountered while processing:
install-info
E: Sub-process /usr/bin/dpkg returned an error code (1)
I could not find any real explanation of the error online. Any suggestions?