From 773719d3bedf051981d054f9d744a463f07e26e0 Mon Sep 17 00:00:00 2001 From: Bill Wendling Date: Wed, 1 Aug 2001 16:12:08 -0500 Subject: [svn-r4293] Purpose: Bug Fix Description: Needed to add the PERL=@PERL@ line to the commence.in file. Platforms tested: LInx --- c++/config/commence.in | 1 + fortran/config/commence.in | 1 + 2 files changed, 2 insertions(+) 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@ 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@ -- cgit v0.12