1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +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:36:43 +00:00
parent 27f9e3731a
commit a9d78896d1

View file

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