automake-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.13.2-200


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.13.2-200-g974d178
Date: Sun, 26 May 2013 20:23:12 +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=974d1780e9e90454eca9ffaf4ab91045aa73d2bf

The branch, maint has been updated
       via  974d1780e9e90454eca9ffaf4ab91045aa73d2bf (commit)
       via  3f152503c5f3fc2a1368edfcb19d69a6f08b20bf (commit)
       via  5ed59024adfb8d0d4c346b6c229f68f824ceb438 (commit)
       via  b95a04446a7da4a6fc1f02ed79fc389fb1a32708 (commit)
      from  3f19ee5f2e2b7cef7f77893a280e2261bc5f711f (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 -----------------------------------------------------------------
-----------------------------------------------------------------------

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]