1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

define M4Cmd

This commit is contained in:
Alex Ivanov 2019-01-08 22:13:32 +03:00 committed by Jon Trulson
parent d5faa0360c
commit b9f352df59
5 changed files with 6 additions and 1 deletions

View file

@ -232,6 +232,7 @@ ICONVSYSLIB != if test -f /usr/local/include/iconv.h; then echo -liconv; else ec
#define DefaultSystemPath /sbin:/usr/sbin:/bin:/usr/bin:$(BINDIR)
#define TroffCmd groff -Tps
#define M4Cmd /usr/bin/m4
#define SetTtyGroup YES
#define HasNdbm YES
#define HasShm YES

View file

@ -185,6 +185,7 @@ XCOMM operating system: OSName
#define NeqnCmd neqn -Tlatin1
#define EqnCmd eqn -Tps
#define TroffCmd groff -Tps
#define M4Cmd /usr/bin/m4
/*
* To use the NetBSD Aperture driver

View file

@ -277,6 +277,8 @@ XCOMM operating system: OSName (OSMajorVersion./**/OSMinorVersion./**/OSTeenyVe
# define TblCmd cat
#endif
#define M4Cmd /usr/bin/m4
#define HasGroff YES
#ifndef HasCookieMaker

View file

@ -87,6 +87,7 @@ XCOMM binutils: (LinuxBinUtilsMajorVersion)
#define HasMakefileSafeInclude YES
#define DependFileName .depend
#define DependCmd $(CC) -E -MM -MG
#define M4Cmd /usr/bin/m4
#ifdef IncludeMakefile
# undef IncludeMakefile

View file

@ -82,7 +82,7 @@ CXXOPTIONS = \
*/
CXXTEMPLATEFLAGS = $(NOIMPLTEMPLATES)
M4 = /usr/bin/m4
M4 = M4Cmd
#endif