From: Glenn Morris <rgm@gnu.org>
To: Steve Revilak <steve@srevilak.net>
Cc: emacs-devel@gnu.org
Subject: Re: Emacs pretest 24.3.91
Date: Fri, 16 May 2014 21:43:08 -0400 [thread overview]
Message-ID: <29y4y1ch8z.fsf@fencepost.gnu.org> (raw)
In-Reply-To: 20140517010352.GB3075@srevilak.net
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)
next prev parent reply other threads:[~2014-05-17 1:43 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 [this message]
2014-05-17 7:05 ` Sven Joachim
2014-05-17 7:47 ` Eli Zaretskii
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=29y4y1ch8z.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=emacs-devel@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.