bug-m4
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: m4-1.4.4 -- install-info patch


From: Stepan Kasal
Subject: Re: m4-1.4.4 -- install-info patch
Date: Mon, 24 Oct 2005 12:49:27 +0200
User-agent: Mutt/1.4.1i

Hello,

On Mon, Oct 24, 2005 at 10:04:58AM +0200, Peter Breitenlohner wrote:
> >>1. I'd like to suggest the attached patch for m4-1.4.4
> >
> >Thanks for the suggestion.  However, the attached patch was debian
> >specific, so it should either be changed to be generic to all systems, or
> >be applied only to debian's port of m4 (and not upstream).
> 
> Not true, the patch adds precisely what automake 1.9.6 would generate.

yes, there is "grep -iv debian" to _reject_ debian versions of install-info.

CVS Automake has improved version of the test, consider using it:

## Only run this code if install-info actually exists, and it is not
## the Debian install-info.  FIXME: once Debian install-info goes
## away, we can remove this hack.  Some versions of Debian install-info
## print their version on stderr (e.g. 1.8.3), other do it in
## on stdout (e.g. 1.10.15).
        @if (install-info --version && \
             install-info --version 2>&1 | sed 1q | grep -i -v debian) 
>/dev/null 2>&1; then


Have a nice day,
        Stepan




reply via email to

[Prev in Thread] Current Thread [Next in Thread]