From xemacs-m  Sun Mar 30 09:02:39 1997
Received: from sol1.cybernet-ag.net (sol1.cybernet-ag.net [194.221.86.98])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id JAA29878
	for <xemacs-beta@xemacs.org>; Sun, 30 Mar 1997 09:02:38 -0600 (CST)
Received: (from aseibert@localhost) by sol1.cybernet-ag.net  id RAA28369; Sun, 30 Mar 1997 17:01:34 +0200 (MET DST)
Date: Sun, 30 Mar 1997 17:01:34 +0200 (MET DST)
Message-Id: <199703301501.RAA28369@sol1.cybernet-ag.net>
From: Axel Seibert <aseibert@cybernet-ag.net>
To: xemacs-beta@xemacs.org
Subject: configuring xemacs-20.1-beta10

Hi, all!

(Switrching from 19.15 to 20.1) I'm trying to compile xemacs-20.1b9
under NEXTSTEP; therefore my configure line looks like:

./configure  m68k-next-nextstep --prefix=/usr/local/xemacs --with-x=no
--rel-all oc=no --cflags=-O4 -pipe --with-canna=no --with -wnn=no
--with-wnn6=no 

But no matter what  I try, configure believes it should compile with WNN:

Configured for `m68k-next-nextstep'.

  Where should the build process find the source code?
/usr/local/src/xemacs- 20.1-b10
  What installation prefix should install use? /usr/local/xemacs
  What operating system and machine description files should XEmacs use?
        `s/nextstep.h' and `m/m68k.h'
  What compiler should XEmacs be built with?              cc -O4 -pipe
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? no
  What window system should XEmacs use?                   none
  Finding WNN includes with:                              
  Loading WNN libs with:                                  
  Compiling in support for DBM.

In src/Makefile I even find the following lines:

LIBES =   ${native_sound_lib}             $(LIBX)	LIB_CANNA LIB_WN
N     $(LIB_KSTAT)      -ldbm       $(GNULIB_VAR) -lm  -lsys_s $(GNULIB_VAR)

Can anybody help me?
Thanx in advance,
Axel

