|
From: John R. <jr...@bi...> - 2015-04-14 01:29:45
|
> I managed to get the trunk version of Valgrind install correctly for Xcode 6.2 (clang 6.0.2 iirc) but after an upgrade, `./configure` stops me from continuing. > > I would like to get automake to accept a higher version of clang (6.1.0) and give it a go at installing Valgrind against this newer version from Xcode 6.3. Where do I make these changes? Depending on how far back in the pipeline you wish to go: configure, configure.ac, configure.in. Valgrind's use of these files follows the usual conventions. |