summaryrefslogtreecommitdiff
path: root/xc/config/cf/Imake.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'xc/config/cf/Imake.tmpl')
-rw-r--r--xc/config/cf/Imake.tmpl16
1 files changed, 15 insertions, 1 deletions
diff --git a/xc/config/cf/Imake.tmpl b/xc/config/cf/Imake.tmpl
index 321fe408c..e295cdb59 100644
--- a/xc/config/cf/Imake.tmpl
+++ b/xc/config/cf/Imake.tmpl
@@ -5,7 +5,7 @@ XCOMM
XCOMM
XCOMM
XCOMM
-XCOMM $XFree86: xc/config/cf/Imake.tmpl,v 3.82 2000/08/25 13:42:15 dawes Exp $
+XCOMM $XFree86: xc/config/cf/Imake.tmpl,v 3.83 2000/11/09 01:35:05 dawes Exp $
XCOMM ----------------------------------------------------------------------
/*
@@ -186,6 +186,18 @@ XCOMM the platform-specific parameters - edit site.def to change
#define HasSymLinks YES
#endif
+#ifndef HasPerl
+#define HasPerl YES
+#endif
+
+#ifndef PerlCmd
+#define PerlCmd perl
+#endif
+
+#ifndef PerlOptions
+#define PerlOptions /**/
+#endif
+
#ifndef BuildRman
#define BuildRman YES
#endif
@@ -1421,6 +1433,8 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
RANLIBINSTFLAGS = RanlibInstFlags
#endif
RM = RmCmd
+ PERL = PerlCmd
+ PERLOPTS = PerlOptions
MANSUFFIX = ManSuffix /* suffix for command man pages */
LIBMANSUFFIX = LibManSuffix /* suffix for library man pages */
FILEMANSUFFIX = FileManSuffix /* suffix for file format man pages */