1#! /bin/sh 2echo "################################################################################" 3echo "################################################################################" 4echo "The LLVM project no longer supports building with configure & make." 5echo "" 6echo "Please migrate to the CMake-based build system." 7echo "For more information see: http://llvm.org/docs/CMake.html" 8echo "################################################################################" 9echo "################################################################################" 10exit 1 11