[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:
Bill Wendling 2002-02-08 12:41:38 -05:00
parent d12027a652
commit 8c7a1c71b5

View File

@ -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@"