<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 15-02-10 10:44 AM, Alan Coopersmith
wrote:<br>
</div>
<blockquote cite="mid:54DA2764.1010506@oracle.com" type="cite">Right
- build time uses such as startx & xinitrc should be
replacable
<br>
with a bit of work, such as Gaetan did in the past to use sed
instead
<br>
of cpp on a bunch of man pages.
<br>
</blockquote>
<br>
I had worked on this three years ago. I tried removing the use of
cpp as a "text only" processor every where I could. I had a
prototype of what startx would look like. One has to watch for
built-in compiler defines auch as __APPLE__ and replaced them with
Automake variables such as $host_os assuming the semantic is the
same. See attachment.<br>
<br>
On a side note, the following lines should be removed as they are
left overĀ from ancient A/UX 3.0 support.<br>
<blockquote><tt>#ifdef macII</tt><tt><br>
</tt><tt>Xrepair</tt><tt><br>
</tt><tt>screenrestore</tt><tt><br>
</tt><tt>#endif</tt><tt><br>
</tt><tt><br>
</tt></blockquote>
<br>
<br>
</body>
</html>