From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: Emacs pretest 24.3.91 Date: Fri, 16 May 2014 21:43:08 -0400 Message-ID: <29y4y1ch8z.fsf@fencepost.gnu.org> References: <20140517010352.GB3075@srevilak.net> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1400291000 30475 80.91.229.3 (17 May 2014 01:43:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 17 May 2014 01:43:20 +0000 (UTC) Cc: emacs-devel@gnu.org To: Steve Revilak Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat May 17 03:43:16 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1WlTec-0005jX-3Q for ged-emacs-devel@m.gmane.org; Sat, 17 May 2014 03:43:14 +0200 Original-Received: from localhost ([::1]:38456 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlTeb-0006vy-O7 for ged-emacs-devel@m.gmane.org; Fri, 16 May 2014 21:43:13 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:59415) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlTeY-0006u2-RR for emacs-devel@gnu.org; Fri, 16 May 2014 21:43:11 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlTeY-0002XB-0P for emacs-devel@gnu.org; Fri, 16 May 2014 21:43:10 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:56496) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlTeX-0002X7-Tg for emacs-devel@gnu.org; Fri, 16 May 2014 21:43:09 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1WlTeW-0001d4-US; Fri, 16 May 2014 21:43:08 -0400 X-Spook: MIT-LL constitution munitions Leuken-Baden nitrate KGB X-Ran: U4HlA4]\B;%yuHK8\}uok"SLW{BPJRVl*/U8#kvL!,?ZT^x>7#K/S%4ywV X-Hue: blue X-Attribution: GM User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:171898 Archived-At: 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)