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 | 5b0ae794b6f039d69dc3e385442d8f058de6a278 (patch) | |
tree | 3e5d28be95b3c8abad74d4dc1f0eeeaa3d4b19e4 /llvm/configure | |
parent | 203fd23d6e434adbd7ff775a512d478c09b72ee1 (diff) | |
download | bcm5719-llvm-5b0ae794b6f039d69dc3e385442d8f058de6a278.tar.gz bcm5719-llvm-5b0ae794b6f039d69dc3e385442d8f058de6a278.zip |
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.
llvm-svn: 252520
Diffstat (limited to 'llvm/configure')
-rwxr-xr-x | llvm/configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/llvm/configure b/llvm/configure index 5b15d122c07..00f31ce99a9 100755 --- a/llvm/configure +++ b/llvm/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 "################################################################################" + |