2e0aff3b5c
If docbook2pdf is present on the host, the documentation is built, no matter all the --disable-doc* But forcing ac_cv_prog_DOCBOOK2PDF to no tells configure that docbook2pdf is absent, and thus the documentation is not built. Signed-off-by: Richard Genoud <richard.genoud@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
16 lines
439 B
Makefile
16 lines
439 B
Makefile
################################################################################
|
|
#
|
|
# libserial
|
|
#
|
|
################################################################################
|
|
|
|
LIBSERIAL_VERSION = 0.6.0rc1
|
|
LIBSERIAL_SITE = http://downloads.sourceforge.net/libserial
|
|
LIBSERIAL_INSTALL_STAGING = YES
|
|
LIBSERIAL_LICENSE = GPLv2+
|
|
LIBSERIAL_LICENSE_FILES = COPYING
|
|
|
|
LIBSERIAL_CONF_ENV = ac_cv_prog_DOCBOOK2PDF=no
|
|
|
|
$(eval $(autotools-package))
|