diff options
author | Chris Bieneman <beanz@apple.com> | 2015-11-09 21:54:55 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2015-11-09 21:54:55 +0000 |
commit | 5d899048588e74cfed7aeb661f0b83eb8c2cab88 (patch) | |
tree | d9e379650156225f3d2c113b7bbc97b1d2065361 /configure | |
parent | 9c673d9c54881b76b9f642735e603f35935a32fd (diff) |
Deprecate Autoconf
As per the very positive feedback from llvm-dev (http://lists.llvm.org/pipermail/llvm-dev/2015-November/092150.html), this commit officially deprecates the LLVM autoconf-based build system.
Anyone still using it should switch to CMake.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@252520 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/configure b/configure index 5b15d122c07..00f31ce99a9 100755 --- a/configure +++ b/configure @@ -19379,3 +19379,15 @@ echo "$as_me: error: $ac_sub_configure failed for $ac_dir" >&2;} done fi +echo "" +echo "" +echo "################################################################################" +echo "################################################################################" +echo "The LLVM project has deprecated building with configure & make." +echo "The autoconf-based makefile build system will be removed in the 3.9 release." +echo "" +echo "Please migrate to the CMake-based build system." +echo "For more information see: http://llvm.org/docs/CMake.html" +echo "################################################################################" +echo "################################################################################" + |