From d57c221198eff011e2deaa8e8b7c8f3265dfd18e Mon Sep 17 00:00:00 2001 From: David Kastrup Date: Mon, 6 Jan 2003 14:51:49 +0000 Subject: [PATCH] Add tests for install-info --- configure.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.in b/configure.in index 9ac861ee64e..9e9321a3feb 100644 --- a/configure.in +++ b/configure.in @@ -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. -- 2.39.2