From: "Tim Van Holder" To: Subject: RE: Two glitches for autoconf 2.49b Date: Wed, 3 Jan 2001 19:06:00 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id NAA05216 Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > No, this is not simple. `man' looks for suitable files by calling > readdir and fnmatch (since there's no portable way to get files which > match a wildcard directly from the file system). Mapping to "/" will > thus require additional recursion(s) into the subdirectories. So this > is not a simple string manipulation problem, it's a non-trivial change > in program's control flow. Right - then ignore my previous reply - guess I should read everything in my inbox before starting replies :-)