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 "GNU Inetutils ".

The branch, master has been updated
       via  9ad26dc320df37b8dcbf6f130e618a265eb5f172 (commit)
      from  84ca748f0e2930b3beaec84a65f21cad6651a82c (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 -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=9ad26dc320df37b8dcbf6f130e618a265eb5f172


commit 9ad26dc320df37b8dcbf6f130e618a265eb5f172
Author: Simon Josefsson <[email protected]>
Date:   Tue May 18 20:19:13 2010 +0200

    tests/Makefile.am (dist_check_SCRIPTS): Make testing ping and traceroute 
conditioned on ENABLE_ping and ENABLE_traceroute.
    
    Reported by Adam Sampson <[email protected]>.

diff --git a/ChangeLog b/ChangeLog
index ddd71e4..3520198 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-05-18  Simon Josefsson  <[email protected]>
+
+       * tests/Makefile.am (dist_check_SCRIPTS): Make testing ping and
+       traceroute conditioned on ENABLE_ping and ENABLE_traceroute.
+       Reported by Adam Sampson <[email protected]>.
+
 2010-05-15  Alfred M. Szmidt  <[email protected]>
 
        * configure.ac: Bump version number to 1.8.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1d94a5d..f64a066 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,7 +21,13 @@ AM_CPPFLAGS = -I$(top_srcdir)/libinetutils 
-I$(top_srcdir)/lib
 LDADD = -L../libinetutils -linetutils  ../lib/libgnu.a
 
 check_PROGRAMS = localhost
-dist_check_SCRIPTS = ping-localhost.sh traceroute-localhost.sh
+dist_check_SCRIPTS =
+if ENABLE_ping
+dist_check_SCRIPTS += ping-localhost.sh
+endif
+if ENABLE_traceroute
+dist_check_SCRIPTS += traceroute-localhost.sh
+endif
 TESTS = $(check_PROGRAMS) $(dist_check_SCRIPTS)
 
 TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)

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

Summary of changes:
 ChangeLog         |    6 ++++++
 tests/Makefile.am |    8 +++++++-
 2 files changed, 13 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to