Add tests for install-info

This commit is contained in:
David Kastrup 2003-01-06 14:51:49 +00:00
parent 1d08c2feba
commit d57c221198

View 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.