[geany/geany-plugins] 3432c9: Improve GP_ARG_DISABLE() default to auto inside HACKING

Frank Lanitz git-noreply at xxxxx
Sat Apr 6 16:04:42 UTC 2013


Branch:      refs/heads/master
Author:      Frank Lanitz <frank at frank.uvena.de>
Committer:   Frank Lanitz <frank at frank.uvena.de>
Date:        Sat, 06 Apr 2013 16:04:42 UTC
Commit:      3432c9273945a9eec7f717f8351b8afce0fda59a
             https://github.com/geany/geany-plugins/commit/3432c9273945a9eec7f717f8351b8afce0fda59a

Log Message:
-----------
Improve GP_ARG_DISABLE() default to auto inside HACKING


Modified Paths:
--------------
    HACKING

Modified: HACKING
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -190,7 +190,7 @@ build files, which macro is called from configure.ac::
 
  AC_DEFUN([GP_CHECK_YOURFANCYPLUGINNAME],
  [
-     GP_ARG_DISABLE([yourfancypluginname], [yes])
+     GP_ARG_DISABLE([yourfancypluginname], [auto])
      GP_STATUS_PLUGIN_ADD([yourfancypluginname], [$enable_yourfancxpluginname])
      AC_CONFIG_FILES([
          yourplugin/Makefile



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


More information about the Plugins-Commits mailing list