Subject: Re: emacs compilation
To: Daniel R. Killoran,Ph.D. <drk@shore.net>
From: Erik Bertelsen <erik@sockdev.uni-c.dk>
List: port-mac68k
Date: 07/22/1997 22:25:12
On Tue, 22 Jul 1997, Daniel R. Killoran,Ph.D. wrote:

.. Does anybody have a suggestion for what to use as the argument to
.. "configure" when compiling gnu emacs? The MACHINE file is unhelpful in this
.. respect. I would rather not use x-windows if it can be avoided.

Go into the emacs directory and run

   ./configure

It will automatically find out that you are using a NetBSD/mac68k system
and configure it appropriately.

Emacs will use X if it finds the X headers and libraries, otherwise it
will build without X.

- Erik