]> git.eshelyaron.com Git - emacs.git/commitdiff
Add tests for install-info
authorDavid Kastrup <dak@gnu.org>
Mon, 6 Jan 2003 14:51:49 +0000 (14:51 +0000)
committerDavid Kastrup <dak@gnu.org>
Mon, 6 Jan 2003 14:51:49 +0000 (14:51 +0000)
configure.in

index 9ac861ee64e11e829ab07f0a8ee24a311bbb3403..9e9321a3feb5dc8383e2a8ddab77707307c066cf 100644 (file)
@@ -1212,6 +1212,9 @@ AC_PROG_INSTALL
 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.