[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-147-gabe9d45
From: |
Simon Josefsson |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_6-147-gabe9d45 |
Date: |
Fri, 11 Dec 2009 07:44:48 +0000 |
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 abe9d45ca6aac91a608f31c889876732ad85f991 (commit)
from 1ca7964397553367040c8e816b911d8c3d6e9d04 (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=abe9d45ca6aac91a608f31c889876732ad85f991
commit abe9d45ca6aac91a608f31c889876732ad85f991
Author: Simon Josefsson <address@hidden>
Date: Fri Dec 11 08:44:43 2009 +0100
Fix build error.
diff --git a/ChangeLog b/ChangeLog
index 853ef11..86175af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-11 Simon Josefsson <address@hidden>
+
+ * tests/Makefile.am (EXTRA_DIST): Remove variable.
+ (check_SCRIPTS): Renamed to dist_check_SCRIPTS.
+ Reported by address@hidden (Ludovic Courtès).
+
2009-12-10 Simon Josefsson <address@hidden>
* bootstrap.conf (gnulib_modules): Add pty.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e653fbe..33cfa1e 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,9 +21,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/libinetutils -I$(top_srcdir)/lib
LDADD = -L../libinetutils -linetutils ../lib/libgnu.a
check_PROGRAMS = localhost
-check_SCRIPTS = ping-localhost.sh traceroute-localhost.sh
+dist_check_SCRIPTS = ping-localhost.sh traceroute-localhost.sh
TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
-EXTRA_DIST = $(TESTS)
-
TESTS_ENVIRONMENT = EXEEXT=$(EXEEXT)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/Makefile.am | 4 +---
2 files changed, 7 insertions(+), 3 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_6-147-gabe9d45,
Simon Josefsson <=