Gnus development mailing list
 help / color / mirror / Atom feed
From: "William M. Perry" <wmperry@aventail.com>
Subject: small change to dgnushack.el for vpath building...
Date: Sat, 13 Nov 1999 20:55:18 -0500	[thread overview]
Message-ID: <199911140155.UAA15792@megalith.bp.aventail.com> (raw)

The file-name-nondirectory is needed or all the xemacs stuff gets
compiled in emacs.

-bp

***************
*** 68,75 ****
  	(require 'w3-forms)
        (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files)))))
      (while (setq file (pop files))
        (when (or (and (not xemacs)
! 		     (not (member file '("gnus-xmas.el" "gnus-picon.el"
  					 "messagexmas.el" "nnheaderxm.el"
  					 "smiley.el" "x-overlay.el"))))
  		(and xemacs
--- 90,99 ----
  	(require 'w3-forms)
        (error (setq files (delete "nnweb.el" (delete "nnlistserv.el" files)))))
      (while (setq file (pop files))
+       (setq file (expand-file-name file srcdir))
        (when (or (and (not xemacs)
! 		     (not (member (file-name-nondirectory file)
! 				  '("gnus-xmas.el" "gnus-picon.el"
  				    "messagexmas.el" "nnheaderxm.el"
  				    "smiley.el" "x-overlay.el"))))
  		(and xemacs


                 reply	other threads:[~1999-11-14  1:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=199911140155.UAA15792@megalith.bp.aventail.com \
    --to=wmperry@aventail.com \
    /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).