From xemacs-m  Mon Apr  7 14:42:47 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 OAA10703
	for <xemacs-beta@xemacs.org>; Mon, 7 Apr 1997 14:42:45 -0500 (CDT)
Received: (from steve@localhost)
	by altair.xemacs.org (8.8.5/8.8.5) id MAA16622;
	Mon, 7 Apr 1997 12:55:35 -0700
Mail-Copies-To: never
To: xemacs-beta@xemacs.org
Subject: Re: Patching non-mule problem
References: <u9bu7r6mgi.fsf@neal.ctd.comsat.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@miranova.com>
In-Reply-To: Neal Becker's message of 07 Apr 1997 08:34:21 -0400
Mime-Version: 1.0 (generated by tm-edit 7.106)
Content-Type: text/plain; charset=US-ASCII
Date: 07 Apr 1997 12:55:34 -0700
Message-ID: <m27miehakp.fsf@altair.xemacs.org>
Lines: 32
X-Mailer: Gnus v5.4.42/XEmacs 20.1(beta12)

Neal Becker <neal@ctd.comsat.com> writes:

> I patched up from 20.1b10->b11.  Non-mule.  I had to edit
> lisp/auctex/Makefile to remove refs to tex-jp.el* to do make all-elc.
> Is there any way to fix this properly via configure?

I don't know.  What actually is happening (or not happening)?

Does this

Index: lisp/auctex/Makefile
===================================================================
RCS file: /usr/local/xemacs/xemacs-20.0/lisp/auctex/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	1997/04/05 18:07:14	1.5
+++ Makefile	1997/04/07 19:54:47
@@ -97,6 +97,8 @@
 
 all:	lisp
 
+.IGNORE: some
+
 lisp:
 	$(ELC) $(AUCSRC) $(STYLESRC) $(CONTRIB)
 


Fix your problem?
-- 
steve@miranova.com baur
Unsolicited commercial e-mail will be billed at $250/message.

