1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-23 21:10:29 +02:00

(HAVE_MAKEINFO): Check for the makeinfo program and set this

conditional accordingly.
This commit is contained in:
Marius Vollmer 2001-12-26 15:49:19 +00:00
parent 1dba86d113
commit cea7aa1bfb

View file

@ -166,6 +166,9 @@ AC_MINIX
AM_PROG_CC_STDC
AM_PROG_LIBTOOL
AC_CHECK_PROG(have_makeinfo, makeinfo, yes, no)
AM_CONDITIONAL(HAVE_MAKEINFO, test "$have_makeinfo" = yes)
AC_C_CONST
AC_C_INLINE
AC_C_BIGENDIAN