Hi, I'm new for llvm . when I build the llvm sample project , find the autoconf version 2.5 is required . Is that necessary ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090903/661de771/attachment.html>
2009/9/2 汪胜 <wansheg at qq.com>:> Hi, > I'm new for llvm . when I build the llvm sample project , find the > autoconf version 2.5 is required . > Is that necessary ? >Yes and no: Yes if you are using the AutoGen.sh script. No, because there's nothing special about autoconf 2.5 that LLVM relies upon. If you check the current SVN top-of-tree, the requirement of 2.5 has been relaxed to include 2.6. -bw