summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorbwarken <bwarken>2013-04-14 23:11:00 +0000
committerbwarken <bwarken>2013-04-14 23:11:00 +0000
commit198e557c5586aeb2e1ffe06e7db1c974950d470c (patch)
tree4adb416fbe8a8d2b3277bea348b159c283d94bf8 /Makefile.in
parent4d34b89d2b6d79e8e158e0b6315e6051f78cda69 (diff)
downloadgroff-198e557c5586aeb2e1ffe06e7db1c974950d470c.tar.gz
Add Perl test to the configuration.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index f9942fa8..cba07f7f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -429,7 +429,9 @@ ETAGSFLAGS=
# Flag that tells etags to assume C++.
ETAGSCCFLAG=-C
# Full path to perl.
+PERL=@PERL@
PERLPATH=@PERLPATH@
+PERLVERSION=@PERLVERSION@
# Sed command with which to edit sh scripts.
SH_SCRIPT_SED_CMD=@SH_SCRIPT_SED_CMD@
# Sed script to deal with OS dependencies in sh scripts.
@@ -483,7 +485,7 @@ MDEFINES=\
"OTHERDEVDIRS=$(OTHERDEVDIRS)" \
"PAGE=$(PAGE)" \
"GHOSTSCRIPT=$(GHOSTSCRIPT)" \
- "PERLPATH=$(PERLPATH)" \
+ "PERLPATH=$(PERL)" \
"PSPRINT=$(PSPRINT)" \
"PURIFY=$(PURIFY)" \
"PURIFYCCFLAGS=$(PURIFYCCFLAGS)" \
@@ -635,7 +637,7 @@ OTHERDIRS=\
font/devpdf \
contrib/mom \
contrib/gdiffmk
-
+
# OTHERDIRS is handled specially in the `$(TARGETS)' rule to avoid
# dependency problems with parallel builds.
ALLDIRS=\