From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/36981 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: ./configure Date: Fri, 20 Jul 2001 10:54:24 -0700 Message-ID: <2ng0brpju7.fsf@piglet.jia.vnet> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172475 11443 80.91.224.250 (21 Oct 2002 03:54:35 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 03:54:35 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 25125 invoked from network); 20 Jul 2001 17:57:06 -0000 Original-Received: from unknown (HELO zsh.2y.net) (131.241.79.242) by gnus.org with SMTP; 20 Jul 2001 17:57:06 -0000 Original-Received: (from zsh@localhost) by zsh.2y.net (8.11.2/8.11.2) id f6KHsP421418; Fri, 20 Jul 2001 10:54:25 -0700 Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: ("David Z. Maze"'s message of "Fri, 20 Jul 2001 11:09:16 -0400") User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.0.104 Original-Lines: 19 Xref: main.gmane.org gmane.emacs.gnus.general:36981 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:36981 "David Z. Maze" writes: > Mattias Ahnberg writes: >Ahn> I just[1] downloaded gnus via CVS, got all files nicely enough and >Ahn> started looking around a little. What struck me strange is that I >Ahn> didn't get a "configure" file with it, something changed recently >Ahn> that I missed, or is something wrong? > > That's pretty typical for stuff in CVS; you don't actually want to > store the configure script proper, because it's generated from > configure.in and depends on basically nothing beyond that file and the > version of autoconf you're using. You can generate configure from > configure.in by running 'autoconf'. In the Gnus CVS, configure.in isn't changed as often as in some other projects, so "configure" is stored in the CVS. I just checked out a new copy. "configure" was there. ShengHuo