本文介绍了将 autoconf 更新到至少 2.6的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在 CentOS 5.5 上有 autoconf 2.59,需要升级到 autoconf 2.6.最好的方法是什么?我试过 yum update autoconf 但没有运气

I have autoconf 2.59 on CentOS 5.5 and need to upgrade to autoconf 2.6.What is the best approach for this?I tried yum update autoconf but theres no luck

推荐答案

我会从 RPMForge 或 ATrpms 获得它,但我看他们也没有.其他一些 CentOS 3rd 方存储库可能会.下载 GNU Autoconf 并构建它.

I'd get it from RPMForge or ATrpms, but I don't see that they have it either. Some other CentOS 3rd party repository might. Download GNU Autoconf and build it.

这篇关于将 autoconf 更新到至少 2.6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

05-29 20:12