From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/16184 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.gnus.general Subject: Re: Gnus v5.6.37 is released Date: 22 Aug 1998 20:07:12 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035155094 26271 80.91.224.250 (20 Oct 2002 23:04:54 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 23:04:54 +0000 (UTC) Return-Path: Original-Received: from gwyn.tux.org (gwyn.tux.org [207.96.122.8]) by altair.xemacs.org (8.9.1/8.9.1) with ESMTP id MAA05588 for ; Sat, 22 Aug 1998 12:07:42 -0700 Original-Received: from sina.hpc.uh.edu (Sina.HPC.UH.EDU [129.7.3.5]) by gwyn.tux.org (8.8.8/8.8.8) with ESMTP id PAA10752 for ; Sat, 22 Aug 1998 15:09:07 -0400 Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAK19207; Sat, 22 Aug 1998 14:09:05 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sat, 22 Aug 1998 14:07:22 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [209.195.19.139]) by sina.hpc.uh.edu (8.7.3/8.7.3) with ESMTP id OAA19194 for ; Sat, 22 Aug 1998 14:07:14 -0500 (CDT) Original-Received: from djlvig.dl.ac.uk (djlvig.dl.ac.uk [148.79.112.146]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id PAA08952 for ; Sat, 22 Aug 1998 15:07:09 -0400 (EDT) Original-Received: (from fx@localhost) by djlvig.dl.ac.uk (8.8.7/8.8.5) id UAA04599; Sat, 22 Aug 1998 20:07:12 +0100 X-Face: "_!nmR@11ZNuumt0oqG"Y3Hfy|;FGz)`"ul[G?ah6k-oNyDW?3/Nq3Qab$kUnUQ_d4};kPl R=}-Vqfo|S5mThi-kaBR=>%g5a3-OvnEhdHu{^APIaP:b}0m!$bDC>SX zz'r)e?`at?tpD*+~b+pf Original-To: ding@gnus.org In-Reply-To: Bud Rogers's message of "Sun, 16 Aug 1998 18:59:54 GMT" Original-Lines: 50 X-Mailer: Gnus v5.6.38/Emacs 20.2 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:16184 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:16184 >>>>> "Bud" == Bud Rogers writes: Bud> I'm running Xemacs 20.3. Configure generates a Makefile which Bud> says, among other things, Bud> EMACS = no Bud> XEMACS = xemacs Bud> cd lisp && $(MAKE) EMACS=$(EMACS) lispdir=$(lispdir) all Does this (untested) DTRT? (I'm not sure it really is TRT, though.) You'd need to run autoconf and probably delete config.cache. 1998-08-22 Dave Love * Makefile.in ($(srcdir)/configure): Depend on aclocal.m4. * aclocal.m4 (AM_PATH_LISPDIR): Use AC_PATH_PROGS, not AC_PATH_PROG. =================================================================== RCS file: Makefile.in,v retrieving revision 1.1 diff -u -r1.1 Makefile.in --- Makefile.in 1998/08/22 18:39:28 1.1 +++ Makefile.in 1998/08/22 18:40:35 @@ -48,7 +48,7 @@ config.status: $(srcdir)/configure $(SHELL) ./config.status --recheck -$(srcdir)/configure: $(srcdir)/configure.in +$(srcdir)/configure: $(srcdir)/configure.in $(srcdir)/aclocal.m4 cd $(srcdir) && autoconf Makefile: $(srcdir)/Makefile.in config.status CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status =================================================================== RCS file: aclocal.m4,v retrieving revision 1.1 diff -u -r1.1 aclocal.m4 --- aclocal.m4 1998/08/22 18:38:29 1.1 +++ aclocal.m4 1998/08/22 18:38:35 @@ -4,7 +4,7 @@ [# If set to t, that means we are running in a shell under Emacs. # If you have an Emacs named "t", then use the full path. test "$EMACS" = t && EMACS= - AC_PATH_PROG(EMACS, emacs xemacs, no) + AC_PATH_PROGS(EMACS, emacs xemacs, no) if test $EMACS != "no"; then AC_MSG_CHECKING([where .elc files should go]) dnl Set default value