[llvm-commits] makeinfo versions for llvm-gcc

2007-10-22 Thread Nicholas Lewycky
Hi, There's a problem with the makeinfo test in llvm-gcc where it checks for a makeinfo version = 4.4. It treats 4.10 as less than 4.4 The attached patch should be applied to both llvm-gcc4.0 and 4.2. Thanks, Nick ___ llvm-commits mailing list

[llvm-commits] makeinfo versions for llvm-gcc

2007-10-22 Thread Nicholas Lewycky
and this time with the attachment! Hi, There's a problem with the makeinfo test in llvm-gcc where it checks for a makeinfo version = 4.4. It treats 4.10 as less than 4.4 The attached patch should be applied to both llvm-gcc4.0 and 4.2. Thanks, Nick Index: configure.in