diff options
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index ba689ececa..ae4d898dd2 100644 --- a/config.make.in +++ b/config.make.in @@ -63,7 +63,10 @@ INSTALL_PROGRAM = @INSTALL_PROGRAM@ INSTALL_DATA = @INSTALL_DATA@ LN_S = @LN_S@ MSGFMT = @MSGFMT@ + +# Script execution tools. BASH = @BASH@ KSH = @KSH@ +PERL = @PERL@ # More variables may be inserted below by configure. |