]> git.eshelyaron.com Git - emacs.git/commitdiff
* configure.ac: Add comments accidentally omitted from previous change
authorGlenn Morris <rgm@gnu.org>
Sat, 17 May 2014 01:40:49 +0000 (21:40 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 17 May 2014 01:40:49 +0000 (21:40 -0400)
configure.ac

index 0fafa46385763ea710788f3d47a85f3aba4030f9..f1ed74e2374d97febb656085ffe14c586c9af14c 100644 (file)
@@ -965,6 +965,10 @@ if test "$opsys" = "mingw32"; then
   LN_S="/bin/ln"
 fi
 
+dnl On some Debian versions, "install-info" prints irritating messages
+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], :,
   $PATH$PATH_SEPARATOR/usr/sbin$PATH_SEPARATOR/sbin)
 dnl Don't use GZIP, which is used by gzip for additional parameters.