summaryrefslogtreecommitdiffstats
path: root/config/commence.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-03 17:23:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-03 17:23:35 (GMT)
commit7f2bb04bc40f1dea3ab66c76788d4d6143b075bb (patch)
tree2310304c8203c01af1d224800c1113757cb53896 /config/commence.in
parent45eb7e601f4aaf2824721444d5511b8688b62941 (diff)
downloadhdf5-7f2bb04bc40f1dea3ab66c76788d4d6143b075bb.zip
hdf5-7f2bb04bc40f1dea3ab66c76788d4d6143b075bb.tar.gz
hdf5-7f2bb04bc40f1dea3ab66c76788d4d6143b075bb.tar.bz2
[svn-r7150] Purpose:
Bug fix Description: "prefix" variable was always being set, instead of only being set if the user hadn't set it yet. Solution: Changed "prefix=<foo>" to "prefix?=<foo>". Platforms tested: FreeBSD 4.8 (sleipnir) Checked in gmake manual to make certain syntax is the same (it is).
Diffstat (limited to 'config/commence.in')
-rw-r--r--config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in
index af1275c..9c8a623 100644
--- a/config/commence.in
+++ b/config/commence.in
@@ -34,7 +34,7 @@ RUNTEST=$(RUNSERIAL)
TRACE=:
## Installation points
-prefix=@prefix@
+prefix?=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
libdir=@libdir@