projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0538d42
)
Added the POVRAY_ROOT to locate Povray.
author
John Criswell
<criswell@uiuc.edu>
Fri, 20 Feb 2004 22:30:46 +0000
(22:30 +0000)
committer
John Criswell
<criswell@uiuc.edu>
Fri, 20 Feb 2004 22:30:46 +0000
(22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11681
91177308
-0d34-0410-b5e6-
96231b3b80d8
Makefile.config.in
patch
|
blob
|
history
diff --git
a/Makefile.config.in
b/Makefile.config.in
index
73659cf
..
14ab73a
100644
(file)
--- a/
Makefile.config.in
+++ b/
Makefile.config.in
@@
-95,6
+95,10
@@
BYTECODE_REPOSITORY := @BCR@
SPEC_ROOT := @SPEC_ROOT@
SPEC95_ROOT := @SPEC95_ROOT@
+# Path to the Povray source code.
+@USE_POVRAY@
+POVRAY_ROOT := @POVRAY_ROOT@
+
# Path to the PAPI code. This is used by the reoptimizer only.
#PAPIDIR := /home/vadve/shared/papi-2.3.4.1
PAPIDIR := @PAPIDIR@