mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r4926] Purpose:
Bug Fix Description: The library path was relying upon the "exec_prefix" variable. However, we weren't including that into the h5cc script. Solution: Added it. Platforms tested: Linux
This commit is contained in:
parent
d12027a652
commit
8c7a1c71b5
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
##
|
||||
## Copyright (C) 2001
|
||||
## Copyright (C) 2001, 2002
|
||||
## National Center for Supercomputing Applications
|
||||
## All rights reserved.
|
||||
##
|
||||
@ -16,6 +16,7 @@
|
||||
## ##
|
||||
############################################################################
|
||||
prefix="@prefix@"
|
||||
exec_prefix="@exec_prefix@"
|
||||
libdir="@libdir@"
|
||||
includedir="@includedir@"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user