[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.2-89-
From: |
Stefano Lattarini |
Subject: |
[Automake-commit] [SCM] GNU Automake branch, maint, updated. v1.12.2-89-g706f26b |
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=706f26b7bde8b7e44210f6efe964333994f2e768
The branch, maint has been updated
via 706f26b7bde8b7e44210f6efe964333994f2e768 (commit)
via 5b1dae570aee8f2917c082a172b0268e7cfc2682 (commit)
via b6a330e17bf0c7aca9bc7210f500aecee25077d0 (commit)
via ff23c81741c6c02b7087ab104a8c449702b193c5 (commit)
from 9158d39d524ab4c10aa41dbed1fc5b6a3b54188a (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:
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 0d47804..1d54541 100644
--- a/NEWS
+++ b/NEWS
@@ -74,6 +74,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 ee56068..e69a904 100644
--- a/t/ax/am-test-lib.sh
+++ b/t/ax/am-test-lib.sh
@@ -740,7 +740,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, maint, updated. v1.12.2-89-g706f26b,
Stefano Lattarini <=