summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2003-07-22 22:36:39 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2003-07-22 22:36:39 (GMT)
commitfbf20fd09fa314889a7694ddbb23d021d8ffd757 (patch)
treee6fed32dee7bcd2dcf0dba3a8f4064cd1f30d672 /config
parentb06dd8c8246c92c600352d5b7bd1c4a5efc2e560 (diff)
downloadhdf5-fbf20fd09fa314889a7694ddbb23d021d8ffd757.zip
hdf5-fbf20fd09fa314889a7694ddbb23d021d8ffd757.tar.gz
hdf5-fbf20fd09fa314889a7694ddbb23d021d8ffd757.tar.bz2
[svn-r7247] Purpose:
Bug fix Description: The "prefix?=..." is not recognized by all make commands. Even some older gmake do not recognize it. The result is that "make install" failed for many platforms (AIX, Solaris 2.7, HPUX 11, ...) because when they tried to install at $(prefix)/lib, it becomes /lib since $(prefix) is not defined. Solution: Restore it back to the previous prefix=... Platforms tested: h5committested. Also ran in-place build using vendor make in kelgia, arabica and copper. Misc. update:
Diffstat (limited to 'config')
-rw-r--r--config/commence.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/commence.in b/config/commence.in
index 9c8a623..af1275c 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@