diff options
author | Dan Gohman <gohman@apple.com> | 2009-03-25 00:52:11 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2009-03-25 00:52:11 +0000 |
commit | 324f608a4553e43eaef7c7f04656fa1f4ef85ae4 (patch) | |
tree | 4d855fa24819127433bfe5c18bd55de88cd25968 /projects/sample/autoconf/configure.ac | |
parent | e8e4921967994726e2e64c9906e23fec52f00cf7 (diff) |
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
Diffstat (limited to 'projects/sample/autoconf/configure.ac')
-rw-r--r-- | projects/sample/autoconf/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/sample/autoconf/configure.ac b/projects/sample/autoconf/configure.ac index 0764806ea9..37c93a8f51 100644 --- a/projects/sample/autoconf/configure.ac +++ b/projects/sample/autoconf/configure.ac @@ -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) |