mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
Revert r67655 and r67656, as they are breaking the build. I'm
not going to persue this further at this time. llvm-svn: 67666
This commit is contained in:
parent
c055403764
commit
0f859353ea
@ -13,14 +13,14 @@ cwd=`pwd`
|
||||
if test -d ../../../autoconf/m4 ; then
|
||||
cd ../../../autoconf/m4
|
||||
llvm_m4=`pwd`
|
||||
llvm_src_root=../..
|
||||
llvm_obj_root=../..
|
||||
llvm_src_root=../../..
|
||||
llvm_obj_root=../../..
|
||||
cd $cwd
|
||||
elif test -d ../../llvm/autoconf/m4 ; then
|
||||
cd ../../llvm/autoconf/m4
|
||||
llvm_m4=`pwd`
|
||||
llvm_src_root=..
|
||||
llvm_obj_root=..
|
||||
llvm_src_root=../..
|
||||
llvm_obj_root=../..
|
||||
cd $cwd
|
||||
else
|
||||
while true ; do
|
||||
|
@ -4,8 +4,8 @@ dnl **************************************************************************
|
||||
AC_INIT([[[SAMPLE]]],[[[x.xx]]],[bugs@yourdomain])
|
||||
|
||||
dnl Identify where LLVM source tree is
|
||||
LLVM_SRC_ROOT="../.."
|
||||
LLVM_OBJ_ROOT="../.."
|
||||
LLVM_SRC_ROOT="../../"
|
||||
LLVM_OBJ_ROOT="../../"
|
||||
dnl Tell autoconf that the auxilliary files are actually located in
|
||||
dnl the LLVM autoconf directory, not here.
|
||||
AC_CONFIG_AUX_DIR($LLVM_SRC_ROOT/autoconf)
|
||||
|
2492
projects/sample/configure
vendored
2492
projects/sample/configure
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user