Updating autoreconf
Posted
by
AzaraT
on Super User
See other posts from Super User
or by AzaraT
Published on 2012-04-08T23:16:13Z
Indexed on
2012/04/08
23:34 UTC
Read the original article
Hit count: 253
So I need to use the autoreconf to configure a package. However I need at least version 2.61. I'm on CentOS 5.8 and it seems like there's no package for it so I went on to compile it myself.
So I get the source of autoconf from http://www.gnu.org/software/autoconf/ and compiled that. And sure when I do autoconf -V it shows up as version 2.68 which is indeed the latest version. However autoreconf (nothing the re) still shows up as the old version 2.59 which causes me some problems.
So could someone help a relatively new linux user, updating autoreconf properly?
Thanks
© Super User or respective owner