# HG changeset patch
# User David Kastrup <dak@gnu.org>
# Date 1041864709 0
# Node ID 2d73c1bcf0a2bd1e2228582e24c55ab0f61a1195
# Parent  ed0200e4aa095bec70d4cb6a6e1ab89d5708dc37
Add tests for install-info

diff -r ed0200e4aa09 -r 2d73c1bcf0a2 configure.in
--- a/configure.in	Mon Jan 06 14:50:21 2003 +0000
+++ b/configure.in	Mon Jan 06 14:51:49 2003 +0000
@@ -1212,6 +1212,9 @@
 if test "x$RANLIB" = x; then
   AC_PROG_RANLIB
 fi
+AC_PATH_PROG(INSTALL_INFO, install-info)
+AC_PATH_PROG(INSTALL_INFO, install-info,, /usr/sbin)
+AC_PATH_PROG(INSTALL_INFO, install-info,:, /sbin)
 
 dnl Add our options to ac_link now, after it is set up.