Gnus development mailing list
 help / color / mirror / Atom feed
From: Jesper Harder <harder@ifa.au.dk>
Subject: Re: Debian's install-info
Date: Tue, 23 Mar 2004 01:25:17 +0100	[thread overview]
Message-ID: <m38yhsxvde.fsf@defun.localdomain> (raw)
In-Reply-To: <b9y1xnlvl1i.fsf@jpl.org> (Katsumi Yamaoka's message of "Mon, 22 Mar 2004 08:26:49 +0900")

Katsumi Yamaoka <yamaoka@jpl.org> writes:

> Does anyone know why does Gnus exclude Debian's install-info
> program?  Here is an extract from the texi/Makefile.in file:
>
> install: $(INFO_DEPS)
> [...]
> 	@if $(SHELL) -c 'install-info --version | sed 1q | fgrep -s -v -i debian' >/dev/null 2>&1; then \


The newest version of automake/autoconf still produces something equivalent:

@if (install-info --version && \
     install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \

for a new project, so presumeably there is still a need for it.  I
don't know why, though.



  reply	other threads:[~2004-03-23  0:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-21 23:26 Katsumi Yamaoka
2004-03-23  0:25 ` Jesper Harder [this message]
2004-03-23  2:10   ` Katsumi Yamaoka
2004-03-23  1:54 ` Alan Shutko
2004-03-24  8:33   ` Kai Grossjohann
2004-05-16 14:30     ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m38yhsxvde.fsf@defun.localdomain \
    --to=harder@ifa.au.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).