[X2Go-Commits] libpam-x2go.git - master (branch) updated: 0.0.1.0-2-g1087882

X2Go dev team git-admin at x2go.org
Tue Apr 30 17:42:35 CEST 2013


The branch, master has been updated
       via  1087882065333ed4180bb7020465a7a132019a4c (commit)
      from  f50fdee7cbe0f8795ba61364c06be0c28314db7b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1087882065333ed4180bb7020465a7a132019a4c
Author: Jan Engelhardt <jengelh at inai.de>
Date:   Tue Apr 30 17:42:04 2013 +0200

    Make building tests optional. (Fixes: #196).

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am      |    8 +++++---
 configure.ac     |    3 ++-
 debian/changelog |    4 +++-
 3 files changed, 10 insertions(+), 5 deletions(-)

The diff of changes is:
diff --git a/Makefile.am b/Makefile.am
index 9477c1c..7d71690 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,9 @@
 
-SUBDIRS = \
-	src \
-	tests
+SUBDIRS = src
+
+if HAVE_GTEST
+SUBDIRS += tests
+endif
 
 DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
 
diff --git a/configure.ac b/configure.ac
index 78b4195..ba57d72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -55,8 +55,9 @@ AC_SUBST(PAMMODULEDIR)
 m4_include([m4/gtest.m4])
 CHECK_GTEST
 if test "x$have_gtest" != "xyes"; then
-   AC_MSG_ERROR([tests were requested but gtest is not installed.])
+   AC_MSG_WARN([tests were requested but gtest is not installed.])
 fi
+AM_CONDITIONAL([HAVE_GTEST], [test "$have_gtest" != "no"])
 
 ###########################
 # gcov coverage reporting
diff --git a/debian/changelog b/debian/changelog
index b7c9a34..ee0ba61 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 libpam-x2go (0.0.1.1-0~x2go1) UNRELEASED; urgency=low
 
-  * Continue development...
+  [ Jan Engelhardt ]
+  * New upstream version (0.0.1.1):
+    - Make building tests optional. (Fixes: #196).
 
  -- Mike Gabriel <mike.gabriel at das-netzwerkteam.de>  Tue, 30 Apr 2013 17:40:29 +0200
 


hooks/post-receive
-- 
libpam-x2go.git (Remote login session via X2Go (PAM module))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libpam-x2go.git" (Remote login session via X2Go (PAM module)).




More information about the x2go-commits mailing list