diff options
author | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-01 21:12:08 (GMT) |
---|---|---|
committer | Bill Wendling <wendling@ncsa.uiuc.edu> | 2001-08-01 21:12:08 (GMT) |
commit | 773719d3bedf051981d054f9d744a463f07e26e0 (patch) | |
tree | 584baa2b33f76bae954174103475284932cc272e /fortran/config | |
parent | b5d11111b020618ba8716c9b8d4216303f0b2a30 (diff) | |
download | hdf5-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 'fortran/config')
-rw-r--r-- | fortran/config/commence.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fortran/config/commence.in b/fortran/config/commence.in index 4d6a922..8881ec7 100644 --- a/fortran/config/commence.in +++ b/fortran/config/commence.in @@ -26,6 +26,7 @@ ROOT=@ROOT@ LIBS=@LIBS@ AR=@AR@ RANLIB=@RANLIB@ +PERL=@PERL@ RM=rm -f CP=cp INSTALL=@INSTALL@ |