Gnus development mailing list
 help / color / mirror / Atom feed
From: Dave Love <d.love@dl.ac.uk>
Subject: Re: Gnus v5.6.37 is released
Date: 22 Aug 1998 20:07:12 +0100	[thread overview]
Message-ID: <rzqvhnkbztr.fsf@djlvig.dl.ac.uk> (raw)
In-Reply-To: Bud Rogers's message of "Sun, 16 Aug 1998 18:59:54 GMT"

>>>>> "Bud" == Bud Rogers <budr@sirinet.net> 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  <d.love@dl.ac.uk>

	* 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


      parent reply	other threads:[~1998-08-22 19:07 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-08-16 17:01 Lars Magne Ingebrigtsen
1998-08-16 17:18 ` Anders Melchiorsen
1998-08-16 17:26   ` Lars Magne Ingebrigtsen
1998-08-16 18:59 ` Bud Rogers
1998-08-16 20:01   ` Lars Magne Ingebrigtsen
1998-08-16 21:13   ` Bruce Stephens
1998-08-16 22:07     ` Bud Rogers
1998-08-22 19:07   ` Dave Love [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=rzqvhnkbztr.fsf@djlvig.dl.ac.uk \
    --to=d.love@dl.ac.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).