From xemacs-m  Sun May 11 23:15:38 1997
Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1])
	by xemacs.org (8.8.5/8.8.5) with SMTP id XAA26354
	for <xemacs-beta@xemacs.org>; Sun, 11 May 1997 23:15:37 -0500 (CDT)
Received: from Eng.Sun.COM ([129.146.1.25]) by mercury.Sun.COM (SMI-8.6/mail.byaddr) with SMTP id VAA24208; Sun, 11 May 1997 21:28:10 -0700
Received: from kindra.eng.sun.com by Eng.Sun.COM (SMI-8.6/SMI-5.3)
	id VAA29034; Sun, 11 May 1997 21:15:03 -0700
Received: from xemacs.eng.sun.com by kindra.eng.sun.com (SMI-8.6/SMI-SVR4)
	id VAA21647; Sun, 11 May 1997 21:15:05 -0700
Received: by xemacs.eng.sun.com (SMI-8.6/SMI-SVR4)
	id VAA14671; Sun, 11 May 1997 21:15:00 -0700
Date: Sun, 11 May 1997 21:15:00 -0700
Message-Id: <199705120415.VAA14671@xemacs.eng.sun.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
From: Martin Buchholz <mrb@Eng.Sun.COM>
To: jhod@po.iijnet.or.jp (P. E. Jareth Hein)
Cc: xemacs-beta@xemacs.org
Subject: Re: build failure for b6
In-Reply-To: <u4pvuxv21t.fsf@pentagana.sonic.jp>
References: <bci4tca1mxd.fsf@corp.Sun.COM>
	<u4pvuxv21t.fsf@pentagana.sonic.jp>
X-Mailer: VM 6.24 under 20.1 XEmacs Lucid (beta15)
Reply-To: Martin Buchholz <mrb@Eng.Sun.COM>

>>>>> "P" == P E Jareth Hein <jhod@po.iijnet.or.jp> writes:

P> CDE requires Motif drag and drop services. Therefore unless you
P> specify --with-cde=no Motif is required (although you are not required
P> to use Motif dialogs...) A couple of months ago I put in the following
P> lines into configure.in:

P> # having CDE requires Motif
P> if test "${with_cde}" = "yes" ; then
P>   motif_libs="-lXm -lXt"
P> fi

P> Anybody know why they don't seem to be working?

How is the contents of $motif_libs supposed to make it from
configure.in into src/Makefile?  The value seems to be discarded.

Martin

