summaryrefslogtreecommitdiffstats
path: root/c++/config
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-08-01 21:12:08 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-08-01 21:12:08 (GMT)
commit773719d3bedf051981d054f9d744a463f07e26e0 (patch)
tree584baa2b33f76bae954174103475284932cc272e /c++/config
parentb5d11111b020618ba8716c9b8d4216303f0b2a30 (diff)
downloadhdf5-773719d3bedf051981d054f9d744a463f07e26e0.zip
hdf5-773719d3bedf051981d054f9d744a463f07e26e0.tar.gz
hdf5-773719d3bedf051981d054f9d744a463f07e26e0.tar.bz2
[svn-r4293]
Purpose: Bug Fix Description: Needed to add the PERL=@PERL@ line to the commence.in file. Platforms tested: LInx
Diffstat (limited to 'c++/config')
-rw-r--r--c++/config/commence.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/c++/config/commence.in b/c++/config/commence.in
index dcc4fc8..54440d8 100644
--- a/c++/config/commence.in
+++ b/c++/config/commence.in
@@ -23,6 +23,7 @@ ROOT=@ROOT@
LIBS=@LIBS@
AR=@AR@
RANLIB=@RANLIB@
+PERL=@PERL@
RM=rm -f
CP=cp
INSTALL=@INSTALL@