summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c++/config/commence.in1
-rw-r--r--fortran/config/commence.in1
2 files changed, 2 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@
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@