aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-14 18:59:53 +0000
committerChris Lattner <sabre@nondot.org>2003-08-14 18:59:53 +0000
commit1b9ddd545cd0a10355aedd46ae557fe6aa42918c (patch)
tree0639f7dc5f485ee462fc2e1327154b5e63bac3e8 /autoconf
parent688506de24f04682f9d8563a7d20ab15ab85340b (diff)
downloadexternal_llvm-1b9ddd545cd0a10355aedd46ae557fe6aa42918c.zip
external_llvm-1b9ddd545cd0a10355aedd46ae557fe6aa42918c.tar.gz
external_llvm-1b9ddd545cd0a10355aedd46ae557fe6aa42918c.tar.bz2
I just moved papi to a new directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7846 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'autoconf')
-rw-r--r--autoconf/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoconf/configure.ac b/autoconf/configure.ac
index 6073f4f..310d3df 100644
--- a/autoconf/configure.ac
+++ b/autoconf/configure.ac
@@ -305,7 +305,7 @@ dnl Location of the bytecode repository
AC_ARG_WITH(bcrepos,AC_HELP_STRING([--with-bcrepos],[Location of Bytecode Repository]),AC_SUBST(BCR,[$withval]),AC_SUBST(BCR,[/home/vadve/lattner/LLVMPrograms]))
dnl Location of PAPI
-AC_ARG_WITH(papi,AC_HELP_STRING([--with-papi],[Location of PAPI]),AC_SUBST(PAPIDIR,[$withval]),AC_SUBST(PAPIDIR,[/home/vadve/shared/papi-2.3.4.1]))
+AC_ARG_WITH(papi,AC_HELP_STRING([--with-papi],[Location of PAPI]),AC_SUBST(PAPIDIR,[$withval]),AC_SUBST(PAPIDIR,[/home/vadve/shared/Sparc/papi-2.3.4.1]))
dnl Location of the purify program
AC_ARG_WITH(purify,AC_HELP_STRING([--with-purify],[Location of purify program]),AC_SUBST(PURIFY,[$withval]))