Displaying 2 results from an estimated 2 matches for "86cec0cd".
2004 Sep 23
0
[LLVMdev] Auto-configuration of llvm/projects directory
On Thu, Sep 23, 2004 at 01:40:46PM -0700, Reid Spencer wrote:
> If you use a variable instead of a liberal, you currently get a
> warning.
What if one uses a conservative instead of a liberal? :) *g, d, r*
> The documentation says that this will, eventually, become an error as
> it is deprecated because using a variable cannot be successfully
> implemented on all platforms. That
2004 Sep 23
3
[LLVMdev] Auto-configuration of llvm/projects directory
Just a note about the change in auto-configuration of the llvm/projects directory.
Previously, if we found any subdirectories of llvm/projects containing a
configure script, it would be automatically configured by the llvm configure
script. While this was handy, the necessary specification in the autoconf input
file (configure.ac) used a deprecated feature of autoconf. This was replaced