changeset 49074:2d73c1bcf0a2

Add tests for install-info
author David Kastrup <dak@gnu.org>
date Mon, 06 Jan 2003 14:51:49 +0000
parents ed0200e4aa09
children 9c5c3561cc4f
files configure.in
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.