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

Brian Gaeke gaeke at cs.uiuc.edu
Tue Sep 7 10:33:20 PDT 2004



Changes in directory reopt/autoconf:

configure.ac updated: 1.6 -> 1.7
---
Log message:

Move PAPI configure stuff used by lib/Inst/rtl
into the reoptimizer project's Makefile/configure script.


---
Diffs of the changes:  (+3 -0)

Index: reopt/autoconf/configure.ac
diff -u reopt/autoconf/configure.ac:1.6 reopt/autoconf/configure.ac:1.7
--- reopt/autoconf/configure.ac:1.6	Mon Jan  5 12:39:32 2004
+++ reopt/autoconf/configure.ac	Tue Sep  7 12:33:09 2004
@@ -34,5 +34,8 @@
 AC_ARG_WITH(llvmsrc,AC_HELP_STRING([--with-llvmsrc],[Location of LLVM Source Code]),AC_SUBST(LLVM_SRC,[$withval]),AC_SUBST(LLVM_SRC,[`cd ${srcdir}/../..; pwd`]))
 AC_ARG_WITH(llvmobj,AC_HELP_STRING([--with-llvmobj],[Location of LLVM Object Code]),AC_SUBST(LLVM_OBJ,[$withval]),AC_SUBST(LLVM_OBJ,[`cd ../..; pwd`]))
 
+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/Sparc/papi-2.3.4.1]))
+
 dnl Create the output files
 AC_OUTPUT([Makefile.common Makefile.config])






More information about the llvm-commits mailing list