Author: stsp
Date: Thu Sep 30 19:34:54 2010
New Revision: 1003211

URL: http://svn.apache.org/viewvc?rev=1003211&view=rev
Log:
* tools/dev/unix-build/Makefile.svn
  (sign-email): Print additional dependency version numbers.

Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: 
http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1003211&r1=1003210&r2=1003211&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Thu Sep 30 19:34:54 2010
@@ -1048,5 +1048,13 @@ endif
        @echo "serf:       $(SERF_VER)"
        @echo "cyrus-sasl: $(CYRUS_SASL_VER)"
        @echo "sqlite:     $(SQLITE_VER)"
+       @echo "openssl:    `openssl version | cut -d' ' -f2`"
+       @echo "swig:       `swig -version | grep Version | cut -d' ' -f3`"
+       @echo "python:     `python --version 2>&1 | cut -d' ' -f2`"
+       @echo "perl:       `perl -version | grep ^This | cut -d' ' -f4 | sed -e 
's/^v//'`"
+       @echo "ruby:       `ruby --version | cut -d' ' -f2`"
+ifeq ($(ENABLE_JAVA_BINDINGS),yes)
+       @echo "java:       `java -version 2>&1 | grep version | cut -d' ' -f3  
| sed -e 's/\"//g'`"
+endif
        @echo ""
        @echo "Signatures:"


Reply via email to