[Xfce4-commits] [panel-plugins/xfce4-sample-plugin] 02/02: Implement correct "enable-debug" setup

noreply at xfce.org noreply at xfce.org
Wed Nov 15 16:56:41 CET 2017


This is an automated email from the git hooks/post-receive script.

s   k   u   n   n   y   k       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository panel-plugins/xfce4-sample-plugin.

commit a0a1b967eb103cf62744c37c787f645973a69964
Author: Romain B <skunnyk at alteroot.org>
Date:   Wed Nov 15 16:55:40 2017 +0100

    Implement correct "enable-debug" setup
    
    - Git version should build correctly with --enable-debug=yes
---
 configure.ac.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index f906ade..b8e7d77 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -15,6 +15,7 @@ m4_define([sample_version_nano],  []) dnl leave this empty to have no nano versi
 m4_define([sample_version_build], [@REVISION@])
 m4_define([sample_version_tag], [git])
 m4_define([sample_version], [sample_version_major().sample_version_minor().sample_version_micro()ifelse(sample_version_nano(), [], [], [.sample_version_nano()])ifelse(sample_version_tag(), [git], [sample_version_tag()-sample_version_build()], [sample_version_tag()])])
+m4_define([sample_default_debug], [ifelse(sample_version_tag(), [git], [yes], [minimum])])
 
 AC_CONFIG_MACRO_DIR([m4])
 dnl ***************************
@@ -77,7 +78,7 @@ XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-2.0], [4.12.0])
 dnl ***********************************
 dnl *** Check for debugging support ***
 dnl ***********************************
-XDT_FEATURE_DEBUG()
+XDT_FEATURE_DEBUG([sample_default_debug])
 
 dnl *********************************
 dnl *** Substitute platform flags ***

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list