mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
-check for makeinfo
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user