From ff26bc56315c4e2c440aa08e3c09d139888cceaa Mon Sep 17 00:00:00 2001 From: Marius Vollmer Date: Wed, 26 Dec 2001 15:39:06 +0000 Subject: [PATCH] Really check for "makeinfo", not for "maakeinfo", which I put there for testing the failure case. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d0f4b34f4..5a4195f57 100644 --- a/configure.in +++ b/configure.in @@ -172,7 +172,7 @@ AC_MINIX AM_PROG_CC_STDC AM_PROG_LIBTOOL -AC_CHECK_PROG(have_makeinfo, maakeinfo, yes, no) +AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no) AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes) AC_C_CONST -- 2.20.1