Have the AutoRegen.sh script prompt the user for the LLVM src and obj
authorReid Spencer <rspencer@reidspencer.com>
Tue, 18 Apr 2006 06:27:47 +0000 (06:27 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 18 Apr 2006 06:27:47 +0000 (06:27 +0000)
commit30ea4787ea98754898ba321295e3deb23514caa4
tree764f78c6b1a6e057aa7442e66d909fbdf12c822a
parent746047a97976afa71326bab25beac613305e09a8
Have the AutoRegen.sh script prompt the user for the LLVM src and obj
directories if it can't find them. Then, replace those values into the
configure.ac script and pass them to the LLVM_CONFIG_PROJECT so that the
values become the default for llvm_src and llvm_obj variables. In this way
the user is required to input this exactly once, and the scripts take it
from there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27798 91177308-0d34-0410-b5e6-96231b3b80d8
projects/sample/autoconf/AutoRegen.sh
projects/sample/autoconf/configure.ac