From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/50744 Path: main.gmane.org!not-for-mail From: TSUCHIYA Masatoshi Newsgroups: gmane.emacs.gnus.general Subject: Re: My God, where is emacs-w3m? Date: Mon, 10 Mar 2003 16:05:41 +0900 Sender: owner-ding@hpc.uh.edu Message-ID: References: <84el5fbuld.fsf@zsw.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.3 - "Ushinoya") Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1047279953 1720 80.91.224.249 (10 Mar 2003 07:05:53 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2003 07:05:53 +0000 (UTC) Original-X-From: owner-ding@hpc.uh.edu Mon Mar 10 08:05:52 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18sHM7-0000Rc-00 for ; Mon, 10 Mar 2003 08:05:52 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18sHMH-0006iV-00; Mon, 10 Mar 2003 01:06:01 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 10 Mar 2003 01:07:02 -0600 (CST) Original-Received: from sclp3.sclp.com (sclp3.sclp.com [66.230.238.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id BAA16004 for ; Mon, 10 Mar 2003 01:06:51 -0600 (CST) Original-Received: (qmail 5106 invoked by alias); 10 Mar 2003 07:05:46 -0000 Original-Received: (qmail 5085 invoked from network); 10 Mar 2003 07:05:45 -0000 Original-Received: from pine.kuee.kyoto-u.ac.jp (130.54.208.130) by 66.230.238.6 with SMTP; 10 Mar 2003 07:05:45 -0000 Original-Received: (qmail 32205 invoked from network); 10 Mar 2003 07:05:41 -0000 Original-Received: from unknown (HELO moss.lang-private.kuee.kyoto-u.ac.jp) (10.228.147.182) by pine.lang-private.kuee.kyoto-u.ac.jp with SMTP; 10 Mar 2003 07:05:41 -0000 Original-To: ding@gnus.org X-cite: xcite 1.48 Mail-Followup-To: ding@gnus.org In-Reply-To: <84el5fbuld.fsf@zsw.com> (Steven Woody's message of "Mon, 10 Mar 2003 14:31:58 +0800") User-Agent: T-gnus/6.15.14 (based on Oort Gnus v0.14) SEMI/1.14.3 (Ushinoya) FLIM/1.14.5 (Demachiyanagi) APEL/10.3 Emacs/21.2 (i386-debian-linux-gnu) MULE/5.0 (SAKAKI) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:50744 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:50744 Hi, >> On Mon, 10 Mar 2003 14:31:58 +0800 >> steven@steven4u.net (Steven Woody) said as follows: >I cvs in cvs.namazu.org then do a checkout to fetch the source >tree. According to the README file, I should run a ./configure before >do any other thing, but there is *no* a configure script in the >directory at all! You have to run autoconf first, it will create the configure script. For example: % autoconf % ./configure % make -- TSUCHIYA Masatoshi