[Xfce4-commits] [apps/ristretto] 01/02: configure: print build configuration

noreply at xfce.org noreply at xfce.org
Thu Aug 8 21:19:13 CEST 2019


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

f   2   4   0   4       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/ristretto.

commit d898f233685bdf5989c90720e3ec60790d5e7c62
Author: Igor <f2404 at yandex.ru>
Date:   Thu Aug 8 15:18:44 2019 -0400

    configure: print build configuration
---
 configure.ac.in | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configure.ac.in b/configure.ac.in
index b6c5ce5..80fdc84 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -89,7 +89,12 @@ icons/scalable/Makefile
 ])
 
 echo "----------------------------------------"
-echo "$PACKAGE $VERSION"
+echo "Build Configuration for $PACKAGE $VERSION:"
+if test "$libmagic" = "false"; then
+echo "  libmagic support: no"
+else
+echo "  libmagic support: yes"
+fi
 echo ""
 echo "The binary will be installed in $prefix/bin"
 echo "----------------------------------------"

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


More information about the Xfce4-commits mailing list