[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.13.2-30
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.13.2-301-g507d457 |
Date: |
Sun, 26 May 2013 20:23:13 +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=507d4577439e6c893a7a868068e311fdecbb12d5
The branch, master has been updated
via 507d4577439e6c893a7a868068e311fdecbb12d5 (commit)
via 974d1780e9e90454eca9ffaf4ab91045aa73d2bf (commit)
via 3f152503c5f3fc2a1368edfcb19d69a6f08b20bf (commit)
via 5ed59024adfb8d0d4c346b6c229f68f824ceb438 (commit)
via b95a04446a7da4a6fc1f02ed79fc389fb1a32708 (commit)
from 4a4f39cf7b87a9384a1b274263a66577f3387131 (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 507d4577439e6c893a7a868068e311fdecbb12d5
Merge: 4a4f39c 974d178
Author: Stefano Lattarini <address@hidden>
Date: Sun May 26 21:26:42 2013 +0200
Merge branch 'maint'
* maint:
tests: remove an "unworthy" FIXME comment
tests: remove one obsolete workaround for long-lifted limitations
tests: couple of minor tweaks in demo tests in C++ and Libtool
-----------------------------------------------------------------------
Summary of changes:
t/cxx-lt-demo.sh | 5 +----
t/location.sh | 2 --
t/silent-many-languages.sh | 6 ------
3 files changed, 1 insertions(+), 12 deletions(-)
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index bbdb93b..faf18bd 100644
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -114,7 +114,6 @@ END
cat > lib/libfoo.c++ << 'END'
#include "libfoo.h++"
-#include <string>
std::string target (void)
{
std::string s1 = "Test";
@@ -124,9 +123,7 @@ std::string target (void)
END
./configure
-# Creative quoting and redundant use of eval to avoid spurious
-# 'maintainer-check' failures.
-eval \$'MAKE CC=false AM_MAKEFLAGS=CC=false'
+run_make CC=false
ls -l . src lib # For debugging.
$MAKE test-objs
VERBOSE=yes $MAKE check-TESTS
diff --git a/t/location.sh b/t/location.sh
index 457ebd4..a29a262 100644
--- a/t/location.sh
+++ b/t/location.sh
@@ -48,8 +48,6 @@ END
# Smash the useless difference of lib file locations.
smash_useless_diffs ()
{
- # FIXME: we could get rid of the second 's,,,' once we improve our
- # wrapper scripts ...
sed -e "s,^$am_amdir/\\([a-z]*\.am\\),\\1," \
-e "s,^automake-$APIVERSION:,automake:," ${1+"$@"};
}
diff --git a/t/silent-many-languages.sh b/t/silent-many-languages.sh
index 309acea..4018ff2 100644
--- a/t/silent-many-languages.sh
+++ b/t/silent-many-languages.sh
@@ -97,12 +97,6 @@ AC_PROG_LEX
AC_PROG_YACC
AC_PROG_CXX
-# FIXME: remove this hack once the requirements c++, fortran and fortran77
-# are implemented correctly.
-test -n "`echo $CXX`" || AC_MSG_ERROR([C++ compiler not found], [77])
-test -n "`echo $FC`" || AC_MSG_ERROR([Fortran compiler not found], [77])
-test -n "`echo $F77`" || AC_MSG_ERROR([Fortran 77 compiler not found], [77])
-
# The SunStudio C++ compiler is unfortunately named 'sunCC' (or even just
# 'CC', yuck!); similarly and the Portland group C++ compiler is named
# 'pgCC'. This can cause problems with our grepping checks on the output
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.13.2-301-g507d457,
Stefano Lattarini <=