[geany/geany] 386d41: Fix configure to show "default=auto" for --enable-api-docs (#2190)

Andy Alt git-noreply at xxxxx
Fri Jul 19 08:40:46 UTC 2019


Branch:      refs/heads/master
Author:      Andy Alt <andy5995 at users.noreply.github.com>
Committer:   Thomas Martitz <kugel at rockbox.org>
Date:        Fri, 19 Jul 2019 08:40:46 UTC
Commit:      386d418c332c7466da81ec13e9eb1afdb19284cd
             https://github.com/geany/geany/commit/386d418c332c7466da81ec13e9eb1afdb19284cd

Log Message:
-----------
Fix configure to show "default=auto" for --enable-api-docs (#2190)

This fixes the discrepancy where configure --help shows "default=no"
but the api-docs are built anyway (only if dependencies are found).

The actual default is auto which is intended.

Fixes #2189


Modified Paths:
--------------
    m4/geany-doxygen.m4

Modified: m4/geany-doxygen.m4
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -5,7 +5,7 @@ AC_DEFUN([GEANY_CHECK_DOXYGEN],
 [
 	AC_ARG_ENABLE([api-docs],
 			[AS_HELP_STRING([--enable-api-docs],
-					[generate API documentation using Doxygen [default=no]])],
+					[generate API documentation using Doxygen [default=auto]])],
 			[geany_with_doxygen="$enableval"],
 			[geany_with_doxygen="auto"])
 



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list