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:
parent
d5faa0360c
commit
b9f352df59
5 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -82,7 +82,7 @@ CXXOPTIONS = \
|
|||
*/
|
||||
CXXTEMPLATEFLAGS = $(NOIMPLTEMPLATES)
|
||||
|
||||
M4 = /usr/bin/m4
|
||||
M4 = M4Cmd
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue