all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Eli Zaretskii <eliz@gnu.org>
To: Glenn Morris <rgm@gnu.org>
Cc: emacs-devel@gnu.org, steve@srevilak.net
Subject: Re: Emacs pretest 24.3.91
Date: Sat, 17 May 2014 10:47:17 +0300	[thread overview]
Message-ID: <83k39ketiy.fsf@gnu.org> (raw)
In-Reply-To: <29y4y1ch8z.fsf@fencepost.gnu.org>

> From: Glenn Morris <rgm@gnu.org>
> Date: Fri, 16 May 2014 21:43:08 -0400
> Cc: emacs-devel@gnu.org
> 
> Steve Revilak wrote:
> 
> > There was one minor surprise in the Debian 7.4 installation.  During
> > "make install", I received several screenfulls of
> >
> >   See the man page for ginstall-info for command line arguments
> >   This is not dpkg install-info anymore, but GNU install-info
> 
> 
> It is a harmless irritation. It's just what Debian's "install-info"
> program prints, every time it is called. AFAIK it's been doing it for
> years, you'd think it could stop now...
> 
> https://wiki.debian.org/Transitions/DpkgToGnuInstallInfo
> 
> Anyway, I installed this to shut it up:
> 
> --- a/configure.ac	2014-05-12 06:11:08 +0000
> +++ b/configure.ac	2014-05-17 01:38:33 +0000
> @@ -965,7 +965,7 @@
>    LN_S="/bin/ln"
>  fi
>  
> -AC_PATH_PROG(INSTALL_INFO, install-info, :,
> +AC_PATH_PROGS(INSTALL_INFO, [ginstall-info install-info], :,
>    $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)
>  dnl Don't use GZIP, which is used by gzip for additional parameters.
>  AC_PATH_PROG(GZIP_PROG, gzip)

But this will pick up ginstall-info on any system that happens to have
it, and do that in preference to install-info, won't it?  E.g., on my
system, I see I have ginstall-info.exe from some ancient Texinfo
distribution, and sure enough, configure now wants to use that.

So how is this a good idea, and during the pretest on top of that?
I'd support doing this on Debian only, but not on every system out
there.



  parent reply	other threads:[~2014-05-17  7:47 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-12  7:04 Emacs pretest 24.3.91 Glenn Morris
2014-05-17  1:03 ` Steve Revilak
2014-05-17  1:43   ` Glenn Morris
2014-05-17  7:05     ` Sven Joachim
2014-05-17  7:47     ` Eli Zaretskii [this message]
2014-05-17 18:39       ` Glenn Morris
2014-05-17 19:10         ` Eli Zaretskii
2014-05-18  1:53         ` Stefan Monnier

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=83k39ketiy.fsf@gnu.org \
    --to=eliz@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=rgm@gnu.org \
    --cc=steve@srevilak.net \
    /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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.