Really check for "makeinfo", not for "maakeinfo", which I put there

for testing the failure case.
This commit is contained in:
Marius Vollmer 2001-12-26 15:39:06 +00:00
commit ff26bc5631

View file

@ -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