Revert r67655 and r67656, as they are breaking the build. I'm

not going to persue this further at this time.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67666 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Dan Gohman 2009-03-25 00:52:11 +00:00
parent e8e4921967
commit 324f608a45
3 changed files with 1061 additions and 1443 deletions

View File

@ -13,14 +13,14 @@ cwd=`pwd`
if test -d ../../../autoconf/m4 ; then if test -d ../../../autoconf/m4 ; then
cd ../../../autoconf/m4 cd ../../../autoconf/m4
llvm_m4=`pwd` llvm_m4=`pwd`
llvm_src_root=../.. llvm_src_root=../../..
llvm_obj_root=../.. llvm_obj_root=../../..
cd $cwd cd $cwd
elif test -d ../../llvm/autoconf/m4 ; then elif test -d ../../llvm/autoconf/m4 ; then
cd ../../llvm/autoconf/m4 cd ../../llvm/autoconf/m4
llvm_m4=`pwd` llvm_m4=`pwd`
llvm_src_root=.. llvm_src_root=../..
llvm_obj_root=.. llvm_obj_root=../..
cd $cwd cd $cwd
else else
while true ; do while true ; do

View File

@ -4,8 +4,8 @@ dnl **************************************************************************
AC_INIT([[[SAMPLE]]],[[[x.xx]]],[bugs@yourdomain]) AC_INIT([[[SAMPLE]]],[[[x.xx]]],[bugs@yourdomain])
dnl Identify where LLVM source tree is dnl Identify where LLVM source tree is
LLVM_SRC_ROOT="../.." LLVM_SRC_ROOT="../../"
LLVM_OBJ_ROOT="../.." LLVM_OBJ_ROOT="../../"
dnl Tell autoconf that the auxilliary files are actually located in dnl Tell autoconf that the auxilliary files are actually located in
dnl the LLVM autoconf directory, not here. dnl the LLVM autoconf directory, not here.
AC_CONFIG_AUX_DIR($LLVM_SRC_ROOT/autoconf) AC_CONFIG_AUX_DIR($LLVM_SRC_ROOT/autoconf)

File diff suppressed because it is too large Load Diff