-check for makeinfo

This commit is contained in:
Christian Grothoff
2013-12-10 13:04:15 +00:00
parent e82e13bba5
commit 2aa75f592d
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -85,7 +85,8 @@ AC_CHECK_MEMBER([struct sockaddr_in.sin_len],
AC_CHECK_PROG(HAVE_CURL_BINARY,[curl],true,false)
AM_CONDITIONAL(HAVE_CURL_BINARY,$HAVE_CURL_BINARY)
AC_CHECK_PROG(HAVE_MAKEINFO_BINARY,[makeinfo],true,false)
AM_CONDITIONAL(HAVE_MAKEINFO_BINARY,$HAVE_MAKEINFO_BINARY)
# set GCC options
# use '-fno-strict-aliasing', but only if the compiler can take it
+2
View File
@@ -7,9 +7,11 @@ DISTCLEANFILES = \
libmicrohttpd.dvi \
libmicrohttpd-tutorial.cps \
libmicrohttpd-tutorial.dvi
if HAVE_MAKEINFO_BINARY
info_TEXINFOS = \
libmicrohttpd.texi \
libmicrohttpd-tutorial.texi
endif
microhttpd_TEXINFOS = \
chapters/basicauthentication.inc \
chapters/bibliography.inc \