Henri Verbeet : build: Print whether we're building documentation in the configuration summary.

Alexandre Julliard julliard at winehq.org
Fri Sep 18 15:52:41 CDT 2020


Module: vkd3d
Branch: master
Commit: da4449ac91e71b12eead761ef0bbc5b47e41c17f
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=da4449ac91e71b12eead761ef0bbc5b47e41c17f

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Fri Sep 18 19:34:55 2020 +0430

build: Print whether we're building documentation in the configuration summary.

Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 configure.ac | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/configure.ac b/configure.ac
index d5f6588..a9db172 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,6 +145,7 @@ AC_OUTPUT
 dnl Output configuration summary
 AS_IF([test "x$CROSSTARGET32" != "xno" -o "x$CROSSTARGET64" != "xno"],
       [HAVE_CROSSTEST=yes], [HAVE_CROSSTEST=no])
+AS_IF([test $DX_FLAG_doc = 1], [HAVE_DOCS=yes], [HAVE_DOCS=no])
 
 AS_ECHO(["
   Configuration summary for $PACKAGE $VERSION
@@ -156,6 +157,7 @@ AS_ECHO(["
 
   Building demos: ${enable_demos}
   Building tests: ${enable_tests}
+  Building documentation: ${HAVE_DOCS}
 
   Building crosstests: ${HAVE_CROSSTEST}"])
 AS_IF([test "x$CROSSTARGET32" != "xno"], [AS_ECHO(["    Using 32-bit cross compiler: $CROSSCC32"])])




More information about the wine-cvs mailing list