From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/26765 Path: main.gmane.org!not-for-mail From: Jason R Mastaler Newsgroups: gmane.emacs.gnus.general Subject: building pgnus with VPATH Date: 12 Nov 1999 17:00:15 -0700 Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035163913 21123 80.91.224.250 (21 Oct 2002 01:31:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 01:31:53 +0000 (UTC) Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA08611 for ; Fri, 12 Nov 1999 19:01:48 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id SAB27811; Fri, 12 Nov 1999 18:01:45 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 12 Nov 1999 18:02:02 -0600 (CST) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id SAA01622 for ; Fri, 12 Nov 1999 18:01:52 -0600 (CST) Original-Received: from smtp6.mindspring.com (smtp6.mindspring.com [207.69.200.110]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id TAA08596 for ; Fri, 12 Nov 1999 19:01:22 -0500 (EST) Original-Received: from ashanti.mastaler.com (pool-207-205-180-187.phnx.grid.net [207.205.180.187]) by smtp6.mindspring.com (8.8.5/8.8.5) with SMTP id TAA08434 for ; Fri, 12 Nov 1999 19:01:20 -0500 (EST) Original-Received: (qmail 22935 invoked from network); 13 Nov 1999 00:00:41 -0000 Original-Received: from unknown (HELO bodhi.mastaler.com.mastaler.com) (172.18.3.15) by 172.18.3.10 with SMTP; 13 Nov 1999 00:00:41 -0000 Original-To: ding@gnus.org Original-Lines: 14 User-Agent: Gnus/5.070099 (Pterodactyl Gnus v0.99) XEmacs/21.2 (Shinjuku) X-Face: #dTln?AHy?@V&.5OHQ?JSP?PI%g[Mll2?cy7O$b89Bl=0cSy1&U1>m]!hWbnzq976"\ Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:26765 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:26765 It would be nice if pgnus could be compiled in a separate directory than the sources, especially now that we can update via CVS. Although I'm not sure how to implement this, I believe that this requires some changes to the pgnus autoconf scripts as well as a version of `make' that supports the `VPATH' variable, such as GNU `make'. `configure' can then look for the pgnus source code in the directory that `configure' is in when run, and the srcdir remains clean. % mkdir objdir % cd objdir % srcdir/configure && make