[llvm-commits] CVS: reopt/configure

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



Changes in directory reopt:

configure updated: 1.7 -> 1.8
---
Log message:

Regenerated.


---
Diffs of the changes:  (+14 -1)

Index: reopt/configure
diff -u reopt/configure:1.7 reopt/configure:1.8
--- reopt/configure:1.7	Mon Jan  5 12:39:57 2004
+++ reopt/configure	Tue Sep  7 12:33:21 2004
@@ -273,7 +273,7 @@
 PACKAGE_BUGREPORT='llvmbugs at cs.uiuc.edu'
 
 ac_unique_file=""Makefile.common.in""
-ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LLVM_SRC LLVM_OBJ LIBOBJS LTLIBOBJS'
+ac_subst_vars='SHELL PATH_SEPARATOR PACKAGE_NAME PACKAGE_TARNAME PACKAGE_VERSION PACKAGE_STRING PACKAGE_BUGREPORT exec_prefix prefix program_transform_name bindir sbindir libexecdir datadir sysconfdir sharedstatedir localstatedir libdir includedir oldincludedir infodir mandir build_alias host_alias target_alias DEFS ECHO_C ECHO_N ECHO_T LIBS LLVM_SRC LLVM_OBJ PAPIDIR LIBOBJS LTLIBOBJS'
 ac_subst_files=''
 
 # Initialize some variables set by options.
@@ -788,6 +788,7 @@
   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
   --with-llvmsrc          Location of LLVM Source Code
   --with-llvmobj          Location of LLVM Object Code
+  --with-papi             Location of PAPI
 
 Report bugs to <llvmbugs at cs.uiuc.edu>.
 _ACEOF
@@ -1302,6 +1303,17 @@
 
 fi;
 
+
+# Check whether --with-papi or --without-papi was given.
+if test "${with_papi+set}" = set; then
+  withval="$with_papi"
+  PAPIDIR=$withval
+
+else
+  PAPIDIR=/home/vadve/shared/Sparc/papi-2.3.4.1
+
+fi;
+
                     ac_config_files="$ac_config_files Makefile.common Makefile.config"
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -1981,6 +1993,7 @@
 s, at LIBS@,$LIBS,;t t
 s, at LLVM_SRC@,$LLVM_SRC,;t t
 s, at LLVM_OBJ@,$LLVM_OBJ,;t t
+s, at PAPIDIR@,$PAPIDIR,;t t
 s, at LIBOBJS@,$LIBOBJS,;t t
 s, at LTLIBOBJS@,$LTLIBOBJS,;t t
 CEOF






More information about the llvm-commits mailing list