automake-commit
[Top][All Lists]
Advanced

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

[Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-39-


From: Stefano Lattarini
Subject: [Automake-commit] [SCM] GNU Automake branch, micro, updated. v1.13.2-39-g3fd6f16
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=3fd6f1648b4bb773a3d7036e9409e4920349e213

The branch, micro has been updated
       via  3fd6f1648b4bb773a3d7036e9409e4920349e213 (commit)
       via  3f152503c5f3fc2a1368edfcb19d69a6f08b20bf (commit)
       via  5ed59024adfb8d0d4c346b6c229f68f824ceb438 (commit)
       via  b95a04446a7da4a6fc1f02ed79fc389fb1a32708 (commit)
      from  2ea48f45055ca574b8b63eff83c42e3f06d5b08c (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 3fd6f1648b4bb773a3d7036e9409e4920349e213
Author: Stefano Lattarini <address@hidden>
Date:   Sun May 26 20:51:57 2013 +0200

    test-lib: typofix in comments
    
    * t/ax/am-test-lib.sh: In here.
    
    Signed-off-by: Stefano Lattarini <address@hidden>

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

Summary of changes:
 t/ax/am-test-lib.sh        |    2 +-
 t/cxx-lt-demo.sh           |    5 +----
 t/location.sh              |    2 --
 t/silent-many-languages.sh |    6 ------
 4 files changed, 2 insertions(+), 13 deletions(-)

diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh
index 2447d16..fbccd87 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -48,7 +48,7 @@ unset DESTDIR
 unset prefix exec_prefix bindir datarootdir datadir docdir dvidir
 unset htmldir includedir infodir libdir libexecdir localedir mandir
 unset oldincludedir pdfdir psdir sbindir sharedstatedir sysconfdir
-# Unset variables that might influcence "make distcheck".
+# Unset variables that might influence "make distcheck".
 unset DISTCHECK_CONFIGURE_FLAGS AM_DISTCHECK_CONFIGURE_FLAGS
 # Used by install rules for info files.
 unset AM_UPDATE_INFO_DIR
diff --git a/t/cxx-lt-demo.sh b/t/cxx-lt-demo.sh
index b778725..7f73f93 100644
--- a/t/cxx-lt-demo.sh
+++ b/t/cxx-lt-demo.sh
@@ -112,7 +112,6 @@ END
 
 cat > lib/libfoo.c++ << 'END'
 #include "libfoo.h++"
-#include <string>
 std::string target (void)
 {
   std::string s1 = "Test";
@@ -122,9 +121,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 505de94..bc0f822 100644
--- a/t/silent-many-languages.sh
+++ b/t/silent-many-languages.sh
@@ -98,12 +98,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]