emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-24 r117125: * configure.ac (INSTALL_INFO): Revert to


From: Glenn Morris
Subject: [Emacs-diffs] emacs-24 r117125: * configure.ac (INSTALL_INFO): Revert to just checking for "install-info".
Date: Sun, 18 May 2014 22:41:30 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117125
revision-id: address@hidden
parent: address@hidden
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Sun 2014-05-18 15:41:22 -0700
message:
  * configure.ac (INSTALL_INFO): Revert to just checking for "install-info".
modified:
  ChangeLog                      changelog-20091113204419-o5vbwnq5f7feedwu-1538
  configure.ac                   
configure.in-20091113204419-o5vbwnq5f7feedwu-783
=== modified file 'ChangeLog'
--- a/ChangeLog 2014-05-17 01:38:33 +0000
+++ b/ChangeLog 2014-05-18 22:41:22 +0000
@@ -1,3 +1,8 @@
+2014-05-18  Glenn Morris  <address@hidden>
+
+       * configure.ac (INSTALL_INFO):
+       Revert to just checking for "install-info".
+
 2014-05-17  Glenn Morris  <address@hidden>
 
        * configure.ac (INSTALL_INFO): Try the identical-but-quieter-on-Debian

=== modified file 'configure.ac'
--- a/configure.ac      2014-05-17 01:40:49 +0000
+++ b/configure.ac      2014-05-18 22:41:22 +0000
@@ -969,7 +969,12 @@
 dnl "This is not dpkg install-info anymore, but GNU install-info"
 dnl if called via an absolute file name.
 dnl Use the entirely-identical-but-quieter ginstall-info instead if present.
-AC_PATH_PROGS(INSTALL_INFO, [ginstall-info install-info], :,
+dnl Sadly some people may have an old ginstall-info installed on
+dnl non-Debian systems, so we can't use this.
+dnl AC_PATH_PROGS(INSTALL_INFO, [ginstall-info install-info], :,
+dnl   $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)
+
+AC_PATH_PROG(INSTALL_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)


reply via email to

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