X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-3.2 required=5.0 	tests=AWL,BAYES_00,J_CHICKENPOX_74,RCVD_IN_DNSWL_LOW,SPF_PASS
X-Spam-Check-By: sourceware.org
Message-ID: <4A8B14F5.2080601@cwilson.fastmail.fm>
Date: Tue, 18 Aug 2009 16:54:13 -0400
From: Charles Wilson <cygwin@cwilson.fastmail.fm>
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.22) Gecko/20090605 Thunderbird/2.0.0.22 Mnenhy/0.7.6.666
MIME-Version: 1.0
To: cygwin@cygwin.com
Subject: autoconf info packaging [Was: Re: "requires" line for cygwin; bug  in upset?]
References: <4A8B00A1.5090204@cornell.edu> <4A8B0A2C.9070702@cwilson.fastmail.fm> <4A8B14E3.2000003@gmail.com>
In-Reply-To: <4A8B14E3.2000003@gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Dave Korn wrote:
>   I also lost a bunch of my info page indexing after the last update, but I
> haven't looked into what's going on yet.  I'm just sure that "info autoconf"
> used to work and now I have to type "info autoconf2.63".

Well, the autoconf info files have been modified as of

Oct 20 2008 autoconf2.5-2.63

(that was the first update since Nov 19  2006). You have to go back all
the way to (Oct 16  2006 autoconf2.1-2.13-2) before you find any
autoconf package that did not employ a patch like the following:

--- origsrc/autoconf-2.63/doc/autoconf.texi	2008-09-09
08:56:54.000000000 -0400
+++ src/autoconf-2.63/doc/autoconf.texi	2008-10-19 16:59:22.095000000 -0400
@@ -1,9 +1,9 @@
 \input texinfo @c -*-texinfo-*-
 @comment ========================================================
 @comment %**start of header
-@setfilename autoconf.info
+@setfilename autoconf2.63.info
 @include version.texi
-@settitle Autoconf
+@settitle Autoconf2.63
 @setchapternewpage odd
 @ifnothtml
 @setcontentsaftertitlepage
@@ -205,27 +205,27 @@

 @dircategory Software development
 @direntry
-* Autoconf: (autoconf).         Create source code configuration scripts.
+* Autoconf2.63: (autoconf2.63). Create source code configuration scripts.
 @end direntry

((( rest of patch elided, more of the same )))

...so I'm not sure how long ago it was that you last updated your
installation. Or maybe you still had an (unpatched) autoconf.info in
/usr/share/info from a personal build of autoconf, which
_update_info_dir had been picking up, until that autoconf.info file was
removed for some reason?

I could see perhaps duplicating the @direntry section of the .texi file
of the latest release in the autoconf2.5 series, so that both 'info
autoconf' and 'info autoconf2.63' work...

Any thoughts on that?

--
Chuck


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

