From xemacs-m  Sat May 17 23:04:04 1997
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
	by xemacs.org (8.8.5/8.8.5) with ESMTP id XAA26131
	for <xemacs-beta@xemacs.org>; Sat, 17 May 1997 23:04:03 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id VAA27647;
	Sat, 17 May 1997 21:05:10 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: New configure
References: <m2g1vlikds.fsf@altair.xemacs.org> <199705180348.UAA06891@xemacs.eng.sun.com>
X-Url: http://www.miranova.com/%7Esteve/
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steven L Baur <steve@xemacs.org>
In-Reply-To: Martin Buchholz's message of Sat, 17 May 1997 20:48:25 -0700
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 17 May 1997 21:05:08 -0700
Message-ID: <m2n2pth1cb.fsf@altair.xemacs.org>
Lines: 45
X-Mailer: Gnus v5.4.52/XEmacs 20.2

Martin Buchholz <mrb@Eng.Sun.COM> writes:

>>>>>> "sb" == Steven L Baur <steve@xemacs.org> writes:
> I should have been able to find the missing backquote myself, by using 
> bash to do the configure.  Sorry.

Hmm, do I want to know why /bin/sh doesn't barf?  That was definitely
a missing backquote.

sb> 2.  The order of include directories is messed up in src/Makefile.in.in.
sb> The site-includes get placed at the very first.  This is O.K. with 
sb> one exception which loses terribly with current code.  I've fixed
sb> this and See 3.

> Correct diagnosis.  The proper order is XEmacs dirs, site dirs, system 
> dirs. Change

> cppflags = $(c_switch_all) $(src_cppflags) 

> to

> cppflags = $(src_cppflags) $(c_switch_all)

I moved the -I. out of src_cppflags and into cppflags directly:

cppflags = -I. $(c_switch_all) $(src_cppflags)

I can redo it the fashion you suggest though.

sb> There is (a lot) more stuff I wanted to put in 20.3-beta1, but if
sb> there are those who are delighted at the prospect of getting 20.5MB of
sb> `gzip -9'/slightly broken code and fixing it, I'll put out beta1 tonight.

> I strongly favor a beta1 with just my patch.

There will be one tonight hopefully (it contains slightly more than
your patch since I put in some of Kyle's and Hrvoje's patches that
were sitting on the incoming queue.

Sigh the distribution build just bombed on profile.c -- it's now not
autodetecting struct timeval for me, so back to testing.

-- 
steve@calag.com baur
Unsolicited commercial e-mail will be billed at $250/message.

