[Xfce4-commits] [apps/mousepad] 01/01: Check for exo-csource in maintainer mode (Bug #12719)

noreply at xfce.org noreply at xfce.org
Sat May 18 23:37:09 CEST 2019


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

a   n   d   r   e       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 apps/mousepad.

commit 595b3a572cea618d2fa87506860ab3d01fddd0f6
Author: Igor <f2404 at yandex.ru>
Date:   Sat May 18 18:36:57 2019 -0300

    Check for exo-csource in maintainer mode (Bug #12719)
---
 configure.ac.in | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/configure.ac.in b/configure.ac.in
index b60af8c..790d7c0 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -132,6 +132,20 @@ dnl **********************************
 XDT_CHECK_OPTIONAL_PACKAGE([DBUS], [dbus-glib-1],
                            [0.34], [dbus], [D-BUS support])
 
+dnl ***************************************************
+dnl *** Check for tools required in maintainer mode ***
+dnl ***************************************************
+AS_IF([test "x$USE_MAINTAINER_MODE" = "xyes"],
+[
+  AC_PATH_PROG([EXO_CSOURCE], [exo-csource])
+  AS_IF([test -z "$EXO_CSOURCE"],
+  [
+    echo '*** The program "exo-csource" is required to build when --enable-maintainer-mode'
+    echo '*** is specified.'
+    exit 1
+  ])
+])
+
 dnl ***********************************
 dnl *** Check for debugging support ***
 dnl ***********************************

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


More information about the Xfce4-commits mailing list