[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12.2-22
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12.2-225-g2a7c9ae |
Date: |
Sun, 05 Aug 2012 16:02:53 +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=2a7c9aeaab41f9bf66a92a68e1fe186b2af89038
The branch, master has been updated
via 2a7c9aeaab41f9bf66a92a68e1fe186b2af89038 (commit)
via 706f26b7bde8b7e44210f6efe964333994f2e768 (commit)
via 5b1dae570aee8f2917c082a172b0268e7cfc2682 (commit)
via b6a330e17bf0c7aca9bc7210f500aecee25077d0 (commit)
via ff23c81741c6c02b7087ab104a8c449702b193c5 (commit)
from 3e472de16e7cc0f10d2dc339f4308eb3ceadf55d (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 2a7c9aeaab41f9bf66a92a68e1fe186b2af89038
Merge: 3e472de 706f26b
Author: Stefano Lattarini <address@hidden>
Date: Sun Aug 5 17:45:07 2012 +0200
Merge branch 'maint'
* maint:
tests: avoid spurious failures with older Texinfo
tests: avoid tons of spurious failures on NetBSD
runtest: avoid spurious failures on NetBSD
news: dependency tracking for Portland Group Compilers is now supported
-----------------------------------------------------------------------
Summary of changes:
NEWS | 3 +++
runtest.in | 4 ++--
t/ax/am-test-lib.sh | 2 +-
t/distcheck-override-infodir.sh | 16 ++++++++++++++++
4 files changed, 22 insertions(+), 3 deletions(-)
diff --git a/NEWS b/NEWS
index 1f1955d..59b86ea 100644
--- a/NEWS
+++ b/NEWS
@@ -182,6 +182,9 @@ New in 1.12.3:
- Some testsuite weaknesses and spurious failures have been fixed.
+ - There is initial support for automatic dependency tracking with the
+ Portland Group C/C++ compilers, thanks to the new new depmode 'pgcc'.
+
Bugs fixed in 1.12.3:
* Long-standing bugs:
diff --git a/runtest.in b/runtest.in
index c2c5d1f..f5068e8 100644
--- a/runtest.in
+++ b/runtest.in
@@ -108,10 +108,10 @@ esac
case $tst in
*.sh)
- exec $AM_TEST_RUNNER_SHELL $shell_opts "$tst" "$@" ;;
+ exec $AM_TEST_RUNNER_SHELL $shell_opts "$tst" ${1+"$@"} ;;
*.tap)
exec "$AM_PROVE_CMD" $AM_PROVEFLAGS -e \
- "$AM_TEST_RUNNER_SHELL $shell_opts" "$tst" "$@" ;;
+ "$AM_TEST_RUNNER_SHELL $shell_opts" "$tst" ${1+"$@"} ;;
*)
error "test '$tst' has an unrecognized extension" ;;
esac
diff --git a/t/ax/am-test-lib.sh b/t/ax/am-test-lib.sh
index e2723f3..d3351d2 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -727,7 +727,7 @@ process_requirements ()
for am_tool in $*; do
require_tool $am_tool
done
- unset am_tool
+ am_tool=; unset am_tool
# We might need extra macros, e.g., from Libtool or Gettext.
case " $required " in
*\ libtool*) . ./t/libtool-macros.dir/get.sh;;
diff --git a/t/distcheck-override-infodir.sh b/t/distcheck-override-infodir.sh
index f7a5640..ff792f7 100755
--- a/t/distcheck-override-infodir.sh
+++ b/t/distcheck-override-infodir.sh
@@ -42,6 +42,22 @@ cat > main.texi << 'END'
\input texinfo
@setfilename main.info
@settitle main
+
address@hidden Explicit calls to @dircategory and @direntry required to ensure
that
address@hidden a 'dir' file will be created also by older versions of
'install-info'
address@hidden (e.g., the one coming with Texinfo 4.8).
+
address@hidden Software development
address@hidden
+* Automake: (automake). Making GNU standards-compliant Makefiles
address@hidden direntry
+
address@hidden Individual utilities
address@hidden
+* aclocal-invocation: (automake)aclocal Invocation. Generating aclocal.m4
+* automake-invocation: (automake)automake Invocation. Generating Makefile.in
address@hidden direntry
+
@node Top
Hello walls.
@bye
hooks/post-receive
--
GNU Automake
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Automake-commit] [SCM] GNU Automake branch, master, updated. v1.12.2-225-g2a7c9ae,
Stefano Lattarini <=