frohic

Results 2 comments of frohic

I'm on centos 7.4 Similar problems. installed version of `automake `is 1.13.4 Anyone know how to update it to 1.14 or later? `sudo yum update automake` indicates it's currently updated.

Thanks Michael, I tried that. Following these instructions from https://techglimpse.com/install-update-autoconf-linux-tutorial/ ``` $ wget http://ftp.gnu.org/gnu/automake/automake-1.14.tar.gz $ tar xvzf automake-1.14.tar.gz $ cd automake-1.14 $ ./configure $ make $ sudo make install ```...