Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro
authorReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 18:25:24 +0000 (18:25 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 24 Feb 2005 18:25:24 +0000 (18:25 +0000)
commit018e77de67a51a3180a4253a9976d20040e78dd6
tree66a2ae6a60d36b1725cdf5a42f22a6136925b763
parentaab1820816facf83d7bda8f01e3d85ced99601f3
Add a new macro for configuring projects, LLVM_CONFIG_PROJECT. This macro
takes care of the --with-llvmsrc and --with-llvmobj options for the project
It was moved here from the project's configure.ac file because there is
some tricky handling of the llvm_src variable to tell the project where the
llvm source tree is (for mkinstalldirs and install-sh commands).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20303 91177308-0d34-0410-b5e6-96231b3b80d8
autoconf/m4/config_project.m4 [new file with mode: 0644]