From 8c7a1c71b5387344c24a48ab4d67df4ae6d51362 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Fri, 8 Feb 2002 12:41:38 -0500 Subject: [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 --- tools/misc/h5cc.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/misc/h5cc.in b/tools/misc/h5cc.in index 977300a..31edd21 100755 --- a/tools/misc/h5cc.in +++ b/tools/misc/h5cc.in @@ -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@" -- cgit v0.12