[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-532-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-532-gc91fd0b |
Date: |
Thu, 16 Dec 2010 23:41:50 +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 Automake".
http://git.sv.gnu.org/gitweb/?p=automake.git;a=commitdiff;h=c91fd0b7ba8fc6431ccd4e53371b15e2915caaab
The branch, master has been updated
via c91fd0b7ba8fc6431ccd4e53371b15e2915caaab (commit)
via 7c88261173f6c8ea1e113d159e04595ddc660626 (commit)
from b2e378017346e52a0c0a810fcc2212b0d551b414 (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 c91fd0b7ba8fc6431ccd4e53371b15e2915caaab
Merge: b2e3780 7c88261
Author: Stefano Lattarini <address@hidden>
Date: Fri Dec 17 00:27:34 2010 +0100
Merge branch 'tests-canon-fixes'
commit 7c88261173f6c8ea1e113d159e04595ddc660626
Author: Stefano Lattarini <address@hidden>
Date: Fri Dec 17 00:26:38 2010 +0100
Minor cleanups in canon7.test.
* tests/canon7.test (_foo_bar_SOURCES): Remove libs.c.
(configure.in): Remove AC_PROG_CXX.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 6 ++++++
tests/canon7.test | 3 +--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index c238614..0c5ce7e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-12-17 Stefano Lattarini <address@hidden>
+
+ Minor cleanups in canon7.test.
+ * tests/canon7.test (_foo_bar_SOURCES): Remove libs.c.
+ (configure.in): Remove AC_PROG_CXX.
+
2010-12-16 Ralf Wildenhues <address@hidden>
Avoid false positive in sc_tests_plain_make maintainer-check.
diff --git a/tests/canon7.test b/tests/canon7.test
index 3f25d6f..b85a835 100755
--- a/tests/canon7.test
+++ b/tests/canon7.test
@@ -23,7 +23,6 @@ set -e
cat >> configure.in << 'END'
AC_PROG_CC
-AC_PROG_CXX
AC_PROG_RANLIB dnl: for static libraries
AC_PROG_LIBTOOL dnl: for libtool libraries
AC_OUTPUT
@@ -43,7 +42,7 @@ dummy_dynamic_SOURCES = $(dummy_static_SOURCES)
dummy_static_LDADD = $(noinst_LIBRARIES)
dummy_dynamic_LDADD = $(noinst_LTLIBRARIES)
-_foo_bar_SOURCES = libs.c foobar.c
+_foo_bar_SOURCES = foobar.c
libb_az_baz_a_SOURCES = libs.c
lib_zardoz___la_SOURCES = libd.c
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.11-532-gc91fd0b,
Stefano Lattarini <=