[llvm-commits] CVS: llvm/autoconf/configure.ac

Chris Lattner lattner at cs.uiuc.edu
Thu Aug 14 14:01:01 PDT 2003


Changes in directory llvm/autoconf:

configure.ac updated: 1.4 -> 1.5

---
Log message:

I just moved papi to a new directory


---
Diffs of the changes:

Index: llvm/autoconf/configure.ac
diff -u llvm/autoconf/configure.ac:1.4 llvm/autoconf/configure.ac:1.5
--- llvm/autoconf/configure.ac:1.4	Thu Jul 31 11:45:37 2003
+++ llvm/autoconf/configure.ac	Thu Aug 14 13:59:53 2003
@@ -305,7 +305,7 @@
 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]))





More information about the llvm-commits mailing list