Really check for "makeinfo", not for "maakeinfo", which I put there
for testing the failure case.
This commit is contained in:
parent
5dc64f6434
commit
ff26bc5631
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue