CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2014/09/13 10:28:47
Modified files:
infrastructure/mk: gnu.port.mk
Log message:
When using GNU configure, always run with --disable-gtk-doc unless
textproc/gtk-doc is in BUILD_DEPENDS and force ac_cv_path_GTKDOC_* to null.
Even when --disable-gtk-doc is passed, if the gtk-doc tools are present at
configure time, they will be run (at a time where the gtk-doc package may have
been removed; for e.g. during a bulk).
This is what we've been doing under x11/gnome for a while now.
sthen@ espie@ and jasper@ agree